chore(i18n): update

This commit is contained in:
Lemmy
2026-07-22 23:07:55 -04:00
parent 214c9ec88a
commit 0a144f68fc
7 changed files with 367 additions and 366 deletions
+40 -40
View File
@@ -1,45 +1,45 @@
{
"work": "Work",
"short-break": "Short Break",
"long-break": "Long Break",
"session": "Session",
"button": {
"start": "Start",
"resume": "Resume",
"pause": "Pause",
"skip": "Skip",
"reset": "Reset",
"reset-all": "Reset All"
"button": {
"pause": "Pause",
"reset": "Reset",
"reset-all": "Reset All",
"resume": "Resume",
"skip": "Skip",
"start": "Start"
},
"long-break": "Long Break",
"notification": {
"long-break-complete": "Long break over! Ready for a new cycle?",
"short-break-complete": "Break over! Ready to focus?",
"work-complete": "Work session complete! Time for a break."
},
"session": "Session",
"settings": {
"auto-start-breaks": {
"description": "Automatically start break timer after work session",
"label": "Auto-start Breaks"
},
"notification": {
"work-complete": "Work session complete! Time for a break.",
"short-break-complete": "Break over! Ready to focus?",
"long-break-complete": "Long break over! Ready for a new cycle?"
"auto-start-work": {
"description": "Automatically start work timer after break",
"label": "Auto-start Work"
},
"settings": {
"work-duration":{
"label": "Work Duration",
"description": "Duration of each work session in minutes"
},
"short-break-duration":{
"label": "Short Break Duration",
"description": "Duration of short breaks in minutes"
},
"long-break-duration":{
"label": "Long Break Duration",
"description": "Duration of long breaks in minutes"
},
"sessions-before-long-break":{
"label": "Sessions Before Long Break",
"description": "Number of sessions before a long break"
},
"auto-start-work":{
"label": "Auto-start Work",
"description": "Automatically start work timer after break"
},
"auto-start-breaks":{
"label": "Auto-start Breaks",
"description": "Automatically start break timer after work session"
}
"long-break-duration": {
"description": "Duration of long breaks in minutes",
"label": "Long Break Duration"
},
"sessions-before-long-break": {
"description": "Number of sessions before a long break",
"label": "Sessions Before Long Break"
},
"short-break-duration": {
"description": "Duration of short breaks in minutes",
"label": "Short Break Duration"
},
"work-duration": {
"description": "Duration of each work session in minutes",
"label": "Work Duration"
}
},
"short-break": "Short Break",
"work": "Work"
}