1f208dbb21
### Implementation description I synchronized the json key order with `en_US.json` in each lang file. ### Additional things Here are simple python script that make this change ```python import json from collections import OrderedDict original = "./en_US.json" modified = [ "./de_DE.json", "./es_ES.json", "./it_IT.json", "./ja_JP.json", "./ko_KR.json", "./pt_BR.json", "./zh_CN.json", "./zh_TW.json", ] for modify in modified: dict_2 = {} with open(original, 'r', encoding='utf-8') as f1, open(modify, 'r', encoding='utf-8') as f2: dict_1 = json.load(f1) dict_2 = json.load(f2) dict_1_translations = dict_1["translations"] dict_2_translations = dict_2["translations"] ordered_dict_2 = OrderedDict((k, dict_2_translations[k]) for k in dict_1_translations.keys()) dict_2["translations"] = ordered_dict_2 with open(modify, 'w', encoding='utf-8') as f2: json.dump(dict_2, f2, ensure_ascii=False, indent=4) ```
1069 lines
68 KiB
JSON
1069 lines
68 KiB
JSON
{
|
||
"code": "ja-JP",
|
||
"language": "Japanese",
|
||
"country": "Japan",
|
||
"fallback": false,
|
||
"translations": {
|
||
"hex.builtin.achievement.starting_out": "",
|
||
"hex.builtin.achievement.starting_out.docs.name": "",
|
||
"hex.builtin.achievement.starting_out.docs.desc": "",
|
||
"hex.builtin.achievement.starting_out.open_file.name": "",
|
||
"hex.builtin.achievement.starting_out.open_file.desc": "",
|
||
"hex.builtin.achievement.starting_out.save_project.name": "",
|
||
"hex.builtin.achievement.starting_out.save_project.desc": "",
|
||
"hex.builtin.achievement.hex_editor": "",
|
||
"hex.builtin.achievement.hex_editor.select_byte.name": "",
|
||
"hex.builtin.achievement.hex_editor.select_byte.desc": "",
|
||
"hex.builtin.achievement.hex_editor.create_bookmark.name": "",
|
||
"hex.builtin.achievement.hex_editor.create_bookmark.desc": "",
|
||
"hex.builtin.achievement.hex_editor.open_new_view.name": "",
|
||
"hex.builtin.achievement.hex_editor.open_new_view.desc": "",
|
||
"hex.builtin.achievement.hex_editor.modify_byte.name": "",
|
||
"hex.builtin.achievement.hex_editor.modify_byte.desc": "",
|
||
"hex.builtin.achievement.hex_editor.copy_as.name": "",
|
||
"hex.builtin.achievement.hex_editor.copy_as.desc": "",
|
||
"hex.builtin.achievement.hex_editor.create_patch.name": "",
|
||
"hex.builtin.achievement.hex_editor.create_patch.desc": "",
|
||
"hex.builtin.achievement.hex_editor.fill.name": "",
|
||
"hex.builtin.achievement.hex_editor.fill.desc": "",
|
||
"hex.builtin.achievement.patterns": "",
|
||
"hex.builtin.achievement.patterns.place_menu.name": "",
|
||
"hex.builtin.achievement.patterns.place_menu.desc": "",
|
||
"hex.builtin.achievement.patterns.load_existing.name": "",
|
||
"hex.builtin.achievement.patterns.load_existing.desc": "",
|
||
"hex.builtin.achievement.patterns.modify_data.name": "",
|
||
"hex.builtin.achievement.patterns.modify_data.desc": "",
|
||
"hex.builtin.achievement.patterns.data_inspector.name": "",
|
||
"hex.builtin.achievement.patterns.data_inspector.desc": "",
|
||
"hex.builtin.achievement.find": "",
|
||
"hex.builtin.achievement.find.find_strings.name": "",
|
||
"hex.builtin.achievement.find.find_strings.desc": "",
|
||
"hex.builtin.achievement.find.find_specific_string.name": "",
|
||
"hex.builtin.achievement.find.find_specific_string.desc": "",
|
||
"hex.builtin.achievement.find.find_numeric.name": "",
|
||
"hex.builtin.achievement.find.find_numeric.desc": "",
|
||
"hex.builtin.achievement.data_processor": "",
|
||
"hex.builtin.achievement.data_processor.place_node.name": "",
|
||
"hex.builtin.achievement.data_processor.place_node.desc": "",
|
||
"hex.builtin.achievement.data_processor.create_connection.name": "",
|
||
"hex.builtin.achievement.data_processor.create_connection.desc": "",
|
||
"hex.builtin.achievement.data_processor.modify_data.name": "",
|
||
"hex.builtin.achievement.data_processor.modify_data.desc": "",
|
||
"hex.builtin.achievement.data_processor.custom_node.name": "",
|
||
"hex.builtin.achievement.data_processor.custom_node.desc": "",
|
||
"hex.builtin.achievement.misc": "",
|
||
"hex.builtin.achievement.misc.analyze_file.name": "",
|
||
"hex.builtin.achievement.misc.analyze_file.desc": "",
|
||
"hex.builtin.achievement.misc.download_from_store.name": "",
|
||
"hex.builtin.achievement.misc.download_from_store.desc": "",
|
||
"hex.builtin.achievement.misc.create_hash.name": "",
|
||
"hex.builtin.achievement.misc.create_hash.desc": "",
|
||
"hex.builtin.command.calc.desc": "電卓",
|
||
"hex.builtin.command.cmd.desc": "コマンド",
|
||
"hex.builtin.command.cmd.result": "コマンド '{0}' を実行",
|
||
"hex.builtin.command.web.desc": "ウェブサイト参照",
|
||
"hex.builtin.command.web.result": "'{0}' を開く",
|
||
"hex.builtin.common.address": "アドレス",
|
||
"hex.builtin.common.allow": "",
|
||
"hex.builtin.common.begin": "",
|
||
"hex.builtin.common.big": "ビッグ",
|
||
"hex.builtin.common.big_endian": "ビッグエンディアン",
|
||
"hex.builtin.common.browse": "ファイルを参照…",
|
||
"hex.builtin.common.bytes": "",
|
||
"hex.builtin.common.cancel": "キャンセル",
|
||
"hex.builtin.common.choose_file": "ファイルを選択",
|
||
"hex.builtin.common.close": "閉じる",
|
||
"hex.builtin.common.comment": "コメント",
|
||
"hex.builtin.common.count": "",
|
||
"hex.builtin.common.decimal": "10進数",
|
||
"hex.builtin.common.deny": "",
|
||
"hex.builtin.common.dont_show_again": "再度表示しない",
|
||
"hex.builtin.common.encoding.ascii": "ASCII",
|
||
"hex.builtin.common.encoding.utf16be": "UTF-16BE",
|
||
"hex.builtin.common.encoding.utf16le": "UTF-16LE",
|
||
"hex.builtin.common.encoding.utf8": "UTF-8",
|
||
"hex.builtin.common.end": "",
|
||
"hex.builtin.common.endian": "エンディアン",
|
||
"hex.builtin.common.warning": "",
|
||
"hex.builtin.common.error": "エラー",
|
||
"hex.builtin.common.fatal": "深刻なエラー",
|
||
"hex.builtin.common.file": "ファイル",
|
||
"hex.builtin.common.filter": "フィルタ",
|
||
"hex.builtin.common.hexadecimal": "16進数",
|
||
"hex.builtin.common.info": "情報",
|
||
"hex.builtin.common.instruction": "",
|
||
"hex.builtin.common.link": "リンク",
|
||
"hex.builtin.common.little": "リトル",
|
||
"hex.builtin.common.little_endian": "リトルエンディアン",
|
||
"hex.builtin.common.load": "読み込む",
|
||
"hex.builtin.common.match_selection": "選択範囲と一致",
|
||
"hex.builtin.common.name": "",
|
||
"hex.builtin.common.no": "いいえ",
|
||
"hex.builtin.common.number_format": "",
|
||
"hex.builtin.common.octal": "8進数",
|
||
"hex.builtin.common.offset": "オフセット",
|
||
"hex.builtin.common.okay": "OK",
|
||
"hex.builtin.common.open": "開く",
|
||
"hex.builtin.common.percentage": "",
|
||
"hex.builtin.common.processing": "",
|
||
"hex.builtin.common.project": "",
|
||
"hex.builtin.common.question": "",
|
||
"hex.builtin.common.range": "範囲",
|
||
"hex.builtin.common.range.entire_data": "データ全体",
|
||
"hex.builtin.common.range.selection": "選択範囲",
|
||
"hex.builtin.common.region": "領域",
|
||
"hex.builtin.common.reset": "",
|
||
"hex.builtin.common.set": "セット",
|
||
"hex.builtin.common.settings": "設定",
|
||
"hex.builtin.common.size": "サイズ",
|
||
"hex.builtin.common.type": "",
|
||
"hex.builtin.common.type.f32": "float",
|
||
"hex.builtin.common.type.f64": "double",
|
||
"hex.builtin.common.type.i16": "int16_t",
|
||
"hex.builtin.common.type.i24": "int24_t",
|
||
"hex.builtin.common.type.i32": "int32_t",
|
||
"hex.builtin.common.type.i48": "int48_t",
|
||
"hex.builtin.common.type.i64": "int64_t",
|
||
"hex.builtin.common.type.i8": "int8_t",
|
||
"hex.builtin.common.type.u16": "uint16_t",
|
||
"hex.builtin.common.type.u24": "uint24_t",
|
||
"hex.builtin.common.type.u32": "uint32_t",
|
||
"hex.builtin.common.type.u48": "uint48_t",
|
||
"hex.builtin.common.type.u64": "uint64_t",
|
||
"hex.builtin.common.type.u8": "uint8_t",
|
||
"hex.builtin.common.value": "値",
|
||
"hex.builtin.common.yes": "はい",
|
||
"hex.builtin.hash.crc.iv": "初期値",
|
||
"hex.builtin.hash.crc.poly": "多項式",
|
||
"hex.builtin.hash.crc.refl_in": "入力を反映",
|
||
"hex.builtin.hash.crc.refl_out": "出力を反映",
|
||
"hex.builtin.hash.crc.xor_out": "最終XOR値",
|
||
"hex.builtin.hash.crc16": "CRC16",
|
||
"hex.builtin.hash.crc32": "CRC32",
|
||
"hex.builtin.hash.crc32c": "",
|
||
"hex.builtin.hash.crc32mpeg": "",
|
||
"hex.builtin.hash.crc32posix": "",
|
||
"hex.builtin.hash.crc8": "CRC8",
|
||
"hex.builtin.hash.md5": "MD5",
|
||
"hex.builtin.hash.sha1": "SHA1",
|
||
"hex.builtin.hash.sha224": "SHA224",
|
||
"hex.builtin.hash.sha256": "SHA256",
|
||
"hex.builtin.hash.sha384": "SHA384",
|
||
"hex.builtin.hash.sha512": "SHA512",
|
||
"hex.builtin.hex_editor.ascii_view": "ASCIIを表示",
|
||
"hex.builtin.hex_editor.custom_encoding_view": "他のデコード列を表示",
|
||
"hex.builtin.hex_editor.human_readable_units_footer": "",
|
||
"hex.builtin.hex_editor.data_size": "ファイルサイズ",
|
||
"hex.builtin.hex_editor.gray_out_zero": "ゼロをグレーアウト",
|
||
"hex.builtin.hex_editor.no_bytes": "",
|
||
"hex.builtin.hex_editor.page": "ページ",
|
||
"hex.builtin.hex_editor.region": "ページの領域",
|
||
"hex.builtin.hex_editor.selection": "選択中",
|
||
"hex.builtin.hex_editor.selection.none": "なし",
|
||
"hex.builtin.hex_editor.uppercase_hex": "16進数を大文字表記",
|
||
"hex.builtin.hex_editor.visualizer": "データ表示方式",
|
||
"hex.builtin.inspector.ascii": "ASCII",
|
||
"hex.builtin.inspector.binary": "バイナリ (8 bit)",
|
||
"hex.builtin.inspector.bool": "bool",
|
||
"hex.builtin.inspector.dos_date": "",
|
||
"hex.builtin.inspector.dos_time": "",
|
||
"hex.builtin.inspector.double": "double (64 bit)",
|
||
"hex.builtin.inspector.float": "float (32 bit)",
|
||
"hex.builtin.inspector.float16": "half float (16 bit)",
|
||
"hex.builtin.inspector.guid": "GUID",
|
||
"hex.builtin.inspector.i16": "int16_t",
|
||
"hex.builtin.inspector.i24": "int24_t",
|
||
"hex.builtin.inspector.i32": "int32_t",
|
||
"hex.builtin.inspector.i48": "int48_t",
|
||
"hex.builtin.inspector.i64": "int64_t",
|
||
"hex.builtin.inspector.i8": "int8_t",
|
||
"hex.builtin.inspector.long_double": "long double (128 bit)",
|
||
"hex.builtin.inspector.rgb565": "RGB565 Color",
|
||
"hex.builtin.inspector.rgba8": "RGBA8 Color",
|
||
"hex.builtin.inspector.sleb128": "",
|
||
"hex.builtin.inspector.string": "String",
|
||
"hex.builtin.inspector.string16": "Wide String",
|
||
"hex.builtin.inspector.time": "time_t",
|
||
"hex.builtin.inspector.time32": "time32_t",
|
||
"hex.builtin.inspector.time64": "time64_t",
|
||
"hex.builtin.inspector.u16": "uint16_t",
|
||
"hex.builtin.inspector.u24": "uint24_t",
|
||
"hex.builtin.inspector.u32": "uint32_t",
|
||
"hex.builtin.inspector.u48": "uint48_t",
|
||
"hex.builtin.inspector.u64": "uint64_t",
|
||
"hex.builtin.inspector.u8": "uint8_t",
|
||
"hex.builtin.inspector.uleb128": "",
|
||
"hex.builtin.inspector.utf8": "UTF-8 code point",
|
||
"hex.builtin.inspector.wide": "Wide Character",
|
||
"hex.builtin.layouts.default": "標準",
|
||
"hex.builtin.layouts.none.restore_default": "",
|
||
"hex.builtin.menu.edit": "編集",
|
||
"hex.builtin.menu.edit.bookmark.create": "ブックマークを作成",
|
||
"hex.builtin.menu.edit.redo": "やり直す",
|
||
"hex.builtin.menu.edit.undo": "元に戻す",
|
||
"hex.builtin.menu.extras": "",
|
||
"hex.builtin.menu.file": "ファイル",
|
||
"hex.builtin.menu.file.bookmark.export": "ブックマークをエクスポート…",
|
||
"hex.builtin.menu.file.bookmark.import": "ブックマークをインポート…",
|
||
"hex.builtin.menu.file.clear_recent": "リストをクリア",
|
||
"hex.builtin.menu.file.close": "ファイルを閉じる",
|
||
"hex.builtin.menu.file.create_file": "",
|
||
"hex.builtin.menu.file.export": "エクスポート…",
|
||
"hex.builtin.menu.file.export.base64": "",
|
||
"hex.builtin.menu.file.export.base64.popup.export_error": "",
|
||
"hex.builtin.menu.file.export.ips.popup.export_error": "",
|
||
"hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "",
|
||
"hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "",
|
||
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "",
|
||
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "",
|
||
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "",
|
||
"hex.builtin.menu.file.export.ips": "IPSパッチ",
|
||
"hex.builtin.menu.file.export.ips32": "IPS32パッチ",
|
||
"hex.builtin.menu.file.export.bookmark": "",
|
||
"hex.builtin.menu.file.export.pattern": "",
|
||
"hex.builtin.menu.file.export.data_processor": "",
|
||
"hex.builtin.menu.file.export.popup.create": "データをエクスポートできません。\nファイルの作成に失敗しました。",
|
||
"hex.builtin.menu.file.export.title": "ファイルをエクスポート",
|
||
"hex.builtin.menu.file.import": "インポート…",
|
||
"hex.builtin.menu.file.import.base64": "Base64ファイル",
|
||
"hex.builtin.menu.file.import.base64.popup.import_error": "有効なBase64形式ではありません。",
|
||
"hex.builtin.menu.file.import.base64.popup.open_error": "ファイルを開けません。",
|
||
"hex.builtin.menu.file.import.ips": "IPSパッチ",
|
||
"hex.builtin.menu.file.import.ips32": "IPS32パッチ",
|
||
"hex.builtin.menu.file.import.modified_file": "",
|
||
"hex.builtin.menu.file.import.bookmark": "",
|
||
"hex.builtin.menu.file.import.pattern": "",
|
||
"hex.builtin.menu.file.import.data_processor": "",
|
||
"hex.builtin.menu.file.import.custom_encoding": "",
|
||
"hex.builtin.menu.file.open_file": "ファイルを開く…",
|
||
"hex.builtin.menu.file.open_other": "その他の開くオプション…",
|
||
"hex.builtin.menu.file.project": "",
|
||
"hex.builtin.menu.file.project.open": "",
|
||
"hex.builtin.menu.file.project.save": "",
|
||
"hex.builtin.menu.file.project.save_as": "",
|
||
"hex.builtin.menu.file.open_recent": "最近使用したファイル",
|
||
"hex.builtin.menu.file.quit": "ImHexを終了",
|
||
"hex.builtin.menu.file.reload_provider": "",
|
||
"hex.builtin.menu.help": "ヘルプ",
|
||
"hex.builtin.menu.help.ask_for_help": "",
|
||
"hex.builtin.menu.layout": "レイアウト",
|
||
"hex.builtin.menu.layout.save": "",
|
||
"hex.builtin.menu.view": "表示",
|
||
"hex.builtin.menu.view.demo": "ImGuiデモを表示",
|
||
"hex.builtin.menu.view.fps": "FPSを表示",
|
||
"hex.builtin.nodes.arithmetic": "演算",
|
||
"hex.builtin.nodes.arithmetic.add": "加算+",
|
||
"hex.builtin.nodes.arithmetic.add.header": "加算",
|
||
"hex.builtin.nodes.arithmetic.average": "",
|
||
"hex.builtin.nodes.arithmetic.average.header": "",
|
||
"hex.builtin.nodes.arithmetic.ceil": "",
|
||
"hex.builtin.nodes.arithmetic.ceil.header": "",
|
||
"hex.builtin.nodes.arithmetic.div": "除算÷",
|
||
"hex.builtin.nodes.arithmetic.div.header": "除算",
|
||
"hex.builtin.nodes.arithmetic.floor": "",
|
||
"hex.builtin.nodes.arithmetic.floor.header": "",
|
||
"hex.builtin.nodes.arithmetic.median": "",
|
||
"hex.builtin.nodes.arithmetic.median.header": "",
|
||
"hex.builtin.nodes.arithmetic.mod": "剰余(余り)",
|
||
"hex.builtin.nodes.arithmetic.mod.header": "剰余",
|
||
"hex.builtin.nodes.arithmetic.mul": "乗算×",
|
||
"hex.builtin.nodes.arithmetic.mul.header": "乗算",
|
||
"hex.builtin.nodes.arithmetic.round": "",
|
||
"hex.builtin.nodes.arithmetic.round.header": "",
|
||
"hex.builtin.nodes.arithmetic.sub": "減算-",
|
||
"hex.builtin.nodes.arithmetic.sub.header": "減算",
|
||
"hex.builtin.nodes.bitwise": "Bitwise operations",
|
||
"hex.builtin.nodes.bitwise.add": "",
|
||
"hex.builtin.nodes.bitwise.add.header": "",
|
||
"hex.builtin.nodes.bitwise.and": "AND",
|
||
"hex.builtin.nodes.bitwise.and.header": "Bitwise AND",
|
||
"hex.builtin.nodes.bitwise.not": "NOT",
|
||
"hex.builtin.nodes.bitwise.not.header": "Bitwise NOT",
|
||
"hex.builtin.nodes.bitwise.or": "OR",
|
||
"hex.builtin.nodes.bitwise.or.header": "Bitwise OR",
|
||
"hex.builtin.nodes.bitwise.swap": "",
|
||
"hex.builtin.nodes.bitwise.swap.header": "",
|
||
"hex.builtin.nodes.bitwise.xor": "XOR",
|
||
"hex.builtin.nodes.bitwise.xor.header": "Bitwise XOR",
|
||
"hex.builtin.nodes.buffer": "バッファ",
|
||
"hex.builtin.nodes.buffer.byte_swap": "",
|
||
"hex.builtin.nodes.buffer.byte_swap.header": "",
|
||
"hex.builtin.nodes.buffer.combine": "結合",
|
||
"hex.builtin.nodes.buffer.combine.header": "バッファを結合",
|
||
"hex.builtin.nodes.buffer.patch": "",
|
||
"hex.builtin.nodes.buffer.patch.header": "",
|
||
"hex.builtin.nodes.buffer.patch.input.patch": "",
|
||
"hex.builtin.nodes.buffer.repeat": "繰り返し",
|
||
"hex.builtin.nodes.buffer.repeat.header": "バッファを繰り返し",
|
||
"hex.builtin.nodes.buffer.repeat.input.buffer": "",
|
||
"hex.builtin.nodes.buffer.repeat.input.count": "カウント",
|
||
"hex.builtin.nodes.buffer.size": "",
|
||
"hex.builtin.nodes.buffer.size.header": "",
|
||
"hex.builtin.nodes.buffer.size.output": "",
|
||
"hex.builtin.nodes.buffer.slice": "スライス",
|
||
"hex.builtin.nodes.buffer.slice.header": "バッファをスライス",
|
||
"hex.builtin.nodes.buffer.slice.input.buffer": "",
|
||
"hex.builtin.nodes.buffer.slice.input.from": "From",
|
||
"hex.builtin.nodes.buffer.slice.input.to": "To",
|
||
"hex.builtin.nodes.casting": "データ変換",
|
||
"hex.builtin.nodes.casting.buffer_to_float": "バッファをfloatに",
|
||
"hex.builtin.nodes.casting.buffer_to_float.header": "バッファをfloatに",
|
||
"hex.builtin.nodes.casting.buffer_to_int": "バッファを整数に",
|
||
"hex.builtin.nodes.casting.buffer_to_int.header": "バッファを整数に",
|
||
"hex.builtin.nodes.casting.float_to_buffer": "floatをバッファに",
|
||
"hex.builtin.nodes.casting.float_to_buffer.header": "floatをバッファに",
|
||
"hex.builtin.nodes.casting.int_to_buffer": "整数をバッファに",
|
||
"hex.builtin.nodes.casting.int_to_buffer.header": "整数をバッファに",
|
||
"hex.builtin.nodes.common.height": "高さ",
|
||
"hex.builtin.nodes.common.input": "入力",
|
||
"hex.builtin.nodes.common.input.a": "入力 A",
|
||
"hex.builtin.nodes.common.input.b": "入力 B",
|
||
"hex.builtin.nodes.common.output": "出力",
|
||
"hex.builtin.nodes.common.width": "幅",
|
||
"hex.builtin.nodes.constants": "定数",
|
||
"hex.builtin.nodes.constants.buffer": "バッファ",
|
||
"hex.builtin.nodes.constants.buffer.header": "バッファ",
|
||
"hex.builtin.nodes.constants.buffer.size": "サイズ",
|
||
"hex.builtin.nodes.constants.comment": "コメント",
|
||
"hex.builtin.nodes.constants.comment.header": "コメント",
|
||
"hex.builtin.nodes.constants.float": "小数",
|
||
"hex.builtin.nodes.constants.float.header": "小数",
|
||
"hex.builtin.nodes.constants.int": "整数",
|
||
"hex.builtin.nodes.constants.int.header": "整数",
|
||
"hex.builtin.nodes.constants.nullptr": "ヌルポインタ",
|
||
"hex.builtin.nodes.constants.nullptr.header": "ヌルポインタ",
|
||
"hex.builtin.nodes.constants.rgba8": "RGBA8",
|
||
"hex.builtin.nodes.constants.rgba8.header": "RGBA8",
|
||
"hex.builtin.nodes.constants.rgba8.output.a": "A",
|
||
"hex.builtin.nodes.constants.rgba8.output.b": "B",
|
||
"hex.builtin.nodes.constants.rgba8.output.g": "G",
|
||
"hex.builtin.nodes.constants.rgba8.output.r": "R",
|
||
"hex.builtin.nodes.constants.string": "文字列",
|
||
"hex.builtin.nodes.constants.string.header": "文字列",
|
||
"hex.builtin.nodes.control_flow": "制御フロー",
|
||
"hex.builtin.nodes.control_flow.and": "AND",
|
||
"hex.builtin.nodes.control_flow.and.header": "Boolean AND",
|
||
"hex.builtin.nodes.control_flow.equals": "Equals",
|
||
"hex.builtin.nodes.control_flow.equals.header": "Equals",
|
||
"hex.builtin.nodes.control_flow.gt": "Greater than",
|
||
"hex.builtin.nodes.control_flow.gt.header": "Greater than",
|
||
"hex.builtin.nodes.control_flow.if": "If",
|
||
"hex.builtin.nodes.control_flow.if.condition": "Condition",
|
||
"hex.builtin.nodes.control_flow.if.false": "False",
|
||
"hex.builtin.nodes.control_flow.if.header": "If",
|
||
"hex.builtin.nodes.control_flow.if.true": "True",
|
||
"hex.builtin.nodes.control_flow.lt": "Less than",
|
||
"hex.builtin.nodes.control_flow.lt.header": "Less than",
|
||
"hex.builtin.nodes.control_flow.not": "Not",
|
||
"hex.builtin.nodes.control_flow.not.header": "Not",
|
||
"hex.builtin.nodes.control_flow.or": "OR",
|
||
"hex.builtin.nodes.control_flow.or.header": "Boolean OR",
|
||
"hex.builtin.nodes.crypto": "暗号化",
|
||
"hex.builtin.nodes.crypto.aes": "AES復号化",
|
||
"hex.builtin.nodes.crypto.aes.header": "AES復号化",
|
||
"hex.builtin.nodes.crypto.aes.iv": "IV",
|
||
"hex.builtin.nodes.crypto.aes.key": "キー",
|
||
"hex.builtin.nodes.crypto.aes.key_length": "キー長",
|
||
"hex.builtin.nodes.crypto.aes.mode": "モード",
|
||
"hex.builtin.nodes.crypto.aes.nonce": "Nonce",
|
||
"hex.builtin.nodes.custom": "",
|
||
"hex.builtin.nodes.custom.custom": "",
|
||
"hex.builtin.nodes.custom.custom.edit": "",
|
||
"hex.builtin.nodes.custom.custom.edit_hint": "",
|
||
"hex.builtin.nodes.custom.custom.header": "",
|
||
"hex.builtin.nodes.custom.input": "",
|
||
"hex.builtin.nodes.custom.input.header": "",
|
||
"hex.builtin.nodes.custom.output": "",
|
||
"hex.builtin.nodes.custom.output.header": "",
|
||
"hex.builtin.nodes.data_access": "データアクセス",
|
||
"hex.builtin.nodes.data_access.read": "読み込み",
|
||
"hex.builtin.nodes.data_access.read.address": "アドレス",
|
||
"hex.builtin.nodes.data_access.read.data": "データ",
|
||
"hex.builtin.nodes.data_access.read.header": "読み込み",
|
||
"hex.builtin.nodes.data_access.read.size": "サイズ",
|
||
"hex.builtin.nodes.data_access.selection": "選択領域",
|
||
"hex.builtin.nodes.data_access.selection.address": "アドレス",
|
||
"hex.builtin.nodes.data_access.selection.header": "選択領域",
|
||
"hex.builtin.nodes.data_access.selection.size": "サイズ",
|
||
"hex.builtin.nodes.data_access.size": "データサイズ",
|
||
"hex.builtin.nodes.data_access.size.header": "データサイズ",
|
||
"hex.builtin.nodes.data_access.size.size": "サイズ",
|
||
"hex.builtin.nodes.data_access.write": "書き込み",
|
||
"hex.builtin.nodes.data_access.write.address": "アドレス",
|
||
"hex.builtin.nodes.data_access.write.data": "データ",
|
||
"hex.builtin.nodes.data_access.write.header": "書き込み",
|
||
"hex.builtin.nodes.decoding": "デコード",
|
||
"hex.builtin.nodes.decoding.base64": "Base64",
|
||
"hex.builtin.nodes.decoding.base64.header": "Base64デコーダ",
|
||
"hex.builtin.nodes.decoding.hex": "16進法",
|
||
"hex.builtin.nodes.decoding.hex.header": "16進デコーダ",
|
||
"hex.builtin.nodes.display": "表示",
|
||
"hex.builtin.nodes.display.buffer": "バッファ",
|
||
"hex.builtin.nodes.display.buffer.header": "バッファ表示",
|
||
"hex.builtin.nodes.display.bits": "",
|
||
"hex.builtin.nodes.display.bits.header": "",
|
||
"hex.builtin.nodes.display.float": "小数",
|
||
"hex.builtin.nodes.display.float.header": "小数表示",
|
||
"hex.builtin.nodes.display.int": "整数",
|
||
"hex.builtin.nodes.display.int.header": "整数表示",
|
||
"hex.builtin.nodes.display.string": "ASCII",
|
||
"hex.builtin.nodes.display.string.header": "ASCII表示",
|
||
"hex.builtin.nodes.pattern_language": "",
|
||
"hex.builtin.nodes.pattern_language.out_var": "",
|
||
"hex.builtin.nodes.pattern_language.out_var.header": "",
|
||
"hex.builtin.nodes.visualizer": "ビジュアライザー",
|
||
"hex.builtin.nodes.visualizer.byte_distribution": "バイト分布",
|
||
"hex.builtin.nodes.visualizer.byte_distribution.header": "バイト分布",
|
||
"hex.builtin.nodes.visualizer.digram": "図式",
|
||
"hex.builtin.nodes.visualizer.digram.header": "図式",
|
||
"hex.builtin.nodes.visualizer.image": "画像",
|
||
"hex.builtin.nodes.visualizer.image.header": "画像ビジュアライザー",
|
||
"hex.builtin.nodes.visualizer.image_rgba": "",
|
||
"hex.builtin.nodes.visualizer.image_rgba.header": "",
|
||
"hex.builtin.nodes.visualizer.layered_dist": "層状分布",
|
||
"hex.builtin.nodes.visualizer.layered_dist.header": "層状分布",
|
||
"hex.builtin.pattern_drawer.color": "色",
|
||
"hex.builtin.pattern_drawer.double_click": "",
|
||
"hex.builtin.pattern_drawer.end": "",
|
||
"hex.builtin.pattern_drawer.export": "",
|
||
"hex.builtin.pattern_drawer.favorites": "",
|
||
"hex.builtin.pattern_drawer.local": "",
|
||
"hex.builtin.pattern_drawer.size": "サイズ",
|
||
"hex.builtin.pattern_drawer.spec_name": "",
|
||
"hex.builtin.pattern_drawer.start": "",
|
||
"hex.builtin.pattern_drawer.tree_style.tree": "",
|
||
"hex.builtin.pattern_drawer.tree_style.auto_expanded": "",
|
||
"hex.builtin.pattern_drawer.tree_style.flattened": "",
|
||
"hex.builtin.pattern_drawer.type": "型",
|
||
"hex.builtin.pattern_drawer.updating": "",
|
||
"hex.builtin.pattern_drawer.value": "値",
|
||
"hex.builtin.pattern_drawer.var_name": "名前",
|
||
"hex.builtin.pattern_drawer.visualizer.unknown": "",
|
||
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "",
|
||
"hex.builtin.pl_visualizer.3d.rotation": "",
|
||
"hex.builtin.pl_visualizer.3d.scale": "",
|
||
"hex.builtin.pl_visualizer.coordinates.latitude": "",
|
||
"hex.builtin.pl_visualizer.coordinates.longitude": "",
|
||
"hex.builtin.pl_visualizer.coordinates.query": "",
|
||
"hex.builtin.pl_visualizer.coordinates.querying": "",
|
||
"hex.builtin.pl_visualizer.coordinates.querying_no_address": "",
|
||
"hex.builtin.popup.close_provider.desc": "変更がプロジェクトとして保存されていません。\nファイルを閉じてもよろしいですか?",
|
||
"hex.builtin.popup.close_provider.title": "タブを閉じますか?",
|
||
"hex.builtin.popup.docs_question.title": "",
|
||
"hex.builtin.popup.docs_question.no_answer": "",
|
||
"hex.builtin.popup.docs_question.prompt": "",
|
||
"hex.builtin.popup.docs_question.thinking": "",
|
||
"hex.builtin.popup.error.create": "新しいファイルを作成できませんでした。",
|
||
"hex.builtin.popup.error.file_dialog.common": "",
|
||
"hex.builtin.popup.error.file_dialog.portal": "",
|
||
"hex.builtin.popup.error.project.load": "",
|
||
"hex.builtin.popup.error.project.save": "",
|
||
"hex.builtin.popup.error.project.load.create_provider": "",
|
||
"hex.builtin.popup.error.project.load.no_providers": "",
|
||
"hex.builtin.popup.error.project.load.some_providers_failed": "",
|
||
"hex.builtin.popup.error.project.load.file_not_found": "",
|
||
"hex.builtin.popup.error.project.load.invalid_tar": "",
|
||
"hex.builtin.popup.error.project.load.invalid_magic": "",
|
||
"hex.builtin.popup.error.read_only": "書き込み権限を取得できませんでした。ファイルが読み取り専用で開かれました。",
|
||
"hex.builtin.popup.error.task_exception": "",
|
||
"hex.builtin.popup.exit_application.desc": "変更がプロジェクトとして保存されていません。\n終了してもよろしいですか?",
|
||
"hex.builtin.popup.exit_application.title": "アプリケーションを終了しますか?",
|
||
"hex.builtin.popup.waiting_for_tasks.title": "",
|
||
"hex.builtin.popup.save_layout.title": "",
|
||
"hex.builtin.popup.save_layout.desc": "",
|
||
"hex.builtin.popup.waiting_for_tasks.desc": "",
|
||
"hex.builtin.provider.tooltip.show_more": "",
|
||
"hex.builtin.provider.error.open": "",
|
||
"hex.builtin.provider.disk": "ディスクイメージ",
|
||
"hex.builtin.provider.disk.disk_size": "ディスクサイズ",
|
||
"hex.builtin.provider.disk.reload": "リロード",
|
||
"hex.builtin.provider.disk.sector_size": "セクタサイズ",
|
||
"hex.builtin.provider.disk.selected_disk": "ディスク",
|
||
"hex.builtin.provider.disk.error.read_ro": "",
|
||
"hex.builtin.provider.disk.error.read_rw": "",
|
||
"hex.builtin.provider.file": "ファイル",
|
||
"hex.builtin.provider.file.error.open": "",
|
||
"hex.builtin.provider.file.access": "最終アクセス時刻",
|
||
"hex.builtin.provider.file.creation": "作成時刻",
|
||
"hex.builtin.provider.file.menu.into_memory": "",
|
||
"hex.builtin.provider.file.modification": "最終編集時刻",
|
||
"hex.builtin.provider.file.path": "ファイルパス",
|
||
"hex.builtin.provider.file.size": "サイズ",
|
||
"hex.builtin.provider.file.menu.open_file": "",
|
||
"hex.builtin.provider.file.menu.open_folder": "",
|
||
"hex.builtin.provider.gdb": "GDBサーバー",
|
||
"hex.builtin.provider.gdb.ip": "IPアドレス",
|
||
"hex.builtin.provider.gdb.name": "GDBサーバー <{0}:{1}>",
|
||
"hex.builtin.provider.gdb.port": "ポート",
|
||
"hex.builtin.provider.gdb.server": "サーバー",
|
||
"hex.builtin.provider.intel_hex": "",
|
||
"hex.builtin.provider.intel_hex.name": "",
|
||
"hex.builtin.provider.mem_file": "",
|
||
"hex.builtin.provider.mem_file.unsaved": "",
|
||
"hex.builtin.provider.mem_file.rename": "",
|
||
"hex.builtin.provider.mem_file.rename.desc": "",
|
||
"hex.builtin.provider.motorola_srec": "",
|
||
"hex.builtin.provider.motorola_srec.name": "",
|
||
"hex.builtin.provider.view": "",
|
||
"hex.builtin.setting.folders": "フォルダ",
|
||
"hex.builtin.setting.folders.add_folder": "フォルダを追加…",
|
||
"hex.builtin.setting.folders.description": "パターン、スクリプト、ルールなどのための検索パスを指定して追加できます。",
|
||
"hex.builtin.setting.folders.remove_folder": "選択中のフォルダをリストから消去",
|
||
"hex.builtin.setting.font": "フォント",
|
||
"hex.builtin.setting.font.font_path": "フォントファイルのパス",
|
||
"hex.builtin.setting.font.font_size": "フォントサイズ",
|
||
"hex.builtin.setting.font.font_size.tooltip": "",
|
||
"hex.builtin.setting.general": "基本",
|
||
"hex.builtin.setting.general.auto_load_patterns": "対応するパターンを自動で読み込む",
|
||
"hex.builtin.setting.general.server_contact": "",
|
||
"hex.builtin.setting.general.load_all_unicode_chars": "",
|
||
"hex.builtin.setting.general.network_interface": "",
|
||
"hex.builtin.setting.general.save_recent_providers": "",
|
||
"hex.builtin.setting.general.show_tips": "起動時に豆知識を表示",
|
||
"hex.builtin.setting.general.sync_pattern_source": "ファイル間のパターンソースコードを同期",
|
||
"hex.builtin.setting.general.upload_crash_logs": "",
|
||
"hex.builtin.setting.hex_editor": "Hexエディタ",
|
||
"hex.builtin.setting.hex_editor.byte_padding": "",
|
||
"hex.builtin.setting.hex_editor.bytes_per_row": "1行のバイト数",
|
||
"hex.builtin.setting.hex_editor.char_padding": "",
|
||
"hex.builtin.setting.hex_editor.highlight_color": "選択範囲の色",
|
||
"hex.builtin.setting.hex_editor.sync_scrolling": "",
|
||
"hex.builtin.setting.imhex": "ImHex",
|
||
"hex.builtin.setting.imhex.recent_files": "最近開いたファイル",
|
||
"hex.builtin.setting.interface": "UI",
|
||
"hex.builtin.setting.interface.color": "カラーテーマ",
|
||
"hex.builtin.setting.interface.fps": "FPS制限",
|
||
"hex.builtin.setting.interface.fps.unlocked": "無制限",
|
||
"hex.builtin.setting.interface.fps.native": "",
|
||
"hex.builtin.setting.interface.language": "言語",
|
||
"hex.builtin.setting.interface.multi_windows": "",
|
||
"hex.builtin.setting.interface.scaling": "スケーリング",
|
||
"hex.builtin.setting.interface.scaling.native": "ネイティブ",
|
||
"hex.builtin.setting.interface.scaling.x0_5": "x0.5",
|
||
"hex.builtin.setting.interface.scaling.x1_0": "x1.0",
|
||
"hex.builtin.setting.interface.scaling.x1_5": "x1.5",
|
||
"hex.builtin.setting.interface.scaling.x2_0": "x2.0",
|
||
"hex.builtin.setting.interface.wiki_explain_language": "",
|
||
"hex.builtin.setting.interface.restore_window_pos": "",
|
||
"hex.builtin.setting.proxy": "プロキシ",
|
||
"hex.builtin.setting.proxy.description": "",
|
||
"hex.builtin.setting.proxy.enable": "プロキシを有効化",
|
||
"hex.builtin.setting.proxy.url": "プロキシURL",
|
||
"hex.builtin.setting.proxy.url.tooltip": "",
|
||
"hex.builtin.title_bar_button.debug_build": "",
|
||
"hex.builtin.title_bar_button.feedback": "",
|
||
"hex.builtin.tools.ascii_table": "ASCIIテーブル",
|
||
"hex.builtin.tools.ascii_table.octal": "8進数表示",
|
||
"hex.builtin.tools.base_converter": "単位変換",
|
||
"hex.builtin.tools.base_converter.bin": "2進法",
|
||
"hex.builtin.tools.base_converter.dec": "10進法",
|
||
"hex.builtin.tools.base_converter.hex": "16進法",
|
||
"hex.builtin.tools.base_converter.oct": "8進法",
|
||
"hex.builtin.tools.byte_swapper": "",
|
||
"hex.builtin.tools.calc": "電卓",
|
||
"hex.builtin.tools.color": "カラーピッカー",
|
||
"hex.builtin.tools.demangler": "LLVMデマングラー",
|
||
"hex.builtin.tools.demangler.demangled": "デマングリング名",
|
||
"hex.builtin.tools.demangler.mangled": "マングリング名",
|
||
"hex.builtin.tools.error": "最終エラー: '{0}'",
|
||
"hex.builtin.tools.file_tools": "ファイルツール",
|
||
"hex.builtin.tools.file_tools.combiner": "結合",
|
||
"hex.builtin.tools.file_tools.combiner.add": "追加…",
|
||
"hex.builtin.tools.file_tools.combiner.add.picker": "ファイルを追加",
|
||
"hex.builtin.tools.file_tools.combiner.clear": "クリア",
|
||
"hex.builtin.tools.file_tools.combiner.combine": "結合",
|
||
"hex.builtin.tools.file_tools.combiner.combining": "結合中…",
|
||
"hex.builtin.tools.file_tools.combiner.delete": "削除",
|
||
"hex.builtin.tools.file_tools.combiner.error.open_output": "出力ファイルを作成できませんでした",
|
||
"hex.builtin.tools.file_tools.combiner.open_input": "入力ファイル {0} を開けませんでした",
|
||
"hex.builtin.tools.file_tools.combiner.output": "出力ファイル ",
|
||
"hex.builtin.tools.file_tools.combiner.output.picker": "出力ベースパスを指定",
|
||
"hex.builtin.tools.file_tools.combiner.success": "ファイルの結合に成功しました。",
|
||
"hex.builtin.tools.file_tools.shredder": "シュレッダー",
|
||
"hex.builtin.tools.file_tools.shredder.error.open": "選択されたファイルを開けませんでした。",
|
||
"hex.builtin.tools.file_tools.shredder.fast": "高速モード",
|
||
"hex.builtin.tools.file_tools.shredder.input": "消去するファイル",
|
||
"hex.builtin.tools.file_tools.shredder.picker": "消去するファイルを開く",
|
||
"hex.builtin.tools.file_tools.shredder.shred": "消去",
|
||
"hex.builtin.tools.file_tools.shredder.shredding": "消去中…",
|
||
"hex.builtin.tools.file_tools.shredder.success": "正常に消去されました。",
|
||
"hex.builtin.tools.file_tools.shredder.warning": "※このツールは、ファイルを完全に破壊します。使用する際は注意して下さい。",
|
||
"hex.builtin.tools.file_tools.splitter": "分割",
|
||
"hex.builtin.tools.file_tools.splitter.input": "分割するファイル",
|
||
"hex.builtin.tools.file_tools.splitter.output": "出力パス",
|
||
"hex.builtin.tools.file_tools.splitter.picker.error.create": "パートファイル {0} を作成できませんでした",
|
||
"hex.builtin.tools.file_tools.splitter.picker.error.open": "選択されたファイルを開けませんでした。",
|
||
"hex.builtin.tools.file_tools.splitter.picker.error.size": "ファイルが分割サイズよりも小さいです",
|
||
"hex.builtin.tools.file_tools.splitter.picker.input": "分割するファイルを開く",
|
||
"hex.builtin.tools.file_tools.splitter.picker.output": "ベースパスを指定",
|
||
"hex.builtin.tools.file_tools.splitter.picker.split": "分割",
|
||
"hex.builtin.tools.file_tools.splitter.picker.splitting": "分割中…",
|
||
"hex.builtin.tools.file_tools.splitter.picker.success": "ファイルの分割に成功しました。",
|
||
"hex.builtin.tools.file_tools.splitter.sizes.3_5_floppy": "3½\" フロッピーディスク (1400KiB)",
|
||
"hex.builtin.tools.file_tools.splitter.sizes.5_75_floppy": "5¼\" フロッピーディスク (1200KiB)",
|
||
"hex.builtin.tools.file_tools.splitter.sizes.cdrom650": "CD-ROM (650MiB)",
|
||
"hex.builtin.tools.file_tools.splitter.sizes.cdrom700": "CD-ROM (700MiB)",
|
||
"hex.builtin.tools.file_tools.splitter.sizes.custom": "カスタム",
|
||
"hex.builtin.tools.file_tools.splitter.sizes.fat32": "FAT32 (4GiB)",
|
||
"hex.builtin.tools.file_tools.splitter.sizes.zip100": "Zip 100 ディスク (100MiB)",
|
||
"hex.builtin.tools.file_tools.splitter.sizes.zip200": "Zip 200 ディスク (200MiB)",
|
||
"hex.builtin.tools.file_uploader": "ファイルアップローダ",
|
||
"hex.builtin.tools.file_uploader.control": "コントロール",
|
||
"hex.builtin.tools.file_uploader.done": "完了",
|
||
"hex.builtin.tools.file_uploader.error": "アップロードに失敗しました。\n\nエラーコード: {0}",
|
||
"hex.builtin.tools.file_uploader.invalid_response": "Anonfilesからのレスポンスが無効です。",
|
||
"hex.builtin.tools.file_uploader.recent": "最近のアップロード",
|
||
"hex.builtin.tools.file_uploader.tooltip": "クリックしてコピー\nCTRL + クリックで開く",
|
||
"hex.builtin.tools.file_uploader.upload": "アップロード",
|
||
"hex.builtin.tools.format.engineering": "開発",
|
||
"hex.builtin.tools.format.programmer": "プログラム",
|
||
"hex.builtin.tools.format.scientific": "科学",
|
||
"hex.builtin.tools.format.standard": "基本",
|
||
"hex.builtin.tools.history": "履歴",
|
||
"hex.builtin.tools.ieee754": "",
|
||
"hex.builtin.tools.ieee754.clear": "",
|
||
"hex.builtin.tools.ieee754.description": "",
|
||
"hex.builtin.tools.ieee754.double_precision": "",
|
||
"hex.builtin.tools.ieee754.exponent": "",
|
||
"hex.builtin.tools.ieee754.exponent_size": "",
|
||
"hex.builtin.tools.ieee754.formula": "",
|
||
"hex.builtin.tools.ieee754.half_precision": "",
|
||
"hex.builtin.tools.ieee754.mantissa": "",
|
||
"hex.builtin.tools.ieee754.mantissa_size": "",
|
||
"hex.builtin.tools.ieee754.result.float": "",
|
||
"hex.builtin.tools.ieee754.result.hex": "",
|
||
"hex.builtin.tools.ieee754.result.title": "",
|
||
"hex.builtin.tools.ieee754.settings.display_mode.detailed": "",
|
||
"hex.builtin.tools.ieee754.settings.display_mode.simplified": "",
|
||
"hex.builtin.tools.ieee754.sign": "",
|
||
"hex.builtin.tools.ieee754.single_precision": "",
|
||
"hex.builtin.tools.ieee754.type": "",
|
||
"hex.builtin.tools.invariant_multiplication": "",
|
||
"hex.builtin.tools.invariant_multiplication.description": "",
|
||
"hex.builtin.tools.invariant_multiplication.num_bits": "",
|
||
"hex.builtin.tools.input": "入力",
|
||
"hex.builtin.tools.output": "",
|
||
"hex.builtin.tools.name": "名前",
|
||
"hex.builtin.tools.permissions": "UNIXパーミッション計算機",
|
||
"hex.builtin.tools.permissions.absolute": "数値表記",
|
||
"hex.builtin.tools.permissions.perm_bits": "アクセス権",
|
||
"hex.builtin.tools.permissions.setgid_error": "setgidを適用するには、グループに実行権限が必要です。",
|
||
"hex.builtin.tools.permissions.setuid_error": "setuidを適用するには、ユーザーに実行権限が必要です。",
|
||
"hex.builtin.tools.permissions.sticky_error": "stickyを適用するには、その他に実行権限が必要です。",
|
||
"hex.builtin.tools.regex_replacer": "正規表現置き換え",
|
||
"hex.builtin.tools.regex_replacer.input": "入力",
|
||
"hex.builtin.tools.regex_replacer.output": "出力",
|
||
"hex.builtin.tools.regex_replacer.pattern": "正規表現パターン",
|
||
"hex.builtin.tools.regex_replacer.replace": "置き換えパターン",
|
||
"hex.builtin.tools.value": "値",
|
||
"hex.builtin.tools.wiki_explain": "Wikipediaの用語定義",
|
||
"hex.builtin.tools.wiki_explain.control": "コントロール",
|
||
"hex.builtin.tools.wiki_explain.invalid_response": "Wikipediaからのレスポンスが無効です。",
|
||
"hex.builtin.tools.wiki_explain.results": "結果",
|
||
"hex.builtin.tools.wiki_explain.search": "検索",
|
||
"hex.builtin.view.achievements.name": "",
|
||
"hex.builtin.view.achievements.unlocked": "",
|
||
"hex.builtin.view.achievements.unlocked_count": "",
|
||
"hex.builtin.view.achievements.click": "",
|
||
"hex.builtin.view.bookmarks.address": "0x{0:02X} - 0x{1:02X}",
|
||
"hex.builtin.view.bookmarks.button.jump": "移動",
|
||
"hex.builtin.view.bookmarks.button.remove": "削除",
|
||
"hex.builtin.view.bookmarks.default_title": "ブックマーク [0x{0:X} - 0x{1:X}]",
|
||
"hex.builtin.view.bookmarks.header.color": "色",
|
||
"hex.builtin.view.bookmarks.header.comment": "コメント",
|
||
"hex.builtin.view.bookmarks.header.name": "名前",
|
||
"hex.builtin.view.bookmarks.name": "ブックマーク",
|
||
"hex.builtin.view.bookmarks.no_bookmarks": "ブックマークが作成されていません。編集 -> ブックマークを作成 から追加できます。",
|
||
"hex.builtin.view.bookmarks.title.info": "情報",
|
||
"hex.builtin.view.bookmarks.tooltip.jump_to": "",
|
||
"hex.builtin.view.bookmarks.tooltip.lock": "",
|
||
"hex.builtin.view.bookmarks.tooltip.open_in_view": "",
|
||
"hex.builtin.view.bookmarks.tooltip.unlock": "",
|
||
"hex.builtin.view.command_palette.name": "コマンドパレット",
|
||
"hex.builtin.view.constants.name": "定数",
|
||
"hex.builtin.view.constants.row.category": "カテゴリ",
|
||
"hex.builtin.view.constants.row.desc": "記述",
|
||
"hex.builtin.view.constants.row.name": "名前",
|
||
"hex.builtin.view.constants.row.value": "値",
|
||
"hex.builtin.view.data_inspector.invert": "反転",
|
||
"hex.builtin.view.data_inspector.name": "データインスペクタ",
|
||
"hex.builtin.view.data_inspector.no_data": "範囲が選択されていません",
|
||
"hex.builtin.view.data_inspector.table.name": "名前",
|
||
"hex.builtin.view.data_inspector.table.value": "値",
|
||
"hex.builtin.view.data_processor.help_text": "右クリックでノードを追加",
|
||
"hex.builtin.view.data_processor.menu.file.load_processor": "データプロセッサを読み込む…",
|
||
"hex.builtin.view.data_processor.menu.file.save_processor": "データプロセッサを保存…",
|
||
"hex.builtin.view.data_processor.menu.remove_link": "リンクを削除",
|
||
"hex.builtin.view.data_processor.menu.remove_node": "ノードを削除",
|
||
"hex.builtin.view.data_processor.menu.remove_selection": "選択部分を削除",
|
||
"hex.builtin.view.data_processor.menu.save_node": "",
|
||
"hex.builtin.view.data_processor.name": "データプロセッサ",
|
||
"hex.builtin.view.diff.name": "比較",
|
||
"hex.builtin.view.diff.added": "",
|
||
"hex.builtin.view.diff.modified": "",
|
||
"hex.builtin.view.diff.provider_a": "",
|
||
"hex.builtin.view.diff.provider_b": "",
|
||
"hex.builtin.view.diff.removed": "",
|
||
"hex.builtin.view.disassembler.16bit": "16-bit",
|
||
"hex.builtin.view.disassembler.32bit": "32-bit",
|
||
"hex.builtin.view.disassembler.64bit": "64-bit",
|
||
"hex.builtin.view.disassembler.arch": "アーキテクチャ",
|
||
"hex.builtin.view.disassembler.arm.arm": "ARM",
|
||
"hex.builtin.view.disassembler.arm.armv8": "ARMv8",
|
||
"hex.builtin.view.disassembler.arm.cortex_m": "Cortex-M",
|
||
"hex.builtin.view.disassembler.arm.default": "デフォルト",
|
||
"hex.builtin.view.disassembler.arm.thumb": "Thumb",
|
||
"hex.builtin.view.disassembler.base": "ベースアドレス",
|
||
"hex.builtin.view.disassembler.bpf.classic": "クラシック",
|
||
"hex.builtin.view.disassembler.bpf.extended": "拡張",
|
||
"hex.builtin.view.disassembler.disassemble": "逆アセンブル",
|
||
"hex.builtin.view.disassembler.disassembling": "逆アセンブル中…",
|
||
"hex.builtin.view.disassembler.disassembly.address": "アドレス",
|
||
"hex.builtin.view.disassembler.disassembly.bytes": "バイト",
|
||
"hex.builtin.view.disassembler.disassembly.offset": "オフセット",
|
||
"hex.builtin.view.disassembler.disassembly.title": "逆アセンブル",
|
||
"hex.builtin.view.disassembler.m680x.6301": "6301",
|
||
"hex.builtin.view.disassembler.m680x.6309": "6309",
|
||
"hex.builtin.view.disassembler.m680x.6800": "6800",
|
||
"hex.builtin.view.disassembler.m680x.6801": "6801",
|
||
"hex.builtin.view.disassembler.m680x.6805": "6805",
|
||
"hex.builtin.view.disassembler.m680x.6808": "6808",
|
||
"hex.builtin.view.disassembler.m680x.6809": "6809",
|
||
"hex.builtin.view.disassembler.m680x.6811": "6811",
|
||
"hex.builtin.view.disassembler.m680x.cpu12": "CPU12",
|
||
"hex.builtin.view.disassembler.m680x.hcs08": "HCS08",
|
||
"hex.builtin.view.disassembler.m68k.000": "000",
|
||
"hex.builtin.view.disassembler.m68k.010": "010",
|
||
"hex.builtin.view.disassembler.m68k.020": "020",
|
||
"hex.builtin.view.disassembler.m68k.030": "030",
|
||
"hex.builtin.view.disassembler.m68k.040": "040",
|
||
"hex.builtin.view.disassembler.m68k.060": "060",
|
||
"hex.builtin.view.disassembler.mips.micro": "Micro",
|
||
"hex.builtin.view.disassembler.mips.mips2": "MIPS II",
|
||
"hex.builtin.view.disassembler.mips.mips3": "MIPS III",
|
||
"hex.builtin.view.disassembler.mips.mips32": "MIPS32",
|
||
"hex.builtin.view.disassembler.mips.mips32R6": "MIPS32R6",
|
||
"hex.builtin.view.disassembler.mips.mips64": "MIPS64",
|
||
"hex.builtin.view.disassembler.mos65xx.6502": "6502",
|
||
"hex.builtin.view.disassembler.mos65xx.65816": "65816",
|
||
"hex.builtin.view.disassembler.mos65xx.65816_long_m": "65816 Long M",
|
||
"hex.builtin.view.disassembler.mos65xx.65816_long_mx": "65816 Long MX",
|
||
"hex.builtin.view.disassembler.mos65xx.65816_long_x": "65816 Long X",
|
||
"hex.builtin.view.disassembler.mos65xx.65c02": "65C02",
|
||
"hex.builtin.view.disassembler.mos65xx.w65c02": "W65C02",
|
||
"hex.builtin.view.disassembler.sh.sh2": "",
|
||
"hex.builtin.view.disassembler.sh.sh2a": "",
|
||
"hex.builtin.view.disassembler.sh.sh3": "",
|
||
"hex.builtin.view.disassembler.sh.sh4": "",
|
||
"hex.builtin.view.disassembler.sh.sh4a": "",
|
||
"hex.builtin.view.disassembler.sh.fpu": "",
|
||
"hex.builtin.view.disassembler.sh.dsp": "",
|
||
"hex.builtin.view.disassembler.tricore.110": "",
|
||
"hex.builtin.view.disassembler.tricore.120": "",
|
||
"hex.builtin.view.disassembler.tricore.130": "",
|
||
"hex.builtin.view.disassembler.tricore.131": "",
|
||
"hex.builtin.view.disassembler.tricore.160": "",
|
||
"hex.builtin.view.disassembler.tricore.161": "",
|
||
"hex.builtin.view.disassembler.tricore.162": "",
|
||
"hex.builtin.view.disassembler.name": "逆アセンブラ",
|
||
"hex.builtin.view.disassembler.position": "位置",
|
||
"hex.builtin.view.disassembler.ppc.booke": "Book-E",
|
||
"hex.builtin.view.disassembler.ppc.qpx": "",
|
||
"hex.builtin.view.disassembler.ppc.spe": "信号処理エンジン",
|
||
"hex.builtin.view.disassembler.region": "コード領域",
|
||
"hex.builtin.view.disassembler.riscv.compressed": "圧縮済み",
|
||
"hex.builtin.view.disassembler.settings.mode": "モード",
|
||
"hex.builtin.view.disassembler.sparc.v9": "Sparc V9",
|
||
"hex.builtin.view.find.binary_pattern": "16進数",
|
||
"hex.builtin.view.find.binary_pattern.alignment": "",
|
||
"hex.builtin.view.find.context.copy": "値をコピー",
|
||
"hex.builtin.view.find.context.copy_demangle": "",
|
||
"hex.builtin.view.find.context.replace": "",
|
||
"hex.builtin.view.find.context.replace.ascii": "",
|
||
"hex.builtin.view.find.context.replace.hex": "",
|
||
"hex.builtin.view.find.demangled": "",
|
||
"hex.builtin.view.find.name": "検索",
|
||
"hex.builtin.view.find.regex": "正規表現",
|
||
"hex.builtin.view.find.regex.full_match": "",
|
||
"hex.builtin.view.find.regex.pattern": "",
|
||
"hex.builtin.view.find.search": "検索開始",
|
||
"hex.builtin.view.find.search.entries": "一致件数: {0}",
|
||
"hex.builtin.view.find.search.reset": "",
|
||
"hex.builtin.view.find.searching": "検索中…",
|
||
"hex.builtin.view.find.sequences": "ASCII",
|
||
"hex.builtin.view.find.strings": "",
|
||
"hex.builtin.view.find.strings.chars": "検索対象",
|
||
"hex.builtin.view.find.strings.line_feeds": "ラインフィード",
|
||
"hex.builtin.view.find.strings.lower_case": "大文字",
|
||
"hex.builtin.view.find.strings.match_settings": "条件設定",
|
||
"hex.builtin.view.find.strings.min_length": "",
|
||
"hex.builtin.view.find.strings.null_term": "ヌル終端を持つ文字列のみ検索",
|
||
"hex.builtin.view.find.strings.numbers": "数字",
|
||
"hex.builtin.view.find.strings.spaces": "半角スペース",
|
||
"hex.builtin.view.find.strings.symbols": "その他の記号",
|
||
"hex.builtin.view.find.strings.underscores": "アンダースコア",
|
||
"hex.builtin.view.find.strings.upper_case": "小文字",
|
||
"hex.builtin.view.find.value": "数値",
|
||
"hex.builtin.view.find.value.aligned": "",
|
||
"hex.builtin.view.find.value.max": "最大値",
|
||
"hex.builtin.view.find.value.min": "最小値",
|
||
"hex.builtin.view.find.value.range": "",
|
||
"hex.builtin.view.hashes.function": "ハッシュ関数",
|
||
"hex.builtin.view.hashes.hash": "",
|
||
"hex.builtin.view.hashes.hover_info": "",
|
||
"hex.builtin.view.hashes.name": "ハッシュ",
|
||
"hex.builtin.view.hashes.no_settings": "",
|
||
"hex.builtin.view.hashes.remove": "",
|
||
"hex.builtin.view.hashes.table.name": "",
|
||
"hex.builtin.view.hashes.table.result": "結果",
|
||
"hex.builtin.view.hashes.table.type": "",
|
||
"hex.builtin.view.help.about.contributor": "ご協力頂いた方々",
|
||
"hex.builtin.view.help.about.donations": "寄付",
|
||
"hex.builtin.view.help.about.libs": "使用しているライブラリ",
|
||
"hex.builtin.view.help.about.license": "ライセンス",
|
||
"hex.builtin.view.help.about.name": "このソフトについて",
|
||
"hex.builtin.view.help.about.paths": "ImHexのディレクトリ",
|
||
"hex.builtin.view.help.about.source": "GitHubからソースコードを入手できます:",
|
||
"hex.builtin.view.help.about.thanks": "ご使用いただきありがとうございます。もし気に入って頂けたなら、プロジェクトを継続するための寄付をご検討ください。",
|
||
"hex.builtin.view.help.about.translator": "Translated by gnuhead-chieb",
|
||
"hex.builtin.view.help.calc_cheat_sheet": "計算機チートシート",
|
||
"hex.builtin.view.help.documentation": "ImHexドキュメント",
|
||
"hex.builtin.view.help.name": "ヘルプ",
|
||
"hex.builtin.view.help.pattern_cheat_sheet": "パターン言語リファレンス",
|
||
"hex.builtin.view.hex_editor.copy.address": "",
|
||
"hex.builtin.view.hex_editor.copy.ascii": "",
|
||
"hex.builtin.view.hex_editor.copy.base64": "Base64",
|
||
"hex.builtin.view.hex_editor.copy.c": "C 配列",
|
||
"hex.builtin.view.hex_editor.copy.cpp": "C++ 配列",
|
||
"hex.builtin.view.hex_editor.copy.crystal": "Crystal 配列",
|
||
"hex.builtin.view.hex_editor.copy.csharp": "C# 配列",
|
||
"hex.builtin.view.hex_editor.copy.custom_encoding": "",
|
||
"hex.builtin.view.hex_editor.copy.go": "Go 配列",
|
||
"hex.builtin.view.hex_editor.copy.hex_view": "",
|
||
"hex.builtin.view.hex_editor.copy.html": "HTML",
|
||
"hex.builtin.view.hex_editor.copy.java": "Java 配列",
|
||
"hex.builtin.view.hex_editor.copy.js": "JavaScript 配列",
|
||
"hex.builtin.view.hex_editor.copy.lua": "Lua 配列",
|
||
"hex.builtin.view.hex_editor.copy.pascal": "Pascal 配列",
|
||
"hex.builtin.view.hex_editor.copy.python": "Python 配列",
|
||
"hex.builtin.view.hex_editor.copy.rust": "Rust 配列",
|
||
"hex.builtin.view.hex_editor.copy.swift": "Swift 配列",
|
||
"hex.builtin.view.hex_editor.goto.offset.absolute": "絶対アドレス",
|
||
"hex.builtin.view.hex_editor.goto.offset.begin": "開始",
|
||
"hex.builtin.view.hex_editor.goto.offset.end": "終了",
|
||
"hex.builtin.view.hex_editor.goto.offset.relative": "相対アドレス",
|
||
"hex.builtin.view.hex_editor.menu.edit.copy": "コピー",
|
||
"hex.builtin.view.hex_editor.menu.edit.copy_as": "〜としてコピー…",
|
||
"hex.builtin.view.hex_editor.menu.edit.fill": "",
|
||
"hex.builtin.view.hex_editor.menu.edit.insert": "挿入…",
|
||
"hex.builtin.view.hex_editor.menu.edit.jump_to": "",
|
||
"hex.builtin.view.hex_editor.menu.edit.open_in_new_provider": "",
|
||
"hex.builtin.view.hex_editor.menu.edit.paste": "貼り付け",
|
||
"hex.builtin.view.hex_editor.menu.edit.paste_all": "",
|
||
"hex.builtin.view.hex_editor.menu.edit.remove": "",
|
||
"hex.builtin.view.hex_editor.menu.edit.resize": "リサイズ…",
|
||
"hex.builtin.view.hex_editor.menu.edit.select_all": "すべて選択",
|
||
"hex.builtin.view.hex_editor.menu.edit.set_base": "ベースアドレスをセット",
|
||
"hex.builtin.view.hex_editor.menu.edit.set_page_size": "",
|
||
"hex.builtin.view.hex_editor.menu.file.goto": "移動",
|
||
"hex.builtin.view.hex_editor.menu.file.load_encoding_file": "カスタムデコードを読み込む…",
|
||
"hex.builtin.view.hex_editor.menu.file.save": "保存",
|
||
"hex.builtin.view.hex_editor.menu.file.save_as": "名前をつけて保存…",
|
||
"hex.builtin.view.hex_editor.menu.file.search": "検索",
|
||
"hex.builtin.view.hex_editor.menu.file.select": "選択",
|
||
"hex.builtin.view.hex_editor.name": "Hexエディタ",
|
||
"hex.builtin.view.hex_editor.search.find": "検索",
|
||
"hex.builtin.view.hex_editor.search.hex": "16進数",
|
||
"hex.builtin.view.hex_editor.search.string": "文字列",
|
||
"hex.builtin.view.hex_editor.select.offset.begin": "",
|
||
"hex.builtin.view.hex_editor.select.offset.end": "",
|
||
"hex.builtin.view.hex_editor.select.offset.region": "",
|
||
"hex.builtin.view.hex_editor.select.offset.size": "",
|
||
"hex.builtin.view.hex_editor.select.select": "",
|
||
"hex.builtin.view.information.analyze": "表示中のページを解析する",
|
||
"hex.builtin.view.information.analyzing": "解析中…",
|
||
"hex.builtin.view.information.block_size": "ブロックサイズ",
|
||
"hex.builtin.view.information.block_size.desc": "{0} ブロック/ {1} バイト",
|
||
"hex.builtin.view.information.byte_types": "",
|
||
"hex.builtin.view.information.control": "コントロール",
|
||
"hex.builtin.view.information.description": "詳細:",
|
||
"hex.builtin.view.information.digram": "",
|
||
"hex.builtin.view.information.distribution": "バイト分布",
|
||
"hex.builtin.view.information.encrypted": "暗号化や圧縮を経たデータと推測されます。",
|
||
"hex.builtin.view.information.entropy": "エントロピー",
|
||
"hex.builtin.view.information.file_entropy": "",
|
||
"hex.builtin.view.information.highest_entropy": "最大エントロピーブロック",
|
||
"hex.builtin.view.information.lowest_entropy": "",
|
||
"hex.builtin.view.information.info_analysis": "情報の分析",
|
||
"hex.builtin.view.information.layered_distribution": "",
|
||
"hex.builtin.view.information.magic": "Magic情報",
|
||
"hex.builtin.view.information.magic_db_added": "Magicデータベースが追加されました。",
|
||
"hex.builtin.view.information.mime": "MIMEタイプ:",
|
||
"hex.builtin.view.information.name": "データ解析",
|
||
"hex.builtin.view.information.octet_stream_text": "",
|
||
"hex.builtin.view.information.octet_stream_warning": "",
|
||
"hex.builtin.view.information.region": "解析する領域",
|
||
"hex.builtin.view.information.plain_text": "",
|
||
"hex.builtin.view.information.plain_text_percentage": "",
|
||
"hex.builtin.view.information.provider_information": "",
|
||
"hex.builtin.view.logs.component": "",
|
||
"hex.builtin.view.logs.log_level": "",
|
||
"hex.builtin.view.logs.message": "",
|
||
"hex.builtin.view.logs.name": "",
|
||
"hex.builtin.view.patches.name": "パッチ",
|
||
"hex.builtin.view.patches.offset": "オフセット",
|
||
"hex.builtin.view.patches.orig": "元の値",
|
||
"hex.builtin.view.patches.patch": "パッチした値",
|
||
"hex.builtin.view.patches.remove": "パッチを削除",
|
||
"hex.builtin.view.pattern_data.name": "パターンデータ",
|
||
"hex.builtin.view.pattern_editor.accept_pattern": "使用できるパターン",
|
||
"hex.builtin.view.pattern_editor.accept_pattern.desc": "このデータ型と互換性のある Patterns が1つ以上見つかりました",
|
||
"hex.builtin.view.pattern_editor.accept_pattern.pattern_language": "パターン",
|
||
"hex.builtin.view.pattern_editor.accept_pattern.question": "選択したパターンを反映してよろしいですか?",
|
||
"hex.builtin.view.pattern_editor.auto": "常に実行",
|
||
"hex.builtin.view.pattern_editor.breakpoint_hit": "",
|
||
"hex.builtin.view.pattern_editor.console": "コンソール",
|
||
"hex.builtin.view.pattern_editor.dangerous_function.desc": "このパターンは危険な関数を呼び出そうとしました。\n本当にこのパターンを信頼しても宜しいですか?",
|
||
"hex.builtin.view.pattern_editor.dangerous_function.name": "危険な関数の使用を許可しますか?",
|
||
"hex.builtin.view.pattern_editor.debugger": "",
|
||
"hex.builtin.view.pattern_editor.debugger.add_tooltip": "",
|
||
"hex.builtin.view.pattern_editor.debugger.continue": "",
|
||
"hex.builtin.view.pattern_editor.debugger.remove_tooltip": "",
|
||
"hex.builtin.view.pattern_editor.debugger.scope": "",
|
||
"hex.builtin.view.pattern_editor.debugger.scope.global": "",
|
||
"hex.builtin.view.pattern_editor.env_vars": "環境変数",
|
||
"hex.builtin.view.pattern_editor.evaluating": "実行中…",
|
||
"hex.builtin.view.pattern_editor.menu.edit.place_pattern": "",
|
||
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin": "",
|
||
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.array": "",
|
||
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.single": "",
|
||
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.custom": "",
|
||
"hex.builtin.view.pattern_editor.menu.file.load_pattern": "パターンを読み込み…",
|
||
"hex.builtin.view.pattern_editor.menu.file.save_pattern": "パターンを保存…",
|
||
"hex.builtin.view.pattern_editor.name": "パターンエディタ",
|
||
"hex.builtin.view.pattern_editor.no_in_out_vars": "グローバル変数に 'in' または 'out' を指定して、ここに表示されるように定義してください。",
|
||
"hex.builtin.view.pattern_editor.open_pattern": "パターンを開く",
|
||
"hex.builtin.view.pattern_editor.section_popup": "",
|
||
"hex.builtin.view.pattern_editor.sections": "",
|
||
"hex.builtin.view.pattern_editor.settings": "設定",
|
||
"hex.builtin.view.provider_settings.load_error": "ファイルを開く際にエラーが発生しました。",
|
||
"hex.builtin.view.provider_settings.load_error_details": "",
|
||
"hex.builtin.view.provider_settings.load_popup": "ファイルを開く",
|
||
"hex.builtin.view.provider_settings.name": "ファイル設定",
|
||
"hex.builtin.view.settings.name": "設定",
|
||
"hex.builtin.view.settings.restart_question": "変更を反映させるには、ImHexの再起動が必要です。今すぐ再起動しますか?",
|
||
"hex.builtin.view.store.desc": "ImHexのオンラインデータベースから新しいコンテンツをダウンロードする",
|
||
"hex.builtin.view.store.download": "ダウンロード",
|
||
"hex.builtin.view.store.download_error": "ファイルのダウンロードに失敗しました。ダウンロード先フォルダが存在しません。",
|
||
"hex.builtin.view.store.loading": "ストアコンテンツを読み込み中…",
|
||
"hex.builtin.view.store.name": "コンテンツストア",
|
||
"hex.builtin.view.store.netfailed": "",
|
||
"hex.builtin.view.store.reload": "再読み込み",
|
||
"hex.builtin.view.store.remove": "削除",
|
||
"hex.builtin.view.store.row.description": "詳細",
|
||
"hex.builtin.view.store.row.authors": "",
|
||
"hex.builtin.view.store.row.name": "名前",
|
||
"hex.builtin.view.store.tab.constants": "定数",
|
||
"hex.builtin.view.store.tab.encodings": "エンコード",
|
||
"hex.builtin.view.store.tab.includes": "ライブラリ",
|
||
"hex.builtin.view.store.tab.magic": "Magicファイル",
|
||
"hex.builtin.view.store.tab.nodes": "",
|
||
"hex.builtin.view.store.tab.patterns": "パターン",
|
||
"hex.builtin.view.store.tab.themes": "",
|
||
"hex.builtin.view.store.tab.yara": "Yaraルール",
|
||
"hex.builtin.view.store.update": "アップデート",
|
||
"hex.builtin.view.store.update_count": "",
|
||
"hex.builtin.view.theme_manager.name": "",
|
||
"hex.builtin.view.theme_manager.colors": "",
|
||
"hex.builtin.view.theme_manager.export": "",
|
||
"hex.builtin.view.theme_manager.export.name": "",
|
||
"hex.builtin.view.theme_manager.save_theme": "",
|
||
"hex.builtin.view.theme_manager.styles": "",
|
||
"hex.builtin.view.tools.name": "ツール",
|
||
"hex.builtin.view.yara.error": "Yaraコンパイルエラー: {0}",
|
||
"hex.builtin.view.yara.header.matches": "マッチ結果",
|
||
"hex.builtin.view.yara.header.rules": "ルール",
|
||
"hex.builtin.view.yara.match": "検出",
|
||
"hex.builtin.view.yara.matches.identifier": "識別子",
|
||
"hex.builtin.view.yara.matches.variable": "変数",
|
||
"hex.builtin.view.yara.matching": "マッチ中…",
|
||
"hex.builtin.view.yara.name": "Yaraルール",
|
||
"hex.builtin.view.yara.no_rules": "YARAルールが見つかりませんでした。ImHexの'yara'フォルダ内に入れてください",
|
||
"hex.builtin.view.yara.reload": "リロード",
|
||
"hex.builtin.view.yara.reset": "",
|
||
"hex.builtin.view.yara.rule_added": "Yaraルールが追加されました。",
|
||
"hex.builtin.view.yara.whole_data": "ファイル全体が一致します。",
|
||
"hex.builtin.visualizer.binary": "",
|
||
"hex.builtin.visualizer.decimal.signed.16bit": "符号付き整数型 (16 bits)",
|
||
"hex.builtin.visualizer.decimal.signed.32bit": "符号付き整数型 (32 bits)",
|
||
"hex.builtin.visualizer.decimal.signed.64bit": "符号付き整数型 (64 bits)",
|
||
"hex.builtin.visualizer.decimal.signed.8bit": "符号付き整数型 ( 8 bits)",
|
||
"hex.builtin.visualizer.decimal.unsigned.16bit": "符号なし整数型 (16 bits)",
|
||
"hex.builtin.visualizer.decimal.unsigned.32bit": "符号なし整数型 (32 bits)",
|
||
"hex.builtin.visualizer.decimal.unsigned.64bit": "符号なし整数型 (64 bits)",
|
||
"hex.builtin.visualizer.decimal.unsigned.8bit": "符号なし整数型 ( 8 bits)",
|
||
"hex.builtin.visualizer.floating_point.16bit": "浮動小数点数 (16 bits)",
|
||
"hex.builtin.visualizer.floating_point.32bit": "浮動小数点数 (32 bits)",
|
||
"hex.builtin.visualizer.floating_point.64bit": "浮動小数点数 (64 bits)",
|
||
"hex.builtin.visualizer.hexadecimal.16bit": "16進数 (16 bits)",
|
||
"hex.builtin.visualizer.hexadecimal.32bit": "16進数 (32 bits)",
|
||
"hex.builtin.visualizer.hexadecimal.64bit": "16進数 (64 bits)",
|
||
"hex.builtin.visualizer.hexadecimal.8bit": "16進数 ( 8 bits)",
|
||
"hex.builtin.visualizer.hexii": "",
|
||
"hex.builtin.visualizer.rgba8": "RGBA8",
|
||
"hex.builtin.welcome.server_contact_text": "",
|
||
"hex.builtin.welcome.server_contact.data_collected_table.key": "",
|
||
"hex.builtin.welcome.server_contact.data_collected_table.value": "",
|
||
"hex.builtin.welcome.server_contact.data_collected_title": "",
|
||
"hex.builtin.welcome.server_contact.data_collected.uuid": "",
|
||
"hex.builtin.welcome.server_contact.data_collected.version": "",
|
||
"hex.builtin.welcome.server_contact.data_collected.os": "",
|
||
"hex.builtin.welcome.server_contact.crash_logs_only": "",
|
||
"hex.builtin.welcome.customize.settings.desc": "ImHexの設定を変更します",
|
||
"hex.builtin.welcome.customize.settings.title": "設定",
|
||
"hex.builtin.welcome.header.customize": "カスタマイズ",
|
||
"hex.builtin.welcome.header.help": "ヘルプ",
|
||
"hex.builtin.welcome.header.learn": "学習",
|
||
"hex.builtin.welcome.header.main": "ImHexへようこそ",
|
||
"hex.builtin.welcome.header.plugins": "読み込んだプラグイン",
|
||
"hex.builtin.welcome.header.start": "はじめる",
|
||
"hex.builtin.welcome.header.update": "アップデート",
|
||
"hex.builtin.welcome.header.various": "Various",
|
||
"hex.builtin.welcome.help.discord": "Discordサーバー",
|
||
"hex.builtin.welcome.help.discord.link": "https://imhex.werwolv.net/discord",
|
||
"hex.builtin.welcome.help.gethelp": "助けを得る",
|
||
"hex.builtin.welcome.help.gethelp.link": "https://github.com/WerWolv/ImHex/discussions/categories/get-help",
|
||
"hex.builtin.welcome.help.repo": "GitHubリポジトリ",
|
||
"hex.builtin.welcome.help.repo.link": "https://imhex.werwolv.net/git",
|
||
"hex.builtin.welcome.learn.latest.desc": "ImHexの更新履歴を見る",
|
||
"hex.builtin.welcome.learn.latest.link": "https://github.com/WerWolv/ImHex/releases/latest",
|
||
"hex.builtin.welcome.learn.latest.title": "最新のリリース",
|
||
"hex.builtin.welcome.learn.pattern.desc": "公式ドキュメントを読む",
|
||
"hex.builtin.welcome.learn.pattern.link": "https://imhex.werwolv.net/docs",
|
||
"hex.builtin.welcome.learn.pattern.title": "ImHexオリジナル言語について",
|
||
"hex.builtin.welcome.learn.imhex.desc": "",
|
||
"hex.builtin.welcome.learn.imhex.link": "",
|
||
"hex.builtin.welcome.learn.imhex.title": "",
|
||
"hex.builtin.welcome.learn.plugins.desc": "ImHexの機能を拡張する",
|
||
"hex.builtin.welcome.learn.plugins.link": "https://github.com/WerWolv/ImHex/wiki/Plugins-Development-Guide",
|
||
"hex.builtin.welcome.learn.plugins.title": "プラグインAPI",
|
||
"hex.builtin.welcome.plugins.author": "作者",
|
||
"hex.builtin.welcome.plugins.desc": "詳細",
|
||
"hex.builtin.welcome.plugins.plugin": "プラグイン",
|
||
"hex.builtin.popup.safety_backup.delete": "破棄する",
|
||
"hex.builtin.popup.safety_backup.desc": "ImHexがクラッシュしました。\n前のデータを復元しますか?",
|
||
"hex.builtin.popup.safety_backup.log_file": "",
|
||
"hex.builtin.popup.safety_backup.report_error": "",
|
||
"hex.builtin.popup.safety_backup.restore": "復元する",
|
||
"hex.builtin.popup.safety_backup.title": "セッションの回復",
|
||
"hex.builtin.welcome.start.create_file": "新規ファイルを作成",
|
||
"hex.builtin.welcome.start.open_file": "ファイルを開く…",
|
||
"hex.builtin.welcome.start.open_other": "その他のファイル",
|
||
"hex.builtin.welcome.start.open_project": "プロジェクトを開く…",
|
||
"hex.builtin.welcome.start.recent": "最近使用したファイル",
|
||
"hex.builtin.welcome.tip_of_the_day": "今日の豆知識",
|
||
"hex.builtin.welcome.update.desc": "ImHex {0} がリリースされました。ここからダウンロードできます。",
|
||
"hex.builtin.welcome.update.link": "https://github.com/WerWolv/ImHex/releases/latest",
|
||
"hex.builtin.welcome.update.title": "新しいアップデートが利用可能です。"
|
||
}
|
||
} |