You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: web/frontend/src/language/de.json
+5-1
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,10 @@
293
293
"footerBuild": "build:",
294
294
"footerBuildTime": "in:",
295
295
"voteNotVoter": "Wählen nicht erlaubt.",
296
-
"voteNotVoterDescription": "Sie sind nicht wahlberechtigt in dieser Wahl. Falls Sie denken, dass ein Fehler vorliegt, wenden Sie sich bitte an die verantwortliche Stelle."
296
+
"voteNotVoterDescription": "Sie sind nicht wahlberechtigt in dieser Wahl. Falls Sie denken, dass ein Fehler vorliegt, wenden Sie sich bitte an die verantwortliche Stelle.",
297
+
"addVotersLoading": "WählerInnen werden hinzugefügt...",
298
+
"sciperNaN": "'{{sciperStr}}' ist keine Zahl; ",
299
+
"sciperOutOfRange": "{{sciper}} ist nicht in dem erlaubten Bereich (100000-999999); ",
300
+
"invalidScipersFound": "Ungültige SCIPERs wurden gefunden. Es wurde keine Anfrage gesendet. Bitte korrigieren Sie folgende Fehler: {{sciperErrs}}"
Copy file name to clipboardexpand all lines: web/frontend/src/language/en.json
+5-1
Original file line number
Diff line number
Diff line change
@@ -294,6 +294,10 @@
294
294
"footerBuild": "build:",
295
295
"footerBuildTime": "in:",
296
296
"voteNotVoter": "Voting not allowed.",
297
-
"voteNotVoterDescription": "You are not allowed to vote in this form. If you believe this is an error, please contact the responsible of the service."
297
+
"voteNotVoterDescription": "You are not allowed to vote in this form. If you believe this is an error, please contact the responsible of the service.",
298
+
"addVotersLoading": "Adding voters...",
299
+
"sciperNaN": "'{{sciperStr}}' is not a number; ",
300
+
"sciperOutOfRange": "{{sciper}} is out of range (100000-999999); ",
301
+
"invalidScipersFound": "Invalid SCIPER numbers found. No request has been send. Please fix the following errors: {{sciperErrs}}"
Copy file name to clipboardexpand all lines: web/frontend/src/language/fr.json
+5-1
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,10 @@
293
293
"footerBuild": "build:",
294
294
"footerBuildTime": "en:",
295
295
"voteNotVoter": "Interdit de voter.",
296
-
"voteNotVoterDescription": "Vous n'avez pas le droit de voter dans cette élection. Si vous pensez qu'il s'agit d'une erreur, veuillez contacter le/la reponsable de service."
296
+
"voteNotVoterDescription": "Vous n'avez pas le droit de voter dans cette élection. Si vous pensez qu'il s'agit d'une erreur, veuillez contacter le/la reponsable de service.",
297
+
"addVotersLoading": "Ajout d'électeur·rice·s...",
298
+
"sciperNaN": "'{{sciperStr}}' n'est pas une chiffre; ",
299
+
"sciperOutOfRange": "{{sciper}} n'est pas dans les valeurs acceptées (100000-999999); ",
300
+
"invalidScipersFound": "Des SCIPERs invalides ont été trouvés. Aucune requête n'a été envoyée. Veuillez corriger les erreurs suivants: {{sciperErrs}}"
0 commit comments