mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore: show credit help link (#2393)
This commit is contained in:
@ -98,6 +98,7 @@ const translation = {
|
||||
builtInPromptTitle: 'Prompt',
|
||||
toolRemoved: 'Tool removed',
|
||||
notAuthorized: 'Tool not authorized',
|
||||
howToGet: 'How to get',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -97,6 +97,7 @@ const translation = {
|
||||
},
|
||||
builtInPromptTitle: 'Prompt',
|
||||
toolRemoved: 'Ferramenta removida',
|
||||
howToGet: 'Como conseguir',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -90,6 +90,7 @@ const translation = {
|
||||
builtInPromptTitle: '提示词',
|
||||
toolRemoved: '工具已被移除',
|
||||
notAuthorized: '工具未授权',
|
||||
howToGet: '如何获取',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
Reference in New Issue
Block a user