From e3300e2d9bfc132f226eca60363ce5d7c924376a Mon Sep 17 00:00:00 2001 From: Clement G Date: Sat, 25 Apr 2020 18:52:50 +0200 Subject: [PATCH] fix(translation) : add a forgotten sentence --- public/locale/i18n/de/resource.json | 3 ++- public/locale/i18n/en/resource.json | 3 ++- public/locale/i18n/es/resource.json | 3 ++- public/locale/i18n/fr/resource.json | 3 ++- public/locale/i18n/ru/resource.json | 3 ++- src/components/views/CreateElection.jsx | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/public/locale/i18n/de/resource.json b/public/locale/i18n/de/resource.json index ec4ad73..72699b8 100644 --- a/public/locale/i18n/de/resource.json +++ b/public/locale/i18n/de/resource.json @@ -77,5 +77,6 @@ "Immediately": "Sofort", "At the end of the election": "Am Ende der Wahl", "The results page will not be accessible until all participants have voted.":"Die Ergebnisseite wird nicht zugänglich sein, bis alle Teilnehmer abgestimmt haben.", - "The results page will not be accessible until the end date is reached.": "Die Ergebnisseite wird nicht zugänglich sein, bis das Enddatum erreicht ist." + "The results page will not be accessible until the end date is reached.": "Die Ergebnisseite wird nicht zugänglich sein, bis das Enddatum erreicht ist.", + "No one will be able to see the result until the end date is reached or until all participants have voted.": "Niemand wird das Ergebnis sehen können, bis das Enddatum erreicht ist oder bis alle Teilnehmer abgestimmt haben." } diff --git a/public/locale/i18n/en/resource.json b/public/locale/i18n/en/resource.json index afdf109..0ba295a 100644 --- a/public/locale/i18n/en/resource.json +++ b/public/locale/i18n/en/resource.json @@ -84,5 +84,6 @@ "Immediately": "Immediately", "At the end of the election": "At the end of the election", "The results page will not be accessible until all participants have voted.":"The results page will not be accessible until all participants have voted.", - "The results page will not be accessible until the end date is reached.": "The results page will not be accessible until the end date is reached." + "The results page will not be accessible until the end date is reached.": "The results page will not be accessible until the end date is reached.", + "No one will be able to see the result until the end date is reached or until all participants have voted.": "No one will be able to see the result until the end date is reached or until all participants have voted." } diff --git a/public/locale/i18n/es/resource.json b/public/locale/i18n/es/resource.json index bd8654f..a40cdf6 100644 --- a/public/locale/i18n/es/resource.json +++ b/public/locale/i18n/es/resource.json @@ -85,5 +85,6 @@ "Immediately": "Inmediatamente", "At the end of the election": "Al final de la elección", "The results page will not be accessible until all participants have voted.":"La página de resultados no será accesible hasta que todos los participantes hayan votado.", - "The results page will not be accessible until the end date is reached.": "No se podrá acceder a la página de resultados hasta que se alcance la fecha de finalización." + "The results page will not be accessible until the end date is reached.": "No se podrá acceder a la página de resultados hasta que se alcance la fecha de finalización.", + "No one will be able to see the result until the end date is reached or until all participants have voted.": "Nadie podrá ver el resultado hasta que se alcance la fecha final o hasta que todos los participantes hayan votado." } diff --git a/public/locale/i18n/fr/resource.json b/public/locale/i18n/fr/resource.json index 5257b7f..8802549 100644 --- a/public/locale/i18n/fr/resource.json +++ b/public/locale/i18n/fr/resource.json @@ -83,5 +83,6 @@ "Immediately": "Immédiatement", "At the end of the election": "A la fin de l'élection", "The results page will not be accessible until all participants have voted.":"La page de résultats ne sera pas accessible tant que tous les participants n'auront pas voté.", - "The results page will not be accessible until the end date is reached.": "La page de résultats ne sera pas accessible tant que la date de fin ne sera pas atteinte." + "The results page will not be accessible until the end date is reached.": "La page de résultats ne sera pas accessible tant que la date de fin ne sera pas atteinte.", + "No one will be able to see the result until the end date is reached or until all participants have voted.": "Personne ne pourra voir le résultat tant que la date de fin n'est pas atteinte ou que tous les participants n'ont pas voté." } diff --git a/public/locale/i18n/ru/resource.json b/public/locale/i18n/ru/resource.json index 9d327a7..15de841 100644 --- a/public/locale/i18n/ru/resource.json +++ b/public/locale/i18n/ru/resource.json @@ -84,5 +84,6 @@ "Immediately": "Немедленно", "At the end of the election": "По окончании выборов", "The results page will not be accessible until all participants have voted.":"Страница результатов не будет доступна до тех пор, пока все участники не проголосуют.", - "The results page will not be accessible until the end date is reached.": "Страница результатов не будет доступна до тех пор, пока не будет достигнута конечная дата." + "The results page will not be accessible until the end date is reached.": "Страница результатов не будет доступна до тех пор, пока не будет достигнута конечная дата.", + "No one will be able to see the result until the end date is reached or until all participants have voted.": "Никто не сможет увидеть результат до тех пор, пока не будет достигнут конечный срок или пока все участники не проголосуют." } diff --git a/src/components/views/CreateElection.jsx b/src/components/views/CreateElection.jsx index 1976eb4..9ef0721 100644 --- a/src/components/views/CreateElection.jsx +++ b/src/components/views/CreateElection.jsx @@ -489,7 +489,7 @@ class CreateElection extends Component { {t( - "Personne ne pourra voir le résultat tant que la date de fin n'est pas atteinte ou que tous les participants n'ont pas voté." + "No one will be able to see the result until the end date is reached or until all participants have voted." )}