Files
BlockSeasons/lib/l10n/app_en.arb
T
airkjw 607278928b Add daily streak system and normalize bundle id to com.airkjw.blockseasons
Pure advanceStreak (1-day grace none, milestone flags at 3/7/14/30),
persisted in the save blob; StreakNotifier advances on every finished
attempt; home screen flame chip and milestone snackbar. Fix flutter
create's camelCased iOS bundle id and underscored Android application
id to the agreed lowercase form before any store registration.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 17:25:39 +09:00

25 lines
571 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"
}
}
}
}