From c10bd5beceade5e69c38567c93292f3f2c5954fc Mon Sep 17 00:00:00 2001 From: NFish Date: Wed, 23 Apr 2025 16:33:57 +0800 Subject: [PATCH] fix: update i18n --- web/i18n/en-US/app.ts | 8 ++++---- web/i18n/ja-JP/app.ts | 16 ++++++++-------- web/i18n/zh-Hans/app.ts | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/web/i18n/en-US/app.ts b/web/i18n/en-US/app.ts index b06a76e973..752a66ec18 100644 --- a/web/i18n/en-US/app.ts +++ b/web/i18n/en-US/app.ts @@ -176,20 +176,20 @@ const translation = { showMyCreatedAppsOnly: 'Created by me', accessControl: 'Web app Access Control', accessControlDialog: { - title: 'Access Control', + title: 'Web App Access Control', description: 'Set web app access permissions', accessLabel: 'Who has access', accessItems: { anyone: 'Anyone with the link', specific: 'Specific groups or members', - organization: 'Only members within the organization', + organization: 'Only members within the enterprise', }, groups_one: '{{count}} GROUP', groups_other: '{{count}} GROUPS', members_one: '{{count}} MEMBER', members_other: '{{count}} MEMBERS', - noGroupsOrMembers: 'No access members have been added yet', - webAppSSONotEnabledTip: 'Please contact the administrator to enable the web app identity authentication method.', + noGroupsOrMembers: 'No groups or members selected', + webAppSSONotEnabledTip: 'Please contact enterprise administrator to configure the web app authentication method.', operateGroupAndMember: { searchPlaceholder: 'Search groups and members', allMembers: 'All members', diff --git a/web/i18n/ja-JP/app.ts b/web/i18n/ja-JP/app.ts index 82b3b89273..f7d24344cb 100644 --- a/web/i18n/ja-JP/app.ts +++ b/web/i18n/ja-JP/app.ts @@ -191,20 +191,20 @@ const translation = { showMyCreatedAppsOnly: '自分が作成したアプリ', accessControl: 'Webアプリアクセス制御', accessControlDialog: { - title: 'Webアプリアクセス権', - description: 'Webアプリのアクセス権を設定します', - accessLabel: 'アクセス権限を持つ人を構成する', + title: 'アクセス権限', + description: 'Webアプリのアクセス権限を設定します', + accessLabel: '誰がアクセスできますか', accessItems: { - anyone: '誰でも', - specific: '特定のグループまたはユーザー', - organization: '組織内の誰でも', + anyone: 'すべてのユーザー', + specific: '特定のグループメンバー', + organization: 'グループ内の全員', }, groups_one: '{{count}} グループ', groups_other: '{{count}} グループ', members_one: '{{count}} メンバー', members_other: '{{count}} メンバー', - noGroupsOrMembers: 'グループやメンバーが追加されていません', - webAppSSONotEnabledTip: '管理者に連絡して、WebアプリSSO認証方法を有効にしてください。', + noGroupsOrMembers: 'グループまたはメンバーが選択されていません', + webAppSSONotEnabledTip: 'Webアプリの認証方式設定については、企業管理者へご連絡ください。', operateGroupAndMember: { searchPlaceholder: 'グループやメンバーを検索', allMembers: 'すべてのメンバー', diff --git a/web/i18n/zh-Hans/app.ts b/web/i18n/zh-Hans/app.ts index a98448b260..bf4cee568d 100644 --- a/web/i18n/zh-Hans/app.ts +++ b/web/i18n/zh-Hans/app.ts @@ -177,20 +177,20 @@ const translation = { showMyCreatedAppsOnly: '我创建的', accessControl: 'web app 访问控制', accessControlDialog: { - title: 'web app 访问权限', - description: '设置 web app 的访问权限', - accessLabel: '配置谁有访问权限', + title: 'Web 应用访问权限', + description: '设置 web 应用访问权限。', + accessLabel: '谁可以访问', accessItems: { anyone: '任何人', specific: '特定组或成员', - organization: '组织内的任何人', + organization: '组织内任何人', }, groups_one: '{{count}} 个组', groups_other: '{{count}} 个组', members_one: '{{count}} 个成员', members_other: '{{count}} 个成员', - noGroupsOrMembers: '没有添加组或成员', - webAppSSONotEnabledTip: '请联系管理员启用 web app SSO 身份验证方式。', + noGroupsOrMembers: '未选择分组或成员', + webAppSSONotEnabledTip: '请联系企业管理员配置 web 应用的身份认证方式。', operateGroupAndMember: { searchPlaceholder: '搜索组或成员', allMembers: '所有成员',