mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
i18n + formatting
This commit is contained in:
@@ -604,6 +604,10 @@
|
||||
"alacritty": {
|
||||
"description": "Schreibe {Dateipfad} und lade neu",
|
||||
"description-missing": "Benötigt die Installation von {app}"
|
||||
},
|
||||
"wezterm": {
|
||||
"description": "Schreibe {Dateipfad} und lade neu.",
|
||||
"description-missing": "Erfordert die Installation von {app}"
|
||||
}
|
||||
},
|
||||
"programs": {
|
||||
|
||||
@@ -604,6 +604,10 @@
|
||||
"alacritty": {
|
||||
"description": "Escribe {filepath} y recarga",
|
||||
"description-missing": "Requiere que {app} esté instalado/a."
|
||||
},
|
||||
"wezterm": {
|
||||
"description": "Escribe {filepath} y recarga.",
|
||||
"description-missing": "Requiere que {app} esté instalado/a."
|
||||
}
|
||||
},
|
||||
"programs": {
|
||||
|
||||
@@ -604,6 +604,10 @@
|
||||
"alacritty": {
|
||||
"description": "Écrire {filepath} et recharger.",
|
||||
"description-missing": "Nécessite l'installation de {app}"
|
||||
},
|
||||
"wezterm": {
|
||||
"description": "Écrire {filepath} et recharger.",
|
||||
"description-missing": "Nécessite l'installation de {app}"
|
||||
}
|
||||
},
|
||||
"programs": {
|
||||
|
||||
@@ -566,6 +566,10 @@
|
||||
"alacritty": {
|
||||
"description": "Escreva {filepath} e recarregue.",
|
||||
"description-missing": "Requer que o {app} esteja instalado."
|
||||
},
|
||||
"wezterm": {
|
||||
"description": "Escreva {filepath} e recarregue.",
|
||||
"description-missing": "Requer que o {app} esteja instalado."
|
||||
}
|
||||
},
|
||||
"programs": {
|
||||
|
||||
@@ -608,6 +608,10 @@
|
||||
"alacritty": {
|
||||
"description": "Записати {filepath} та перезавантажити",
|
||||
"description-missing": "Потрібно встановити {app}"
|
||||
},
|
||||
"wezterm": {
|
||||
"description": "Запишіть {filepath} та перезавантажте",
|
||||
"description-missing": "Потрібно встановити {app}"
|
||||
}
|
||||
},
|
||||
"programs": {
|
||||
@@ -1290,18 +1294,6 @@
|
||||
}
|
||||
},
|
||||
"lock-keys": {
|
||||
"indicator-style": {
|
||||
"label": "Стиль індикатора",
|
||||
"description": "Стиль значків для індикаторів клавіш блокування",
|
||||
"large": "Великі літери",
|
||||
"small": "Малі літери",
|
||||
"square": "Квадратні літери",
|
||||
"square-round": "Заокруглені квадратні літери",
|
||||
"circle": "Круглі літери",
|
||||
"circle-dash": "Пунктирні круглі літери",
|
||||
"circle-dot": "Точкові круглі літери",
|
||||
"hex": "Шестикутні літери"
|
||||
},
|
||||
"show-caps-lock": {
|
||||
"label": "Caps Lock",
|
||||
"description": "Відображати стан caps lock."
|
||||
@@ -1313,7 +1305,8 @@
|
||||
"show-scroll-lock": {
|
||||
"label": "Scroll Lock",
|
||||
"description": "Відображати стан scroll lock."
|
||||
}
|
||||
},
|
||||
"browse": "Перегляд"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -604,6 +604,10 @@
|
||||
"alacritty": {
|
||||
"description": "写入 {filepath} 并重新加载",
|
||||
"description-missing": "需要安装 {app}"
|
||||
},
|
||||
"wezterm": {
|
||||
"description": "写入 {filepath} 并重新加载",
|
||||
"description-missing": "需要安装{app}"
|
||||
}
|
||||
},
|
||||
"programs": {
|
||||
|
||||
@@ -600,19 +600,19 @@ ColumnLayout {
|
||||
NCheckbox {
|
||||
label: "Wezterm"
|
||||
description: ProgramCheckerService.weztermAvailable ? I18n.tr("settings.color-scheme.templates.terminal.wezterm.description", {
|
||||
"filepath": "~/.config/wezterm/colors/Noctalia.toml"
|
||||
}) : I18n.tr("settings.color-scheme.templates.terminal.wezterm.description-missing", {
|
||||
"app": "wezterm"
|
||||
})
|
||||
"filepath": "~/.config/wezterm/colors/Noctalia.toml"
|
||||
}) : I18n.tr("settings.color-scheme.templates.terminal.wezterm.description-missing", {
|
||||
"app": "wezterm"
|
||||
})
|
||||
checked: Settings.data.templates.wezterm
|
||||
enabled: ProgramCheckerService.weztermAvailable
|
||||
opacity: ProgramCheckerService.weztermAvailable ? 1.0 : 0.6
|
||||
onToggled: checked => {
|
||||
if (ProgramCheckerService.weztermAvailable) {
|
||||
Settings.data.templates.wezterm = checked
|
||||
AppThemeService.generate()
|
||||
}
|
||||
}
|
||||
if (ProgramCheckerService.weztermAvailable) {
|
||||
Settings.data.templates.wezterm = checked
|
||||
AppThemeService.generate()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user