677a09f8cb
Stars on win now appear sequentially with elastic-bounce via TweenAnimationBuilder (400/650/900 ms). Lost overlay shows a CircularProgressIndicator ring with "87% complete!" (l10n: almostThere) when objectiveProgress > 0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
33 lines
714 B
Plaintext
33 lines
714 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"
|
|
}
|
|
}
|
|
}
|
|
}
|