impr: Better naming for various menu entries
This commit is contained in:
parent
36014b706d
commit
0a6a8c671f
@ -112,7 +112,7 @@
|
|||||||
"hex.builtin.layouts.default": "Default",
|
"hex.builtin.layouts.default": "Default",
|
||||||
"hex.builtin.layouts.none.restore_default": "Restore default layout",
|
"hex.builtin.layouts.none.restore_default": "Restore default layout",
|
||||||
"hex.builtin.menu.edit": "Edit",
|
"hex.builtin.menu.edit": "Edit",
|
||||||
"hex.builtin.menu.edit.bookmark.create": "Create bookmark",
|
"hex.builtin.menu.edit.bookmark.create": "Create Bookmark",
|
||||||
"hex.builtin.menu.edit.redo": "Redo",
|
"hex.builtin.menu.edit.redo": "Redo",
|
||||||
"hex.builtin.menu.edit.undo": "Undo",
|
"hex.builtin.menu.edit.undo": "Undo",
|
||||||
"hex.builtin.menu.extras": "Extras",
|
"hex.builtin.menu.extras": "Extras",
|
||||||
@ -121,7 +121,7 @@
|
|||||||
"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": "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",
|
||||||
@ -826,7 +826,7 @@
|
|||||||
"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": "Goto",
|
"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...",
|
||||||
@ -852,19 +852,19 @@
|
|||||||
"hex.builtin.view.hex_editor.select.select": "Select",
|
"hex.builtin.view.hex_editor.select.select": "Select",
|
||||||
"hex.builtin.view.hex_editor.shortcut.remove_selection": "Remove selection",
|
"hex.builtin.view.hex_editor.shortcut.remove_selection": "Remove selection",
|
||||||
"hex.builtin.view.hex_editor.shortcut.enter_editing": "Enter editing mode",
|
"hex.builtin.view.hex_editor.shortcut.enter_editing": "Enter editing mode",
|
||||||
"hex.builtin.view.hex_editor.shortcut.selection_right": "Move selection to the right",
|
"hex.builtin.view.hex_editor.shortcut.selection_right": "Extend selection to the right",
|
||||||
"hex.builtin.view.hex_editor.shortcut.cursor_right": "Move cursor to the right",
|
"hex.builtin.view.hex_editor.shortcut.cursor_right": "Move cursor to the right",
|
||||||
"hex.builtin.view.hex_editor.shortcut.selection_left": "Move cursor to the left",
|
"hex.builtin.view.hex_editor.shortcut.selection_left": "Move cursor to the left",
|
||||||
"hex.builtin.view.hex_editor.shortcut.cursor_left": "Move cursor to the left",
|
"hex.builtin.view.hex_editor.shortcut.cursor_left": "Move cursor to the left",
|
||||||
"hex.builtin.view.hex_editor.shortcut.selection_up": "Move selection up",
|
"hex.builtin.view.hex_editor.shortcut.selection_up": "Extend selection up",
|
||||||
"hex.builtin.view.hex_editor.shortcut.cursor_up": "Move cursor up",
|
"hex.builtin.view.hex_editor.shortcut.cursor_up": "Move cursor up one line",
|
||||||
"hex.builtin.view.hex_editor.shortcut.cursor_start": "Move cursor to line start",
|
"hex.builtin.view.hex_editor.shortcut.cursor_start": "Move cursor to line start",
|
||||||
"hex.builtin.view.hex_editor.shortcut.cursor_end": "Move cursor to line end",
|
"hex.builtin.view.hex_editor.shortcut.cursor_end": "Move cursor to line end",
|
||||||
"hex.builtin.view.hex_editor.shortcut.selection_down": "Move selection down",
|
"hex.builtin.view.hex_editor.shortcut.selection_down": "Extend selection down",
|
||||||
"hex.builtin.view.hex_editor.shortcut.cursor_down": "Move cursor down",
|
"hex.builtin.view.hex_editor.shortcut.cursor_down": "Move cursor down one line",
|
||||||
"hex.builtin.view.hex_editor.shortcut.selection_page_up": "Move selection up one page",
|
"hex.builtin.view.hex_editor.shortcut.selection_page_up": "Extend selection up one page",
|
||||||
"hex.builtin.view.hex_editor.shortcut.cursor_page_up": "Move cursor up one page",
|
"hex.builtin.view.hex_editor.shortcut.cursor_page_up": "Move cursor up one page",
|
||||||
"hex.builtin.view.hex_editor.shortcut.selection_page_down": "Move selection down one page",
|
"hex.builtin.view.hex_editor.shortcut.selection_page_down": "Extend selection down one page",
|
||||||
"hex.builtin.view.hex_editor.shortcut.cursor_page_down": "Move cursor down one page",
|
"hex.builtin.view.hex_editor.shortcut.cursor_page_down": "Move cursor down one page",
|
||||||
"hex.builtin.view.highlight_rules.name": "Highlight Rules",
|
"hex.builtin.view.highlight_rules.name": "Highlight Rules",
|
||||||
"hex.builtin.view.highlight_rules.new_rule": "New Rule",
|
"hex.builtin.view.highlight_rules.new_rule": "New Rule",
|
||||||
@ -937,7 +937,7 @@
|
|||||||
"hex.builtin.view.pattern_editor.evaluating": "Evaluating...",
|
"hex.builtin.view.pattern_editor.evaluating": "Evaluating...",
|
||||||
"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": "Goto 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",
|
||||||
@ -948,7 +948,7 @@
|
|||||||
"hex.builtin.view.pattern_editor.menu.find": "Find...",
|
"hex.builtin.view.pattern_editor.menu.find": "Find...",
|
||||||
"hex.builtin.view.pattern_editor.menu.find_next": "Find Next",
|
"hex.builtin.view.pattern_editor.menu.find_next": "Find Next",
|
||||||
"hex.builtin.view.pattern_editor.menu.find_previous": "Find Previous",
|
"hex.builtin.view.pattern_editor.menu.find_previous": "Find Previous",
|
||||||
"hex.builtin.view.pattern_editor.menu.goto_line": "Goto line...",
|
"hex.builtin.view.pattern_editor.menu.goto_line": "Go to line...",
|
||||||
"hex.builtin.view.pattern_editor.menu.replace": "Replace...",
|
"hex.builtin.view.pattern_editor.menu.replace": "Replace...",
|
||||||
"hex.builtin.view.pattern_editor.menu.replace_next": "Replace Next",
|
"hex.builtin.view.pattern_editor.menu.replace_next": "Replace Next",
|
||||||
"hex.builtin.view.pattern_editor.menu.replace_previous": "Replace Previous",
|
"hex.builtin.view.pattern_editor.menu.replace_previous": "Replace Previous",
|
||||||
@ -965,7 +965,7 @@
|
|||||||
"hex.builtin.view.pattern_editor.sections.view": "View content",
|
"hex.builtin.view.pattern_editor.sections.view": "View content",
|
||||||
"hex.builtin.view.pattern_editor.sections.export": "Export content",
|
"hex.builtin.view.pattern_editor.sections.export": "Export content",
|
||||||
"hex.builtin.view.pattern_editor.settings": "Settings",
|
"hex.builtin.view.pattern_editor.settings": "Settings",
|
||||||
"hex.builtin.view.pattern_editor.shortcut.goto_line": "Goto line ...",
|
"hex.builtin.view.pattern_editor.shortcut.goto_line": "Go to line ...",
|
||||||
"hex.builtin.view.pattern_editor.shortcut.find": "Search ...",
|
"hex.builtin.view.pattern_editor.shortcut.find": "Search ...",
|
||||||
"hex.builtin.view.pattern_editor.shortcut.replace": "Replace ...",
|
"hex.builtin.view.pattern_editor.shortcut.replace": "Replace ...",
|
||||||
"hex.builtin.view.pattern_editor.shortcut.find_next": "Find Next",
|
"hex.builtin.view.pattern_editor.shortcut.find_next": "Find Next",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user