1
0
mirror of synced 2024-11-13 18:50:53 +01:00
ImHex/plugins/ui/romfs/lang/en_US.json

124 lines
5.6 KiB
JSON

{
"code": "en-US",
"language": "English",
"country": "United States",
"fallback": true,
"translations": {
"hex.ui.common.add": "Add",
"hex.ui.common.address": "Address",
"hex.ui.common.allow": "Allow",
"hex.ui.common.begin": "Begin",
"hex.ui.common.big": "Big",
"hex.ui.common.big_endian": "Big Endian",
"hex.ui.common.browse": "Browse...",
"hex.ui.common.bytes": "Bytes",
"hex.ui.common.cancel": "Cancel",
"hex.ui.common.choose_file": "Choose file",
"hex.ui.common.close": "Close",
"hex.ui.common.comment": "Comment",
"hex.ui.common.continue": "Continue",
"hex.ui.common.count": "Count",
"hex.ui.common.decimal": "Decimal",
"hex.ui.common.deny": "Deny",
"hex.ui.common.dont_show_again": "Don't show again",
"hex.ui.common.edit": "Edit",
"hex.ui.common.encoding.ascii": "ASCII",
"hex.ui.common.encoding.utf16be": "UTF-16BE",
"hex.ui.common.encoding.utf16le": "UTF-16LE",
"hex.ui.common.encoding.utf8": "UTF-8",
"hex.ui.common.end": "End",
"hex.ui.common.endian": "Endian",
"hex.ui.common.warning": "Warning",
"hex.ui.common.error": "Error",
"hex.ui.common.fatal": "Fatal Error",
"hex.ui.common.file": "File",
"hex.ui.common.filter": "Filter",
"hex.ui.common.hexadecimal": "Hexadecimal",
"hex.ui.common.info": "Information",
"hex.ui.common.instruction": "Instruction",
"hex.ui.common.key": "Key",
"hex.ui.common.link": "Link",
"hex.ui.common.little": "Little",
"hex.ui.common.little_endian": "Little Endian",
"hex.ui.common.load": "Load",
"hex.ui.common.loading": "Loading...",
"hex.ui.common.match_selection": "Match Selection",
"hex.ui.common.name": "Name",
"hex.ui.common.no": "No",
"hex.ui.common.number_format": "Format",
"hex.ui.common.octal": "Octal",
"hex.ui.common.offset": "Offset",
"hex.ui.common.okay": "Okay",
"hex.ui.common.open": "Open",
"hex.ui.common.on": "On",
"hex.ui.common.off": "Off",
"hex.ui.common.path": "Path",
"hex.ui.common.percentage": "Percentage",
"hex.ui.common.processing": "Processing",
"hex.ui.common.project": "Project",
"hex.ui.common.question": "Question",
"hex.ui.common.range": "Range",
"hex.ui.common.range.entire_data": "Entire Data",
"hex.ui.common.range.selection": "Selection",
"hex.ui.common.region": "Region",
"hex.ui.common.remove": "Remove",
"hex.ui.common.reset": "Reset",
"hex.ui.common.set": "Set",
"hex.ui.common.settings": "Settings",
"hex.ui.common.size": "Size",
"hex.ui.common.type": "Type",
"hex.ui.common.type.f32": "float",
"hex.ui.common.type.f64": "double",
"hex.ui.common.type.i16": "int16_t",
"hex.ui.common.type.i24": "int24_t",
"hex.ui.common.type.i32": "int32_t",
"hex.ui.common.type.i48": "int48_t",
"hex.ui.common.type.i64": "int64_t",
"hex.ui.common.type.i8": "int8_t",
"hex.ui.common.type.u16": "uint16_t",
"hex.ui.common.type.u24": "uint24_t",
"hex.ui.common.type.u32": "uint32_t",
"hex.ui.common.type.u48": "uint48_t",
"hex.ui.common.type.u64": "uint64_t",
"hex.ui.common.type.u8": "uint8_t",
"hex.ui.common.value": "Value",
"hex.ui.common.yes": "Yes",
"hex.ui.hex_editor.ascii_view": "Display ASCII column",
"hex.ui.hex_editor.custom_encoding_view": "Display advanced decoding column",
"hex.ui.hex_editor.columns": "Columns",
"hex.ui.hex_editor.human_readable_units_footer": "Convert sizes to human-readable units",
"hex.ui.hex_editor.data_size": "Data Size",
"hex.ui.hex_editor.gray_out_zero": "Grey out zeros",
"hex.ui.hex_editor.minimap": "Mini Map",
"hex.ui.hex_editor.minimap.width": "Width",
"hex.ui.hex_editor.no_bytes": "No bytes available",
"hex.ui.hex_editor.page": "Page",
"hex.ui.hex_editor.region": "Region",
"hex.ui.hex_editor.selection": "Selection",
"hex.ui.hex_editor.selection.none": "None",
"hex.ui.hex_editor.uppercase_hex": "Upper case Hex characters",
"hex.ui.hex_editor.visualizer": "Data visualizer",
"hex.ui.pattern_drawer.color": "Color",
"hex.ui.pattern_drawer.comment": "Comment",
"hex.ui.pattern_drawer.double_click": "Double-click to see more items",
"hex.ui.pattern_drawer.end": "End",
"hex.ui.pattern_drawer.export": "Export Patterns as...",
"hex.ui.pattern_drawer.favorites": "Favorites",
"hex.ui.pattern_drawer.local": "Local",
"hex.ui.pattern_drawer.size": "Size",
"hex.ui.pattern_drawer.spec_name": "Display specification names",
"hex.ui.pattern_drawer.start": "Start",
"hex.ui.pattern_drawer.tree_style.tree": "Tree",
"hex.ui.pattern_drawer.tree_style.auto_expanded": "Auto Expanded Tree",
"hex.ui.pattern_drawer.tree_style.flattened": "Flattened",
"hex.ui.pattern_drawer.type": "Type",
"hex.ui.pattern_drawer.updating": "Updating patterns...",
"hex.ui.pattern_drawer.value": "Value",
"hex.ui.pattern_drawer.var_name": "Name",
"hex.ui.pattern_drawer.visualizer.unknown": "Unknown visualizer",
"hex.ui.pattern_drawer.visualizer.invalid_parameter_count": "Invalid parameter count",
"hex.ui.diagram.byte_type_distribution.plain_text": "Plain Text",
"hex.ui.diagram.byte_type_distribution.similar_bytes": "Similar Bytes"
}
}