mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
fix: rename api based extension (#1485)
This commit is contained in:
parent
146e95d88f
commit
ab2e20ee0a
|
@ -201,7 +201,7 @@ const ModerationSettingModal: FC<ModerationSettingModalProps> = ({
|
||||||
}
|
}
|
||||||
|
|
||||||
if (localeData.type === 'api' && !localeData.config.api_based_extension_id) {
|
if (localeData.type === 'api' && !localeData.config.api_based_extension_id) {
|
||||||
notify({ type: 'error', message: t('appDebug.errorMessage.valueOfVarRequired', { key: locale === 'en' ? 'API-based Extension' : '基于 API 的扩展' }) })
|
notify({ type: 'error', message: t('appDebug.errorMessage.valueOfVarRequired', { key: locale === 'en' ? 'API Extension' : 'API 扩展' }) })
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -155,7 +155,7 @@ const ExternalDataToolModal: FC<ExternalDataToolModalProps> = ({
|
||||||
}
|
}
|
||||||
|
|
||||||
if (localeData.type === 'api' && !localeData.config?.api_based_extension_id) {
|
if (localeData.type === 'api' && !localeData.config?.api_based_extension_id) {
|
||||||
notify({ type: 'error', message: t('appDebug.errorMessage.valueOfVarRequired', { key: locale === 'en' ? 'API-based Extension' : '基于 API 的扩展' }) })
|
notify({ type: 'error', message: t('appDebug.errorMessage.valueOfVarRequired', { key: locale === 'en' ? 'API Extension' : 'API 扩展' }) })
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -109,7 +109,7 @@ const translation = {
|
||||||
provider: 'Model Provider',
|
provider: 'Model Provider',
|
||||||
dataSource: 'Data Source',
|
dataSource: 'Data Source',
|
||||||
plugin: 'Plugins',
|
plugin: 'Plugins',
|
||||||
apiBasedExtension: 'API-based Extension',
|
apiBasedExtension: 'API Extension',
|
||||||
},
|
},
|
||||||
account: {
|
account: {
|
||||||
avatar: 'Avatar',
|
avatar: 'Avatar',
|
||||||
|
@ -303,17 +303,17 @@ const translation = {
|
||||||
},
|
},
|
||||||
apiBasedExtension: {
|
apiBasedExtension: {
|
||||||
title: 'API-based extensions provide centralized API management, simplifying configuration for easy use across Dify\'s applications.',
|
title: 'API-based extensions provide centralized API management, simplifying configuration for easy use across Dify\'s applications.',
|
||||||
link: 'Learn how to develop your own API-based Extension.',
|
link: 'Learn how to develop your own API Extension.',
|
||||||
linkUrl: 'https://docs.dify.ai/advanced/api_based_extension',
|
linkUrl: 'https://docs.dify.ai/advanced/api_based_extension',
|
||||||
add: 'Add API-based Extension',
|
add: 'Add API Extension',
|
||||||
selector: {
|
selector: {
|
||||||
title: 'API-based Extension',
|
title: 'API Extension',
|
||||||
placeholder: 'Please select API-based extension',
|
placeholder: 'Please select API-based extension',
|
||||||
manage: 'Manage API-based Extension',
|
manage: 'Manage API Extension',
|
||||||
},
|
},
|
||||||
modal: {
|
modal: {
|
||||||
title: 'Add API-based Extension',
|
title: 'Add API Extension',
|
||||||
editTitle: 'Edit API-based Extension',
|
editTitle: 'Edit API Extension',
|
||||||
name: {
|
name: {
|
||||||
title: 'Name',
|
title: 'Name',
|
||||||
placeholder: 'Please enter the name',
|
placeholder: 'Please enter the name',
|
||||||
|
@ -329,7 +329,7 @@ const translation = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
confirm: {
|
confirm: {
|
||||||
desc: 'Deleting the WebHook might cause the extension points configured for this API-based Extension to fail and produce errors. Please proceed with caution.',
|
desc: 'Deleting the WebHook might cause the extension points configured for this API Extension to fail and produce errors. Please proceed with caution.',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
about: {
|
about: {
|
||||||
|
|
|
@ -109,7 +109,7 @@ const translation = {
|
||||||
provider: '模型供应商',
|
provider: '模型供应商',
|
||||||
dataSource: '数据来源',
|
dataSource: '数据来源',
|
||||||
plugin: '插件',
|
plugin: '插件',
|
||||||
apiBasedExtension: '基于 API 的扩展',
|
apiBasedExtension: 'API 的扩展',
|
||||||
},
|
},
|
||||||
account: {
|
account: {
|
||||||
avatar: '头像',
|
avatar: '头像',
|
||||||
|
@ -302,18 +302,18 @@ const translation = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
apiBasedExtension: {
|
apiBasedExtension: {
|
||||||
title: '基于 API 的扩展提供了一个集中式的 API 管理,在此统一添加 API 配置后,方便在 Dify 上的各类应用中直接使用。',
|
title: 'API 的扩展提供了一个集中式的 API 管理,在此统一添加 API 配置后,方便在 Dify 上的各类应用中直接使用。',
|
||||||
link: '了解如何开发您自己的基于 API 的扩展。',
|
link: '了解如何开发您自己的 API 的扩展。',
|
||||||
linkUrl: 'https://docs.dify.ai/v/zh-hans/advanced/api_based_extension',
|
linkUrl: 'https://docs.dify.ai/v/zh-hans/advanced/api_based_extension',
|
||||||
add: '新增基于 API 的扩展',
|
add: '新增 API 的扩展',
|
||||||
selector: {
|
selector: {
|
||||||
title: '基于 API 的扩展',
|
title: 'API 的扩展',
|
||||||
placeholder: '请选择基于 API 的扩展',
|
placeholder: '请选择 API 的扩展',
|
||||||
manage: '管理基于 API 的扩展',
|
manage: '管理 API 的扩展',
|
||||||
},
|
},
|
||||||
modal: {
|
modal: {
|
||||||
title: '新增基于 API 的扩展',
|
title: '新增 API 的扩展',
|
||||||
editTitle: '编辑基于 API 的扩展',
|
editTitle: '编辑 API 的扩展',
|
||||||
name: {
|
name: {
|
||||||
title: '名称',
|
title: '名称',
|
||||||
placeholder: '请输入名称',
|
placeholder: '请输入名称',
|
||||||
|
@ -329,7 +329,7 @@ const translation = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
confirm: {
|
confirm: {
|
||||||
desc: '删除 WebHook 可能会导致这个基于 API 的扩展配置的扩展失败并产生错误。请谨慎删除。',
|
desc: '删除 WebHook 可能会导致这个 API 的扩展配置的扩展失败并产生错误。请谨慎删除。',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
about: {
|
about: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user