i18n: update

This commit is contained in:
Lemmy
2026-02-03 17:43:56 -05:00
parent 5ac437d976
commit 8e320baf31
2 changed files with 15 additions and 3 deletions
+4 -1
View File
@@ -293,6 +293,7 @@
"battery": {
"battery-health": "Battery health",
"battery-level": "Battery level",
"capacity-level": "Capacity: {level}",
"charging-rate": "Charging rate: {rate} W",
"discharging-rate": "Discharging rate: {rate} W",
"health": "Health: {percent}%",
@@ -1190,6 +1191,8 @@
"history-low-urgency-label": "Save low urgency to history",
"history-normal-urgency-description": "Save normal priority notifications to history.",
"history-normal-urgency-label": "Save normal urgency to history",
"media-toast-description": "Show a toast when media playback state changes.",
"media-toast-label": "Media",
"monitors-desc": "Show notification on specific monitors. Defaults to all if none are chosen.",
"settings-always-on-top-description": "Display notifications above fullscreen windows and other layers.",
"settings-background-opacity-description": "Adjust the opacity of notification backgrounds.",
@@ -1227,9 +1230,9 @@
"sounds-unavailable-label": "Notification sounds unavailable",
"sounds-volume-description": "Adjust the volume level for notification sounds.",
"sounds-volume-label": "Sound volume",
"toast-desc": "Configure toast appearance and behavior.",
"toast-battery-description": "Show a warning when the battery level falls below this percentage.",
"toast-battery-label": "Battery warning",
"toast-desc": "Configure toast appearance and behavior.",
"toast-keyboard-description": "Show a toast when the keyboard layout changes.",
"toast-keyboard-label": "Keyboard layout",
"toast-media-description": "Show a toast when media playback state changes.",
+11 -2
View File
@@ -1135,8 +1135,8 @@
"subTabLabel": "common.sound"
},
{
"labelKey": "panels.notifications.media-toast-label",
"descriptionKey": "panels.notifications.media-toast-description",
"labelKey": "panels.notifications.toast-media-label",
"descriptionKey": "panels.notifications.toast-media-description",
"widget": "NCheckbox",
"tab": 9,
"tabLabel": "common.notifications",
@@ -1152,6 +1152,15 @@
"subTab": 4,
"subTabLabel": "common.toast"
},
{
"labelKey": "panels.notifications.toast-battery-label",
"descriptionKey": "panels.notifications.toast-battery-description",
"widget": "NLabel",
"tab": 9,
"tabLabel": "common.notifications",
"subTab": 4,
"subTabLabel": "common.toast"
},
{
"labelKey": "panels.osd.enabled-label",
"descriptionKey": "panels.osd.enabled-description",