mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-19 21:37:45 +00:00
fix 'profile : {name}'
This commit is contained in:
parent
a82350bb77
commit
5bbaf4f442
2 changed files with 26 additions and 2 deletions
|
|
@ -6300,6 +6300,31 @@
|
|||
"zh_TW": "設定檔"
|
||||
}
|
||||
},
|
||||
{
|
||||
"ID": "ControllerSettingsProfileWithColon",
|
||||
"Translations": {
|
||||
"ar_SA": "الملف الشخصي:",
|
||||
"de_DE": "Profil:",
|
||||
"el_GR": "Προφίλ:",
|
||||
"en_US": "Profile:",
|
||||
"es_ES": "Perfil:",
|
||||
"fr_FR": "Profil:",
|
||||
"he_IL": "פרופיל:",
|
||||
"it_IT": "Profilo:",
|
||||
"ja_JP": "プロファイル:",
|
||||
"ko_KR": "프로필:",
|
||||
"no_NO": "Profil:",
|
||||
"pl_PL": "Profil:",
|
||||
"pt_BR": "Perfil:",
|
||||
"ru_RU": "Профиль:",
|
||||
"sv_SE": "Profil:",
|
||||
"th_TH": "โปรไฟล์:",
|
||||
"tr_TR": "Profil:",
|
||||
"uk_UA": "Профіль:",
|
||||
"zh_CN": "配置文件:",
|
||||
"zh_TW": "設定檔:"
|
||||
}
|
||||
},
|
||||
{
|
||||
"ID": "ControllerSettingsProfileDefault",
|
||||
"Translations": {
|
||||
|
|
|
|||
|
|
@ -81,8 +81,7 @@
|
|||
TextWrapping="NoWrap"
|
||||
MaxLines="1"
|
||||
IsVisible="{Binding HasBoundProfileName}">
|
||||
<Run Text="{ext:Locale ControllerSettingsProfile}" />
|
||||
<Run Text=": " />
|
||||
<Run Text="{ext:Locale ControllerSettingsProfileWithColon}" />
|
||||
<Run Text="{Binding BoundProfileName}" />
|
||||
</TextBlock>
|
||||
</StackPanel>
|
||||
|
|
|
|||
Loading…
Reference in a new issue