-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.nls.json
22 lines (21 loc) · 1.25 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Hex Editor",
"description": "Allows viewing and editing files in a hex editor",
"hexeditor.inspectorType": "Where the data inspector should be shown in the hex editor.",
"hexeditor.maxFileSize": "The max file size (in MB) that the editor will try to open before warning you.",
"hexeditor.dataInspector.autoReveal": "Whether to auto reveal the data inspector when the hex editor is opened.",
"hexeditor.defaultEndianness": "The endianness selected when loading the editor.",
"hexeditor.columnWidth": "The number of bytes per row to show in the editor.",
"hexeditor.showDecodedText": "Whether decoded text should be shown in the editor.",
"hexeditor.showOpenFileButton": "Show Hex Editor button in editor menu.",
"hexEditor.openFile": "Open Active File in Hex Editor",
"hexEditor.goToOffset": "Go To Offset",
"hexEditor.selectBetweenOffsets": "Select Between Offsets",
"hexEditor.copyAs": "Copy As...",
"hexeditor.copyType": "Sets the default format in which bytes are copied",
"hexEditor.switchEditMode": "Switch Edit Mode",
"hexEditor.copyOffsetAsDec": "Copy Offset as Decimal",
"hexEditor.copyOffsetAsHex": "Copy Offset as Hex",
"hexEditor.compareSelected": "Compare Selected in HexEditor (Experimental)",
"dataInspectorView": "Data Inspector"
}