fix: update i18n

This commit is contained in:
NFish 2025-05-22 17:25:21 +08:00
parent 6526d3de94
commit c0e360ce78
3 changed files with 12 additions and 12 deletions

View File

@ -197,10 +197,10 @@ const translation = {
},
accessControl: 'Web App Access Control',
accessItemsDescription: {
anyone: 'Anyone can access the web app',
specific: 'Only specific groups or members can access the web app',
organization: 'Anyone in the organization can access the web app',
external: 'Anyone with a verified account can access the web app',
anyone: 'Anyone can access the web app (no login required)',
specific: 'Only specific internal members can access the web app',
organization: 'All internal members can access the web app',
external: 'Authenticated external users can access the web app',
},
accessControlDialog: {
title: 'Web App Access Control',

View File

@ -219,10 +219,10 @@ const translation = {
description: 'Webアプリのアクセス権限を設定します',
accessLabel: '誰がアクセスできますか',
accessItemsDescription: {
anyone: '誰でもWebアプリにアクセス可能です',
specific: '特定のグループやメンバーがWebアプリにアクセス可能です',
organization: '組織内の誰でもWebアプリにアクセス可能です',
external: '認証された外部ユーザーがWebアプリにアクセス可能です',
anyone: '誰でもこの web アプリにアクセスできます(ログイン不要)',
specific: '特定の内部メンバーのみがこの web アプリにアクセスできます',
organization: 'すべての内部メンバーがこの web アプリにアクセスできます',
external: '認証された外部ユーザーがこの web アプリにアクセスできます',
},
accessItems: {
anyone: 'リンクを知っているすべての人',

View File

@ -198,10 +198,10 @@ const translation = {
},
accessControl: 'Web 应用访问控制',
accessItemsDescription: {
anyone: '任何人可以访问 web 应用',
specific: '特定组或成员可以访问 web 应用',
organization: '组织内任何人可以访问 web 应用',
external: '任何经过验证的外部用户都可以访问 web 应用',
anyone: '任何人可以访问 web 应用(无需登录)',
specific: '仅特定的内部成员可以访问该 web 应用',
organization: '所有内部成员可以访问该 web 应用',
external: '经过认证的外部用户可以访问该 web 应用',
},
accessControlDialog: {
title: 'Web 应用访问权限',