mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
i18n: update
This commit is contained in:
@@ -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.",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user