misc: chore: [ci skip] oops forgot to localize the reset button & confirmation
This commit is contained in:
parent
45cec4e7cf
commit
6af388c623
@ -6122,6 +6122,56 @@
|
|||||||
"zh_TW": "關閉"
|
"zh_TW": "關閉"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ID": "SettingsButtonReset",
|
||||||
|
"Translations": {
|
||||||
|
"ar_SA": "",
|
||||||
|
"de_DE": "",
|
||||||
|
"el_GR": "",
|
||||||
|
"en_US": "Reset Settings",
|
||||||
|
"es_ES": "",
|
||||||
|
"fr_FR": "",
|
||||||
|
"he_IL": "",
|
||||||
|
"it_IT": "",
|
||||||
|
"ja_JP": "",
|
||||||
|
"ko_KR": "",
|
||||||
|
"no_NO": "",
|
||||||
|
"pl_PL": "",
|
||||||
|
"pt_BR": "",
|
||||||
|
"ru_RU": "",
|
||||||
|
"sv_SE": "",
|
||||||
|
"th_TH": "",
|
||||||
|
"tr_TR": "",
|
||||||
|
"uk_UA": "",
|
||||||
|
"zh_CN": "",
|
||||||
|
"zh_TW": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ID": "SettingsButtonResetConfirm",
|
||||||
|
"Translations": {
|
||||||
|
"ar_SA": "",
|
||||||
|
"de_DE": "",
|
||||||
|
"el_GR": "",
|
||||||
|
"en_US": "I want to reset my settings.",
|
||||||
|
"es_ES": "",
|
||||||
|
"fr_FR": "",
|
||||||
|
"he_IL": "",
|
||||||
|
"it_IT": "",
|
||||||
|
"ja_JP": "",
|
||||||
|
"ko_KR": "",
|
||||||
|
"no_NO": "",
|
||||||
|
"pl_PL": "",
|
||||||
|
"pt_BR": "",
|
||||||
|
"ru_RU": "",
|
||||||
|
"sv_SE": "",
|
||||||
|
"th_TH": "",
|
||||||
|
"tr_TR": "",
|
||||||
|
"uk_UA": "",
|
||||||
|
"zh_CN": "",
|
||||||
|
"zh_TW": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ID": "SettingsButtonOk",
|
"ID": "SettingsButtonOk",
|
||||||
"Translations": {
|
"Translations": {
|
||||||
|
@ -114,10 +114,10 @@
|
|||||||
<Button
|
<Button
|
||||||
IsEnabled="{Binding WantsToReset}"
|
IsEnabled="{Binding WantsToReset}"
|
||||||
Margin="10"
|
Margin="10"
|
||||||
Content="Reset Settings"
|
Content="{ext:Locale SettingsButtonReset}"
|
||||||
Command="{Binding ResetButton}" />
|
Command="{Binding ResetButton}" />
|
||||||
<CheckBox IsChecked="{Binding WantsToReset}"/>
|
<CheckBox IsChecked="{Binding WantsToReset}"/>
|
||||||
<TextBlock Text="I want to reset my settings."/>
|
<TextBlock Text="{ext:Locale SettingsButtonResetConfirm}"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<ReversibleStackPanel
|
<ReversibleStackPanel
|
||||||
Grid.Column="2"
|
Grid.Column="2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user