diff --git a/src/locales/en.json b/src/locales/en.json index 2161f892..af4ceb85 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1073,7 +1073,6 @@ "import file type is empty": "Import file type is empty", "import file type not supported": "Import file type is not supported", "no data to import": "No data to import", - "exceed the maximum size of transaction picture file": "The uploaded transaction picture exceeds the maximum allowed file size", "transaction category id is invalid": "Transaction category ID is invalid", "transaction category not found": "Transaction category is not found", "transaction category type is invalid": "Transaction category type is invalid", @@ -1106,6 +1105,7 @@ "transaction picture is empty": "Transaction picture file is empty", "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", "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", diff --git a/src/locales/zh_Hans.json b/src/locales/zh_Hans.json index 18ac8540..463752fc 100644 --- a/src/locales/zh_Hans.json +++ b/src/locales/zh_Hans.json @@ -1073,7 +1073,6 @@ "import file type is empty": "导入文件类型为空", "import file type not supported": "导入文件类型不支持", "no data to import": "没有可以导入的数据", - "exceed the maximum size of transaction picture file": "上传的交易图片超出了允许的最大文件大小", "transaction category id is invalid": "交易分类ID无效", "transaction category not found": "交易分类不存在", "transaction category type is invalid": "交易分类类型无效", @@ -1106,6 +1105,7 @@ "transaction picture is empty": "交易图片文件为空", "transaction picture not exists": "交易图片不存在", "transaction picture file extension invalid": "交易图片文件扩展名无效", + "exceed the maximum size of transaction picture file": "上传的交易图片超出了允许的最大文件大小", "query items cannot be blank": "请求项目不能为空", "query items too much": "请求项目过多", "query items have invalid item": "请求项目中有非法项目",