feat(i18n): update Cebuano localization for minigames and enhance UI text
All checks were successful
Deploy to production / deploy (push) Successful in 1m56s

- Added new localized strings for minigames in Cebuano, including loading hints, objectives, and play focus descriptions to improve user experience.
- Updated existing translations for clarity and consistency across various game elements.
- Enhanced the Match3Game component to utilize localized strings, ensuring dynamic text rendering based on user language preferences.
- Included a new entry in .gitignore for the locale audit report to maintain a clean repository.
This commit is contained in:
Torsten Schulz (local)
2026-04-17 16:20:20 +02:00
parent 71d5922409
commit 9c121d2dc2
9 changed files with 316 additions and 47 deletions

View File

@@ -38,7 +38,20 @@
"objectivesShow": "Afficher les objectifs",
"objectives": "Objectifs",
"loadingBoard": "Le plateau de jeu est en préparation...",
"loadingHint": "Les données de niveau, les objectifs et la disposition du terrain sont actuellement en cours de synchronisation."
"loadingHint": "Les données de niveau, les objectifs et la disposition du terrain sont actuellement en cours de synchronisation.",
"badgeMinigames": "Mini-jeux",
"objectivesProgress": "{completed}/{total} objectifs",
"movesLeftBadge": "{count} coups restants",
"playFocus": {
"pausedTitle": "Jeu en pause",
"pausedDescription": "Reprends le niveau ou relance-le proprement sans perdre le contexte.",
"preparingTitle": "Chargement du niveau",
"preparingDescription": "Une fois le niveau chargé, le prochain objectif et laction principale apparaîtront ici.",
"defaultObjectiveTitle": "Terminer lobjectif en cours",
"finishLevelTitle": "Terminer le niveau proprement",
"focusDescription": "Concentre-toi dabord sur cet objectif. Déjà réalisés : {completed} sur {total}.",
"allObjectivesDoneDescription": "Tous les objectifs visibles sont faits. Il ne reste plus quà finir le niveau proprement."
}
},
"taxi": {
"title": "Simulateur de taxi",