allow user to limit time scope for editing transaction

This commit is contained in:
MaysWind
2021-03-11 01:16:30 +08:00
parent d3d1bc59b2
commit bd26796184
13 changed files with 292 additions and 73 deletions
+9
View File
@@ -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',
+9
View File
@@ -546,6 +546,8 @@ export default {
'cannot add transaction to hidden account': '您不能在隐藏账户中添加交易',
'cannot modify transaction of hidden account': '您不能修改隐藏账户中的交易',
'cannot delete transaction in hidden account': '您不能删除隐藏账户中的交易',
'cannot add transaction with this transaction time': '您不能添加有该交易时间的交易',
'cannot modify transaction with this transaction time ': '您不能修改有该交易时间的交易',
'transaction category id is invalid': '交易分类ID无效',
'transaction category not found': '交易分类不存在',
'transaction category type is invalid': '交易分类类型无效',
@@ -571,6 +573,7 @@ export default {
'oldPassword': '当前密码',
'defaultCurrency': '默认货币',
'firstDayOfWeek': '每周第一天',
'transactionEditScope': '交易编辑范围',
'name': '名称',
'category': '分类',
'type': '类型',
@@ -678,6 +681,12 @@ export default {
'Your nickname': '你的昵称',
'Default Currency': '默认货币',
'First Day of Week': '每周第一天',
'Transaction Edit Scope': '交易编辑范围',
'Today or later': '今天或更晚',
'Recent 24 hours or later': '最近24小时或更晚',
'This week or later': '本周或更晚',
'This month or later': '本月或更晚',
'This year or later': '今年或更晚',
'Log In': '登录',
'Don\'t have an account?': '还没有账号?',
'Create an account': '创建新账号',