OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/modules/ldap_groups/config/locales/crowdin/zh-CN.yml

38 lines
1.7 KiB

zh-CN:
activerecord:
attributes:
ldap_groups/synchronized_group:
entry: '条目标识符'
auth_source: 'LDAP 连接'
models:
ldap_groups/synchronized_group: '同步的 LDAP 组'
ldap_groups:
label_menu_item: 'LDAP 组同步'
label_group_key: 'LDAP 组筛选器密钥'
settings:
group_key: 'LDAP 组属性'
group_key_text: '用于识别组的 LDAP 属性名称。'
group_base: 'LDAP 组库'
group_base_text: '用于搜索组条目的 LDAP 组库。'
synchronized_groups:
add_new: '添加同步的 LDAP 组'
destroy:
title: '移除同步组 %{name}'
confirmation: "如果您继续,将移除同步组 %{name} 和通过该组同步的全部 %{users_count} 个用户。"
info: "注意:OpenProject 组本身以及在 LDAP 同步之外添加的成员将不会被移除。"
verification: "输入组名称 %{name} 以验证删除。"
help_text_html: |
此模块允许您在 LDAP 与 OpenProject 组之间设置同步。
它要求 LDAP 组使用 <em>groupOfNames / memberOf</em> 属性集才能与 OpenProject 一起使用。
<br/>
组通过 Cron 作业每小时同步。
<a href="https://www.openproject.org/help/administration/manage-ldap-authentication/">请参阅我们关于此主题的文档</a>。
no_results: '未找到同步的组。'
no_members: '此组尚无同步成员。'
plural: '同步的 LDAP 组'
singular: '同步的 LDAP 组'
form:
auth_source_text: '选择使用哪种 LDAP 身份验证模式。'
entry_text: '定义 LDAP 组标识符。'
group_text: '选择 LDAP 组的成员应与其同步的现有 OpenProject 组'