mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 09:15:51 +08:00
fix: update i18n
This commit is contained in:
parent
6526d3de94
commit
c0e360ce78
@ -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',
|
||||
|
@ -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: 'リンクを知っているすべての人',
|
||||
|
@ -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 应用访问权限',
|
||||
|
Loading…
x
Reference in New Issue
Block a user