mirror of https://github.com/langgenius/dify.git
feat: add 'rag' tag to plugin constants and translations in multiple languages
This commit is contained in:
parent
169a8edc28
commit
9448d49305
|
|
@ -1,5 +1,6 @@
|
|||
export const tagKeys = [
|
||||
'agent',
|
||||
'rag',
|
||||
'search',
|
||||
'image',
|
||||
'videos',
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ const translation = {
|
|||
searchTags: 'Search Tags',
|
||||
tags: {
|
||||
agent: 'Agent',
|
||||
rag: 'RAG',
|
||||
search: 'Search',
|
||||
image: 'Image',
|
||||
videos: 'Videos',
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ const translation = {
|
|||
news: 'ニュース',
|
||||
other: '他',
|
||||
agent: 'エージェント',
|
||||
rag: 'RAG',
|
||||
business: 'ビジネス',
|
||||
travel: '旅行',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ const translation = {
|
|||
searchTags: '搜索标签',
|
||||
tags: {
|
||||
agent: 'Agent',
|
||||
rag: 'RAG',
|
||||
search: '搜索',
|
||||
image: '图片',
|
||||
videos: '视频',
|
||||
|
|
|
|||
Loading…
Reference in New Issue