All Downloads are FREE. Search and download functionalities are using the official Maven repository.

theme.keycloak.v2.admin.resources.locales.zh-CN.authentication.json Maven / Gradle / Ivy

There is a newer version: 25.0.1
Show newest version
{
  "title": "身份验证",
  "authenticationExplain": "身份验证是您可以配置和管理不同凭证类型的区域。",
  "flows": "流程",
  "requiredActions": "必需的操作",
  "policies": "策略",
  "passwordPolicy": "密码策略",
  "otpPolicy": "一次性密码策略",
  "webauthnPolicy": "Webauthn 策略",
  "webauthnPasswordlessPolicy": "Webauthn 无密码策略",
  "noPasswordPolicies": "无密码策略",
  "noPasswordPoliciesInstructions": "您尚未向该领域添加任何密码策略。添加一个策略以开始。",
  "updatePasswordPolicySuccess": "密码策略更新成功",
  "updatePasswordPolicyError": "无法更新密码策略:'{{error}}'",
  "webAuthnPolicyRpEntityName": "依赖方的名称",
  "addPolicy": "添加策略",
  "otpType": "一次性密码类型",
  "policyType": {
    "totp": "基于时间",
    "hotp": "基于计数器"
  },
  "otpHashAlgorithm": "OTP哈希算法",
  "otpPolicyDigits": "位数",
  "otpPolicyPeriod": "OTP 令牌周期",
  "otpPolicyPeriodErrorHint": "时间需要在 1 秒到 2 分钟之间",
  "otpPolicyCodeReusable": "可重复使用的令牌",
  "initialCounter": "初始计数器",
  "initialCounterErrorHint": "数值需要在 1 到 120 之间",
  "supportedApplications": "支持的应用程序",
  "otpSupportedApplications": {
    "totpAppFreeOTPName": "FreeOTP",
    "totpAppGoogleName": "谷歌验证器",
    "totpAppMicrosoftAuthenticatorName": "Microsoft 身份验证器"
  },
  "updateOtpSuccess": "OTP 策略成功更新",
  "updateOtpError": "无法更新 OTP 策略:{{error}}",
  "cibaPolicy": "CIBA策略",
  "cibaBackchannelTokenDeliveryMode": "反向通道令牌交付模式",
  "cibaBackhannelTokenDeliveryModes": {
    "poll": "计票",
    "ping": "发送回显信息"
  },
  "cibaExpiresIn": "过期时间",
  "cibaInterval": "间隔",
  "cibaAuthRequestedUserHint": "身份验证请求的用户提示",
  "updateCibaSuccess": "CIBA 策略更新成功",
  "updateCibaError": "无法更新 CIBA 策略:{{error}}",
  "webAuthnPolicySignatureAlgorithms": "签名算法",
  "webAuthnPolicyRpId": "依赖方ID",
  "webAuthnPolicyAttestationConveyancePreference": "证明传输偏好",
  "attestationPreference": {
    "not specified": "未指定",
    "none": "无",
    "indirect": "间接",
    "direct": "直接"
  },
  "webAuthnPolicyAuthenticatorAttachment": "身份验证器附件",
  "authenticatorAttachment": {
    "not specified": "未指定",
    "platform": "平台",
    "cross-platform": "跨平台"
  },
  "webAuthnPolicyRequireResidentKey": "需要常驻密钥",
  "residentKey": {
    "未指定": "未指定",
    "Yes": "是",
    "No": "否"
  },
  "webAuthnPolicyUserVerificationRequirement": "用户验证要求",
  "userVerify": {
    "not specified": "未指定",
    "required": "必需",
    "preferred": "首选",
    "discouraged": "不建议"
  },
  "webAuthnPolicyCreateTimeout": "超时",
  "webAuthnPolicyCreateTimeoutHint": "超时时间需要在 0 秒到 8 小时之间",
  "webAuthnPolicyAvoidSameAuthenticatorRegister": "避免相同的身份验证器注册",
  "webAuthnPolicyAcceptableAaguids": "可接受的 AAGUID",
  "addAaguids": "添加 AAGUID",
  "webAuthnUpdateSuccess": "已成功更新 webauthn 策略",
  "webAuthnUpdateError": "由于{{error}},无法更新 webauthn 策略",
  "flowName": "流程名称",
  "searchForFlow": "搜索流程",
  "usedBy": "使用者",
  "flowUsedBy": "使用这个流程",
  "flowUsedByDescription": "此流程由以下 {{value}} 使用",
  "buildIn": "内置",
  "appliedByProviders": "由以下提供商应用",
  "appliedByClients": "由以下客户应用",
  "used": {
    "SPECIFIC_PROVIDERS": "特定供应商",
    "SPECIFIC_CLIENTS": "特定客户",
    "DEFAULT": "默认",
    "notInUse": "未使用"
  },
  "duplicate": "复制",
  "bindFlow": "绑定流程",
  "chooseBindingType": "选择绑定的类型",
  "flow": {
    "browser": "浏览器流程",
    "registration": "注册流程",
    "direct grant": "直接授权流程",
    "reset credentials": "重置凭据流程",
    "clients": "客户端认证流程",
    "docker auth": "Docker 认证流程"
  },
  "editInfo": "编辑信息",
  "editFlow": "编辑流程",
  "edit": "编辑",
  "deleteConfirmFlow": "删除流程?",
  "deleteConfirmFlowMessage": "您确定要永久删除流程 \"<1>{{flow}}}\"。",
  "deleteFlowSuccess": "流程成功删除",
  "deleteFlowError": "无法删除流程:{{error}}",
  "duplicateFlow": "复制流程",
  "deleteConfirmExecution": "删除执行器?",
  "deleteConfirmExecutionMessage": "您确定要永久删除执行器\"<1>{{name}}}\"。",
  "deleteExecutionSuccess": "执行器成功删除",
  "deleteExecutionError": "无法删除执行器:{{error}}",
  "updateFlowSuccess": "流程更新成功",
  "updateFlowError": "无法更新流程:{{error}}",
  "copyOf": "{{name}} 的副本",
  "copyFlowSuccess": "流程复制成功",
  "copyFlowError": "无法复制流程:{{error}}",
  "createFlow": "创建流程",
  "flowType": "流程类型",
  "flow-type": {
    "basic-flow": "通用型",
    "form-flow": "表单型"
  },
  "top-level-flow-type": {
    "basic-flow": "基本流程",
    "client-flow": "客户端流程"
  },
  "flowCreatedSuccess": "流程已创建",
  "flowCreateError": "无法创建流程:{{error}}",
  "flowDetails": "流程详情",
  "tableView": "表格视图",
  "diagramView": "图表视图",
  "emptyExecution": "无执行器",
  "emptyExecutionInstructions": "您可以通过添加子流程或执行器来开始定义此流程",
  "addExecutionTitle": "添加执行器",
  "addExecution": "添加执行器",
  "addSubFlowTitle": "添加子流程",
  "addSubFlow": "添加子流程",
  "addCondition": "添加条件",
  "addStep": "添加步骤",
  "addStepTo": "向 {{name}} 添加步骤",
  "steps": "步骤",
  "requirement": "需求",
  "requirements": {
    "REQUIRED": "必需",
    "ALTERNATIVE": "非必需",
    "DISABLED": "禁用",
    "CONDITIONAL": "基于一定条件"
  },
  "executionConfig": "{{name}} 配置",
  "alias": "别名",
  "configSaveSuccess": "成功保存执行器的配置",
  "configSaveError": "无法保存执行器的配置:{{error}}",
  "setAsDefaultAction": "设置为默认操作",
  "disabledOff": "禁用状态的关闭",
  "updatedRequiredActionSuccess": "必需操作,更新成功",
  "updatedRequiredActionError": "无法更新必需的操作:{{error}}"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy