limit maximum count of tags in a transaction

This commit is contained in:
MaysWind
2024-09-01 00:33:11 +08:00
parent 7fbfa71434
commit 09ddf53b01
4 changed files with 11 additions and 0 deletions
+1
View File
@@ -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",
+1
View File
@@ -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": "交易模板不存在",