Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion frontend/i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"continue": "Weiter",
"nextQuestion": "Nächste Frage",
"done": "Fertig",
"unavailable": "Dieses Quiz ist im Moment nicht verfügbar.",
"result": {
"receivedNoPoints": "Du hast keine Punkte gesammelt.",
"receivedPoints": "Du hast {points} Punkte gesammelt.",
Expand Down Expand Up @@ -117,7 +118,7 @@
"thankYouDescription": "Dein Feedback wird für die Weiterentwicklung des Services genutzt.",
"close": "Gern geschehen",
"canContactMe": "Ja, ich stimme zu, dass ihr mich im Zusammenhang mit meinem Feedback kontaktieren dürft.",
"regards": "Grüße {name}"
"disclosure": "Die Rückmeldung wird mit deinem Benutzerkonto verknüpft."
},
"pwa": {
"updateAvailableTitle": "Ein Update ist verfügbar",
Expand Down
3 changes: 2 additions & 1 deletion frontend/i18n/locales/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"continue": "Continue",
"nextQuestion": "Next question",
"done": "Done",
"unavailable": "This quiz is not available at the moment.",
"result": {
"receivedNoPoints": "You did not receive any points.",
"receivedPoints": "You received {points} points.",
Expand Down Expand Up @@ -117,7 +118,7 @@
"thankYouDescription": "Your input will be used to further develop the service.",
"close": "You're welcome",
"canContactMe": "Yes, I agree that you can contact me in connection with my feedback",
"regards": "Greetings, {name}"
"disclosure": "The feedback will be linked to your user account."
},
"pwa": {
"updateAvailableTitle": "An update is available",
Expand Down
6 changes: 4 additions & 2 deletions frontend/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"continue": "Continuer",
"nextQuestion": "Question suivante",
"done": "Terminé",
"unavailable": "Ce quiz n'est pas disponible pour le moment.",
"result": {
"receivedNoPoints": "Tu n’as marqué aucun point.",
"receivedPoints": "Tu as marqué {points} points.",
Expand Down Expand Up @@ -117,10 +118,11 @@
"thankYouDescription": "Tes commentaires seront utilisés pour améliorer le service.",
"close": "Avec plaisir",
"canContactMe": "Oui, j'accepte que vous me contactiez au sujet de mon commentaire.",
"regards": "Salutations {name}"
"disclosure": "Le commentaire sera associé à ton compte utilisateur."
},
"pwa": {
"updateAvailableTitle": "Une mise à jour est disponible",
"updateAvailableButton": "Mettre à jour maintenant"
}
},
"goToHiddenTreasures": "Aller à l’étude biblique"
}
1 change: 1 addition & 0 deletions frontend/i18n/locales/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"continue": "Folytatás",
"nextQuestion": "Következő kérdés",
"done": "Kész",
"unavailable": "Ez a kvíz jelenleg nem elérhető.",
"result": {
"receivedNoPoints": "Nem szereztél pontot.",
"receivedPoints": "{points} pontot gyűjtöttél.",
Expand Down
3 changes: 2 additions & 1 deletion frontend/i18n/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"continue": "Doorgaan",
"nextQuestion": "Volgende vraag.",
"done": "Klaar",
"unavailable": "Deze quiz is momenteel niet beschikbaar.",
"result": {
"receivedNoPoints": "Je hebt geen punten verzameld.",
"receivedPoints": "Je hebt {points} punten verzameld.",
Expand Down Expand Up @@ -117,7 +118,7 @@
"thankYouDescription": "Je input zal worden gebruikt voor de verdere ontwikkeling van de dienst.",
"close": "Graag gedaan",
"canContactMe": "Ja, ik geef toestemming dat jullie contact met mij opnemen in verband met mijn feedback.",
"regards": "Groeten {name}"
"disclosure": "De feedback wordt aan uw gebruikersaccount gekoppeld."
},
"pwa": {
"updateAvailableTitle": "Er een update beschikbaar",
Expand Down
3 changes: 2 additions & 1 deletion frontend/i18n/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"continue": "Продолжить",
"nextQuestion": "Следующий вопрос",
"done": "Готово",
"unavailable": "",
"result": {
"receivedNoPoints": "Ты не заработал ни одного балла.",
"receivedPoints": "Твои баллы:{points}.",
Expand Down Expand Up @@ -117,7 +118,7 @@
"thankYouDescription": "Ваш отзыв будет использован для дальнейшего развития сервиса.",
"close": "Пожалуйста",
"canContactMe": "Да, вы можете связаться со мной по поводу моего отзыва.",
"regards": "С приветствием, {name}"
"disclosure": "Отзыв будет привязан к вашей учетной записи."
},
"pwa": {
"updateAvailableTitle": "Доступно обновление",
Expand Down