feat(webui): refine output timeline and model controls (#4108)
* feat(webui): refine output timeline and composer queue * feat(webui): add provider model picker * fix(webui): polish model settings and heartbeat checks * chore: keep heartbeat changes out of webui pr * refactor(webui): isolate settings routes * fix(providers): align minimax anthropic test * fix(providers): keep minimax anthropic base sdk-compatible * fix(providers): normalize anthropic base urls
This commit is contained in:
@@ -102,9 +102,19 @@
|
||||
"addConfiguration": "Add configuration",
|
||||
"newConfiguration": "New model configuration",
|
||||
"newConfigurationHelp": "Save a provider and model as a one-click option.",
|
||||
"configurationName": "Name",
|
||||
"configurationName": "Configuration name",
|
||||
"configurationNameHelp": "Rename this saved model configuration.",
|
||||
"configurationNamePlaceholder": "Fast writing"
|
||||
"configurationNamePlaceholder": "Fast writing",
|
||||
"searchModels": "Search or type model ID",
|
||||
"useCustomModel": "Use",
|
||||
"loadingModels": "Loading models...",
|
||||
"searchCatalog": "Search provider catalog to choose a model.",
|
||||
"modelsAvailable": "available",
|
||||
"noModelResults": "No matching models.",
|
||||
"loadFailed": "Model list unavailable.",
|
||||
"unsupportedModelList": "Type a model ID manually.",
|
||||
"providerNotConfigured": "Configure this provider before loading models.",
|
||||
"autoProviderCustomOnly": "Auto provider mode uses custom model IDs."
|
||||
},
|
||||
"rows": {
|
||||
"theme": "Theme",
|
||||
@@ -117,7 +127,7 @@
|
||||
"gateway": "Gateway",
|
||||
"restartState": "Restart state",
|
||||
"pendingChanges": "Pending changes",
|
||||
"currentModel": "Current model",
|
||||
"currentModel": "Current configuration",
|
||||
"selectedPreset": "Selected preset",
|
||||
"presetModel": "Preset model",
|
||||
"density": "Density",
|
||||
@@ -155,7 +165,7 @@
|
||||
"provider": "Select the provider that should serve new model requests.",
|
||||
"model": "Set the default model name used by nanobot.",
|
||||
"configPath": "The gateway configuration file currently in use.",
|
||||
"currentModel": "Choose the model nanobot uses for new replies.",
|
||||
"currentModel": "Used for new replies.",
|
||||
"selectedModelProvider": "Set by the selected model.",
|
||||
"selectedModelValue": "Set by the selected model.",
|
||||
"selectedPreset": "Named presets are read-only here; edit them in config.json.",
|
||||
@@ -555,6 +565,13 @@
|
||||
"goalStateCloseAria": "Close goal",
|
||||
"send": "Send message",
|
||||
"stop": "Stop response",
|
||||
"queued": {
|
||||
"label": "Queued guidance",
|
||||
"guide": "Guide",
|
||||
"delete": "Delete guidance",
|
||||
"edit": "Edit guidance",
|
||||
"drag": "Drag to reorder"
|
||||
},
|
||||
"attachImage": "Attach image",
|
||||
"imageMode": {
|
||||
"label": "Image Generation",
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
"workspacePath": "Workspace predeterminado",
|
||||
"localServiceAccess": "Local services",
|
||||
"webuiDefaultAccess": "Default access",
|
||||
"currentModel": "Modelo actual",
|
||||
"currentModel": "Configuración actual",
|
||||
"brandLogos": "Logotipos de marca",
|
||||
"cliAppsCatalog": "Catálogo de apps CLI",
|
||||
"cliAppsFilter": "Filtro de apps CLI",
|
||||
@@ -167,7 +167,7 @@
|
||||
"localServiceAccess": "Allow Full Access shell commands to reach localhost services.",
|
||||
"webuiDefaultAccess": "Used by web chats without a project-specific permission.",
|
||||
"securityManagedControls": "Web fetches always protect local, private, and metadata services. Core channel safety stays in config.json.",
|
||||
"currentModel": "Elige el modelo que nanobot usará para las próximas respuestas.",
|
||||
"currentModel": "Elige la configuración de modelo que nanobot usará para las próximas respuestas.",
|
||||
"selectedModelProvider": "Lo define el modelo seleccionado.",
|
||||
"selectedModelValue": "Lo define el modelo seleccionado.",
|
||||
"brandLogos": "Los logotipos se cargan desde los dominios de las marcas con una reserva de icono local.",
|
||||
@@ -295,9 +295,19 @@
|
||||
"addConfiguration": "Añadir configuración",
|
||||
"newConfiguration": "Nueva configuración de modelo",
|
||||
"newConfigurationHelp": "Guarda un proveedor y un modelo como una opción de un clic.",
|
||||
"configurationName": "Nombre",
|
||||
"configurationName": "Nombre de configuración",
|
||||
"configurationNameHelp": "Cambia el nombre de esta configuración de modelo guardada.",
|
||||
"configurationNamePlaceholder": "Escritura rápida"
|
||||
"configurationNamePlaceholder": "Escritura rápida",
|
||||
"searchModels": "Buscar o escribir ID de modelo",
|
||||
"useCustomModel": "Usar",
|
||||
"loadingModels": "Cargando modelos...",
|
||||
"searchCatalog": "Busca en el catálogo del proveedor para elegir un modelo.",
|
||||
"modelsAvailable": "disponibles",
|
||||
"noModelResults": "No hay modelos coincidentes.",
|
||||
"loadFailed": "Lista de modelos no disponible.",
|
||||
"unsupportedModelList": "Escribe manualmente un ID de modelo.",
|
||||
"providerNotConfigured": "Configura este proveedor antes de cargar modelos.",
|
||||
"autoProviderCustomOnly": "El modo de proveedor automático usa ID de modelo personalizados."
|
||||
},
|
||||
"timezone": {
|
||||
"select": "Seleccionar zona horaria",
|
||||
@@ -555,6 +565,13 @@
|
||||
"goalStateCloseAria": "Cerrar objetivo",
|
||||
"send": "Enviar mensaje",
|
||||
"stop": "Detener respuesta",
|
||||
"queued": {
|
||||
"label": "Guía en cola",
|
||||
"guide": "Guiar",
|
||||
"delete": "Eliminar guía",
|
||||
"edit": "Editar guía",
|
||||
"drag": "Arrastrar para reordenar"
|
||||
},
|
||||
"attachImage": "Adjuntar imagen",
|
||||
"imageMode": {
|
||||
"label": "Generar imagen",
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
"workspacePath": "Espace de travail par défaut",
|
||||
"localServiceAccess": "Local services",
|
||||
"webuiDefaultAccess": "Default access",
|
||||
"currentModel": "Modèle actuel",
|
||||
"currentModel": "Configuration actuelle",
|
||||
"brandLogos": "Logos de marque",
|
||||
"cliAppsCatalog": "Catalogue d'apps CLI",
|
||||
"cliAppsFilter": "Filtre des apps CLI",
|
||||
@@ -167,7 +167,7 @@
|
||||
"localServiceAccess": "Allow Full Access shell commands to reach localhost services.",
|
||||
"webuiDefaultAccess": "Used by web chats without a project-specific permission.",
|
||||
"securityManagedControls": "Web fetches always protect local, private, and metadata services. Core channel safety stays in config.json.",
|
||||
"currentModel": "Choisissez le modèle que nanobot utilisera pour les prochaines réponses.",
|
||||
"currentModel": "Choisissez la configuration de modèle que nanobot utilisera pour les prochaines réponses.",
|
||||
"selectedModelProvider": "Défini par le modèle sélectionné.",
|
||||
"selectedModelValue": "Défini par le modèle sélectionné.",
|
||||
"brandLogos": "Les logos sont chargés depuis les domaines des marques avec une icône locale en secours.",
|
||||
@@ -295,9 +295,19 @@
|
||||
"addConfiguration": "Ajouter une configuration",
|
||||
"newConfiguration": "Nouvelle configuration de modèle",
|
||||
"newConfigurationHelp": "Enregistrez un fournisseur et un modèle comme option en un clic.",
|
||||
"configurationName": "Nom",
|
||||
"configurationName": "Nom de la configuration",
|
||||
"configurationNameHelp": "Renommez cette configuration de modèle enregistrée.",
|
||||
"configurationNamePlaceholder": "Rédaction rapide"
|
||||
"configurationNamePlaceholder": "Rédaction rapide",
|
||||
"searchModels": "Rechercher ou saisir l’ID du modèle",
|
||||
"useCustomModel": "Utiliser",
|
||||
"loadingModels": "Chargement des modèles...",
|
||||
"searchCatalog": "Recherchez dans le catalogue du fournisseur pour choisir un modèle.",
|
||||
"modelsAvailable": "disponibles",
|
||||
"noModelResults": "Aucun modèle correspondant.",
|
||||
"loadFailed": "Liste des modèles indisponible.",
|
||||
"unsupportedModelList": "Saisissez manuellement un ID de modèle.",
|
||||
"providerNotConfigured": "Configurez ce fournisseur avant de charger les modèles.",
|
||||
"autoProviderCustomOnly": "Le mode fournisseur automatique utilise des ID de modèle personnalisés."
|
||||
},
|
||||
"timezone": {
|
||||
"select": "Sélectionner un fuseau horaire",
|
||||
@@ -555,6 +565,13 @@
|
||||
"goalStateCloseAria": "Fermer l’objectif",
|
||||
"send": "Envoyer le message",
|
||||
"stop": "Arrêter la réponse",
|
||||
"queued": {
|
||||
"label": "Guidage en attente",
|
||||
"guide": "Guider",
|
||||
"delete": "Supprimer le guidage",
|
||||
"edit": "Modifier le guidage",
|
||||
"drag": "Faire glisser pour réordonner"
|
||||
},
|
||||
"attachImage": "Joindre une image",
|
||||
"imageMode": {
|
||||
"label": "Génération d’image",
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
"workspacePath": "Workspace default",
|
||||
"localServiceAccess": "Local services",
|
||||
"webuiDefaultAccess": "Default access",
|
||||
"currentModel": "Model saat ini",
|
||||
"currentModel": "Konfigurasi saat ini",
|
||||
"brandLogos": "Logo merek",
|
||||
"cliAppsCatalog": "Katalog aplikasi CLI",
|
||||
"cliAppsFilter": "Filter aplikasi CLI",
|
||||
@@ -167,7 +167,7 @@
|
||||
"localServiceAccess": "Allow Full Access shell commands to reach localhost services.",
|
||||
"webuiDefaultAccess": "Used by web chats without a project-specific permission.",
|
||||
"securityManagedControls": "Web fetches always protect local, private, and metadata services. Core channel safety stays in config.json.",
|
||||
"currentModel": "Pilih model yang digunakan nanobot untuk balasan berikutnya.",
|
||||
"currentModel": "Pilih konfigurasi model yang digunakan nanobot untuk balasan berikutnya.",
|
||||
"selectedModelProvider": "Ditentukan oleh model yang dipilih.",
|
||||
"selectedModelValue": "Ditentukan oleh model yang dipilih.",
|
||||
"brandLogos": "Logo dimuat dari domain merek dengan ikon lokal sebagai cadangan.",
|
||||
@@ -295,9 +295,19 @@
|
||||
"addConfiguration": "Tambah konfigurasi",
|
||||
"newConfiguration": "Konfigurasi model baru",
|
||||
"newConfigurationHelp": "Simpan penyedia dan model sebagai opsi sekali klik.",
|
||||
"configurationName": "Nama",
|
||||
"configurationName": "Nama konfigurasi",
|
||||
"configurationNameHelp": "Ganti nama konfigurasi model yang tersimpan ini.",
|
||||
"configurationNamePlaceholder": "Penulisan cepat"
|
||||
"configurationNamePlaceholder": "Penulisan cepat",
|
||||
"searchModels": "Cari atau ketik ID model",
|
||||
"useCustomModel": "Gunakan",
|
||||
"loadingModels": "Memuat model...",
|
||||
"searchCatalog": "Cari katalog penyedia untuk memilih model.",
|
||||
"modelsAvailable": "tersedia",
|
||||
"noModelResults": "Tidak ada model yang cocok.",
|
||||
"loadFailed": "Daftar model tidak tersedia.",
|
||||
"unsupportedModelList": "Ketik ID model secara manual.",
|
||||
"providerNotConfigured": "Konfigurasikan penyedia ini sebelum memuat model.",
|
||||
"autoProviderCustomOnly": "Mode penyedia otomatis menggunakan ID model khusus."
|
||||
},
|
||||
"timezone": {
|
||||
"select": "Pilih zona waktu",
|
||||
@@ -555,6 +565,13 @@
|
||||
"goalStateCloseAria": "Tutup tujuan",
|
||||
"send": "Kirim pesan",
|
||||
"stop": "Hentikan respons",
|
||||
"queued": {
|
||||
"label": "Panduan antrean",
|
||||
"guide": "Pandu",
|
||||
"delete": "Hapus panduan",
|
||||
"edit": "Edit panduan",
|
||||
"drag": "Seret untuk mengurutkan"
|
||||
},
|
||||
"attachImage": "Lampirkan gambar",
|
||||
"imageMode": {
|
||||
"label": "Buat gambar",
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
"workspacePath": "デフォルトワークスペース",
|
||||
"localServiceAccess": "Local services",
|
||||
"webuiDefaultAccess": "Default access",
|
||||
"currentModel": "現在のモデル",
|
||||
"currentModel": "現在の設定",
|
||||
"brandLogos": "ブランドロゴ",
|
||||
"cliAppsCatalog": "CLI アプリカタログ",
|
||||
"cliAppsFilter": "CLI アプリフィルター",
|
||||
@@ -167,7 +167,7 @@
|
||||
"localServiceAccess": "Allow Full Access shell commands to reach localhost services.",
|
||||
"webuiDefaultAccess": "Used by web chats without a project-specific permission.",
|
||||
"securityManagedControls": "Web fetches always protect local, private, and metadata services. Core channel safety stays in config.json.",
|
||||
"currentModel": "今後の返信で nanobot が使用するモデルを選択します。",
|
||||
"currentModel": "今後の返信で nanobot が使用するモデル設定を選択します。",
|
||||
"selectedModelProvider": "選択したモデルによって設定されます。",
|
||||
"selectedModelValue": "選択したモデルによって設定されます。",
|
||||
"brandLogos": "ロゴはブランドのドメインから読み込まれ、ローカルアイコンにフォールバックします。",
|
||||
@@ -295,9 +295,19 @@
|
||||
"addConfiguration": "設定を追加",
|
||||
"newConfiguration": "新しいモデル設定",
|
||||
"newConfigurationHelp": "プロバイダーとモデルをワンクリックの選択肢として保存します。",
|
||||
"configurationName": "名前",
|
||||
"configurationName": "設定名",
|
||||
"configurationNameHelp": "保存済みのモデル設定の名前を変更します。",
|
||||
"configurationNamePlaceholder": "高速ライティング"
|
||||
"configurationNamePlaceholder": "高速ライティング",
|
||||
"searchModels": "検索またはモデル ID を入力",
|
||||
"useCustomModel": "使用",
|
||||
"loadingModels": "モデルを読み込み中...",
|
||||
"searchCatalog": "プロバイダーのカタログを検索してモデルを選択します。",
|
||||
"modelsAvailable": "件利用可能",
|
||||
"noModelResults": "一致するモデルはありません。",
|
||||
"loadFailed": "モデル一覧を利用できません。",
|
||||
"unsupportedModelList": "モデル ID を手動で入力してください。",
|
||||
"providerNotConfigured": "モデルを読み込む前にこのプロバイダーを設定してください。",
|
||||
"autoProviderCustomOnly": "自動プロバイダーモードではカスタムモデル ID を使用します。"
|
||||
},
|
||||
"timezone": {
|
||||
"select": "タイムゾーンを選択",
|
||||
@@ -555,6 +565,13 @@
|
||||
"goalStateCloseAria": "目標を閉じる",
|
||||
"send": "メッセージを送信",
|
||||
"stop": "応答を停止",
|
||||
"queued": {
|
||||
"label": "保留中のガイド",
|
||||
"guide": "ガイド",
|
||||
"delete": "ガイドを削除",
|
||||
"edit": "ガイドを編集",
|
||||
"drag": "ドラッグして並べ替え"
|
||||
},
|
||||
"attachImage": "画像を添付",
|
||||
"imageMode": {
|
||||
"label": "画像生成",
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
"workspacePath": "기본 작업공간",
|
||||
"localServiceAccess": "Local services",
|
||||
"webuiDefaultAccess": "Default access",
|
||||
"currentModel": "현재 모델",
|
||||
"currentModel": "현재 구성",
|
||||
"brandLogos": "브랜드 로고",
|
||||
"cliAppsCatalog": "CLI 앱 카탈로그",
|
||||
"cliAppsFilter": "CLI 앱 필터",
|
||||
@@ -167,7 +167,7 @@
|
||||
"localServiceAccess": "Allow Full Access shell commands to reach localhost services.",
|
||||
"webuiDefaultAccess": "Used by web chats without a project-specific permission.",
|
||||
"securityManagedControls": "Web fetches always protect local, private, and metadata services. Core channel safety stays in config.json.",
|
||||
"currentModel": "nanobot이 새 답변에 사용할 모델을 선택합니다.",
|
||||
"currentModel": "nanobot이 새 답변에 사용할 모델 구성을 선택합니다.",
|
||||
"selectedModelProvider": "선택한 모델에서 설정됩니다.",
|
||||
"selectedModelValue": "선택한 모델에서 설정됩니다.",
|
||||
"brandLogos": "로고는 브랜드 도메인에서 불러오며, 실패하면 로컬 아이콘을 사용합니다.",
|
||||
@@ -295,9 +295,19 @@
|
||||
"addConfiguration": "구성 추가",
|
||||
"newConfiguration": "새 모델 구성",
|
||||
"newConfigurationHelp": "제공자와 모델을 한 번에 선택할 수 있는 옵션으로 저장합니다.",
|
||||
"configurationName": "이름",
|
||||
"configurationName": "구성 이름",
|
||||
"configurationNameHelp": "저장된 모델 구성의 이름을 변경합니다.",
|
||||
"configurationNamePlaceholder": "빠른 글쓰기"
|
||||
"configurationNamePlaceholder": "빠른 글쓰기",
|
||||
"searchModels": "검색하거나 모델 ID 입력",
|
||||
"useCustomModel": "사용",
|
||||
"loadingModels": "모델을 불러오는 중...",
|
||||
"searchCatalog": "제공자 카탈로그를 검색해 모델을 선택하세요.",
|
||||
"modelsAvailable": "개 사용 가능",
|
||||
"noModelResults": "일치하는 모델이 없습니다.",
|
||||
"loadFailed": "모델 목록을 사용할 수 없습니다.",
|
||||
"unsupportedModelList": "모델 ID를 직접 입력하세요.",
|
||||
"providerNotConfigured": "모델을 불러오기 전에 이 제공자를 설정하세요.",
|
||||
"autoProviderCustomOnly": "자동 제공자 모드는 사용자 지정 모델 ID를 사용합니다."
|
||||
},
|
||||
"timezone": {
|
||||
"select": "시간대 선택",
|
||||
@@ -555,6 +565,13 @@
|
||||
"goalStateCloseAria": "목표 닫기",
|
||||
"send": "메시지 보내기",
|
||||
"stop": "응답 중지",
|
||||
"queued": {
|
||||
"label": "대기 중인 안내",
|
||||
"guide": "안내",
|
||||
"delete": "안내 삭제",
|
||||
"edit": "안내 수정",
|
||||
"drag": "드래그하여 순서 변경"
|
||||
},
|
||||
"attachImage": "이미지 첨부",
|
||||
"imageMode": {
|
||||
"label": "이미지 생성",
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
"workspacePath": "Workspace mặc định",
|
||||
"localServiceAccess": "Local services",
|
||||
"webuiDefaultAccess": "Default access",
|
||||
"currentModel": "Mô hình hiện tại",
|
||||
"currentModel": "Cấu hình hiện tại",
|
||||
"brandLogos": "Logo thương hiệu",
|
||||
"cliAppsCatalog": "Danh mục ứng dụng CLI",
|
||||
"cliAppsFilter": "Bộ lọc ứng dụng CLI",
|
||||
@@ -167,7 +167,7 @@
|
||||
"localServiceAccess": "Allow Full Access shell commands to reach localhost services.",
|
||||
"webuiDefaultAccess": "Used by web chats without a project-specific permission.",
|
||||
"securityManagedControls": "Web fetches always protect local, private, and metadata services. Core channel safety stays in config.json.",
|
||||
"currentModel": "Chọn mô hình nanobot dùng cho các câu trả lời mới.",
|
||||
"currentModel": "Chọn cấu hình mô hình nanobot dùng cho các câu trả lời mới.",
|
||||
"selectedModelProvider": "Được đặt bởi mô hình đã chọn.",
|
||||
"selectedModelValue": "Được đặt bởi mô hình đã chọn.",
|
||||
"brandLogos": "Logo được tải từ tên miền thương hiệu, có biểu tượng cục bộ làm dự phòng.",
|
||||
@@ -295,9 +295,19 @@
|
||||
"addConfiguration": "Thêm cấu hình",
|
||||
"newConfiguration": "Cấu hình mô hình mới",
|
||||
"newConfigurationHelp": "Lưu nhà cung cấp và mô hình thành một lựa chọn một lần nhấp.",
|
||||
"configurationName": "Tên",
|
||||
"configurationName": "Tên cấu hình",
|
||||
"configurationNameHelp": "Đổi tên cấu hình mô hình đã lưu này.",
|
||||
"configurationNamePlaceholder": "Viết nhanh"
|
||||
"configurationNamePlaceholder": "Viết nhanh",
|
||||
"searchModels": "Tìm hoặc nhập ID mô hình",
|
||||
"useCustomModel": "Dùng",
|
||||
"loadingModels": "Đang tải mô hình...",
|
||||
"searchCatalog": "Tìm trong danh mục nhà cung cấp để chọn mô hình.",
|
||||
"modelsAvailable": "khả dụng",
|
||||
"noModelResults": "Không có mô hình phù hợp.",
|
||||
"loadFailed": "Không tải được danh sách mô hình.",
|
||||
"unsupportedModelList": "Nhập ID mô hình thủ công.",
|
||||
"providerNotConfigured": "Cấu hình nhà cung cấp này trước khi tải mô hình.",
|
||||
"autoProviderCustomOnly": "Chế độ nhà cung cấp tự động dùng ID mô hình tùy chỉnh."
|
||||
},
|
||||
"timezone": {
|
||||
"select": "Chọn múi giờ",
|
||||
@@ -555,6 +565,13 @@
|
||||
"goalStateCloseAria": "Đóng mục tiêu",
|
||||
"send": "Gửi tin nhắn",
|
||||
"stop": "Dừng phản hồi",
|
||||
"queued": {
|
||||
"label": "Hướng dẫn đang chờ",
|
||||
"guide": "Hướng dẫn",
|
||||
"delete": "Xóa hướng dẫn",
|
||||
"edit": "Sửa hướng dẫn",
|
||||
"drag": "Kéo để sắp xếp"
|
||||
},
|
||||
"attachImage": "Đính kèm ảnh",
|
||||
"imageMode": {
|
||||
"label": "Tạo ảnh",
|
||||
|
||||
@@ -102,9 +102,19 @@
|
||||
"addConfiguration": "添加配置",
|
||||
"newConfiguration": "新建模型配置",
|
||||
"newConfigurationHelp": "把服务商和模型保存为一个可直接切换的选项。",
|
||||
"configurationName": "名称",
|
||||
"configurationName": "配置名称",
|
||||
"configurationNameHelp": "重命名这个已保存的模型配置。",
|
||||
"configurationNamePlaceholder": "快速写作"
|
||||
"configurationNamePlaceholder": "快速写作",
|
||||
"searchModels": "搜索或输入模型 ID",
|
||||
"useCustomModel": "使用",
|
||||
"loadingModels": "正在加载模型...",
|
||||
"searchCatalog": "搜索服务商目录来选择模型。",
|
||||
"modelsAvailable": "个可用",
|
||||
"noModelResults": "没有匹配的模型。",
|
||||
"loadFailed": "模型列表暂不可用。",
|
||||
"unsupportedModelList": "手动输入模型 ID。",
|
||||
"providerNotConfigured": "先配置这个服务商再加载模型。",
|
||||
"autoProviderCustomOnly": "自动服务商模式使用自定义模型 ID。"
|
||||
},
|
||||
"rows": {
|
||||
"theme": "主题",
|
||||
@@ -117,7 +127,7 @@
|
||||
"gateway": "网关",
|
||||
"restartState": "重启状态",
|
||||
"pendingChanges": "待处理更改",
|
||||
"currentModel": "当前模型",
|
||||
"currentModel": "当前配置",
|
||||
"selectedPreset": "选中的预设",
|
||||
"presetModel": "预设模型",
|
||||
"density": "密度",
|
||||
@@ -155,7 +165,7 @@
|
||||
"provider": "选择新模型请求使用的服务商。",
|
||||
"model": "设置 nanobot 默认使用的模型名称。",
|
||||
"configPath": "当前网关正在使用的配置文件。",
|
||||
"currentModel": "选择 nanobot 接下来回复时使用的模型。",
|
||||
"currentModel": "选择 nanobot 接下来回复时使用的模型配置。",
|
||||
"selectedModelProvider": "由当前模型决定。",
|
||||
"selectedModelValue": "由当前模型决定。",
|
||||
"selectedPreset": "命名预设在这里只读;需要编辑时请改 config.json。",
|
||||
@@ -554,6 +564,13 @@
|
||||
"goalStateSheetTitle": "目标",
|
||||
"send": "发送消息",
|
||||
"stop": "停止响应",
|
||||
"queued": {
|
||||
"label": "待引导提示",
|
||||
"guide": "引导",
|
||||
"delete": "删除引导",
|
||||
"edit": "编辑引导",
|
||||
"drag": "拖动排序"
|
||||
},
|
||||
"attachImage": "添加图片",
|
||||
"imageMode": {
|
||||
"label": "图片生成",
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
"workspacePath": "預設工作區",
|
||||
"localServiceAccess": "Local services",
|
||||
"webuiDefaultAccess": "Default access",
|
||||
"currentModel": "目前模型",
|
||||
"currentModel": "目前設定",
|
||||
"brandLogos": "品牌標誌",
|
||||
"cliAppsCatalog": "CLI 應用目錄",
|
||||
"cliAppsFilter": "CLI 應用篩選",
|
||||
@@ -167,7 +167,7 @@
|
||||
"localServiceAccess": "允許完全存取模式下的 shell 命令存取 localhost 服務。",
|
||||
"webuiDefaultAccess": "用於沒有單獨選擇權限的網頁端對話。",
|
||||
"securityManagedControls": "Web fetches always protect local, private, and metadata services. Core channel safety stays in config.json.",
|
||||
"currentModel": "選擇 nanobot 接下來回覆時使用的模型。",
|
||||
"currentModel": "選擇 nanobot 接下來回覆時使用的模型設定。",
|
||||
"selectedModelProvider": "由目前模型決定。",
|
||||
"selectedModelValue": "由目前模型決定。",
|
||||
"brandLogos": "標誌會從品牌網域載入,並提供本地圖示作為備援。",
|
||||
@@ -295,9 +295,19 @@
|
||||
"addConfiguration": "新增設定",
|
||||
"newConfiguration": "新增模型設定",
|
||||
"newConfigurationHelp": "把服務商和模型儲存為一個可直接切換的選項。",
|
||||
"configurationName": "名稱",
|
||||
"configurationName": "設定名稱",
|
||||
"configurationNameHelp": "重新命名這個已儲存的模型配置。",
|
||||
"configurationNamePlaceholder": "快速寫作"
|
||||
"configurationNamePlaceholder": "快速寫作",
|
||||
"searchModels": "搜尋或輸入模型 ID",
|
||||
"useCustomModel": "使用",
|
||||
"loadingModels": "正在載入模型...",
|
||||
"searchCatalog": "搜尋服務商目錄來選擇模型。",
|
||||
"modelsAvailable": "個可用",
|
||||
"noModelResults": "沒有符合的模型。",
|
||||
"loadFailed": "模型列表暫不可用。",
|
||||
"unsupportedModelList": "手動輸入模型 ID。",
|
||||
"providerNotConfigured": "先設定這個服務商再載入模型。",
|
||||
"autoProviderCustomOnly": "自動服務商模式使用自訂模型 ID。"
|
||||
},
|
||||
"timezone": {
|
||||
"select": "選擇時區",
|
||||
@@ -555,6 +565,13 @@
|
||||
"goalStateCloseAria": "關閉目標",
|
||||
"send": "送出訊息",
|
||||
"stop": "停止回覆",
|
||||
"queued": {
|
||||
"label": "待引導提示",
|
||||
"guide": "引導",
|
||||
"delete": "刪除引導",
|
||||
"edit": "編輯引導",
|
||||
"drag": "拖曳排序"
|
||||
},
|
||||
"attachImage": "附加圖片",
|
||||
"imageMode": {
|
||||
"label": "圖片生成",
|
||||
|
||||
Reference in New Issue
Block a user