Add notification messages for office filling in German and English locales

- Added new notification messages for when a political office is filled in both the German and English locale files.
- Ensured consistency in messaging across different languages to enhance user experience.
This commit is contained in:
Torsten Schulz (local)
2026-01-23 13:53:32 +01:00
parent 120cb5fadd
commit 079250fcd7
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
}, },
"notifications": { "notifications": {
"notify_election_created": "Es wurde eine neue Wahl ausgeschrieben.", "notify_election_created": "Es wurde eine neue Wahl ausgeschrieben.",
"notify_office_filled": "Ein politisches Amt wurde neu besetzt.",
"production": { "production": {
"overproduction": "Überproduktion: Deine Produktion liegt {value} Einheiten über dem Bedarf{branch_info}." "overproduction": "Überproduktion: Deine Produktion liegt {value} Einheiten über dem Bedarf{branch_info}."
}, },

View File

@@ -18,6 +18,7 @@
}, },
"notifications": { "notifications": {
"notify_election_created": "A new election has been scheduled.", "notify_election_created": "A new election has been scheduled.",
"notify_office_filled": "A political office has been filled.",
"production": { "production": {
"overproduction": "Overproduction: your production is {value} units above demand{branch_info}." "overproduction": "Overproduction: your production is {value} units above demand{branch_info}."
}, },