1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 04:09:15 -04:00

i18n: remove redundant terms and sync

This commit is contained in:
bbedward
2026-06-03 10:32:51 -04:00
parent bfca1b46a6
commit 2f2d4c9d9b
32 changed files with 10323 additions and 6296 deletions
@@ -46,7 +46,7 @@ Item {
},
{
"id": "osd",
"name": I18n.tr("On-Screen Displays"),
"name": I18n.tr("On-screen Displays"),
"description": I18n.tr("Volume, brightness, and other system OSDs"),
"icon": "picture_in_picture"
},
@@ -419,7 +419,7 @@ Item {
DankToggle {
width: parent.width
text: I18n.tr("Focused monitor only")
text: I18n.tr("Focused Monitor Only")
description: I18n.tr("Show notifications only on the currently focused monitor")
visible: parent.componentId === "notifications"
checked: SettingsData.notificationFocusedMonitor