mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-14 06:07:23 +08:00
🐛 fix: update i18n translations, UI components, and provider configuration
- Add error.open_path translation across multiple locales (zh-tw, el-gr, es-es, fr-fr, ja-jp, pt-pt, ru-ru) - Remove avatarProps from AgentLabel in AgentSettingsPopup - Add ovms provider to SystemProviderIds
This commit is contained in:
parent
b991afd69a
commit
fcd8f7a26e
@ -1178,6 +1178,9 @@
|
||||
},
|
||||
"document": "文件",
|
||||
"edit": "編輯",
|
||||
"error": {
|
||||
"open_path": "無法開啟路徑: {{path}}"
|
||||
},
|
||||
"file": "檔案",
|
||||
"image": "圖片",
|
||||
"name": "名稱",
|
||||
|
||||
@ -1178,6 +1178,9 @@
|
||||
},
|
||||
"document": "Έγγραφο",
|
||||
"edit": "Επεξεργασία",
|
||||
"error": {
|
||||
"open_path": "Δεν είναι δυνατό το άνοιγμα της διαδρομής: {{path}}"
|
||||
},
|
||||
"file": "Αρχείο",
|
||||
"image": "Εικόνα",
|
||||
"name": "Όνομα αρχείου",
|
||||
|
||||
@ -1178,6 +1178,9 @@
|
||||
},
|
||||
"document": "Documento",
|
||||
"edit": "Editar",
|
||||
"error": {
|
||||
"open_path": "No se puede abrir la ruta: {{path}}"
|
||||
},
|
||||
"file": "Archivo",
|
||||
"image": "Imagen",
|
||||
"name": "Nombre del archivo",
|
||||
|
||||
@ -1178,6 +1178,9 @@
|
||||
},
|
||||
"document": "Document",
|
||||
"edit": "Éditer",
|
||||
"error": {
|
||||
"open_path": "Impossible d'ouvrir le chemin : {{path}}"
|
||||
},
|
||||
"file": "Fichier",
|
||||
"image": "Image",
|
||||
"name": "Nom du fichier",
|
||||
|
||||
@ -1178,6 +1178,9 @@
|
||||
},
|
||||
"document": "ドキュメント",
|
||||
"edit": "編集",
|
||||
"error": {
|
||||
"open_path": "パスを開けません: {{path}}"
|
||||
},
|
||||
"file": "ファイル",
|
||||
"image": "画像",
|
||||
"name": "名前",
|
||||
|
||||
@ -1178,6 +1178,9 @@
|
||||
},
|
||||
"document": "Documento",
|
||||
"edit": "Editar",
|
||||
"error": {
|
||||
"open_path": "Não foi possível abrir o caminho: {{path}}"
|
||||
},
|
||||
"file": "Arquivo",
|
||||
"image": "Imagem",
|
||||
"name": "Nome do Arquivo",
|
||||
|
||||
@ -1178,6 +1178,9 @@
|
||||
},
|
||||
"document": "Документ",
|
||||
"edit": "Редактировать",
|
||||
"error": {
|
||||
"open_path": "Не удалось открыть путь: {{path}}"
|
||||
},
|
||||
"file": "Файл",
|
||||
"image": "Изображение",
|
||||
"name": "Имя",
|
||||
|
||||
@ -104,7 +104,7 @@ const AgentSettingPopupContainer: React.FC<AgentSettingPopupParams> = ({ tab, ag
|
||||
afterClose={afterClose}
|
||||
maskClosable={false}
|
||||
footer={null}
|
||||
title={<AgentLabel agent={agent} classNames={{ name: 'text-lg font-extrabold' }} avatarProps={{ size: 'sm' }} />}
|
||||
title={<AgentLabel agent={agent} classNames={{ name: 'text-lg font-extrabold' }} />}
|
||||
transitionName="animation-move-down"
|
||||
styles={{
|
||||
content: {
|
||||
|
||||
@ -123,6 +123,7 @@ export const SystemProviderIds = {
|
||||
ph8: 'ph8',
|
||||
openrouter: 'openrouter',
|
||||
ollama: 'ollama',
|
||||
ovms: 'ovms',
|
||||
'new-api': 'new-api',
|
||||
lmstudio: 'lmstudio',
|
||||
anthropic: 'anthropic',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user