mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
lang: Added missing localization for the hash view rewrite
This commit is contained in:
@@ -218,14 +218,14 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.view.disassembler.disassembly.bytes", "バイト" },
|
||||
|
||||
{ "hex.builtin.view.hashes.name", "ハッシュ" },
|
||||
{ "hex.builtin.view.hashes.settings", "設定" },
|
||||
//{ "hex.builtin.view.hashes.hash", "Hash" },
|
||||
//{ "hex.builtin.view.hashes.no_settings", "No settings available" },
|
||||
{ "hex.builtin.view.hashes.function", "ハッシュ関数" },
|
||||
{ "hex.builtin.view.hashes.iv", "初期値" },
|
||||
{ "hex.builtin.view.hashes.xorout", "最終XOR値" },
|
||||
{ "hex.builtin.common.reflectIn", "入力を反映" },
|
||||
{ "hex.builtin.common.reflectOut", "出力を反映" },
|
||||
{ "hex.builtin.view.hashes.poly", "多項式" },
|
||||
//{ "hex.builtin.view.hashes.name", "Name" },
|
||||
//{ "hex.builtin.view.hashes.type", "Type" },
|
||||
{ "hex.builtin.view.hashes.result", "結果" },
|
||||
//{ "hex.builtin.view.hashes.remove", "Remove hash" },
|
||||
//{ "hex.builtin.view.hashes.hover_info", "Hover over the Hex Editor selection and hold down SHIFT to view the hashes of that region." },
|
||||
|
||||
{ "hex.builtin.view.help.name", "ヘルプ" },
|
||||
{ "hex.builtin.view.help.about.name", "このソフトについて" },
|
||||
@@ -735,6 +735,21 @@ namespace hex::plugin::builtin {
|
||||
//{ "hex.builtin.visualizer.floating_point.64bit", "Floating Point (64 bits)" },
|
||||
//{ "hex.builtin.visualizer.hexii", "HexII" },
|
||||
//{ "hex.builtin.visualizer.rgba8", "RGBA8 Color" },
|
||||
|
||||
{ "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.hash.crc8", "CRC8" },
|
||||
{ "hex.builtin.hash.crc16", "CRC16" },
|
||||
{ "hex.builtin.hash.crc32", "CRC32" },
|
||||
{ "hex.builtin.hash.crc.poly", "多項式" },
|
||||
{ "hex.builtin.hash.crc.iv", "初期値" },
|
||||
{ "hex.builtin.hash.crc.xor_out", "最終XOR値" },
|
||||
{ "hex.builtin.hash.crc.refl_in", "入力を反映" },
|
||||
{ "hex.builtin.hash.crc.refl_out", "出力を反映" },
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user