diff --git a/public/locales/de-de.yaml b/public/locales/de-de.yaml index de83d24..1084594 100644 --- a/public/locales/de-de.yaml +++ b/public/locales/de-de.yaml @@ -112,15 +112,6 @@ settings: in-launcher: Launcher text in-game: im Spiel text selectIcon: Icon auswählen - - # Wine Virtual Desktop - winevd: - title: Virtual Desktop - settings: - title: Virtual Desktop einstellung - items: - height: Höhe - width: Breite # Some buttons buttons: @@ -150,6 +141,15 @@ settings: none: Aus esync: Esync fsync: Fsync + + # Wine Virtual Desktop + winevd: + title: Virtual Desktop + settings: + title: Virtual Desktop einstellung + items: + height: Höhe + width: Breite # GameMode gamemode: diff --git a/public/locales/en-us.yaml b/public/locales/en-us.yaml index 54653ea..caf8873 100644 --- a/public/locales/en-us.yaml +++ b/public/locales/en-us.yaml @@ -112,15 +112,6 @@ settings: in-launcher: Launcher text in-game: In-game text selectIcon: Select icon - - # Wine Virtual Desktop - winevd: - title: Virtual Desktop - settings: - title: Virtual Desktop settings - items: - height: Height - width: Width # Some buttons buttons: @@ -150,6 +141,15 @@ settings: none: None esync: ESync fsync: FSync + + # Wine Virtual Desktop + winevd: + title: Virtual Desktop + settings: + title: Virtual Desktop settings + items: + height: Height + width: Width # GameMode gamemode: diff --git a/public/locales/es-es.yaml b/public/locales/es-es.yaml index 0125d6a..1eadc93 100644 --- a/public/locales/es-es.yaml +++ b/public/locales/es-es.yaml @@ -113,15 +113,6 @@ settings: in-game: Texto in-game selectIcon: Elegir icono - # Escritorio Virtual de Wine - winevd: - title: Escritorio Virtual - settings: - title: Opciones del Escritorio Virtual - items: - height: Alto - width: Ancho - # Algunos botones buttons: winetricks: winetricks @@ -150,6 +141,15 @@ settings: none: Ninguna esync: ESync fsync: FSync + + # Escritorio Virtual de Wine + winevd: + title: Escritorio Virtual + settings: + title: Opciones del Escritorio Virtual + items: + height: Alto + width: Ancho # GameMode gamemode: diff --git a/public/locales/fr-fr.yaml b/public/locales/fr-fr.yaml index aa02640..9479a92 100644 --- a/public/locales/fr-fr.yaml +++ b/public/locales/fr-fr.yaml @@ -115,15 +115,6 @@ settings: in-game: Texte dans le jeu selectIcon: Sélection d'icone - # Wine Virtual Desktop - winevd: - title: Bureau virtuel - settings: - title: Paramètres du Bureau virtuel - items: - height: Hauteur - width: Largeur - # Some buttons buttons: winetricks: winetricks @@ -152,6 +143,15 @@ settings: none: Aucune esync: ESync fsync: FSync + + # Wine Virtual Desktop + winevd: + title: Bureau virtuel + settings: + title: Paramètres du Bureau virtuel + items: + height: Hauteur + width: Largeur # GameMode gamemode: diff --git a/public/locales/ru-ru.yaml b/public/locales/ru-ru.yaml index fb8716f..fc2f664 100644 --- a/public/locales/ru-ru.yaml +++ b/public/locales/ru-ru.yaml @@ -113,15 +113,6 @@ settings: in-game: Текст в игре selectIcon: Выберите иконку - # Виртуальный рабочий стол Wine - winevd: - title: Виртуальный рабочий стол - settings: - title: Настройки виртуального рабочего стола - items: - height: Высота - width: Ширина - # Some buttons buttons: winetricks: winetricks @@ -150,6 +141,15 @@ settings: none: Отключена esync: ESync fsync: FSync + + # Виртуальный рабочий стол Wine + winevd: + title: Виртуальный рабочий стол + settings: + title: Настройки виртуального рабочего стола + items: + height: Высота + width: Ширина # GameMode gamemode: diff --git a/public/locales/uwu.yaml b/public/locales/uwu.yaml index 0a3301e..9446c66 100644 --- a/public/locales/uwu.yaml +++ b/public/locales/uwu.yaml @@ -113,15 +113,6 @@ settings: in-game: In-game text selectIcon: s-sewect icon - # Wine Virtual Desktop - winevd: - title: viwtuaw desktop - settings: - title: viwtuaw desktop settings - items: - height: height - width: width - # Some buttons buttons: winetricks: winetwicks @@ -150,6 +141,15 @@ settings: none: none esync: Esync fsync: Fsync + + # Wine Virtual Desktop + winevd: + title: viwtuaw desktop + settings: + title: viwtuaw desktop settings + items: + height: height + width: width # GameMode gamemode: diff --git a/src/components/WineVDSettings.svelte b/src/components/WineVDSettings.svelte index 757b976..fa66aa8 100644 --- a/src/components/WineVDSettings.svelte +++ b/src/components/WineVDSettings.svelte @@ -27,12 +27,12 @@ };
- {$_('settings.general.items.winevd.settings.items.height')} + {$_('settings.enhancements.items.winevd.settings.items.height')} | @@ -41,7 +41,7 @@ |
- {$_('settings.general.items.winevd.settings.items.width')} + {$_('settings.enhancements.items.winevd.settings.items.width')} |
diff --git a/src/settings.svelte b/src/settings.svelte
index ceec062..3293c60 100644
--- a/src/settings.svelte
+++ b/src/settings.svelte
@@ -330,7 +330,7 @@
/>
|