23 lines
582 B
Plaintext
23 lines
582 B
Plaintext
/* Check In Level Names */
|
|
"checkInResultT0" = "大凶";
|
|
"checkInResultT1" = "凶";
|
|
"checkInResultT2" = "中平";
|
|
"checkInResultT3" = "吉";
|
|
"checkInResultT4" = "大吉";
|
|
"checkInResultT5" = "特殊";
|
|
|
|
/* Widget UI Strings */
|
|
"checkIn" = "打卡";
|
|
"tapToCheckIn" = "點擊今日打卡";
|
|
"error" = "錯誤";
|
|
"openAppToRefresh" = "打開應用以刷新";
|
|
"loading" = "載入中...";
|
|
"rewardPoints" = "%d";
|
|
"rewardExperience" = "%d 經驗值";
|
|
"footer" = "Solian 簽到";
|
|
|
|
/* Notable Day Strings */
|
|
"notableDayToday" = "%@是今天!";
|
|
"notableDayIs" = "%@ 是 %@";
|
|
"today" = "今天";
|