feat(i18n): enhance localization for chat and minigames
All checks were successful
Deploy to production / deploy (push) Successful in 1m51s

- Updated localization strings for chat and minigames across multiple languages, including Cebuano, German, English, Spanish, and French, to improve user experience and clarity.
- Added new translations for participant counts, user selection prompts, and game over messages, ensuring consistency and better engagement in the UI.
- Enhanced existing translations for accuracy and context, particularly in the TaxiGame component and chat functionalities.
This commit is contained in:
Torsten Schulz (local)
2026-04-17 16:38:39 +02:00
parent 3232e42251
commit 14881803df
13 changed files with 98 additions and 63 deletions

View File

@@ -40,6 +40,10 @@
"error": "Fehler bei der Verbindung"
},
"reloadRooms": "Räume neu laden",
"participantsWithCount": "Participants ({count})",
"clickToSelectUser": "Cliquer pour sélectionner",
"screamColon": " crie :",
"commandPreviewFallback": "/cr <nom de la salle>",
"createRoom": {
"toggleShowChat": "Chat anzeigen",
"toggleCreateRoom": "Raum anlegen",

View File

@@ -111,9 +111,12 @@
"destination": "Ziel",
"bonus": "prime",
"time": "Temps",
"unknownMap": "Inconnu",
"gameOverTitle": "Partie terminée !",
"gameOverMessage": "Plus aucun véhicule. Partie terminée !\n\nTes résultats :\n• Passagers : {passengers}\n• Points : {score}\n• Temps de jeu : {playTime}\n• Carte : {map}\n\nMeilleur score enregistré !",
"crash": {
"title": "Accident!",
"message": "Vous avez eu un accident ! Crashes : {crashs}"
"message": "Vous avez eu un accident ! Crashes : {crashes}"
}
}
}