Files
lifeforge/apps/codeTime/locales/zh-TW.json
Melvin Chia e8690ec913 style: prettier reformatting of the entire codebase
Former-commit-id: 6ad2fac2e9cab83dd484e90e80732067d22616e8 [formerly 0834b7e2aaeb6a04e31f5f04cf88f01b2c256986] [formerly a4dcf0af4dfe6fcf744184676baa2d4caeb40fc7 [formerly 9632ffb6671d8f30ca33c51bda106c299a4c07da]]
Former-commit-id: 23ac95ccea08e36479fe17ac5ae4c2bdc4d77119 [formerly 450788517ac9fabdc16607b8f41785bb5c55917e]
Former-commit-id: 256d0df6be62899478c8a3a5258f296649f4672d
2025-10-05 12:39:16 +08:00

31 lines
814 B
JSON

{
"title": "程式時間",
"description": "看看你創造了多少程式魔法。",
"statisticType": {
"mostTimeSpent": "花費最多時間",
"totalTimeSpent": "總花費時間",
"averageTimeSpent": "平均花費時間",
"longestStreak": "最長連續天數",
"currentStreak": "當前連續天數",
"timeSpentToday": "今天花費的時間"
},
"widgets": {
"statistics": "統計",
"activitiesCalendar": "活動日曆",
"projects": "最常參與的專案",
"projectsTimeGraph": "專案時間圖表",
"languages": "最常使用的語言",
"languagesTimeGraph": "語言時間圖表"
},
"labels": {
"inThePast": "過去"
},
"units": {
"h": "時",
"m": "分",
"days": "天",
"hours": "小時",
"noTime": "未記錄時間"
}
}