mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +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': '您不能在隐藏账户中添加交易',
|
||||
'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': '创建新账号',
|
||||
|
||||
Reference in New Issue
Block a user