mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
limit maximum count of tags in a transaction
This commit is contained in:
@@ -1081,6 +1081,7 @@
|
||||
"transaction tag name already exists": "Transaction tag title already exists",
|
||||
"transaction tag is in use and cannot be deleted": "Transaction tag is in use and it cannot be deleted",
|
||||
"transaction tag index not found": "Transaction tag index is not found",
|
||||
"transaction tags too much": "There are too many transaction tags",
|
||||
"data export not allowed": "User data export is not allowed",
|
||||
"transaction template id is invalid": "Transaction template ID is invalid",
|
||||
"transaction template not found": "Transaction template is not found",
|
||||
|
||||
@@ -1081,6 +1081,7 @@
|
||||
"transaction tag name already exists": "交易标签标题已经存在",
|
||||
"transaction tag is in use and cannot be deleted": "交易标签正在被使用,无法删除",
|
||||
"transaction tag index not found": "交易标签索引不存在",
|
||||
"transaction tags too much": "交易标签过多",
|
||||
"data export not allowed": "不允许用户数据导出",
|
||||
"transaction template id is invalid": "交易模板ID无效",
|
||||
"transaction template not found": "交易模板不存在",
|
||||
|
||||
Reference in New Issue
Block a user