This commit is contained in:
ytc1012
2025-12-02 16:38:58 +08:00
parent ef44d11c32
commit 86a368e1e3
34 changed files with 2767 additions and 686 deletions

View File

@@ -531,5 +531,105 @@
"achievement_year_warrior_desc": "Check in for 365 consecutive days",
"@achievement_year_warrior_desc": {
"description": "365 day streak achievement description"
},
"total": "Total",
"@total": {
"description": "Total label (e.g., total time)"
},
"status": "Status",
"@status": {
"description": "Status label"
},
"pointsBreakdown": "Points Breakdown",
"@pointsBreakdown": {
"description": "Points breakdown section title"
},
"focusTimePoints": "Focus Time",
"@focusTimePoints": {
"description": "Points from focus time label"
},
"focusTimePointsDesc": "1 point per minute of focus",
"@focusTimePointsDesc": {
"description": "Focus time points description"
},
"honestyBonusLabel": "Honesty Bonus",
"@honestyBonusLabel": {
"description": "Honesty bonus label in breakdown"
},
"honestyBonusDesc": "Extra points for recording distractions",
"@honestyBonusDesc": {
"description": "Honesty bonus description"
},
"checkInPoints": "Daily Check-In",
"@checkInPoints": {
"description": "Daily check-in points label"
},
"checkInPointsDesc": "Base points for daily check-in",
"@checkInPointsDesc": {
"description": "Daily check-in points description"
},
"streakBonus": "Streak Bonus",
"@streakBonus": {
"description": "Streak bonus label"
},
"streakBonusDesc": "{days} consecutive check-ins",
"@streakBonusDesc": {
"description": "Streak bonus description",
"placeholders": {
"days": {
"type": "int"
}
}
},
"achievementBonusLabel": "Achievement Bonus",
"@achievementBonusLabel": {
"description": "Achievement bonus points label"
},
"weekdayS": "S",
"@weekdayS": {
"description": "Sunday abbreviation"
},
"weekdayM": "M",
"@weekdayM": {
"description": "Monday abbreviation"
},
"weekdayT": "T",
"@weekdayT": {
"description": "Tuesday abbreviation"
},
"weekdayW": "W",
"@weekdayW": {
"description": "Wednesday abbreviation"
},
"weekdayTh": "T",
"@weekdayTh": {
"description": "Thursday abbreviation"
},
"weekdayF": "F",
"@weekdayF": {
"description": "Friday abbreviation"
},
"weekdaySa": "S",
"@weekdaySa": {
"description": "Saturday abbreviation"
}
}