modify text

This commit is contained in:
MaysWind
2024-03-24 15:41:52 +08:00
parent b2fc24d5ae
commit 8ef7676b4f
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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',
+2 -2
View File
@@ -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.') }}&nbsp;{{ $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.') }}&nbsp;{{ $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>