diff --git a/src/locales/en.js b/src/locales/en.js index ea36222c..919eab6b 100644 --- a/src/locales/en.js +++ b/src/locales/en.js @@ -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', diff --git a/src/locales/zh_Hans.js b/src/locales/zh_Hans.js index 48512143..e5acba65 100644 --- a/src/locales/zh_Hans.js +++ b/src/locales/zh_Hans.js @@ -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': '保存数据', diff --git a/src/views/desktop/user/settings/tabs/UserDataManagementSettingTab.vue b/src/views/desktop/user/settings/tabs/UserDataManagementSettingTab.vue index 085b9c5f..13786725 100644 --- a/src/views/desktop/user/settings/tabs/UserDataManagementSettingTab.vue +++ b/src/views/desktop/user/settings/tabs/UserDataManagementSettingTab.vue @@ -85,7 +85,7 @@ - {{ $t('Export all data to file.') }} {{ $t('It may take a long time, please wait for a few minutes.') }} + {{ $t('Export all transaction data to file.') }} {{ $t('It may take a long time, please wait for a few minutes.') }} diff --git a/src/views/mobile/users/DataManagementPage.vue b/src/views/mobile/users/DataManagementPage.vue index 06a495c2..418a3cd3 100644 --- a/src/views/mobile/users/DataManagementPage.vue +++ b/src/views/mobile/users/DataManagementPage.vue @@ -30,7 +30,7 @@
-
{{ $t('Are you sure you want to export all data to file?') }}
+
{{ $t('Are you sure you want to export all transaction data to file?') }}