add more error hints

This commit is contained in:
MaysWind
2024-09-11 00:47:26 +08:00
parent 5d75629a73
commit 031209490f
6 changed files with 56 additions and 15 deletions
+11
View File
@@ -1106,6 +1106,17 @@
"transaction picture not exists": "Transaction picture does not exist",
"transaction picture file extension invalid": "Transaction picture file extension is invalid",
"exceed the maximum size of transaction picture file": "The uploaded transaction picture exceeds the maximum allowed file size",
"not found transaction data": "No transaction data found in file",
"missing required field in header row": "Missing required field in header row",
"fewer fields in data row than in header row": "There are fewer fields in the data row than in the header row",
"transaction time is invalid": "Transaction time is invalid",
"transaction time zone is invalid": "Transaction time zone is invalid",
"category name cannot be blank": "Category name cannot be blank",
"secondary category name cannot be blank": "secondary category name cannot be blank",
"account name cannot be blank": "Account name cannot be blank",
"destination account name cannot be blank": "Destination account name cannot be blank",
"transaction amount is invalid": "Transaction amount is invalid",
"geographic location is invalid": "Geographic location is invalid",
"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",