fix(web): capitalize URL and drop exclamation mark in base URL locale strings (#17110)

This commit is contained in:
euvre
2026-07-20 17:18:19 +08:00
committed by GitHub
parent 3fa890294a
commit 0e3a579fec
2 changed files with 4 additions and 4 deletions

View File

@@ -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',

View File

@@ -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: '如何使用腾讯云语音识别',