fix: update i18n

pull/18656/head
NFish 1 year ago
parent 1aba71711c
commit c10bd5bece

@ -176,20 +176,20 @@ const translation = {
showMyCreatedAppsOnly: 'Created by me', showMyCreatedAppsOnly: 'Created by me',
accessControl: 'Web app Access Control', accessControl: 'Web app Access Control',
accessControlDialog: { accessControlDialog: {
title: 'Access Control', title: 'Web App Access Control',
description: 'Set web app access permissions', description: 'Set web app access permissions',
accessLabel: 'Who has access', accessLabel: 'Who has access',
accessItems: { accessItems: {
anyone: 'Anyone with the link', anyone: 'Anyone with the link',
specific: 'Specific groups or members', specific: 'Specific groups or members',
organization: 'Only members within the organization', organization: 'Only members within the enterprise',
}, },
groups_one: '{{count}} GROUP', groups_one: '{{count}} GROUP',
groups_other: '{{count}} GROUPS', groups_other: '{{count}} GROUPS',
members_one: '{{count}} MEMBER', members_one: '{{count}} MEMBER',
members_other: '{{count}} MEMBERS', members_other: '{{count}} MEMBERS',
noGroupsOrMembers: 'No access members have been added yet', noGroupsOrMembers: 'No groups or members selected',
webAppSSONotEnabledTip: 'Please contact the administrator to enable the web app identity authentication method.', webAppSSONotEnabledTip: 'Please contact enterprise administrator to configure the web app authentication method.',
operateGroupAndMember: { operateGroupAndMember: {
searchPlaceholder: 'Search groups and members', searchPlaceholder: 'Search groups and members',
allMembers: 'All members', allMembers: 'All members',

@ -191,20 +191,20 @@ const translation = {
showMyCreatedAppsOnly: '自分が作成したアプリ', showMyCreatedAppsOnly: '自分が作成したアプリ',
accessControl: 'Webアプリアクセス制御', accessControl: 'Webアプリアクセス制御',
accessControlDialog: { accessControlDialog: {
title: 'Webアプリアクセス権', title: 'アクセス権',
description: 'Webアプリのアクセス権を設定します', description: 'Webアプリのアクセス権を設定します',
accessLabel: 'アクセス権限を持つ人を構成する', accessLabel: '誰がアクセスできますか',
accessItems: { accessItems: {
anyone: '誰でも', anyone: 'すべてのユーザー',
specific: '特定のグループまたはユーザー', specific: '特定のグループメンバー',
organization: '組織内の誰でも', organization: 'グループ内の全員',
}, },
groups_one: '{{count}} グループ', groups_one: '{{count}} グループ',
groups_other: '{{count}} グループ', groups_other: '{{count}} グループ',
members_one: '{{count}} メンバー', members_one: '{{count}} メンバー',
members_other: '{{count}} メンバー', members_other: '{{count}} メンバー',
noGroupsOrMembers: 'グループやメンバーが追加されていません', noGroupsOrMembers: 'グループまたはメンバーが選択されていません',
webAppSSONotEnabledTip: '管理者に連絡して、WebアプリSSO認証方法を有効にしてください。', webAppSSONotEnabledTip: 'Webアプリの認証方式設定については、企業管理者へご連絡ください。',
operateGroupAndMember: { operateGroupAndMember: {
searchPlaceholder: 'グループやメンバーを検索', searchPlaceholder: 'グループやメンバーを検索',
allMembers: 'すべてのメンバー', allMembers: 'すべてのメンバー',

@ -177,20 +177,20 @@ const translation = {
showMyCreatedAppsOnly: '我创建的', showMyCreatedAppsOnly: '我创建的',
accessControl: 'web app 访问控制', accessControl: 'web app 访问控制',
accessControlDialog: { accessControlDialog: {
title: 'web app 访问权限', title: 'Web 应用访问权限',
description: '设置 web app 的访问权限', description: '设置 web 应用访问权限。',
accessLabel: '配置谁有访问权限', accessLabel: '谁可以访问',
accessItems: { accessItems: {
anyone: '任何人', anyone: '任何人',
specific: '特定组或成员', specific: '特定组或成员',
organization: '组织内任何人', organization: '组织内任何人',
}, },
groups_one: '{{count}} 个组', groups_one: '{{count}} 个组',
groups_other: '{{count}} 个组', groups_other: '{{count}} 个组',
members_one: '{{count}} 个成员', members_one: '{{count}} 个成员',
members_other: '{{count}} 个成员', members_other: '{{count}} 个成员',
noGroupsOrMembers: '没有添加组或成员', noGroupsOrMembers: '未选择分组或成员',
webAppSSONotEnabledTip: '请联系管理员启用 web app SSO 身份验证方式。', webAppSSONotEnabledTip: '请联系企业管理员配置 web 应用的身份认证方式。',
operateGroupAndMember: { operateGroupAndMember: {
searchPlaceholder: '搜索组或成员', searchPlaceholder: '搜索组或成员',
allMembers: '所有成员', allMembers: '所有成员',

Loading…
Cancel
Save