modify text

This commit is contained in:
MaysWind
2025-05-11 20:36:47 +08:00
parent 62ad1749e8
commit 6e9f427182
11 changed files with 12 additions and 1 deletions
+1
View File
@@ -1658,6 +1658,7 @@
"Data Import Completed": "Datenimport abgeschlossen",
"File Type": "Dateityp",
"Filter Description": "Filterbeschreibung",
"How to import this file?": "How to import this file?",
"How to export this file?": "Wie exportiere ich diese Datei?",
"ezbookkeeping Data Export File": "ezBookkeeping-Datenexportdatei",
"Open Financial Exchange (OFX) File": "Open Financial Exchange (OFX)-Datei",
+1
View File
@@ -1658,6 +1658,7 @@
"Data Import Completed": "Data Import Completed",
"File Type": "File Type",
"Filter Description": "Filter Description",
"How to import this file?": "How to import this file?",
"How to export this file?": "How to export this file?",
"ezbookkeeping Data Export File": "ezbookkeeping Data Export File",
"Open Financial Exchange (OFX) File": "Open Financial Exchange (OFX) File",
+1
View File
@@ -1657,6 +1657,7 @@
"Data Import Completed": "Importación de datos completada",
"File Type": "Tipo de archivo",
"Filter Description": "Descripción del filtro",
"How to import this file?": "How to import this file?",
"How to export this file?": "¿Cómo exportar este archivo?",
"ezbookkeeping Data Export File": "Archivo de exportación de datos de ezBookkeeping",
"Open Financial Exchange (OFX) File": "Abrir archivo de intercambio financiero (OFX)",
+1
View File
@@ -1658,6 +1658,7 @@
"Data Import Completed": "Importazione dati completata",
"File Type": "Tipo di file",
"Filter Description": "Filtra descrizione",
"How to import this file?": "How to import this file?",
"How to export this file?": "Come esportare questo file?",
"ezbookkeeping Data Export File": "File esportazione dati ezBookkeeping",
"Open Financial Exchange (OFX) File": "File Open Financial Exchange (OFX)",
+1
View File
@@ -1658,6 +1658,7 @@
"Data Import Completed": "データのインポートが完了しました",
"File Type": "ファイルの種類",
"Filter Description": "フィルターの説明",
"How to import this file?": "How to import this file?",
"How to export this file?": "このファイルをエクスポートする方法",
"ezbookkeeping Data Export File": "ezbookkeepingデータエクスポートファイル",
"Open Financial Exchange (OFX) File": "Open Financial Exchange (OFX) ファイル",
+1
View File
@@ -1658,6 +1658,7 @@
"Data Import Completed": "Импорт данных завершен",
"File Type": "Тип файла",
"Filter Description": "Описание фильтра",
"How to import this file?": "How to import this file?",
"How to export this file?": "Как экспортировать этот файл?",
"ezbookkeeping Data Export File": "Файл экспорта данных ezbookkeeping",
"Open Financial Exchange (OFX) File": "Файл Open Financial Exchange (OFX)",
+1
View File
@@ -1658,6 +1658,7 @@
"Data Import Completed": "Імпорт даних завершено",
"File Type": "Тип файлу",
"Filter Description": "Опис фільтра",
"How to import this file?": "How to import this file?",
"How to export this file?": "Як експортувати цей файл?",
"ezbookkeeping Data Export File": "Файл експорту даних ezbookkeeping",
"Open Financial Exchange (OFX) File": "Файл Open Financial Exchange (OFX)",
+1
View File
@@ -1658,6 +1658,7 @@
"Data Import Completed": "Nhập dữ liệu hoàn tất",
"File Type": "Loại tệp",
"Filter Description": "Mô tả bộ lọc",
"How to import this file?": "How to import this file?",
"How to export this file?": "Làm thế nào để xuất tệp này?",
"ezbookkeeping Data Export File": "Tệp xuất dữ liệu ezbookkeeping",
"Open Financial Exchange (OFX) File": "Tệp Open Financial Exchange (OFX)",
+1
View File
@@ -1658,6 +1658,7 @@
"Data Import Completed": "数据导入完成",
"File Type": "文件类型",
"Filter Description": "过滤描述",
"How to import this file?": "如何导入该文件?",
"How to export this file?": "如何导出该文件?",
"ezbookkeeping Data Export File": "ezbookkeeping 数据导出文件",
"Open Financial Exchange (OFX) File": "开放式金融交换 (OFX) 文件",
+1
View File
@@ -1658,6 +1658,7 @@
"Data Import Completed": "資料匯入完成",
"File Type": "檔案類型",
"Filter Description": "篩選描述",
"How to import this file?": "如何匯入此檔案?",
"How to export this file?": "如何匯出此檔案?",
"ezbookkeeping Data Export File": "ezbookkeeping 資料匯出檔案",
"Open Financial Exchange (OFX) File": "開放式金融交換 (OFX) 檔案",
@@ -261,7 +261,8 @@
<v-col cols="12" md="12" class="mb-0 pb-0" v-if="exportFileGuideDocumentUrl">
<a :href="exportFileGuideDocumentUrl" :class="{ 'disabled': submitting }" target="_blank">
<v-icon :icon="mdiHelpCircleOutline" size="16" />
<span class="ml-1">{{ tt('How to export this file?') }}</span>
<span class="ml-1" v-if="fileType === 'dsv' || fileType === 'dsv_data'">{{ tt('How to import this file?') }}</span>
<span class="ml-1" v-if="fileType !== 'dsv' && fileType !== 'dsv_data'">{{ tt('How to export this file?') }}</span>
<span class="ml-1" v-if="exportFileGuideDocumentLanguageName">[{{ exportFileGuideDocumentLanguageName }}]</span>
</a>
</v-col>