mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
show file extensions in import dialog
This commit is contained in:
+1
-1
@@ -79,6 +79,7 @@
|
|||||||
"everyMultiDaysOfWeek": "Every {days}",
|
"everyMultiDaysOfWeek": "Every {days}",
|
||||||
"everyMultiDaysOfMonth": "Every {days} of month",
|
"everyMultiDaysOfMonth": "Every {days} of month",
|
||||||
"youHaveAccounts": "You have recorded {count} accounts",
|
"youHaveAccounts": "You have recorded {count} accounts",
|
||||||
|
"clickToSelectedFile": "Click to select import file ({extensions})",
|
||||||
"selectedCount": "Selected {count} of {totalCount}",
|
"selectedCount": "Selected {count} of {totalCount}",
|
||||||
"confirmImportTransactions": "Are you sure you want to import {count} transactions?",
|
"confirmImportTransactions": "Are you sure you want to import {count} transactions?",
|
||||||
"importTransactionResult": "You have imported {count} transactions successfully.",
|
"importTransactionResult": "You have imported {count} transactions successfully.",
|
||||||
@@ -1505,7 +1506,6 @@
|
|||||||
"Feidee MyMoney (Web) Data Export File": "Feidee MyMoney (Web) Data Export File",
|
"Feidee MyMoney (Web) Data Export File": "Feidee MyMoney (Web) Data Export File",
|
||||||
"Feidee MyMoney (App) Data Export File": "Feidee MyMoney (App) Data Export File",
|
"Feidee MyMoney (App) Data Export File": "Feidee MyMoney (App) Data Export File",
|
||||||
"Data File": "Data File",
|
"Data File": "Data File",
|
||||||
"Click to select import file": "Click to select import file",
|
|
||||||
"No data to import": "No data to import",
|
"No data to import": "No data to import",
|
||||||
"Unable to parse import file": "Unable to parse import file",
|
"Unable to parse import file": "Unable to parse import file",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
|
|||||||
@@ -79,6 +79,7 @@
|
|||||||
"everyMultiDaysOfWeek": "每{days}",
|
"everyMultiDaysOfWeek": "每{days}",
|
||||||
"everyMultiDaysOfMonth": "每月{days}",
|
"everyMultiDaysOfMonth": "每月{days}",
|
||||||
"youHaveAccounts": "您已经记录了 {count} 个账户",
|
"youHaveAccounts": "您已经记录了 {count} 个账户",
|
||||||
|
"clickToSelectedFile": "点击选择导入文件 ({extensions})",
|
||||||
"selectedCount": "已选择 {count} / {totalCount}",
|
"selectedCount": "已选择 {count} / {totalCount}",
|
||||||
"confirmImportTransactions": "您确定要导入 {count} 个交易?",
|
"confirmImportTransactions": "您确定要导入 {count} 个交易?",
|
||||||
"importTransactionResult": "您已经成功导入 {count} 个交易。",
|
"importTransactionResult": "您已经成功导入 {count} 个交易。",
|
||||||
@@ -1505,7 +1506,6 @@
|
|||||||
"Feidee MyMoney (Web) Data Export File": "金蝶随手记 (Web版) 数据导出文件",
|
"Feidee MyMoney (Web) Data Export File": "金蝶随手记 (Web版) 数据导出文件",
|
||||||
"Feidee MyMoney (App) Data Export File": "金蝶随手记 (App) 数据导出文件",
|
"Feidee MyMoney (App) Data Export File": "金蝶随手记 (App) 数据导出文件",
|
||||||
"Data File": "数据文件",
|
"Data File": "数据文件",
|
||||||
"Click to select import file": "点击选择导入文件",
|
|
||||||
"No data to import": "没有可以导入的数据",
|
"No data to import": "没有可以导入的数据",
|
||||||
"Unable to parse import file": "无法解析导入的文件",
|
"Unable to parse import file": "无法解析导入的文件",
|
||||||
"Tags": "标签",
|
"Tags": "标签",
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
class="always-cursor-pointer"
|
class="always-cursor-pointer"
|
||||||
:disabled="submitting"
|
:disabled="submitting"
|
||||||
:label="$t('Data File')"
|
:label="$t('Data File')"
|
||||||
:placeholder="$t('Click to select import file')"
|
:placeholder="$t('format.misc.clickToSelectedFile', { extensions: supportedImportFileExtensions })"
|
||||||
v-model="fileName"
|
v-model="fileName"
|
||||||
@click="showOpenFileDialog"
|
@click="showOpenFileDialog"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user