client: Change translation for Export SVG button

This commit is contained in:
Elian Doran 2024-09-01 23:05:25 +03:00
parent 87b8c623c5
commit 27a287f8ea
No known key found for this signature in database
5 changed files with 3 additions and 12 deletions

View File

@ -4,7 +4,7 @@ import NoteContextAwareWidget from "../note_context_aware_widget.js";
const TPL = `
<button type="button"
class="export-mermaid-button"
title="${t('mermaid_export_button.button_title')}">
title="${t('svg_export_button.button_title')}">
<span class="bx bx-export"></span>
</button>
`;

View File

@ -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": "重置平移和缩放到初始坐标和放大倍率",

View File

@ -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",

View File

@ -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",

View File

@ -734,9 +734,6 @@
"reload_description": "",
"title": ""
},
"mermaid_export_button": {
"button_title": ""
},
"mobile_detail_menu": {
"delete_this_note": "",
"error_cannot_get_branch_id": "",