Files
community-plugins/pomodoro/translations/en.json
T
2026-07-29 00:29:45 -04:00

60 lines
1.7 KiB
JSON

{
"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"
},
"auto-start-work": {
"description": "Automatically start work timer after break",
"label": "Auto-start Work"
},
"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"
},
"widget": {
"glyph-break": {
"description": "Name of the icon that appears during a break.",
"label": "Break Icon"
},
"glyph-main": {
"description": "Name of the icon that appears when idle.",
"label": "Main Icon"
},
"glyph-work": {
"description": "Name of the icon that appears when working.",
"label": "Work Icon"
}
},
"work-duration": {
"description": "Duration of each work session in minutes",
"label": "Work Duration"
}
},
"short-break": "Short Break",
"work": "Work"
}