1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

Added Missing i18n strings (#1729)

* inverted dock visibility and position option

* added missing I18n strings

* added missing i18n strings

* added i18n strings

* Added missing i18n strings

* updated translations

* Update it.json
This commit is contained in:
Youseffo13
2026-02-19 00:28:57 +01:00
committed by GitHub
parent ac0a8f3449
commit 86dfe7dd3f
10 changed files with 791 additions and 174 deletions

View File

@@ -238,37 +238,37 @@ FocusScope {
property var quickAccessLocations: [
{
"name": "Home",
"name": I18n.tr("Home"),
"path": homeDir,
"icon": "home"
},
{
"name": "Documents",
"name": I18n.tr("Documents"),
"path": docsDir,
"icon": "description"
},
{
"name": "Downloads",
"name": I18n.tr("Downloads"),
"path": downloadDir,
"icon": "download"
},
{
"name": "Pictures",
"name": I18n.tr("Pictures"),
"path": picsDir,
"icon": "image"
},
{
"name": "Music",
"name": I18n.tr("Music"),
"path": musicDir,
"icon": "music_note"
},
{
"name": "Videos",
"name": I18n.tr("Videos"),
"path": videosDir,
"icon": "movie"
},
{
"name": "Desktop",
"name": I18n.tr("Desktop"),
"path": desktopDir,
"icon": "computer"
}

View File

@@ -19,7 +19,7 @@ StyledRect {
spacing: 4
StyledText {
text: "Quick Access"
text: I18n.tr("Quick Access")
font.pixelSize: Theme.fontSizeSmall
color: Theme.surfaceTextMedium
font.weight: Font.Medium