diff --git a/src/i18n/restapi_i18n_zh_CN.properties b/src/i18n/restapi_i18n_zh_CN.properties new file mode 100644 index 000000000..dcac06e40 --- /dev/null +++ b/src/i18n/restapi_i18n_zh_CN.properties @@ -0,0 +1,21 @@ +system_property.plugin.restapi.muc.case-insensitive-lookup.enabled=MUC 房间的名称应进行节点准备。然而,这并不能保证某些版本的 Openfire 和此插件的情况。此插件的早期版本使用了不区分大小写的查找来解决这个问题。由于这应该是不必要的,而且是相当耗费资源的,因此已将此行为设置为可配置的(默认情况下禁用)。 +system_property.plugin.restapi.muc.room-mutex.enabled=控制 API 与房间交互时是否使用互斥锁。 + +stat.restapi_responses.informational.name=REST API 1xx 响应 +stat.restapi_responses.informational.desc=具有“信息”状态(1xx 范围内的代码)的 HTTP 响应数量。 +stat.restapi_responses.informational.units=响应 +stat.restapi_responses.successful.name=REST API 2xx 响应 +stat.restapi_responses.successful.desc=状态为“成功”(2xx 范围内的代码)的 HTTP 响应数量。 +stat.restapi_responses.successful.units=响应 +stat.restapi_responses.redirection.name=REST API 3xx 响应 +stat.restapi_responses.redirection.desc=具有“重定向”状态(3xx 范围内的代码)的 HTTP 响应数量。 +stat.restapi_responses.redirection.units=响应 +stat.restapi_responses.client_error.name=REST API 4xx 响应 +stat.restapi_responses.client_error.desc=具有“客户端错误”状态(4xx 范围内的代码)的 HTTP 响应数量。 +stat.restapi_responses.client_error.units=响应 +stat.restapi_responses.server_error.name=REST API 5xx 响应 +stat.restapi_responses.server_error.desc=状态为“服务器错误”(5xx 范围内的代码)的 HTTP 响应数量。 +stat.restapi_responses.server_error.units=响应 +stat.restapi_responses.other.name=REST API 未知响应 +stat.restapi_responses.other.desc=具有无法识别的状态代码的 HTTP 响应数量。 +stat.restapi_responses.other.units=响应