ui: Added help text to data processor
This commit is contained in:
parent
4a4d5ac694
commit
08da408471
@ -340,6 +340,9 @@ namespace hex::plugin::builtin {
|
||||
|
||||
ImNodes::MiniMap(0.2F, ImNodesMiniMapLocation_BottomRight);
|
||||
|
||||
if (this->m_nodes.empty())
|
||||
ImGui::TextFormattedCentered("{}", "hex.builtin.view.data_processor.help_text"_lang);
|
||||
|
||||
ImNodes::EndNodeEditor();
|
||||
}
|
||||
ImGui::EndChild();
|
||||
|
@ -107,6 +107,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.view.data_inspector.no_data", "Keine bytes angewählt"},
|
||||
|
||||
{ "hex.builtin.view.data_processor.name", "Datenprozessor" },
|
||||
{ "hex.builtin.view.data_processor.help_text", "Rechtsklicken um neuen Knoten zu erstellen" },
|
||||
{ "hex.builtin.view.data_processor.menu.remove_selection", "Auswahl entfernen" },
|
||||
{ "hex.builtin.view.data_processor.menu.remove_node", "Knoten entfernen" },
|
||||
{ "hex.builtin.view.data_processor.menu.remove_link", "Link entfernen" },
|
||||
|
@ -107,6 +107,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.view.data_inspector.no_data", "No bytes selected"},
|
||||
|
||||
{ "hex.builtin.view.data_processor.name", "Data Processor" },
|
||||
{ "hex.builtin.view.data_processor.help_text", "Right click to add a new node" },
|
||||
{ "hex.builtin.view.data_processor.menu.remove_selection", "Remove Selected" },
|
||||
{ "hex.builtin.view.data_processor.menu.remove_node", "Remove Node" },
|
||||
{ "hex.builtin.view.data_processor.menu.remove_link", "Remove Link" },
|
||||
|
@ -106,6 +106,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
|
||||
{ "hex.builtin.view.data_processor.name", "Processa Dati" },
|
||||
//{ "hex.builtin.view.data_processor.help_text", "Right click to add a new node" },
|
||||
{ "hex.builtin.view.data_processor.menu.remove_selection", "Rimuovi i selezionati" },
|
||||
{ "hex.builtin.view.data_processor.menu.remove_node", "Rimuovi Nodo" },
|
||||
{ "hex.builtin.view.data_processor.menu.remove_link", "Rimuovi Link" },
|
||||
|
@ -106,6 +106,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.view.data_inspector.no_data", "範囲が選択されていません"},
|
||||
|
||||
{ "hex.builtin.view.data_processor.name", "データプロセッサ" },
|
||||
//{ "hex.builtin.view.data_processor.help_text", "Right click to add a new node" },
|
||||
{ "hex.builtin.view.data_processor.menu.remove_selection", "選択部分を削除" },
|
||||
{ "hex.builtin.view.data_processor.menu.remove_node", "ノードを削除" },
|
||||
{ "hex.builtin.view.data_processor.menu.remove_link", "リンクを削除" },
|
||||
|
@ -106,6 +106,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.view.data_inspector.no_data", "没有选中字节"},
|
||||
|
||||
{ "hex.builtin.view.data_processor.name", "数据处理器" },
|
||||
//{ "hex.builtin.view.data_processor.help_text", "Right click to add a new node" },
|
||||
{ "hex.builtin.view.data_processor.menu.remove_selection", "移除已选" },
|
||||
{ "hex.builtin.view.data_processor.menu.remove_node", "移除节点" },
|
||||
{ "hex.builtin.view.data_processor.menu.remove_link", "移除链接" },
|
||||
|
Loading…
Reference in New Issue
Block a user