From 985ffbefda7148da85e913cb7f64ee89abaeb075 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Fri, 4 Oct 2024 11:11:46 +0530 Subject: copy mxgraph resources --- blocks/eda-frontend/public/resources/editor.txt | 5 +++++ blocks/eda-frontend/public/resources/editor_de.txt | 5 +++++ blocks/eda-frontend/public/resources/editor_zh.txt | 5 +++++ blocks/eda-frontend/public/resources/graph.txt | 11 +++++++++++ blocks/eda-frontend/public/resources/graph_de.txt | 11 +++++++++++ blocks/eda-frontend/public/resources/graph_zh.txt | 11 +++++++++++ 6 files changed, 48 insertions(+) create mode 100644 blocks/eda-frontend/public/resources/editor.txt create mode 100644 blocks/eda-frontend/public/resources/editor_de.txt create mode 100644 blocks/eda-frontend/public/resources/editor_zh.txt create mode 100644 blocks/eda-frontend/public/resources/graph.txt create mode 100644 blocks/eda-frontend/public/resources/graph_de.txt create mode 100644 blocks/eda-frontend/public/resources/graph_zh.txt diff --git a/blocks/eda-frontend/public/resources/editor.txt b/blocks/eda-frontend/public/resources/editor.txt new file mode 100644 index 00000000..53e87126 --- /dev/null +++ b/blocks/eda-frontend/public/resources/editor.txt @@ -0,0 +1,5 @@ +askZoom=Enter zoom (%) +properties=Properties +outline=Outline +tasks=Tasks +help=Help diff --git a/blocks/eda-frontend/public/resources/editor_de.txt b/blocks/eda-frontend/public/resources/editor_de.txt new file mode 100644 index 00000000..542f387c --- /dev/null +++ b/blocks/eda-frontend/public/resources/editor_de.txt @@ -0,0 +1,5 @@ +askZoom=Zoom eingeben (%) +properties=Eigenschaften +outline=Uebersicht +tasks=Aufgaben +help=Hilfe diff --git a/blocks/eda-frontend/public/resources/editor_zh.txt b/blocks/eda-frontend/public/resources/editor_zh.txt new file mode 100644 index 00000000..b37848b6 --- /dev/null +++ b/blocks/eda-frontend/public/resources/editor_zh.txt @@ -0,0 +1,5 @@ +askZoom=进入缩放(%25) +properties=属性 +outline=轮廓 +tasks=任务 +help=帮助 \ No newline at end of file diff --git a/blocks/eda-frontend/public/resources/graph.txt b/blocks/eda-frontend/public/resources/graph.txt new file mode 100644 index 00000000..baf61f88 --- /dev/null +++ b/blocks/eda-frontend/public/resources/graph.txt @@ -0,0 +1,11 @@ +alreadyConnected=Nodes already connected +containsValidationErrors=Contains validation errors +updatingDocument=Updating Document. Please wait... +updatingSelection=Updating Selection. Please wait... +collapse-expand=Collapse/Expand +doubleClickOrientation=Doubleclick to change orientation +close=Close +error=Error +done=Done +cancel=Cancel +ok=OK diff --git a/blocks/eda-frontend/public/resources/graph_de.txt b/blocks/eda-frontend/public/resources/graph_de.txt new file mode 100644 index 00000000..29999345 --- /dev/null +++ b/blocks/eda-frontend/public/resources/graph_de.txt @@ -0,0 +1,11 @@ +alreadyConnected=Knoten schon verbunden +containsValidationErrors=Enthält Validierungsfehler +updatingDocument=Aktualisiere Dokument. Bitte warten... +updatingSelection=Aktualisiere Markierung. Bitte warten... +collapse-expand=Einklappen/Ausklappen +doubleClickOrientation=Doppelklicken um Orientierung zu ändern +close=Schliessen +error=Fehler +done=Fertig +cancel=Abbrechen +ok=OK diff --git a/blocks/eda-frontend/public/resources/graph_zh.txt b/blocks/eda-frontend/public/resources/graph_zh.txt new file mode 100644 index 00000000..4958593f --- /dev/null +++ b/blocks/eda-frontend/public/resources/graph_zh.txt @@ -0,0 +1,11 @@ +alreadyConnected=节点已经连接 +containsValidationErrors=包含效验错误 +updatingDocument=更新文档。请等候...... +updatingSelection=更新所选项。请等候...... +collapse-expand=折叠/展开 +doubleClickOrientation=双击以改变方向 +close=关闭 +error=错误 +done=完成 +cancel=取消 +ok=确定 \ No newline at end of file -- cgit