Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for file src/i18n/restapi_i18n.properties in zh_CN #197

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/i18n/restapi_i18n_zh_CN.properties
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=响应
Loading