46 lines
1.3 KiB
JSON
46 lines
1.3 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"
|
|
},
|
|
"work-duration": {
|
|
"description": "Duration of each work session in minutes",
|
|
"label": "Work Duration"
|
|
}
|
|
},
|
|
"short-break": "Short Break",
|
|
"work": "Work"
|
|
}
|