keycloak-scim/js/apps/admin-ui/public/locales/zh-CN/roles.json
Jon Koops 6ef73892a1
Add simplified Chinese localization for the Admin Console (#20752)
Co-authored-by: Xiankun Li <xianli@redhat.com>
2023-06-02 21:31:48 +02:00

70 lines
3.7 KiB
JSON

{
"deleteAttributeText": "删除属性",
"associatedRolesText": "关联的角色",
"addAssociatedRolesText": "添加关联角色",
"addAssociatedRolesSuccess": "已添加关联角色",
"addAssociatedRolesError": "无法关联角色{{error}}",
"associatedRolesModalTitle": "将角色添加到{{name}}",
"title": "领域角色",
"addRole": "添加角色",
"createRole": "创建角色",
"importRole": "导入角色",
"roleID": "角色 ID",
"homeURL": "主页 URL",
"filterByClients": "按客户端筛选",
"roleExplain": "领域角色是您定义的用于当前领域的角色。",
"roleCreateExplain": "这是一些描述",
"roleName": "角色名称",
"roleDetails": "角色详细信息",
"composite": "复合",
"deleteRole": "删除此角色",
"inheritedFrom": "继承自",
"roleList": "角色列表",
"realmRolesList": "领域角色",
"searchFor": "按名称搜索角色",
"generalSettings": "常规设置",
"capabilityConfig": "功能配置",
"roleImportError": "无法导入角色",
"roleCreated": "已创建角色",
"roleCreateError": "无法创建角色: {{error}}",
"roleImportSuccess": "角色导入成功",
"roleDeleteConfirm": "是否删除角色?",
"roleDeleteConfirmDialog": "此操作将永久删除角色“{{selectedRoleName}}”,并且无法撤消。",
"roleDeletedSuccess": "角色已删除",
"roleDeleteError": "无法删除角色: {{error}}",
"defaultRole": "此角色充当领域和客户端默认角色的容器。无法删除。",
"defaultRoleDeleteError": "无法删除默认角色。",
"roleSaveSuccess": "角色已保存",
"roleSaveError": "无法保存角色: {{error}}",
"noRoles": "此领域中没有角色",
"noRolesInstructions": "您尚未在此领域中创建任何角色。创建角色以开始。",
"roleAuthentication": "角色身份验证",
"removeAllAssociatedRoles": "移除所有关联角色",
"removeAssociatedRoles": "移除关联角色",
"removeRoles": "移除角色",
"removeAllAssociatedRolesConfirmDialog": "此操作将移除{{name}}的关联角色。拥有{{name}}权限的用户将不再有权访问这些角色。",
"roleRemoveAssociatedRoleConfirm": "是否移除关联角色?",
"roleRemoveAssociatedText": "此操作将从{{roleName}}中移除{{role}}。{{role}}的所有关联角色也将被移除。",
"compositeRoleOff": "复合角色已关闭",
"associatedRolesRemoved": "已移除关联的角色",
"compositesRemovedAlertDescription": "已移除所有关联角色",
"whoWillAppearLinkText": "谁将出现在此用户列表中?",
"whoWillAppearPopoverText": "此选项卡仅显示直接分配给此角色的用户。要查看作为关联角色或通过组分配此角色的用户,请转到",
"whoWillAppearPopoverFooterText": "无法在此选项卡上添加将此角色作为有效角色的用户。",
"usersInRole": "角色中的用户",
"addUser": "添加用户",
"removeUser": "移除用户",
"removeUserText": "是否要移除{{numSelected}}个用户?这些用户将不再具有角色{{role}}及其关联角色的权限。",
"noDirectUsers": "无直接用户",
"noUsersEmptyStateDescription": "只有直接分配了此角色的用户才会显示在此选项卡下。如果需要查找分配给此角色的角色,请转到",
"noUsersEmptyStateDescriptionContinued": "查找用户。无法在此添加已将此角色作为有效角色的用户。",
"or": "或",
"users": "用户管理",
"userName": "用户名",
"email": "电子邮箱",
"lastName": "姓",
"firstName": "名",
"clearAllFilters": "清除所有筛选条件",
"noRolesAssociated": "没有关联的角色",
"noRolesAssociatedInstructions": "要将角色复合到此角色,请按“添加角色”按钮"
}