优化
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user