mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-10 22:46:54 +00:00
Update button label from "Download" to "Save" and localize changes in English, German, Italian, and Russian translations.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
</button>
|
||||
<button type="button" class="secondary-chip !py-1 !px-3" @click="downloadFile">
|
||||
<MaterialDesignIcon icon-name="download" class="w-3.5 h-3.5" />
|
||||
<span class="hidden sm:inline">{{ $t("tools.micron_editor.download") }}</span>
|
||||
<span class="hidden sm:inline">{{ $t("tools.micron_editor.save") }}</span>
|
||||
</button>
|
||||
<button v-if="isMobileView" type="button" class="primary-chip !py-1 !px-3" @click="toggleView">
|
||||
<MaterialDesignIcon :icon-name="showEditor ? 'eye' : 'pencil'" class="w-3.5 h-3.5" />
|
||||
|
||||
@@ -946,7 +946,7 @@
|
||||
"description": "Micron-Markup bearbeiten und mit Live-Rendering anzeigen.",
|
||||
"editor": "Editor",
|
||||
"preview": "Vorschau",
|
||||
"download": "Herunterladen",
|
||||
"save": "Speichern",
|
||||
"edit": "Bearbeiten",
|
||||
"view_preview": "Vorschau anzeigen",
|
||||
"placeholder": "Geben Sie hier Ihr Micron-Markup ein...",
|
||||
|
||||
@@ -1035,7 +1035,7 @@
|
||||
"description": "Edit and preview Micron markup with live rendering.",
|
||||
"editor": "Editor",
|
||||
"preview": "Preview",
|
||||
"download": "Download",
|
||||
"save": "Save",
|
||||
"edit": "Edit",
|
||||
"view_preview": "View Preview",
|
||||
"placeholder": "Enter your Micron markup here...",
|
||||
|
||||
@@ -1035,7 +1035,7 @@
|
||||
"description": "Modifica e visualizza l'anteprima del markup Micron con rendering live.",
|
||||
"editor": "Editor",
|
||||
"preview": "Anteprima",
|
||||
"download": "Scarica",
|
||||
"save": "Salva",
|
||||
"edit": "Modifica",
|
||||
"view_preview": "Visualizza Anteprima",
|
||||
"placeholder": "Inserisci qui il tuo markup Micron...",
|
||||
|
||||
@@ -946,7 +946,7 @@
|
||||
"description": "Редактирование и предпросмотр разметки Micron с живым рендерингом.",
|
||||
"editor": "Редактор",
|
||||
"preview": "Предпросмотр",
|
||||
"download": "Скачать",
|
||||
"save": "Сохранить",
|
||||
"edit": "Редактировать",
|
||||
"view_preview": "Просмотр",
|
||||
"placeholder": "Введите разметку Micron здесь...",
|
||||
|
||||
Reference in New Issue
Block a user