modify error message

This commit is contained in:
MaysWind
2024-10-20 10:12:00 +08:00
parent a23a194660
commit 03f0e4a477
5 changed files with 8 additions and 1 deletions
+1
View File
@@ -1127,6 +1127,7 @@
"related id cannot be blank": "Related ID cannot be blank",
"found some transactions without related records": "There are some transactions which don't have related records",
"invalid qif file": "Invalid QIF file",
"missing transaction time field": "Missing transaction time field",
"query items cannot be blank": "There are no query items",
"query items too much": "There are too many query items",
"query items have invalid item": "There is invalid item in query items",
+1
View File
@@ -1127,6 +1127,7 @@
"related id cannot be blank": "关联Id不能为空",
"found some transactions without related records": "有一些交易没有关联记录",
"invalid qif file": "无效的 QIF 文件",
"missing transaction time field": "缺少交易时间字段",
"query items cannot be blank": "请求项目不能为空",
"query items too much": "请求项目过多",
"query items have invalid item": "请求项目中有非法项目",