i18n: user setting route

This commit is contained in:
HFO4 2022-09-29 17:54:26 +08:00
parent 1ac6eec8ac
commit e940f20752
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,7 @@
"forEditorLocaleCode": "en",
"artPlayerLocaleCode": "en",
"errors": {
"403": "You are not allowed to perform this action.",
"404": "Resource not found.",
"409": "Conflict. ({{message}})",
"40001": "Invalid input parameters ({{message}}).",
@ -63,6 +64,7 @@
"40056": "Unsupported compressed file type.",
"40057": "Available storage policy has changed, please refresh the file list and add this task again.",
"40058": "This share does not exist or already expired.",
"40069": "Incorrect password.",
"50001": "Database operation failed. ({{message}})",
"50002": "Failed to sign the URL or request. ({{message}})",
"50004": "I/O operation failed. ({{message}})",

View File

@ -15,6 +15,7 @@
"forEditorLocaleCode": "zh-CN",
"artPlayerLocaleCode": "zh-cn",
"errors": {
"403": "此操作被禁止",
"404": "资源不存在",
"409": "发生冲突 ({{message}})",
"40001": "输入参数有误 ({{message}})",
@ -63,6 +64,7 @@
"40056": "不支持该格式的压缩文件",
"40057": "可用存储策略发生变化,请刷新文件列表并重新添加此任务",
"40058": "分享不存在或已过期",
"40069": "密码不正确",
"50001": "数据库操作失败 ({{message}})",
"50002": "URL 或请求签名失败 ({{message}})",
"50004": "I/O 操作失败 ({{message}})",