diff --git a/locales/en.json b/locales/en.json index 177eea8..266af68 100644 --- a/locales/en.json +++ b/locales/en.json @@ -370,7 +370,8 @@ "Unregistered users will automatically create an account": "Unregistered users will automatically create an account", "Administrator has disabled new user registration": "Administrator has disabled new user registration", "Email domain not supported, Please use one of the following:": "Email domain not supported. Please use one of the following:", - "Auth configuration error": "Auth configuration error" + "Auth configuration error": "Auth configuration error", + "Unknown error": "Unknown error" }, "System": { "MENU": "Menu", diff --git a/locales/zh.json b/locales/zh.json index 10561de..5bb1300 100644 --- a/locales/zh.json +++ b/locales/zh.json @@ -370,7 +370,8 @@ "Unregistered users will automatically create an account": "未注册用户将自动创建账户", "Administrator has disabled new user registration": "管理员已关闭新用户注册", "Email domain not supported, Please use one of the following:": "暂不支持此邮箱后缀,请使用以下邮箱:", - "Auth configuration error": "权限校验配置错误" + "Auth configuration error": "权限校验配置错误", + "Unknown error": "未知错误" }, "System": { "MENU": "菜单",