mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
allow user choosing whether add preset categories in registration page
This commit is contained in:
+5
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user