1
0
mirror of synced 2025-01-11 13:52:15 +01:00

impr: Better ellipsis usage in menus

This commit is contained in:
WerWolv 2024-12-16 21:27:57 +01:00
parent 9375a60cd9
commit d78d955d11

View File

@ -121,9 +121,9 @@
"hex.builtin.menu.file.bookmark.import": "Import bookmarks", "hex.builtin.menu.file.bookmark.import": "Import bookmarks",
"hex.builtin.menu.file.clear_recent": "Clear", "hex.builtin.menu.file.clear_recent": "Clear",
"hex.builtin.menu.file.close": "Close", "hex.builtin.menu.file.close": "Close",
"hex.builtin.menu.file.create_file": "Create new File...", "hex.builtin.menu.file.create_file": "Create new File",
"hex.builtin.menu.edit.disassemble_range": "Disassemble selection", "hex.builtin.menu.edit.disassemble_range": "Disassemble selection",
"hex.builtin.menu.file.export": "Export...", "hex.builtin.menu.file.export": "Export",
"hex.builtin.menu.file.export.as_language": "Text Formatted Bytes", "hex.builtin.menu.file.export.as_language": "Text Formatted Bytes",
"hex.builtin.menu.file.export.as_language.popup.export_error": "Failed to export bytes to the file!", "hex.builtin.menu.file.export.as_language.popup.export_error": "Failed to export bytes to the file!",
"hex.builtin.menu.file.export.base64": "Base64", "hex.builtin.menu.file.export.base64": "Base64",
@ -138,25 +138,25 @@
"hex.builtin.menu.file.export.ips32": "IPS32 Patch", "hex.builtin.menu.file.export.ips32": "IPS32 Patch",
"hex.builtin.menu.file.export.bookmark": "Bookmark", "hex.builtin.menu.file.export.bookmark": "Bookmark",
"hex.builtin.menu.file.export.pattern": "Pattern File", "hex.builtin.menu.file.export.pattern": "Pattern File",
"hex.builtin.menu.file.export.pattern_file": "Export pattern File", "hex.builtin.menu.file.export.pattern_file": "Export Pattern File...",
"hex.builtin.menu.file.export.data_processor": "Data Processor Workspace", "hex.builtin.menu.file.export.data_processor": "Data Processor Workspace",
"hex.builtin.menu.file.export.popup.create": "Cannot export data. Failed to create file!", "hex.builtin.menu.file.export.popup.create": "Cannot export data. Failed to create file!",
"hex.builtin.menu.file.export.report": "Report", "hex.builtin.menu.file.export.report": "Report",
"hex.builtin.menu.file.export.report.popup.export_error": "Failed to create new report file!", "hex.builtin.menu.file.export.report.popup.export_error": "Failed to create new report file!",
"hex.builtin.menu.file.export.selection_to_file": "Selection to File...", "hex.builtin.menu.file.export.selection_to_file": "Selection to File...",
"hex.builtin.menu.file.export.title": "Export File", "hex.builtin.menu.file.export.title": "Export File",
"hex.builtin.menu.file.import": "Import...", "hex.builtin.menu.file.import": "Import",
"hex.builtin.menu.file.import.ips": "IPS Patch", "hex.builtin.menu.file.import.ips": "IPS Patch",
"hex.builtin.menu.file.import.ips32": "IPS32 Patch", "hex.builtin.menu.file.import.ips32": "IPS32 Patch",
"hex.builtin.menu.file.import.modified_file": "Modified File", "hex.builtin.menu.file.import.modified_file": "Modified File",
"hex.builtin.menu.file.import.bookmark": "Bookmark", "hex.builtin.menu.file.import.bookmark": "Bookmark",
"hex.builtin.menu.file.import.pattern": "Pattern File", "hex.builtin.menu.file.import.pattern": "Pattern File",
"hex.builtin.menu.file.import.pattern_file": "Import pattern File", "hex.builtin.menu.file.import.pattern_file": "Import Pattern File...",
"hex.builtin.menu.file.import.data_processor": "Data Processor Workspace", "hex.builtin.menu.file.import.data_processor": "Data Processor Workspace",
"hex.builtin.menu.file.import.custom_encoding": "Custom Encoding File", "hex.builtin.menu.file.import.custom_encoding": "Custom Encoding File",
"hex.builtin.menu.file.import.modified_file.popup.invalid_size": "File selected do not have the same size as the current file. Both sizes must match", "hex.builtin.menu.file.import.modified_file.popup.invalid_size": "File selected do not have the same size as the current file. Both sizes must match",
"hex.builtin.menu.file.open_file": "Open File...", "hex.builtin.menu.file.open_file": "Open File...",
"hex.builtin.menu.file.open_other": "Open Other...", "hex.builtin.menu.file.open_other": "Open Other",
"hex.builtin.menu.file.project": "Project", "hex.builtin.menu.file.project": "Project",
"hex.builtin.menu.file.project.open": "Open Project...", "hex.builtin.menu.file.project.open": "Open Project...",
"hex.builtin.menu.file.project.save": "Save Project", "hex.builtin.menu.file.project.save": "Save Project",
@ -170,7 +170,7 @@
"hex.builtin.menu.workspace.create": "New Workspace...", "hex.builtin.menu.workspace.create": "New Workspace...",
"hex.builtin.menu.workspace.layout": "Layout", "hex.builtin.menu.workspace.layout": "Layout",
"hex.builtin.menu.workspace.layout.lock": "Lock Layout", "hex.builtin.menu.workspace.layout.lock": "Lock Layout",
"hex.builtin.menu.workspace.layout.save": "Save Layout", "hex.builtin.menu.workspace.layout.save": "Save Layout...",
"hex.builtin.menu.view": "View", "hex.builtin.menu.view": "View",
"hex.builtin.menu.view.always_on_top": "Always on Top", "hex.builtin.menu.view.always_on_top": "Always on Top",
"hex.builtin.menu.view.fullscreen": "Full Screen Mode", "hex.builtin.menu.view.fullscreen": "Full Screen Mode",
@ -727,9 +727,8 @@
"hex.builtin.view.data_processor.menu.remove_link": "Remove Link", "hex.builtin.view.data_processor.menu.remove_link": "Remove Link",
"hex.builtin.view.data_processor.menu.remove_node": "Remove Node", "hex.builtin.view.data_processor.menu.remove_node": "Remove Node",
"hex.builtin.view.data_processor.menu.remove_selection": "Remove Selected", "hex.builtin.view.data_processor.menu.remove_selection": "Remove Selected",
"hex.builtin.view.data_processor.menu.save_node": "Save Node", "hex.builtin.view.data_processor.menu.save_node": "Save Node...",
"hex.builtin.view.data_processor.name": "Data Processor", "hex.builtin.view.data_processor.name": "Data Processor",
"hex.builtin.view.find.binary_pattern": "Binary Pattern", "hex.builtin.view.find.binary_pattern": "Binary Pattern",
"hex.builtin.view.find.binary_pattern.alignment": "Alignment", "hex.builtin.view.find.binary_pattern.alignment": "Alignment",
"hex.builtin.view.find.context.copy": "Copy Value", "hex.builtin.view.find.context.copy": "Copy Value",
@ -810,16 +809,16 @@
"hex.builtin.view.hex_editor.goto.offset.end": "End", "hex.builtin.view.hex_editor.goto.offset.end": "End",
"hex.builtin.view.hex_editor.goto.offset.relative": "Relative", "hex.builtin.view.hex_editor.goto.offset.relative": "Relative",
"hex.builtin.view.hex_editor.menu.edit.copy": "Copy", "hex.builtin.view.hex_editor.menu.edit.copy": "Copy",
"hex.builtin.view.hex_editor.menu.edit.copy_as": "Copy as...", "hex.builtin.view.hex_editor.menu.edit.copy_as": "Copy as",
"hex.builtin.view.hex_editor.menu.edit.cut": "Cut", "hex.builtin.view.hex_editor.menu.edit.cut": "Cut",
"hex.builtin.view.hex_editor.menu.edit.fill": "Fill...", "hex.builtin.view.hex_editor.menu.edit.fill": "Fill...",
"hex.builtin.view.hex_editor.menu.edit.insert": "Insert...", "hex.builtin.view.hex_editor.menu.edit.insert": "Insert...",
"hex.builtin.view.hex_editor.menu.edit.insert_mode": "Insert Mode", "hex.builtin.view.hex_editor.menu.edit.insert_mode": "Insert Mode",
"hex.builtin.view.hex_editor.menu.edit.jump_to": "Jump to", "hex.builtin.view.hex_editor.menu.edit.jump_to": "Jump to",
"hex.builtin.view.hex_editor.menu.edit.jump_to.curr_pattern": "Current Pattern", "hex.builtin.view.hex_editor.menu.edit.jump_to.curr_pattern": "Current Pattern",
"hex.builtin.view.hex_editor.menu.edit.open_in_new_provider": "Open selection view...", "hex.builtin.view.hex_editor.menu.edit.open_in_new_provider": "Open Selection View",
"hex.builtin.view.hex_editor.menu.edit.paste": "Paste", "hex.builtin.view.hex_editor.menu.edit.paste": "Paste",
"hex.builtin.view.hex_editor.menu.edit.paste_as": "Paste...", "hex.builtin.view.hex_editor.menu.edit.paste_as": "Paste as",
"hex.builtin.view.hex_editor.menu.edit.paste.popup.title": "Choose paste behaviour", "hex.builtin.view.hex_editor.menu.edit.paste.popup.title": "Choose paste behaviour",
"hex.builtin.view.hex_editor.menu.edit.paste.popup.description": "When pasting values into the Hex Editor View, ImHex will only overwrite the bytes that are currently selected. If only a single byte is selected however, this can feel counter-intuitive. Would you like to paste the entire content of your clipboard if only one byte is selected or should still only the selected bytes be replaced?", "hex.builtin.view.hex_editor.menu.edit.paste.popup.description": "When pasting values into the Hex Editor View, ImHex will only overwrite the bytes that are currently selected. If only a single byte is selected however, this can feel counter-intuitive. Would you like to paste the entire content of your clipboard if only one byte is selected or should still only the selected bytes be replaced?",
"hex.builtin.view.hex_editor.menu.edit.paste.popup.hint": "Note: If you want to ensure pasting everything at all times, the 'Paste all' command is also available in the Edit Menu!", "hex.builtin.view.hex_editor.menu.edit.paste.popup.hint": "Note: If you want to ensure pasting everything at all times, the 'Paste all' command is also available in the Edit Menu!",
@ -830,13 +829,13 @@
"hex.builtin.view.hex_editor.menu.edit.remove": "Remove...", "hex.builtin.view.hex_editor.menu.edit.remove": "Remove...",
"hex.builtin.view.hex_editor.menu.edit.resize": "Resize...", "hex.builtin.view.hex_editor.menu.edit.resize": "Resize...",
"hex.builtin.view.hex_editor.menu.edit.select_all": "Select all", "hex.builtin.view.hex_editor.menu.edit.select_all": "Select all",
"hex.builtin.view.hex_editor.menu.edit.set_base": "Set base address", "hex.builtin.view.hex_editor.menu.edit.set_base": "Set Base Address...",
"hex.builtin.view.hex_editor.menu.edit.set_page_size": "Set page size", "hex.builtin.view.hex_editor.menu.edit.set_page_size": "Set Page Size...",
"hex.builtin.view.hex_editor.menu.file.goto": "Go to address...", "hex.builtin.view.hex_editor.menu.file.goto": "Go to address...",
"hex.builtin.view.hex_editor.menu.file.load_encoding_file": "Load custom encoding...", "hex.builtin.view.hex_editor.menu.file.load_encoding_file": "Load custom encoding...",
"hex.builtin.view.hex_editor.menu.file.save": "Save", "hex.builtin.view.hex_editor.menu.file.save": "Save",
"hex.builtin.view.hex_editor.menu.file.save_as": "Save As...", "hex.builtin.view.hex_editor.menu.file.save_as": "Save As...",
"hex.builtin.view.hex_editor.menu.file.search": "Search", "hex.builtin.view.hex_editor.menu.file.search": "Search...",
"hex.builtin.view.hex_editor.menu.edit.select": "Select", "hex.builtin.view.hex_editor.menu.edit.select": "Select",
"hex.builtin.view.hex_editor.name": "Hex editor", "hex.builtin.view.hex_editor.name": "Hex editor",
"hex.builtin.view.hex_editor.search.find": "Find", "hex.builtin.view.hex_editor.search.find": "Find",
@ -878,7 +877,7 @@
"hex.builtin.view.highlight_rules.expression": "Expression", "hex.builtin.view.highlight_rules.expression": "Expression",
"hex.builtin.view.highlight_rules.help_text": "Enter a mathematical expression that will be evaluated for each byte in the file.\n\nThe expression can use the variables 'value' and 'offset'.\nIf the expression evaluates to true (result is greater than 0), the byte will be highlighted with the specified color.", "hex.builtin.view.highlight_rules.help_text": "Enter a mathematical expression that will be evaluated for each byte in the file.\n\nThe expression can use the variables 'value' and 'offset'.\nIf the expression evaluates to true (result is greater than 0), the byte will be highlighted with the specified color.",
"hex.builtin.view.highlight_rules.no_rule": "Create a rule to edit it", "hex.builtin.view.highlight_rules.no_rule": "Create a rule to edit it",
"hex.builtin.view.highlight_rules.menu.file.rules": "Highlighting rules...", "hex.builtin.view.highlight_rules.menu.file.rules": "Highlighting Rules",
"hex.builtin.view.information.analyze": "Analyze page", "hex.builtin.view.information.analyze": "Analyze page",
"hex.builtin.view.information.analyzing": "Analyzing...", "hex.builtin.view.information.analyzing": "Analyzing...",
"hex.builtin.information_section.magic.apple_type": "Apple Creator / Type Code", "hex.builtin.information_section.magic.apple_type": "Apple Creator / Type Code",
@ -944,7 +943,7 @@
"hex.builtin.view.pattern_editor.find_hint": "Find", "hex.builtin.view.pattern_editor.find_hint": "Find",
"hex.builtin.view.pattern_editor.find_hint_history": " for history)", "hex.builtin.view.pattern_editor.find_hint_history": " for history)",
"hex.builtin.view.pattern_editor.goto_line": "Go to line: ", "hex.builtin.view.pattern_editor.goto_line": "Go to line: ",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern": "Place pattern...", "hex.builtin.view.pattern_editor.menu.edit.place_pattern": "Place pattern",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin": "Built-in Type", "hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin": "Built-in Type",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.array": "Array", "hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.array": "Array",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.single": "Single", "hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.single": "Single",