mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-04 01:25:07 +08:00
### What problem does this PR solve? Fix(i18n): Added new translations #3221 - Added and updated internationalization translations in multiple components ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
@ -69,7 +69,7 @@ export default {
|
||||
setting: '用戶設置',
|
||||
logout: '登出',
|
||||
fileManager: '文件管理',
|
||||
flow: 'Agent',
|
||||
flow: '智能體',
|
||||
search: '搜尋',
|
||||
welcome: '歡迎來到',
|
||||
},
|
||||
@ -764,6 +764,23 @@ export default {
|
||||
destinationFolder: '目標資料夾',
|
||||
},
|
||||
flow: {
|
||||
line: '單行文本',
|
||||
paragraph: '段落文字',
|
||||
options: '選項',
|
||||
file: '文件',
|
||||
integer: '數字',
|
||||
boolean: '布爾值',
|
||||
multimodalModels: '多模態模型',
|
||||
textOnlyModels: '進文本模型',
|
||||
allModels: '所有模型',
|
||||
codeExecDescription: '用 Python 或者 Javascript 編寫自定義邏輯',
|
||||
stringTransformDescription:
|
||||
'修改文本内容,目前支持文本分割、文本拼接操作',
|
||||
foundation: '基礎',
|
||||
tools: '工具',
|
||||
dataManipulation: '數據操控',
|
||||
flow: '流程',
|
||||
dialog: '對話',
|
||||
cite: '引用',
|
||||
citeTip: 'citeTip',
|
||||
name: '名稱',
|
||||
@ -805,7 +822,7 @@ export default {
|
||||
promptText: `請總結以下段落。注意數字,不要胡編亂造。段落如下:
|
||||
{input}
|
||||
以上就是你需要總結的內容。`,
|
||||
createGraph: '建立 Agent',
|
||||
createGraph: '創建智能體',
|
||||
createFromTemplates: '從模板創建',
|
||||
retrieval: '知識檢索',
|
||||
generate: '生成回答',
|
||||
|
||||
Reference in New Issue
Block a user