Files
community-plugins/eyecare/translations/en.json
T
2026-07-19 00:15:32 -04:00

27 lines
903 B
JSON

{
"notifications": {
"eyecare-break-body": "Focus on an object 20 feet away for 20 seconds.",
"eyecare-break-finished-body": "Your eyes are rested. You can return to your screen.",
"eyecare-break-finished-title": "Break finished",
"eyecare-break-title": "Time for a break"
},
"settings": {
"eyecare-active-duration": {
"description": "Active screen time before triggering a break (minutes)",
"label": "Active Duration"
},
"eyecare-break-duration": {
"description": "Required duration for eye-care breaks (seconds)",
"label": "Break Duration"
},
"eyecare-notifications": {
"description": "Show system-level notifications for reminders",
"label": "Enable Notifications"
},
"eyecare-sound": {
"description": "Play notification sound when breaks start or finish",
"label": "Enable Audio Feedback"
}
}
}