mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
add clearing user data in ui
This commit is contained in:
@@ -648,6 +648,11 @@ export default {
|
||||
'Unable to update user profile': 'Unable to update user profile',
|
||||
'Data Management': 'Data Management',
|
||||
'Export Data': 'Export Data',
|
||||
'Clear User Data': 'Clear User Data',
|
||||
'Are you sure you want to clear all 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': 'All user data has been cleared',
|
||||
'Unable to clear user data': 'Unable to clear user data',
|
||||
'Device & Sessions': 'Device & Sessions',
|
||||
'Logout All': 'Logout All',
|
||||
'Unable to get session list': 'Unable to get session list',
|
||||
|
||||
@@ -648,6 +648,11 @@ export default {
|
||||
'Unable to update user profile': '无法更新用户信息',
|
||||
'Data Management': '数据管理',
|
||||
'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.': '您不能撤销该操作。该操作将会清除您的账号、分类、标签以及交易数据。请输入您当前的密码以确认。',
|
||||
'All user data has been cleared': '用户所有数据已经清空',
|
||||
'Unable to clear user data': '无法清除用户数据',
|
||||
'Device & Sessions': '设备和会话',
|
||||
'Logout All': '注销全部',
|
||||
'Unable to get session list': '无法获取会话列表',
|
||||
|
||||
Reference in New Issue
Block a user