From 700e1fd839fa2492188475fe5edc4c556db9ba47 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Tue, 2 Feb 2021 23:52:23 +0800 Subject: [PATCH] modify transaction text --- src/locales/zh_Hans.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/zh_Hans.js b/src/locales/zh_Hans.js index cb1f11cb..d80c6651 100644 --- a/src/locales/zh_Hans.js +++ b/src/locales/zh_Hans.js @@ -650,11 +650,11 @@ export default { 'Total Expense': '总支出', 'Total Income': '总收入', 'Expense Chart': '支出图表', - 'Expense By Account': '账号支出', + 'Expense By Account': '账户支出', 'Expense By Primary Category': '一级分类支出', 'Expense By Secondary Category': '二级分类支出', 'Income Chart': '收入图表', - 'Income By Account': '账号收入', + 'Income By Account': '账户收入', 'Income By Primary Category': '一级分类收入', 'Income By Secondary Category': '二级分类收入', 'Statistics Settings': '统计设置', @@ -689,7 +689,7 @@ export default { 'Export Data': '导出数据', 'Clear User Data': '清除用户数据', 'Are you sure you want to clear all data?': '您确定要清除所有数据?', - 'You CANNOT undo this action. This will clear your accounts, categories, tags and transactions data. Please input your current password to confirm.': '您不能撤销该操作。该操作将会清除您的账号、分类、标签以及交易数据。请输入您当前的密码以确认。', + 'You CANNOT undo this action. This will clear your accounts, categories, tags and transactions data. Please input your current password to confirm.': '您不能撤销该操作。该操作将会清除您的账户、分类、标签以及交易数据。请输入您当前的密码以确认。', 'All user data has been cleared': '用户所有数据已经清空', 'Unable to clear user data': '无法清除用户数据', 'Device & Sessions': '设备和会话',