From 27a287f8eadcbf5527538d8cbd63ae15df9a4fc3 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 1 Sep 2024 23:05:25 +0300 Subject: [PATCH] client: Change translation for Export SVG button --- src/public/app/widgets/floating_buttons/svg_export_button.js | 2 +- src/public/translations/cn/translation.json | 3 --- src/public/translations/en/translation.json | 4 ++-- src/public/translations/es/translation.json | 3 --- src/public/translations/ro/translation.json | 3 --- 5 files changed, 3 insertions(+), 12 deletions(-) diff --git a/src/public/app/widgets/floating_buttons/svg_export_button.js b/src/public/app/widgets/floating_buttons/svg_export_button.js index f693ce954..f30130a53 100644 --- a/src/public/app/widgets/floating_buttons/svg_export_button.js +++ b/src/public/app/widgets/floating_buttons/svg_export_button.js @@ -4,7 +4,7 @@ import NoteContextAwareWidget from "../note_context_aware_widget.js"; const TPL = ` `; diff --git a/src/public/translations/cn/translation.json b/src/public/translations/cn/translation.json index dae09c121..4184b8518 100644 --- a/src/public/translations/cn/translation.json +++ b/src/public/translations/cn/translation.json @@ -647,9 +647,6 @@ "hide_floating_buttons_button": { "button_title": "隐藏按钮" }, - "mermaid_export_button": { - "button_title": "导出Mermaid图表为SVG" - }, "relation_map_buttons": { "create_child_note_title": "创建新的子笔记并添加到关系图", "reset_pan_zoom_title": "重置平移和缩放到初始坐标和放大倍率", diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index 0fcdaf303..f57d0d91d 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -647,8 +647,8 @@ "hide_floating_buttons_button": { "button_title": "Hide buttons" }, - "mermaid_export_button": { - "button_title": "Export Mermaid diagram as SVG" + "svg_export_button": { + "button_title": "Export diagram as SVG" }, "relation_map_buttons": { "create_child_note_title": "Create new child note and add it into this relation map", diff --git a/src/public/translations/es/translation.json b/src/public/translations/es/translation.json index 8a75f1327..fc646638f 100644 --- a/src/public/translations/es/translation.json +++ b/src/public/translations/es/translation.json @@ -647,9 +647,6 @@ "hide_floating_buttons_button": { "button_title": "Ocultar botones" }, - "mermaid_export_button": { - "button_title": "Exportar diagrama de Mermaid como SVG" - }, "relation_map_buttons": { "create_child_note_title": "Crear una nueva nota hijo y agregarla a este mapa de relaciones", "reset_pan_zoom_title": "Restablecer la panorámica y el zoom a las coordenadas y ampliación iniciales", diff --git a/src/public/translations/ro/translation.json b/src/public/translations/ro/translation.json index 64d510dce..62ecf2524 100644 --- a/src/public/translations/ro/translation.json +++ b/src/public/translations/ro/translation.json @@ -734,9 +734,6 @@ "reload_description": "", "title": "" }, - "mermaid_export_button": { - "button_title": "" - }, "mobile_detail_menu": { "delete_this_note": "", "error_cannot_get_branch_id": "",