diff options
author | Sunil Shetye | 2024-10-04 11:11:46 +0530 |
---|---|---|
committer | Sunil Shetye | 2024-10-04 11:11:46 +0530 |
commit | 985ffbefda7148da85e913cb7f64ee89abaeb075 (patch) | |
tree | 65f7765f14aebec3dedf439b012345f90bc7d3c4 | |
parent | 245f7b32c57119ec590e00f1101fe245cfce052c (diff) | |
download | Common-Interface-Project-985ffbefda7148da85e913cb7f64ee89abaeb075.tar.gz Common-Interface-Project-985ffbefda7148da85e913cb7f64ee89abaeb075.tar.bz2 Common-Interface-Project-985ffbefda7148da85e913cb7f64ee89abaeb075.zip |
copy mxgraph resources
-rw-r--r-- | blocks/eda-frontend/public/resources/editor.txt | 5 | ||||
-rw-r--r-- | blocks/eda-frontend/public/resources/editor_de.txt | 5 | ||||
-rw-r--r-- | blocks/eda-frontend/public/resources/editor_zh.txt | 5 | ||||
-rw-r--r-- | blocks/eda-frontend/public/resources/graph.txt | 11 | ||||
-rw-r--r-- | blocks/eda-frontend/public/resources/graph_de.txt | 11 | ||||
-rw-r--r-- | blocks/eda-frontend/public/resources/graph_zh.txt | 11 |
6 files changed, 48 insertions, 0 deletions
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 |