Files
lifeforge/apps/codeTime/locales/en.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
812 B
JSON

{
"title": "Code Time",
"description": "See how much code magic you have created.",
"statisticType": {
"mostTimeSpent": "Most Time Spent",
"totalTimeSpent": "Total Time Spent",
"averageTimeSpent": "Average Time Spent",
"longestStreak": "Longest Streak",
"currentStreak": "Current Streak",
"timeSpentToday": "Time Spent Today"
},
"widgets": {
"statistics": "Statistics",
"activitiesCalendar": "Activities Calendar",
"projects": "Top Projects Worked On",
"projectsTimeGraph": "Projects Time Graph",
"languages": "Top Languages Used",
"languagesTimeGraph": "Languages Time Graph"
},
"labels": {
"inThePast": "In the Past"
},
"units": {
"h": "h",
"m": "m",
"days": "Days",
"hours": "Hours",
"noTime": "No Time Recorded"
}
}