Fix misplacement of translation category

This commit is contained in:
Maroxy 2022-01-30 18:39:35 +01:00
parent b81f83a1b0
commit 554a97b104
No known key found for this signature in database
GPG key ID: F4B27EADB21E3021
8 changed files with 58 additions and 58 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -27,12 +27,12 @@
};
</script>
<div style="display: {visible ? 'block' : 'none'}">
<h3>{$_('settings.general.items.winevd.settings.title')}</h3>
<h3>{$_('settings.enhancements.items.winevd.settings.title')}</h3>
<table class="table" style="margin-top: 16px">
<tr>
<td>
<span>{$_('settings.general.items.winevd.settings.items.height')}</span>
<span>{$_('settings.enhancements.items.winevd.settings.items.height')}</span>
</td>
<td>
@ -41,7 +41,7 @@
</tr>
<tr>
<td>
<span>{$_('settings.general.items.winevd.settings.items.width')}</span>
<span>{$_('settings.enhancements.items.winevd.settings.items.width')}</span>
</td>
<td>

View file

@ -330,7 +330,7 @@
/>
<Checkbox
lang="settings.general.items.winevd.title"
lang="settings.enhancements.items.winevd.title"
prop="winevd.enabled"
valueChanged={(value) => WineVDBox(value)}
/>