- 'api_no_authorization_found' => 'No authorization token found on the request',
- 'api_bad_authorization_format' => 'An authorization token was found on the request but the format appeared incorrect',
- 'api_user_token_not_found' => 'No matching API token was found for the provided authorization token',
- 'api_incorrect_token_secret' => 'The secret provided for the given used API token is incorrect',
- 'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls',
- 'api_user_token_expired' => 'The authorization token used has expired',
+ 'api_no_authorization_found' => '未在请求中找到授权令牌',
+ 'api_bad_authorization_format' => '已在请求中找到授权令牌,但格式貌似不正确',
+ 'api_user_token_not_found' => '未找到与提供的授权令牌匹配的 API 令牌',
+ 'api_incorrect_token_secret' => '给已给出的API所提供的密钥不正确',
+ 'api_user_no_api_permission' => '使用过的 API 令牌的所有者没有进行API 调用的权限',
+ 'api_user_token_expired' => '所使用的身份令牌已过期',
+
+ // Settings & Maintenance
+ 'maintenance_test_email_failure' => '发送测试电子邮件时出现错误:',