chore(i18n): push/pull

This commit is contained in:
Lemmy
2026-07-19 00:15:32 -04:00
parent 163ece02ac
commit b5ffdcf6d4
5 changed files with 333 additions and 190 deletions
+24 -13
View File
@@ -1,15 +1,26 @@
{
"settings.eyecare-active-duration.label": "Active Duration",
"settings.eyecare-active-duration.description": "Active screen time before triggering a break (minutes)",
"settings.eyecare-break-duration.label": "Break Duration",
"settings.eyecare-break-duration.description": "Required duration for eye-care breaks (seconds)",
"settings.eyecare-sound.label": "Enable Audio Feedback",
"settings.eyecare-sound.description": "Play notification sound when breaks start or finish",
"settings.eyecare-notifications.label": "Enable Notifications",
"settings.eyecare-notifications.description": "Show system-level notifications for reminders",
"notifications.eyecare-break-title": "Time for a break",
"notifications.eyecare-break-body": "Focus on an object 20 feet away for 20 seconds.",
"notifications.eyecare-break-finished-title": "Break finished",
"notifications.eyecare-break-finished-body": "Your eyes are rested. You can return to your screen."
"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"
}
}
}