mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 20:48:01 +08:00
fix: update i18n 'Web application' to 'web app'
This commit is contained in:
parent
47e5e1bc69
commit
a4aed673c3
@ -199,9 +199,9 @@ const translation = {
|
|||||||
accessControl: 'Web App Access Control',
|
accessControl: 'Web App Access Control',
|
||||||
accessItemsDescription: {
|
accessItemsDescription: {
|
||||||
anyone: 'Anyone can access the web app (no login required)',
|
anyone: 'Anyone can access the web app (no login required)',
|
||||||
specific: 'Only specific members within the platform can access the Web application',
|
specific: 'Only specific members within the platform can access the web app',
|
||||||
organization: 'All members within the platform can access the Web application',
|
organization: 'All members within the platform can access the web app',
|
||||||
external: 'Only authenticated external users can access the Web application',
|
external: 'Only authenticated external users can access the web app',
|
||||||
},
|
},
|
||||||
accessControlDialog: {
|
accessControlDialog: {
|
||||||
title: 'Web App Access Control',
|
title: 'Web App Access Control',
|
||||||
@ -218,7 +218,7 @@ const translation = {
|
|||||||
members_one: '{{count}} MEMBER',
|
members_one: '{{count}} MEMBER',
|
||||||
members_other: '{{count}} MEMBERS',
|
members_other: '{{count}} MEMBERS',
|
||||||
noGroupsOrMembers: 'No groups or members selected',
|
noGroupsOrMembers: 'No groups or members selected',
|
||||||
webAppSSONotEnabledTip: 'Please contact your organization administrator to configure external authentication for the Web application.',
|
webAppSSONotEnabledTip: 'Please contact your organization administrator to configure external authentication for the web app.',
|
||||||
operateGroupAndMember: {
|
operateGroupAndMember: {
|
||||||
searchPlaceholder: 'Search groups and members',
|
searchPlaceholder: 'Search groups and members',
|
||||||
allMembers: 'All members',
|
allMembers: 'All members',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user