mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
nodes: Fixed a few issues with locatizations, errors and overlays
This commit is contained in:
@@ -162,12 +162,12 @@ namespace hex::plugin::builtin {
|
||||
|
||||
for (u32 i = 0; i < data.endNodes.size(); i++)
|
||||
data.dataOverlays.push_back(ImHexApi::Provider::get()->newOverlay());
|
||||
}
|
||||
|
||||
u32 overlayIndex = 0;
|
||||
for (auto endNode : data.endNodes) {
|
||||
endNode->setCurrentOverlay(data.dataOverlays[overlayIndex]);
|
||||
overlayIndex++;
|
||||
}
|
||||
u32 overlayIndex = 0;
|
||||
for (auto endNode : data.endNodes) {
|
||||
endNode->setCurrentOverlay(data.dataOverlays[overlayIndex]);
|
||||
overlayIndex++;
|
||||
}
|
||||
|
||||
data.currNodeError.reset();
|
||||
|
||||
@@ -605,6 +605,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.buffer.slice.input.to", "To" },
|
||||
{ "hex.builtin.nodes.buffer.repeat", "Repeat" },
|
||||
{ "hex.builtin.nodes.buffer.repeat.header", "Repeat buffer" },
|
||||
{ "hex.builtin.nodes.buffer.repeat.input.buffer", "Input" },
|
||||
{ "hex.builtin.nodes.buffer.repeat.input.count", "Count" },
|
||||
|
||||
{ "hex.builtin.nodes.control_flow", "Control flow" },
|
||||
|
||||
@@ -607,6 +607,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.buffer.slice.input.to", "To" },
|
||||
{ "hex.builtin.nodes.buffer.repeat", "繰り返し" },
|
||||
{ "hex.builtin.nodes.buffer.repeat.header", "バッファを繰り返し" },
|
||||
//{ "hex.builtin.nodes.buffer.repeat.input.buffer", "Input" },
|
||||
{ "hex.builtin.nodes.buffer.repeat.input.count", "カウント" },
|
||||
|
||||
{ "hex.builtin.nodes.control_flow", "制御フロー" },
|
||||
|
||||
@@ -604,6 +604,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.buffer.slice.input.to", "끝" },
|
||||
{ "hex.builtin.nodes.buffer.repeat", "출력" },
|
||||
{ "hex.builtin.nodes.buffer.repeat.header", "버퍼 반복" },
|
||||
//{ "hex.builtin.nodes.buffer.repeat.input.buffer", "Input" },
|
||||
{ "hex.builtin.nodes.buffer.repeat.input.count", "개수" },
|
||||
|
||||
{ "hex.builtin.nodes.control_flow", "데이터 플로우" },
|
||||
|
||||
@@ -603,6 +603,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.buffer.slice.input.to", "Para" },
|
||||
{ "hex.builtin.nodes.buffer.repeat", "Repetir" },
|
||||
{ "hex.builtin.nodes.buffer.repeat.header", "Repetir buffer" },
|
||||
//{ "hex.builtin.nodes.buffer.repeat.input.buffer", "Input" },
|
||||
{ "hex.builtin.nodes.buffer.repeat.input.count", "Contar" },
|
||||
|
||||
{ "hex.builtin.nodes.control_flow", "Control flow" },
|
||||
|
||||
@@ -603,6 +603,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.buffer.slice.input.to", "到" },
|
||||
{ "hex.builtin.nodes.buffer.repeat", "Repeat" },
|
||||
{ "hex.builtin.nodes.buffer.repeat.header", "Repeat buffer" },
|
||||
//{ "hex.builtin.nodes.buffer.repeat.input.buffer", "Input" },
|
||||
{ "hex.builtin.nodes.buffer.repeat.input.count", "Count" },
|
||||
|
||||
{ "hex.builtin.nodes.control_flow", "Control flow" },
|
||||
|
||||
Reference in New Issue
Block a user