mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
add more error hints
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user