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