mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-24 23:43:30 +00:00
Margins + Locale adjustments Pt.2
This commit is contained in:
parent
17ab09119e
commit
746dc2cd22
3 changed files with 22 additions and 24 deletions
|
|
@ -11195,26 +11195,26 @@
|
||||||
{
|
{
|
||||||
"ID": "ProfileNameSelectionWatermark",
|
"ID": "ProfileNameSelectionWatermark",
|
||||||
"Translations": {
|
"Translations": {
|
||||||
"ar_SA": "اختر اسم مستعار",
|
"ar_SA": "اختر اسم الملف الشخصي",
|
||||||
"de_DE": "Wähle einen Spitznamen",
|
"de_DE": "Wähle einen Profilnamen",
|
||||||
"el_GR": "Επιλέξτε ψευδώνυμο",
|
"el_GR": "Επιλέξτε όνομα προφίλ",
|
||||||
"en_US": "Choose a Nickname",
|
"en_US": "Choose a Profile Name",
|
||||||
"es_ES": "Escoge un Apodo",
|
"es_ES": "Escoge un Nombre de Perfil",
|
||||||
"fr_FR": "Choisir un Pseudonyme",
|
"fr_FR": "Choisir un Nom de Profil",
|
||||||
"he_IL": "בחרו כינוי",
|
"he_IL": "בחרו שם פרופיל",
|
||||||
"it_IT": "Scegli un soprannome",
|
"it_IT": "Scegli un Nome Profilo",
|
||||||
"ja_JP": "ニックネームを選択",
|
"ja_JP": "プロフィール名を選択",
|
||||||
"ko_KR": "별명 선택",
|
"ko_KR": "프로필 이름 선택",
|
||||||
"no_NO": "Velg ett kallenavn",
|
"no_NO": "Velg et Profilnavn",
|
||||||
"pl_PL": "Wybierz pseudonim",
|
"pl_PL": "Wybierz nazwę profilu",
|
||||||
"pt_BR": "Escolha um Apelido",
|
"pt_BR": "Escolha um Nome de Perfil",
|
||||||
"ru_RU": "Введите никнейм",
|
"ru_RU": "Выберите имя профиля",
|
||||||
"sv_SE": "Välj ett smeknamn",
|
"sv_SE": "Välj ett Profilnamn",
|
||||||
"th_TH": "เลือก ชื่อเล่น",
|
"th_TH": "เลือก ชื่อโปรไฟล์",
|
||||||
"tr_TR": "Kullanıcı Adı Seç",
|
"tr_TR": "Profil Adı Seç",
|
||||||
"uk_UA": "Оберіть псевдонім",
|
"uk_UA": "Оберіть ім'я профілю",
|
||||||
"zh_CN": "输入昵称",
|
"zh_CN": "选择个人资料名称",
|
||||||
"zh_TW": "選擇暱稱"
|
"zh_TW": "選擇個人資料名稱"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@
|
||||||
<TextBlock Text="{ext:Locale UserProfilesName}" />
|
<TextBlock Text="{ext:Locale UserProfilesName}" />
|
||||||
<TextBox
|
<TextBox
|
||||||
Name="NameBox"
|
Name="NameBox"
|
||||||
|
Margin="0,0,0,5"
|
||||||
Width="300"
|
Width="300"
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
MaxLength="{Binding MaxProfileNameLength}"
|
MaxLength="{Binding MaxProfileNameLength}"
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,7 @@
|
||||||
<Design.DataContext>
|
<Design.DataContext>
|
||||||
<viewModels:UserFirmwareAvatarSelectorViewModel />
|
<viewModels:UserFirmwareAvatarSelectorViewModel />
|
||||||
</Design.DataContext>
|
</Design.DataContext>
|
||||||
<Grid
|
<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch" RowDefinitions="Auto,*,Auto,Auto">
|
||||||
Margin="10"
|
|
||||||
HorizontalAlignment="Stretch"
|
|
||||||
VerticalAlignment="Stretch" RowDefinitions="Auto,*,Auto,Auto">
|
|
||||||
<ListBox
|
<ListBox
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
BorderThickness="0"
|
BorderThickness="0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue