fix: Missing save layout localization keys
This commit is contained in:
parent
f2af90fe06
commit
0321743f1e
@ -176,6 +176,7 @@
|
||||
"hex.builtin.menu.file.reload_provider": "Provider neu laden",
|
||||
"hex.builtin.menu.help": "Hilfe",
|
||||
"hex.builtin.menu.layout": "Layout",
|
||||
"hex.builtin.menu.layout.save": "Layout speichern",
|
||||
"hex.builtin.menu.view": "Ansicht",
|
||||
"hex.builtin.menu.view.demo": "ImGui Demo anzeigen",
|
||||
"hex.builtin.menu.view.fps": "FPS anzeigen",
|
||||
|
@ -182,6 +182,7 @@
|
||||
"hex.builtin.menu.help": "Help",
|
||||
"hex.builtin.menu.help.ask_for_help": "Ask Documentation...",
|
||||
"hex.builtin.menu.layout": "Layout",
|
||||
"hex.builtin.menu.layout.save": "Save Layout",
|
||||
"hex.builtin.menu.view": "View",
|
||||
"hex.builtin.menu.view.demo": "Show ImGui Demo",
|
||||
"hex.builtin.menu.view.fps": "Display FPS",
|
||||
@ -377,6 +378,8 @@
|
||||
"hex.builtin.popup.exit_application.desc": "You have unsaved changes made to your Project.\nAre you sure you want to exit?",
|
||||
"hex.builtin.popup.exit_application.title": "Exit Application?",
|
||||
"hex.builtin.popup.waiting_for_tasks.title": "Waiting for Tasks",
|
||||
"hex.builtin.popup.save_layout.title": "Save Layout",
|
||||
"hex.builtin.popup.save_layout.desc": "Enter a name under which to save the current layout.",
|
||||
"hex.builtin.popup.waiting_for_tasks.desc": "There are still tasks running in the background.\nImHex will close after they are finished.",
|
||||
"hex.builtin.provider.error.open": "Failed to open provider: {}",
|
||||
"hex.builtin.provider.disk": "Raw Disk Provider",
|
||||
|
Loading…
Reference in New Issue
Block a user