mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-05 11:59:15 +00:00
Actually add the menu label itself into the fractured locales
This commit is contained in:
@@ -1,5 +1,30 @@
|
|||||||
{
|
{
|
||||||
"Locales": [
|
"Locales": [
|
||||||
|
{
|
||||||
|
"ID": "ActionsLabel",
|
||||||
|
"Translations": {
|
||||||
|
"ar_SA": "_الإجراءات",
|
||||||
|
"de_DE": "_Aktionen",
|
||||||
|
"el_GR": "_Δράσεις",
|
||||||
|
"en_US": "_Actions",
|
||||||
|
"es_ES": "_Acciones",
|
||||||
|
"fr_FR": null,
|
||||||
|
"he_IL": "_פעולות",
|
||||||
|
"it_IT": "_Azioni",
|
||||||
|
"ja_JP": "アクション(_A)",
|
||||||
|
"ko_KR": "동작(_A)",
|
||||||
|
"no_NO": "_Handlinger",
|
||||||
|
"pl_PL": "_Akcje",
|
||||||
|
"pt_BR": "_Ações",
|
||||||
|
"ru_RU": "_Действия",
|
||||||
|
"sv_SE": "_Åtgärder",
|
||||||
|
"th_TH": "_การดำเนินการ",
|
||||||
|
"tr_TR": "_Eylemler",
|
||||||
|
"uk_UA": "_Дії",
|
||||||
|
"zh_CN": "操作(_A)",
|
||||||
|
"zh_TW": "動作(_A)"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ID": "InstallKeysLabel",
|
"ID": "InstallKeysLabel",
|
||||||
"Translations": {
|
"Translations": {
|
||||||
|
|||||||
@@ -550,31 +550,6 @@
|
|||||||
"zh_TW": "使用者設定檔(_M)"
|
"zh_TW": "使用者設定檔(_M)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ID": "MenuBarActions",
|
|
||||||
"Translations": {
|
|
||||||
"ar_SA": "_الإجراءات",
|
|
||||||
"de_DE": "_Aktionen",
|
|
||||||
"el_GR": "_Δράσεις",
|
|
||||||
"en_US": "_Actions",
|
|
||||||
"es_ES": "_Acciones",
|
|
||||||
"fr_FR": null,
|
|
||||||
"he_IL": "_פעולות",
|
|
||||||
"it_IT": "_Azioni",
|
|
||||||
"ja_JP": "アクション(_A)",
|
|
||||||
"ko_KR": "동작(_A)",
|
|
||||||
"no_NO": "_Handlinger",
|
|
||||||
"pl_PL": "_Akcje",
|
|
||||||
"pt_BR": "_Ações",
|
|
||||||
"ru_RU": "_Действия",
|
|
||||||
"sv_SE": "_Åtgärder",
|
|
||||||
"th_TH": "_การดำเนินการ",
|
|
||||||
"tr_TR": "_Eylemler",
|
|
||||||
"uk_UA": "_Дії",
|
|
||||||
"zh_CN": "操作(_A)",
|
|
||||||
"zh_TW": "動作(_A)"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ID": "MenuBarOptionsSimulateWakeUpMessage",
|
"ID": "MenuBarOptionsSimulateWakeUpMessage",
|
||||||
"Translations": {
|
"Translations": {
|
||||||
|
|||||||
@@ -150,7 +150,7 @@
|
|||||||
<MenuItem
|
<MenuItem
|
||||||
Name="ActionsMenuItem"
|
Name="ActionsMenuItem"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Header="{ext:Locale MenuBarActions}"
|
Header="{ext:Locale MenuBar_Actions_ActionsLabel}"
|
||||||
IsVisible="{Binding !EnableNonGameRunningControls}">
|
IsVisible="{Binding !EnableNonGameRunningControls}">
|
||||||
<MenuItem
|
<MenuItem
|
||||||
Name="PauseEmulationMenuItem"
|
Name="PauseEmulationMenuItem"
|
||||||
@@ -254,7 +254,7 @@
|
|||||||
Icon="{ext:Icon fa-solid fa-video-slash}"
|
Icon="{ext:Icon fa-solid fa-video-slash}"
|
||||||
IsEnabled="{Binding IsGameRunning}" />
|
IsEnabled="{Binding IsGameRunning}" />
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
<MenuItem VerticalAlignment="Center" Header="{ext:Locale MenuBarActions}" IsVisible="{Binding EnableNonGameRunningControls}">
|
<MenuItem VerticalAlignment="Center" Header="{ext:Locale MenuBar_Actions_ActionsLabel}" IsVisible="{Binding EnableNonGameRunningControls}">
|
||||||
<MenuItem Header="{ext:Locale MenuBar_Actions_InstallKeysLabel}" Icon="{ext:Icon fa-solid fa-key}">
|
<MenuItem Header="{ext:Locale MenuBar_Actions_InstallKeysLabel}" Icon="{ext:Icon fa-solid fa-key}">
|
||||||
<MenuItem Command="{Binding InstallKeysFromFile}" Header="{ext:Locale MenuBar_Actions_InstallKeysFromFileButton}" Icon="{ext:Icon fa-solid fa-file-code}" />
|
<MenuItem Command="{Binding InstallKeysFromFile}" Header="{ext:Locale MenuBar_Actions_InstallKeysFromFileButton}" Icon="{ext:Icon fa-solid fa-file-code}" />
|
||||||
<MenuItem Command="{Binding InstallKeysFromFolder}" Header="{ext:Locale MenuBar_Actions_InstallKeysFromFolderButton}" Icon="{ext:Icon fa-solid fa-folder-closed}" />
|
<MenuItem Command="{Binding InstallKeysFromFolder}" Header="{ext:Locale MenuBar_Actions_InstallKeysFromFolderButton}" Icon="{ext:Icon fa-solid fa-folder-closed}" />
|
||||||
|
|||||||
Reference in New Issue
Block a user