mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-13 13:37:00 +00:00
More Adjustments
This commit is contained in:
parent
ab0571ec2b
commit
7830be31e7
2 changed files with 52 additions and 48 deletions
|
|
@ -13120,26 +13120,26 @@
|
|||
{
|
||||
"ID": "DialogControllerAppletTitle",
|
||||
"Translations": {
|
||||
"ar_SA": "تم قطع الاتصال بوحدة التحكم",
|
||||
"de_DE": "Controller getrennt",
|
||||
"el_GR": "Αποσύνδεση Controller",
|
||||
"en_US": "Controller Disconnected",
|
||||
"es_ES": "Controlador Desconectado",
|
||||
"fr_FR": "Manette Déconnectée",
|
||||
"he_IL": "הבקר התנתק",
|
||||
"it_IT": "Controller Disconnesso",
|
||||
"ja_JP": "コントローラーが切断されました",
|
||||
"ko_KR": "컨트롤러 연결 해제됨",
|
||||
"no_NO": "Kontroller Frakoblet",
|
||||
"pl_PL": "Kontroler Rozłączony",
|
||||
"pt_BR": "Controle Desconectado",
|
||||
"ru_RU": "Контроллер Отключен",
|
||||
"sv_SE": "Handkontroll frånkopplad",
|
||||
"th_TH": "คอนโทรลเลอร์ถูกตัดการเชื่อมต่อ",
|
||||
"tr_TR": "Kumanda Bağlantısı Kesildi",
|
||||
"uk_UA": "Контролер відключено",
|
||||
"zh_CN": "控制器已断开",
|
||||
"zh_TW": "控制器已斷開"
|
||||
"ar_SA": "إعداد غير صالح",
|
||||
"de_DE": "Ungültige Konfiguration",
|
||||
"el_GR": "Μη Έγκυρη Διαμόρφωση",
|
||||
"en_US": "Invalid Configuration",
|
||||
"es_ES": "Configuración Inválida",
|
||||
"fr_FR": "Configuration Invalide",
|
||||
"he_IL": "הגדרה לא תקפה",
|
||||
"it_IT": "Configurazione Non Valida",
|
||||
"ja_JP": "無効な設定",
|
||||
"ko_KR": "잘못된 구성",
|
||||
"no_NO": "Ugyldig Konfigurasjon",
|
||||
"pl_PL": "Nieprawidłowa Konfiguracja",
|
||||
"pt_BR": "Configuração Inválida",
|
||||
"ru_RU": "Неверная Конфигурация",
|
||||
"sv_SE": "Ogiltig Konfiguration",
|
||||
"th_TH": "การตั้งค่าที่ไม่ถูกต้อง",
|
||||
"tr_TR": "Geçersiz Konfigürasyon",
|
||||
"uk_UA": "Невірна Конфігурація",
|
||||
"zh_CN": "无效配置",
|
||||
"zh_TW": "無效的配置"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -300,7 +300,7 @@
|
|||
BorderBrush="{DynamicResource ThemeControlBorderColor}"
|
||||
BorderThickness="1"
|
||||
CornerRadius="5"
|
||||
Margin="0,10"
|
||||
Margin="0,0,0,5"
|
||||
MinHeight="90">
|
||||
<StackPanel
|
||||
Margin="10"
|
||||
|
|
@ -373,37 +373,22 @@
|
|||
BorderBrush="{DynamicResource ThemeControlBorderColor}"
|
||||
BorderThickness="1"
|
||||
CornerRadius="5"
|
||||
MinHeight="90"
|
||||
Height="80"
|
||||
IsVisible="{Binding HasSides}">
|
||||
<StackPanel
|
||||
Margin="8"
|
||||
Orientation="Vertical">
|
||||
Orientation="Horizontal"
|
||||
VerticalAlignment="Center"
|
||||
HorizontalAlignment="Center">
|
||||
<StackPanel
|
||||
Margin="0,4,0,0"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
IsVisible="{Binding IsLeft}"
|
||||
Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Width="20"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Text="{ext:Locale ControllerSettingsLeftSR}"
|
||||
TextAlignment="Center" />
|
||||
<ToggleButton Name="LeftButtonSr">
|
||||
<TextBlock
|
||||
Text="{Binding Config.LeftButtonSr, Converter={x:Static helpers:KeyValueConverter.Instance}}"
|
||||
TextAlignment="Center" />
|
||||
</ToggleButton>
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
Margin="0,4,0,0"
|
||||
Margin="0,0,10,0"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
IsVisible="{Binding IsLeft}"
|
||||
Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Width="20"
|
||||
Margin="0,0,5,0"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Text="{ext:Locale ControllerSettingsLeftSL}"
|
||||
|
|
@ -415,31 +400,32 @@
|
|||
</ToggleButton>
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
Margin="0,4,0,0"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
IsVisible="{Binding IsRight}"
|
||||
IsVisible="{Binding IsLeft}"
|
||||
Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Width="20"
|
||||
Margin="0,0,5,0"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Text="{ext:Locale ControllerSettingsRightSR}"
|
||||
Text="{ext:Locale ControllerSettingsLeftSR}"
|
||||
TextAlignment="Center" />
|
||||
<ToggleButton Name="RightButtonSr">
|
||||
<ToggleButton Name="LeftButtonSr">
|
||||
<TextBlock
|
||||
Text="{Binding Config.RightButtonSr, Converter={x:Static helpers:KeyValueConverter.Instance}}"
|
||||
Text="{Binding Config.LeftButtonSr, Converter={x:Static helpers:KeyValueConverter.Instance}}"
|
||||
TextAlignment="Center" />
|
||||
</ToggleButton>
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
Margin="0,4,0,0"
|
||||
Margin="0,0,10,0"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
IsVisible="{Binding IsRight}"
|
||||
Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Width="20"
|
||||
Margin="0,0,5,0"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Text="{ext:Locale ControllerSettingsRightSL}"
|
||||
|
|
@ -450,6 +436,24 @@
|
|||
TextAlignment="Center" />
|
||||
</ToggleButton>
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
IsVisible="{Binding IsRight}"
|
||||
Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Width="20"
|
||||
Margin="0,0,5,0"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Text="{ext:Locale ControllerSettingsRightSR}"
|
||||
TextAlignment="Center" />
|
||||
<ToggleButton Name="RightButtonSr">
|
||||
<TextBlock
|
||||
Text="{Binding Config.RightButtonSr, Converter={x:Static helpers:KeyValueConverter.Instance}}"
|
||||
TextAlignment="Center" />
|
||||
</ToggleButton>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
</Border>
|
||||
</StackPanel>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue