allow user choosing whether add preset categories in registration page

This commit is contained in:
MaysWind
2021-01-07 17:29:24 +08:00
parent d073550aa7
commit aec708cdd3
7 changed files with 266 additions and 30 deletions
+5 -2
View File
@@ -587,8 +587,10 @@ export default {
'Show Account Balance': 'Show Account Balance',
'Enable Animate': 'Enable Animate',
'Enable Auto Dark Mode': 'Enable Auto Dark Mode',
'Use preset transaction categories': 'Use preset transaction categories',
'Preset Categories': 'Preset Categories',
'You have been successfully registered': 'You have been successfully registered',
'Do you want to initialize transaction categories now?': 'Do you want to initialize transaction categories now?',
'You have been successfully registered, but something wrong with adding preset categories. You can re-add preset categories in settings page anytime.': 'You have been successfully registered, but something wrong with adding preset categories. You can re-add preset categories in settings page anytime.',
'Unable to sign up': 'Unable to sign up',
'User registration is disabled': 'User registration is disabled',
'Unable to get user profile': 'Unable to get user profile',
@@ -638,8 +640,9 @@ export default {
'Unable to get category': 'Unable to get category',
'Unable to add category': 'Unable to add category',
'Unable to save category': 'Unable to save category',
'Unable to add preset categories': 'Unable to add preset categories',
'You have added a new category': 'You have added a new category',
'You have added default categories': 'You have added default categories',
'You have added preset categories': 'You have added preset categories',
'You have saved this category': 'You have saved this category',
'Transaction Tags': 'Transaction Tags',
'Tag Title': 'Tag Title',
+5 -2
View File
@@ -587,8 +587,10 @@ export default {
'Show Account Balance': '显示账户余额',
'Enable Animate': '启用动画',
'Enable Auto Dark Mode': '启用自动深色模式',
'Use preset transaction categories': '使用预设交易分类',
'Preset Categories': '预设分类',
'You have been successfully registered': '注册成功',
'Do you want to initialize transaction categories now?': '您是否想现在初始化交易分类',
'You have been successfully registered, but something wrong with adding preset categories. You can re-add preset categories in settings page anytime.': '注册成功,但是添加预设分类时出错。您可以随时在设置页面中重新添加预设分类',
'Unable to sign up': '无法注册',
'User registration is disabled': '用户注册已禁用',
'Unable to get user profile': '无法获取用户信息',
@@ -638,8 +640,9 @@ export default {
'Unable to get category': '无法获取分类',
'Unable to add category': '无法添加分类',
'Unable to save category': '无法保存分类',
'Unable to add preset categories': '无法添加预设分类',
'You have added a new category': '您已经添加新分类',
'You have added default categories': '您已经添加默认分类',
'You have added preset categories': '您已经添加预设分类',
'You have saved this category': '您已经保存该分类',
'Transaction Tags': '交易标签',
'Tag Title': '标签标题',