mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-22 07:31:05 +08:00
fix(web): capitalize URL and drop exclamation mark in base URL locale strings (#17110)
This commit is contained in:
@@ -677,11 +677,11 @@ export default {
|
||||
modelID: '模型ID',
|
||||
modelUid: '模型uid',
|
||||
modelType: '模型類型',
|
||||
addLlmBaseUrl: '基礎 Url',
|
||||
addLlmBaseUrl: '基礎 URL',
|
||||
vision: '是否支持 Vision',
|
||||
modelNameMessage: '請輸入模型名稱!',
|
||||
modelTypeMessage: '請輸入模型類型!',
|
||||
baseUrlNameMessage: '請輸入基礎 Url!',
|
||||
baseUrlNameMessage: '請輸入基礎 URL',
|
||||
paddleocr: {
|
||||
apiUrl: 'PaddleOCR API URL',
|
||||
apiUrlPlaceholder: '例如:https://paddleocr-server.com/layout-parsing',
|
||||
|
||||
@@ -1535,11 +1535,11 @@ NER:使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系
|
||||
modelID: '模型ID',
|
||||
modelUid: '模型UID',
|
||||
modelType: '模型类型',
|
||||
addLlmBaseUrl: '基础 Url',
|
||||
addLlmBaseUrl: '基础 URL',
|
||||
vision: '是否支持 Vision',
|
||||
modelNameMessage: '请输入模型名称!',
|
||||
modelTypeMessage: '请输入模型类型!',
|
||||
baseUrlNameMessage: '请输入基础 Url!',
|
||||
baseUrlNameMessage: '请输入基础 URL',
|
||||
ollamaLink: '如何集成 {{name}}',
|
||||
FishAudioLink: '如何使用Fish Audio',
|
||||
TencentCloudLink: '如何使用腾讯云语音识别',
|
||||
|
||||
Reference in New Issue
Block a user