-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate src/i18n/search_i18n.properties in zh_CN
100% translated source file: 'src/i18n/search_i18n.properties' on 'zh_CN'.
- Loading branch information
1 parent
eabe5c8
commit 7a822dc
Showing
1 changed file
with
79 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,79 @@ | ||
## | ||
## Search Plugin Resource Bundle | ||
## | ||
## Additional locales can be specified by creating a new resource file in this | ||
## directory using the following conventions: | ||
## | ||
## search_i18n "_" language "_" country ".properties" | ||
## search_i18n "_" language ".properties" | ||
## | ||
## e.g. | ||
## search_i18n_en.properties <- English resources | ||
## search_i18n_en_US.properties <- American US resources | ||
## search_i18n_de.properties <- German resources | ||
## search_i18n_ja.properties <- Japanese resources | ||
## | ||
## Please note that the two digit language code should be lower case, and the | ||
## two digit country code should be in uppercase. Often, it is not necessary to | ||
## specify the country code. | ||
## | ||
## A full list of language codes can be found at | ||
## http://www-old.ics.uci.edu/pub/ietf/http/related/iso639.txt | ||
## and a full list of country codes can be found at | ||
## http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html | ||
## | ||
|
||
login.title=管理控制台 | ||
|
||
advance.user.search.title=高级用户搜索 | ||
advance.user.search.description=高级用户搜索 | ||
advance.user.search.search_user=搜索用户 | ||
advance.user.search.search=搜索 | ||
advance.user.search.details=以下字段可用于搜索,允许将通配符 (*) 字符作为查询的一部分。 | ||
advance.user.search.more_options=更多选项 | ||
advance.user.search.less_options=更少选项 | ||
advance.user.search.users_found=用户已找到 | ||
advance.user.search.online=在线 | ||
advance.user.search.username=用户名 | ||
advance.user.search.name=名称 | ||
advance.user.search.email=电子邮件 | ||
advance.user.search.created=已创建 | ||
advance.user.search.edit=编辑 | ||
advance.user.search.delete=删除 | ||
advance.user.search.no_users=系统中没有用户。 | ||
advance.user.search.available=在线 | ||
advance.user.search.chat_available=有空聊天 | ||
advance.user.search.away=离开 | ||
advance.user.search.extended=延长离开 | ||
advance.user.search.not_disturb=请勿打扰 | ||
advance.user.search.offline=离线 | ||
advance.user.search.last-logout=最后登出 | ||
advance.user.search.error=出现错误。 | ||
|
||
search.props.edit.form.title=搜索服务属性 | ||
search.props.edit.form.description=编辑搜索服务属性 | ||
search.props.edit.form.directions=使用下面的表单编辑搜索服务设置,这些设置不会影响管理控制台中的用户搜索。 | ||
search.props.edit.form.successful_edit=已成功编辑服务属性。 | ||
search.props.edit.form.error=设置服务名称时出错。 | ||
search.props.edit.form.service_enabled=服务已启用 | ||
search.props.edit.form.service_enabled_directions=您可以选择从客户端启用或禁用用户搜索,禁用此服务不会阻止用户从管理控制台进行搜索。 | ||
search.props.edit.form.enabled=已启用 | ||
search.props.edit.form.enabled_details=客户端将能够搜索用户。 | ||
search.props.edit.form.disabled=已禁用 | ||
search.props.edit.form.disabled_details=客户端将无法搜索用户。 | ||
search.props.edit.form.service_name=服务名称 | ||
search.props.edit.form.search_service_name=搜索服务名称 | ||
search.props.edit.form.search_service_name_details=请输入有效的名称。 | ||
search.props.edit.form.searchable_fields=可搜索字段 | ||
search.props.edit.form.searchable_fields_details=使用下面的表单启用用户可以搜索的字段。 | ||
search.props.edit.form.fields=字段 | ||
search.props.edit.form.save_properties=保存属性 | ||
|
||
search.props.edit.form.search_scope=搜索范围 | ||
search.props.edit.form.search_scope_directions=使用下表限制搜索范围,以便用户可以搜索同一组中的任何人或仅搜索同一用户。 | ||
search.props.edit.form.search_scope_anyone=任何人 | ||
search.props.edit.form.search_scope_anyone_details=客户端将能够搜索所有用户。 | ||
search.props.edit.form.search_scope_groups=组 | ||
search.props.edit.form.search_scope_groups_details=客户端将只能搜索其组中的用户。 | ||
|
||
search.service_unavailable=此服务不可用。 |