mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
nodes: Added a few new nodes
This commit is contained in:
@@ -555,10 +555,12 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.display", "Mostra" },
|
||||
{ "hex.builtin.nodes.display.int", "Intero" },
|
||||
{ "hex.builtin.nodes.display.int.header", "Mostra Intero" },
|
||||
{ "hex.builtin.nodes.display.int.input", "Valore" },
|
||||
{ "hex.builtin.nodes.display.float", "Float" },
|
||||
{ "hex.builtin.nodes.display.float.header", "Mostra Float" },
|
||||
{ "hex.builtin.nodes.display.float.input", "Valore" },
|
||||
// { "hex.builtin.nodes.display.buffer", "Buffer" },
|
||||
// { "hex.builtin.nodes.display.buffer.header", "Buffer display" },
|
||||
// { "hex.builtin.nodes.display.string", "String" },
|
||||
// { "hex.builtin.nodes.display.string.header", "String display" },
|
||||
|
||||
{ "hex.builtin.nodes.data_access", "Accesso ai Dati" },
|
||||
{ "hex.builtin.nodes.data_access.read", "Leggi" },
|
||||
@@ -599,6 +601,10 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.arithmetic.div.header", "Dividi" },
|
||||
{ "hex.builtin.nodes.arithmetic.mod", "Modulo" },
|
||||
{ "hex.builtin.nodes.arithmetic.mod.header", "Modulo" },
|
||||
// { "hex.builtin.nodes.arithmetic.average", "Average" },
|
||||
// { "hex.builtin.nodes.arithmetic.average.header", "Average" },
|
||||
// { "hex.builtin.nodes.arithmetic.median", "Median" },
|
||||
// { "hex.builtin.nodes.arithmetic.median.header", "Median" },
|
||||
|
||||
{ "hex.builtin.nodes.buffer", "Buffer" },
|
||||
{ "hex.builtin.nodes.buffer.combine", "Combina" },
|
||||
@@ -612,6 +618,9 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.buffer.repeat.header", "Ripeti buffer" },
|
||||
{ "hex.builtin.nodes.buffer.repeat.input.buffer", "Input" },
|
||||
{ "hex.builtin.nodes.buffer.repeat.input.count", "Conta" },
|
||||
// { "hex.builtin.nodes.buffer.patch", "Patch" },
|
||||
// { "hex.builtin.nodes.buffer.patch.header", "Patch" },
|
||||
// { "hex.builtin.nodes.buffer.patch.input.patch", "Patch" },
|
||||
|
||||
{ "hex.builtin.nodes.control_flow", "Controlla Flusso" },
|
||||
{ "hex.builtin.nodes.control_flow.if", "Se" },
|
||||
|
||||
Reference in New Issue
Block a user