Refactor localization structure for production notifications in English and German

- Updated the localization files to nest the "overproduction" notification under a "production" key for better organization and clarity.
- Ensured consistency in translation structure across both English and German localization files.
This commit is contained in:
Torsten Schulz (local)
2025-12-01 11:51:37 +01:00
parent 5807c6f3d3
commit f7fdd8ab08
2 changed files with 6 additions and 2 deletions

View File

@@ -16,7 +16,9 @@
},
"notifications": {
"notify_election_created": "Es wurde eine neue Wahl ausgeschrieben.",
"production.overproduction": "Überproduktion: Deine Produktion liegt {value}% über dem Bedarf."
"production": {
"overproduction": "Überproduktion: Deine Produktion liegt {value}% über dem Bedarf."
}
},
"health": {
"amazing": "Super",

View File

@@ -7,7 +7,9 @@
},
"notifications": {
"notify_election_created": "A new election has been scheduled.",
"production.overproduction": "Overproduction: your production is {value}% above demand."
"production": {
"overproduction": "Overproduction: your production is {value}% above demand."
}
},
"statusbar": {
"age": "Age",