diff --git a/frontend/i18n/locales/et.json b/frontend/i18n/locales/et.json index fbd5d049..f815de2e 100644 --- a/frontend/i18n/locales/et.json +++ b/frontend/i18n/locales/et.json @@ -22,6 +22,8 @@ "correctAnswer": "Õige vastus", "yourAnswer": "Sinu vastus", "lockAnswer": "Lukusta vastus", + "saveAnswer": "Salvesta vastus", + "changeAnswer": "Muuda vastust", "questionNumber": "{current} {total}-st", "continue": "Jätka", "nextQuestion": "Järgmine küsimus", @@ -30,6 +32,8 @@ "unavailable": "See küsimustik pole hetkel saadaval.", "reviewAnswers": "Vaata vastust", "finishReview": "Lõpetada läbivaatamine", + "yourNumber": "Sinu number", + "writeYourAnswer": "Kirjuta oma vastus...", "result": { "receivedNoPoints": "Sa ei saanud ühtegi punkti.", "receivedPoints": "Sa kogusid {points} punkti.", @@ -249,4 +253,4 @@ "excludedFromLeaderboard": "Edetabelites peidetud" } } -} +} \ No newline at end of file diff --git a/frontend/i18n/locales/hu.json b/frontend/i18n/locales/hu.json index 4dcebfa1..792fc256 100644 --- a/frontend/i18n/locales/hu.json +++ b/frontend/i18n/locales/hu.json @@ -22,6 +22,8 @@ "correctAnswer": "Helyes válasz", "yourAnswer": "Válaszod", "lockAnswer": "Válasz zárolása", + "saveAnswer": "Válasz mentése", + "changeAnswer": "Válasz módosítása", "questionNumber": "{current} ból {total}", "continue": "Folytatás", "nextQuestion": "Következő kérdés", @@ -30,6 +32,8 @@ "unavailable": "Ez a kvíz jelenleg nem elérhető.", "reviewAnswers": "Lásd a választ", "finishReview": "Átnézés befejezése", + "yourNumber": "A számod", + "writeYourAnswer": "Írd meg a válaszodat...", "result": { "receivedNoPoints": "Nem szereztél pontot.", "receivedPoints": "{points} pontot gyűjtöttél.", @@ -249,4 +253,4 @@ "excludedFromLeaderboard": "Elrejtve a toplistákról" } } -} +} \ No newline at end of file diff --git a/frontend/i18n/locales/pl.json b/frontend/i18n/locales/pl.json index 991f4624..d218ac09 100644 --- a/frontend/i18n/locales/pl.json +++ b/frontend/i18n/locales/pl.json @@ -22,6 +22,8 @@ "correctAnswer": "Prawidłowa odpowiedź", "yourAnswer": "Twoja odpowiedź", "lockAnswer": "Zatwierdź odpowiedź", + "saveAnswer": "Zapisz odpowiedź", + "changeAnswer": "Zmień odpowiedź", "questionNumber": "{current} z {total}", "continue": "Kontynuuj", "nextQuestion": "Następne pytanie", @@ -30,6 +32,8 @@ "unavailable": "Ten quiz jest obecnie niedostępny.", "reviewAnswers": "Zobacz odpowiedzi", "finishReview": "Zakończ przeglądanie", + "yourNumber": "Twoja liczba", + "writeYourAnswer": "Wpisz swoją odpowiedź...", "result": { "receivedNoPoints": "Nie zdobyłeś żadnych punktów.", "receivedPoints": "Zdobyłeś {points} pkt.", @@ -249,4 +253,4 @@ "excludedFromLeaderboard": "Ukryty z list rankingowych" } } -} +} \ No newline at end of file diff --git a/frontend/i18n/locales/ro.json b/frontend/i18n/locales/ro.json index f35bf5d0..1de952fd 100644 --- a/frontend/i18n/locales/ro.json +++ b/frontend/i18n/locales/ro.json @@ -22,6 +22,8 @@ "correctAnswer": "Răspuns corect", "yourAnswer": "Răspunsul tău", "lockAnswer": "Blochează răspunsul", + "saveAnswer": "Salvează răspunsul", + "changeAnswer": "Modifică răspunsul", "questionNumber": "{current} din {total}", "continue": "Continuă", "nextQuestion": "Următoarea întrebare", @@ -30,6 +32,8 @@ "unavailable": "Acest quiz nu este disponibil pentru moment.", "reviewAnswers": "Vezi răspunsurile", "finishReview": "Finalizați revizuirea", + "yourNumber": "Numărul tău", + "writeYourAnswer": "Scrie răspunsul tău...", "result": { "receivedNoPoints": "Nu ai obținut niciun punct.", "receivedPoints": "Ai acumulat {points} punct(e).", @@ -249,4 +253,4 @@ "excludedFromLeaderboard": "Exclusă din clasament" } } -} +} \ No newline at end of file