translation fixes

This commit is contained in:
Kima
2024-06-16 20:01:22 +02:00
parent 47934620ea
commit dd8a4430a9
9 changed files with 36 additions and 47 deletions

View File

@@ -5,8 +5,8 @@ extension Localization on String {
{
"en_en": {
"next": "Next",
"remaining min": "%d mins".one("%d min"),
"remaining sec": "%d secs".one("%d sec"),
"remaining min": "%d min(s)",
"remaining sec": "%d sec(s)",
"break": "Break",
"go to room": "Go to room %s.",
"go ground floor": "Go to the ground floor.",
@@ -27,8 +27,8 @@ extension Localization on String {
},
"hu_hu": {
"next": "Következő",
"remaining min": "%d perc".one("%d perc"),
"remaining sec": "%d másodperc".one("%d másodperc"),
"remaining min": "%d perc",
"remaining sec": "%d másodperc",
"break": "Szünet",
"go to room": "Menj a(z) %s terembe.",
"go ground floor": "Menj a földszintre.",
@@ -49,8 +49,8 @@ extension Localization on String {
},
"de_de": {
"next": "Nächste",
"remaining min": "%d Minuten".one("%d Minute"),
"remaining sec": "%d Sekunden".one("%d Sekunden"),
"remaining min": "%d Minute(n)",
"remaining sec": "%d Sekunde(n)",
"break": "Pause",
"go to room": "Geh in den Raum %s.",
"go ground floor": "Geh dir Treppe hinunter.",