mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
allow user to limit time scope for editing transaction
This commit is contained in:
@@ -546,6 +546,8 @@ export default {
|
||||
'cannot add transaction to hidden account': 'You cannot add transaction to an hidden account',
|
||||
'cannot modify transaction of hidden account': 'You cannot modify transaction of an hidden account',
|
||||
'cannot delete transaction in hidden account': 'You cannot delete transaction in an hidden account',
|
||||
'cannot add transaction with this transaction time': 'You cannot add transaction with this transaction time',
|
||||
'cannot modify transaction with this transaction time ': 'You cannot modify this transaction with this transaction time',
|
||||
'transaction category id is invalid': 'Transaction category ID is invalid',
|
||||
'transaction category not found': 'Transaction category is not found',
|
||||
'transaction category type is invalid': 'Transaction category type is invalid',
|
||||
@@ -571,6 +573,7 @@ export default {
|
||||
'oldPassword': 'Current Password',
|
||||
'defaultCurrency': 'Default Currency',
|
||||
'firstDayOfWeek': 'First Day of Week',
|
||||
'transactionEditScope': 'Transaction Edit Scope',
|
||||
'name': 'Name',
|
||||
'category': 'Category',
|
||||
'type': 'Type',
|
||||
@@ -678,6 +681,12 @@ export default {
|
||||
'Your nickname': 'Your nickname',
|
||||
'Default Currency': 'Default Currency',
|
||||
'First Day of Week': 'First Day of Week',
|
||||
'Transaction Edit Scope': 'Transaction Edit Scope',
|
||||
'Today or later': 'Today or later',
|
||||
'Recent 24 hours or later': 'Recent 24 hours or later',
|
||||
'This week or later': 'This week or later',
|
||||
'This month or later': 'This month or later',
|
||||
'This year or later': 'This year or later',
|
||||
'Log In': 'Log In',
|
||||
'Don\'t have an account?': 'Don\'t have an account?',
|
||||
'Create an account': 'Create an account',
|
||||
|
||||
Reference in New Issue
Block a user