1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 05:52:50 -05:00

i18n: update translations

This commit is contained in:
bbedward
2025-11-23 12:49:29 -05:00
parent 48f77e1691
commit 991c31ebdb
17 changed files with 1380 additions and 450 deletions

View File

@@ -38,7 +38,7 @@ FloatingWindow {
}
objectName: "settingsModal"
title: "Settings"
title: I18n.tr("Settings", "settings window title")
implicitWidth: 800
implicitHeight: 800
color: Theme.withAlpha(Theme.surfaceContainer, Theme.popupTransparency)
@@ -71,7 +71,7 @@ FloatingWindow {
allowStacking: true
parentModal: settingsModal
browserTitle: "Select Profile Image"
browserTitle: I18n.tr("Select Profile Image", "profile image file browser title")
browserIcon: "person"
browserType: "profile"
showHiddenFiles: true
@@ -90,7 +90,7 @@ FloatingWindow {
allowStacking: true
parentModal: settingsModal
browserTitle: "Select Wallpaper"
browserTitle: I18n.tr("Select Wallpaper", "wallpaper file browser title")
browserIcon: "wallpaper"
browserType: "wallpaper"
showHiddenFiles: true