- gen-l10n setup (flutter_localizations, intl, l10n.yaml, ARB en/fr) - localeProvider (persisted) wired into MaterialApp - language selector in the System page (alongside the color palette) - all user-facing strings across screens moved to AppLocalizations Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
58 lines
2.0 KiB
Plaintext
58 lines
2.0 KiB
Plaintext
{
|
|
"@@locale": "en",
|
|
"appTitle": "Pokéguess",
|
|
|
|
"whosThatPokemon": "WHO'S THAT POKÉMON?",
|
|
"shinyDetected": "✨ SHINY POKÉMON DETECTED! ✨",
|
|
"genFilter": "GEN FILTER",
|
|
"identificationInput": "IDENTIFICATION INPUT",
|
|
"hintPrefix": "HINT",
|
|
"enterPokemonName": "Enter Pokémon name...",
|
|
"continueButton": "CONTINUE",
|
|
"guessButton": "GUESS!",
|
|
"hintButton": "HINT ({count})",
|
|
"@hintButton": { "placeholders": { "count": { "type": "int" } } },
|
|
"skipButton": "SKIP ({count})",
|
|
"@skipButton": { "placeholders": { "count": { "type": "int" } } },
|
|
"currentScore": "CURRENT SCORE",
|
|
"personalBest": "PERSONAL BEST: {score}",
|
|
"@personalBest": { "placeholders": { "score": { "type": "int" } } },
|
|
"caughtShiny": "✨ SHINY! You caught {name}! (+20 pts) ✨",
|
|
"@caughtShiny": { "placeholders": { "name": { "type": "String" } } },
|
|
"caughtNormal": "Correct! You caught {name}!",
|
|
"@caughtNormal": { "placeholders": { "name": { "type": "String" } } },
|
|
"wrongGuess": "Wrong guess! Try again.",
|
|
"errorLoadingPokemon": "Error loading Pokémon",
|
|
|
|
"listNational": "LIST - NATIONAL",
|
|
"tabAll": "ALL",
|
|
"tabCaught": "CAUGHT",
|
|
"pokemonDiscovered": "POKEMON DISCOVERED",
|
|
"noPokemonFound": "NO POKEMON FOUND IN {filter}",
|
|
"@noPokemonFound": { "placeholders": { "filter": { "type": "String" } } },
|
|
"pokedexFooter": "NATIONAL POKEDEX V2.0",
|
|
"loadingError": "Loading error",
|
|
|
|
"baseStats": "BASE STATS",
|
|
"noDescription": "No description available for this Pokémon.",
|
|
|
|
"gameOver": "GAME OVER",
|
|
"itWas": "It was {name}!",
|
|
"@itWas": { "placeholders": { "name": { "type": "String" } } },
|
|
"gameOverMessage": "\"Looks like your journey ends here. You've run out of energy!\"",
|
|
"statStreak": "STREAK",
|
|
"statSeen": "SEEN",
|
|
"statScore": "SCORE",
|
|
"tryAgain": "TRY AGAIN",
|
|
"backToPokedex": "BACK TO POKEDEX",
|
|
|
|
"system": "SYSTEM",
|
|
"statistics": "STATISTICS",
|
|
"colorPalette": "COLOR PALETTE",
|
|
"language": "LANGUAGE",
|
|
"statBestScore": "Best score",
|
|
"statCaught": "Caught",
|
|
"statSeenLabel": "Seen",
|
|
"statCompletion": "Completion"
|
|
}
|