mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-03 11:39:02 +00:00
Remove unnecessary Close in User Profiles
This commit is contained in:
parent
6ae279300c
commit
a2fa346cfd
3 changed files with 2 additions and 52 deletions
|
|
@ -11193,31 +11193,6 @@
|
||||||
"zh_TW": "刪除"
|
"zh_TW": "刪除"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ID": "UserProfilesClose",
|
|
||||||
"Translations": {
|
|
||||||
"ar_SA": "إغلاق",
|
|
||||||
"de_DE": "Schließen",
|
|
||||||
"el_GR": "Κλείσιμο",
|
|
||||||
"en_US": "Close",
|
|
||||||
"es_ES": "Cerrar",
|
|
||||||
"fr_FR": "Fermer",
|
|
||||||
"he_IL": "סגור",
|
|
||||||
"it_IT": "Chiudi",
|
|
||||||
"ja_JP": "閉じる",
|
|
||||||
"ko_KR": "닫기",
|
|
||||||
"no_NO": "Lukk",
|
|
||||||
"pl_PL": "Zamknij",
|
|
||||||
"pt_BR": "Fechar",
|
|
||||||
"ru_RU": "Закрыть",
|
|
||||||
"sv_SE": "Stäng",
|
|
||||||
"th_TH": "ปิด",
|
|
||||||
"tr_TR": "Kapat",
|
|
||||||
"uk_UA": "Закрити",
|
|
||||||
"zh_CN": "关闭",
|
|
||||||
"zh_TW": "關閉"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ID": "ProfileNameSelectionWatermark",
|
"ID": "ProfileNameSelectionWatermark",
|
||||||
"Translations": {
|
"Translations": {
|
||||||
|
|
@ -11618,31 +11593,6 @@
|
||||||
"zh_TW": "設定背景顏色"
|
"zh_TW": "設定背景顏色"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ID": "AvatarClose",
|
|
||||||
"Translations": {
|
|
||||||
"ar_SA": "إغلاق",
|
|
||||||
"de_DE": "Schließen",
|
|
||||||
"el_GR": "Κλείσιμο",
|
|
||||||
"en_US": "Close",
|
|
||||||
"es_ES": "Cerrar",
|
|
||||||
"fr_FR": "Fermer",
|
|
||||||
"he_IL": "סגור",
|
|
||||||
"it_IT": "Chiudi",
|
|
||||||
"ja_JP": "閉じる",
|
|
||||||
"ko_KR": "닫기",
|
|
||||||
"no_NO": "Lukk",
|
|
||||||
"pl_PL": "Zamknij",
|
|
||||||
"pt_BR": "Fechar",
|
|
||||||
"ru_RU": "Закрыть",
|
|
||||||
"sv_SE": "Stäng",
|
|
||||||
"th_TH": "ปิด",
|
|
||||||
"tr_TR": "Kapat",
|
|
||||||
"uk_UA": "Закрити",
|
|
||||||
"zh_CN": "关闭",
|
|
||||||
"zh_TW": "關閉"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ID": "ControllerSettingsLoadProfileToolTip",
|
"ID": "ControllerSettingsLoadProfileToolTip",
|
||||||
"Translations": {
|
"Translations": {
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ namespace Ryujinx.Ava.UI.Views.Dialog
|
||||||
{
|
{
|
||||||
PrimaryButtonText = string.Empty,
|
PrimaryButtonText = string.Empty,
|
||||||
SecondaryButtonText = string.Empty,
|
SecondaryButtonText = string.Empty,
|
||||||
CloseButtonText = LocaleManager.Instance[LocaleKeys.UserProfilesClose],
|
CloseButtonText = LocaleManager.Instance[LocaleKeys.SettingsButtonClose],
|
||||||
Content = new AboutView { ViewModel = viewModel }
|
Content = new AboutView { ViewModel = viewModel }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -151,7 +151,7 @@
|
||||||
Orientation="Horizontal">
|
Orientation="Horizontal">
|
||||||
<Button
|
<Button
|
||||||
Click="Close">
|
Click="Close">
|
||||||
<TextBlock Text="{ext:Locale UserProfilesClose}" />
|
<TextBlock Text="{ext:Locale SettingsButtonClose}" />
|
||||||
</Button>
|
</Button>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue