fix 'profile : {name}'

This commit is contained in:
Babib3l 2026-06-29 23:06:57 +02:00 committed by Gabriel
parent a82350bb77
commit 5bbaf4f442
2 changed files with 26 additions and 2 deletions

View file

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

View file

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