mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-03 05:57:40 -05:00
lang: Added localization for new nodes
This commit is contained in:
@@ -565,8 +565,12 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.casting", "Conversão de Dados" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer", "Integer to Buffer" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer.header", "Integer to Buffer" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "Buffer to Integer" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "Buffer to Integer" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int.header", "Buffer to Integer" },
|
||||
//{ "hex.builtin.nodes.casting.float_to_buffer", "Float to Buffer" },
|
||||
//{ "hex.builtin.nodes.casting.float_to_buffer.header", "Float to Buffer" },
|
||||
//{ "hex.builtin.nodes.casting.buffer_to_float", "Buffer to Float" },
|
||||
//{ "hex.builtin.nodes.casting.buffer_to_float.header", "Buffer to Float" },
|
||||
|
||||
{ "hex.builtin.nodes.arithmetic", "Aritmética" },
|
||||
{ "hex.builtin.nodes.arithmetic.add", "Adição" },
|
||||
@@ -646,6 +650,10 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution", "Byte Distribution" },
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution.header", "Byte Distribution" },
|
||||
|
||||
//{ "hex.builtin.nodes.pattern_language", "Pattern Language" },
|
||||
//{ "hex.builtin.nodes.pattern_language.out_var", "Out Variable" },
|
||||
//{ "hex.builtin.nodes.pattern_language.out_var.header", "Out Variable" },
|
||||
|
||||
|
||||
{ "hex.builtin.tools.demangler", "LLVM Demangler" },
|
||||
{ "hex.builtin.tools.demangler.mangled", "Mangled name" },
|
||||
|
||||
Reference in New Issue
Block a user