Skip to content

Commit

Permalink
fix(translations): replace english translations in other languages
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkeerthi committed Nov 14, 2023
1 parent 556e78c commit 3fe60c0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions public/locales/et/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"loading": "Tegevuse laadimine...",
"activity_not_supported": "Tegevuse tüüpi ei toetata.",
"waiting_for_new_activities": "Laeb",
"waiting_unexpected": "Waiting is taking longer than expected. Please wait...",
"waiting_unexpected": "Ootamine võtab kauem aega kui oodatud. Palun oodake...",
"message": {
"cta_mark_as_read": "Valmis",
"open_video_attachment": "Ava video",
Expand All @@ -28,7 +28,7 @@
"question_required_error": "See küsimus on kohustuslik.",
"slider_not_touched_error": "Palun liigutage oma vastuse märkimiseks liugurit.",
"invalid_phone_number": "Telefoninumber pole õige.",
"form_has_errors": "Please fix the errors in the form before submitting",
"form_has_errors": "Palun paranda vormis olevad vead enne esitamist.",
"saving_error": "Vormi esitamine ebaõnnestus.",
"questions": {
"yes_no": {
Expand Down
2 changes: 1 addition & 1 deletion public/locales/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"loading": "Chargement de l'activité...",
"activity_not_supported": "Le type d'activité n'est pas pris en charge.",
"waiting_for_new_activities": "En attente de nouvelles activités.",
"waiting_unexpected": "Waiting is taking longer than expected. Please wait...",
"waiting_unexpected": "L'attente prend plus de temps que prévu. Veuillez patienter...",
"message": {
"cta_mark_as_read": "Terminé",
"open_video_attachment": "Ouvrir la vidéo",
Expand Down
6 changes: 3 additions & 3 deletions public/locales/nl/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"loading": "Activiteit laden...",
"activity_not_supported": "Dit type activiteit wordt nog niet ondersteunt.",
"waiting_for_new_activities": "Wachten op nieuwe activiteit.",
"waiting_taking_to_long": "Waiting is taking longer than expected. Please wait...",
"waiting_unexpected": "Wachten duurt langer dan verwacht. Even geduld...",
"message": {
"cta_mark_as_read": "Klaar",
"open_video_attachment": "Open video",
Expand All @@ -26,8 +26,8 @@
"previous_question_label": "Vorige",
"question_required_error": "Deze vraag is verplicht.",
"slider_not_touched_error": "Verplaats het bolletje om je antwoord aan te duiden.",
"invalid_phone_number": "Phone number is invalid.",
"form_has_errors": "Please fix the errors in the form before submitting",
"invalid_phone_number": "Telefoonnummer is ongeldig.",
"form_has_errors": "Gelieve de fouten in het formulier te verbeteren voor je het verzendt.",
"saving_error": "Vragenlijst kon niet verzonden worden.",
"questions": {
"yes_no": {
Expand Down
4 changes: 2 additions & 2 deletions public/locales/ro/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"loading": "Se încarcă activitatea...",
"activity_not_supported": "Tipul de activitate nu este suportat.",
"waiting_for_new_activities": "Așteptăm activități noi.",
"waiting_unexpected": "Waiting is taking longer than expected. Please wait...",
"waiting_unexpected": "Așteptarea durează mai mult decât era de așteptat. Vă rugăm să așteptați...",
"message": {
"cta_mark_as_read": "Terminat",
"open_video_attachment": "Deschideți videoclipul",
Expand All @@ -27,7 +27,7 @@
"question_required_error": "Această întrebare este obligatorie.",
"slider_not_touched_error": "Vă rugam să mutați cursorul pentru a indica răspunsul dumneavoastră.",
"invalid_phone_number": "Numărul de telefon este invalid.",
"form_has_errors": "Please fix the errors in the form before submitting",
"form_has_errors": "Vă rugăm să corectați erorile din formular înainte de a trimite",
"saving_error": "Trimiterea formularului a eșuat.",
"questions": {
"yes_no": {
Expand Down
4 changes: 2 additions & 2 deletions public/locales/ru/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"loading": "Действие загружается...",
"activity_not_supported": "Тип действия не поддерживается.",
"waiting_for_new_activities": "Ожидание новых действий.",
"waiting_unexpected": "Waiting is taking longer than expected. Please wait...",
"waiting_unexpected": "Ожидание занимает больше времени, чем ожидалось. Пожалуйста, подождите...",
"message": {
"cta_mark_as_read": "Готово",
"open_video_attachment": "Открыть видео",
Expand All @@ -28,7 +28,7 @@
"question_required_error": "Ответ на этот вопрос обязателен.",
"slider_not_touched_error": "Используйте ползунок, чтобы выбрать ответ.",
"invalid_phone_number": "Номер телефона недействительный.",
"form_has_errors": "Please fix the errors in the form before submitting",
"form_has_errors": "Пожалуйста, исправьте ошибки в форме перед подачей",
"saving_error": "Не удалось подать форму.",
"questions": {
"yes_no": {
Expand Down

0 comments on commit 3fe60c0

Please sign in to comment.