-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate restapi_i18n.properties in zh_CN
100% translated source file: 'restapi_i18n.properties' on 'zh_CN'.
- Loading branch information
1 parent
6b00bc3
commit 55cc008
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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=响应 |