mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
client: Change translation for Export SVG button
This commit is contained in:
parent
87b8c623c5
commit
27a287f8ea
@ -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>
|
||||
`;
|
||||
|
@ -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": "重置平移和缩放到初始坐标和放大倍率",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -734,9 +734,6 @@
|
||||
"reload_description": "",
|
||||
"title": ""
|
||||
},
|
||||
"mermaid_export_button": {
|
||||
"button_title": ""
|
||||
},
|
||||
"mobile_detail_menu": {
|
||||
"delete_this_note": "",
|
||||
"error_cannot_get_branch_id": "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user