mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
modify text
This commit is contained in:
+2
-2
@@ -1094,8 +1094,8 @@ export default {
|
||||
'CSV (Comma-separated values) File': 'CSV (Comma-separated values) File',
|
||||
'TSV (Tab-separated values) File': 'TSV (Tab-separated values) File',
|
||||
'Clear User Data': 'Clear User Data',
|
||||
'Export all data to file.': 'Export all data to file.',
|
||||
'Are you sure you want to export all data to file?': 'Are you sure you want to export all data to file?',
|
||||
'Export all transaction data to file.': 'Export all transaction data to file.',
|
||||
'Are you sure you want to export all transaction data to file?': 'Are you sure you want to export all transaction data to file?',
|
||||
'It may take a long time, please wait for a few minutes.': 'It may take a long time, please wait for a few minutes.',
|
||||
'Unable to get exported user data': 'Unable to get exported user data',
|
||||
'Save Data': 'Save Data',
|
||||
|
||||
@@ -1094,8 +1094,8 @@ export default {
|
||||
'CSV (Comma-separated values) File': 'CSV (逗号分隔的值) 文件',
|
||||
'TSV (Tab-separated values) File': 'TSV (制表符分隔的值) 文件',
|
||||
'Clear User Data': '清除用户数据',
|
||||
'Export all data to file.': '导出所有数据到文件。',
|
||||
'Are you sure you want to export all data to file?': '您确定要导出所有数据到文件?',
|
||||
'Export all transaction data to file.': '导出所有交易数据到文件。',
|
||||
'Are you sure you want to export all transaction data to file?': '您确定要导出所有交易数据到文件?',
|
||||
'It may take a long time, please wait for a few minutes.': '这可能花费一些时间,请稍等几分钟。',
|
||||
'Unable to get exported user data': '无法获取导出的用户数据',
|
||||
'Save Data': '保存数据',
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
<v-col cols="12" v-if="isDataExportingEnabled">
|
||||
<v-card :class="{ 'disabled': exportingData }" :title="$t('Export Data')">
|
||||
<v-card-text>
|
||||
<span class="text-body-1">{{ $t('Export all data to file.') }} {{ $t('It may take a long time, please wait for a few minutes.') }}</span>
|
||||
<span class="text-body-1">{{ $t('Export all transaction data to file.') }} {{ $t('It may take a long time, please wait for a few minutes.') }}</span>
|
||||
</v-card-text>
|
||||
|
||||
<v-card-text class="d-flex flex-wrap gap-4">
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<div class="swipe-handler" style="z-index: 10"></div>
|
||||
<f7-page-content class="margin-top no-padding-top">
|
||||
<div class="display-flex padding justify-content-space-between align-items-center">
|
||||
<div class="ebk-sheet-title"><b>{{ $t('Are you sure you want to export all data to file?') }}</b></div>
|
||||
<div class="ebk-sheet-title"><b>{{ $t('Are you sure you want to export all transaction data to file?') }}</b></div>
|
||||
</div>
|
||||
<div class="padding-bottom padding-horizontal">
|
||||
<f7-list class="export-file-type-list no-margin" dividers>
|
||||
|
||||
Reference in New Issue
Block a user