Files
BlockSeasons/lib/l10n/app_ko.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

18 lines
555 B
Plaintext

{
"@@locale": "ko",
"appTitle": "블록 시즌즈",
"play": "플레이",
"settings": "설정",
"comingSoon": "준비 중",
"stageClear": "스테이지 클리어!",
"stageFailed": "스테이지 실패",
"outOfMoves": "이동 횟수 소진",
"boardFull": "둘 공간이 없어요",
"watchAdContinue": "광고 보고 이어하기",
"plusFiveMoves": "+5 이동 (광고)",
"giveUp": "포기하기",
"playAgain": "다시 하기",
"nextStage": "다음 스테이지",
"streakMilestone": "{days}일 연속 플레이! 대단해요!"
}