9fe1910d12
Shows "SEASON 1 / First Bloom / N stages" over the season background for ~1.6s between splash and home; tap anywhere skips. Bails to home on content-load error. Adds seasonLabel/seasonStages l10n keys (en + ko). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
42 lines
878 B
Plaintext
42 lines
878 B
Plaintext
{
|
|
"@@locale": "en",
|
|
"appTitle": "Block Seasons",
|
|
"play": "Play",
|
|
"settings": "Settings",
|
|
"comingSoon": "Coming soon",
|
|
"stageClear": "Stage Clear!",
|
|
"stageFailed": "Stage Failed",
|
|
"outOfMoves": "Out of moves",
|
|
"boardFull": "No space left",
|
|
"watchAdContinue": "Continue (ad)",
|
|
"plusFiveMoves": "+5 moves (ad)",
|
|
"giveUp": "Give up",
|
|
"playAgain": "Play again",
|
|
"nextStage": "Next stage",
|
|
"streakMilestone": "{days}-day streak! Keep it up!",
|
|
"@streakMilestone": {
|
|
"placeholders": {
|
|
"days": {
|
|
"type": "int"
|
|
}
|
|
}
|
|
},
|
|
"almostThere": "{percent}% complete!",
|
|
"@almostThere": {
|
|
"placeholders": {
|
|
"percent": {
|
|
"type": "int"
|
|
}
|
|
}
|
|
},
|
|
"seasonLabel": "SEASON",
|
|
"seasonStages": "{count} stages",
|
|
"@seasonStages": {
|
|
"placeholders": {
|
|
"count": {
|
|
"type": "int"
|
|
}
|
|
}
|
|
}
|
|
}
|