mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Merge pull request #1525 from notiant/patch-3
Wallhaven: add some missing translations
This commit is contained in:
@@ -520,11 +520,11 @@ Popup {
|
||||
},
|
||||
{
|
||||
"key": "landscape",
|
||||
"name": "All Wide"
|
||||
"name": I18n.tr("wallpaper.panel.ratios-all-wide")
|
||||
},
|
||||
{
|
||||
"key": "portrait",
|
||||
"name": "All Portrait"
|
||||
"name": I18n.tr("wallpaper.panel.ratios-all-portrait")
|
||||
},
|
||||
{
|
||||
"key": "16x9",
|
||||
@@ -877,7 +877,7 @@ Popup {
|
||||
NTextInput {
|
||||
id: resolutionWidthInput
|
||||
Layout.preferredWidth: 80
|
||||
placeholderText: "Width"
|
||||
placeholderText: I18n.tr("common.width")
|
||||
inputMethodHints: Qt.ImhDigitsOnly
|
||||
text: Settings.data.wallpaper.wallhavenResolutionWidth || ""
|
||||
|
||||
@@ -921,7 +921,7 @@ Popup {
|
||||
NTextInput {
|
||||
id: resolutionHeightInput
|
||||
Layout.preferredWidth: 80
|
||||
placeholderText: "Height"
|
||||
placeholderText: I18n.tr("common.height")
|
||||
inputMethodHints: Qt.ImhDigitsOnly
|
||||
text: Settings.data.wallpaper.wallhavenResolutionHeight || ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user