diff --git a/packages/i18n/src/locales/es/settings.yaml b/packages/i18n/src/locales/es/settings.yaml index 0542e4f25..af69b6e63 100644 --- a/packages/i18n/src/locales/es/settings.yaml +++ b/packages/i18n/src/locales/es/settings.yaml @@ -18,17 +18,26 @@ dialogs: baseUrl: URL Base baseUrlHelp: URL del endpoint de la API (usa el predeterminado si no estás seguro) accountId: ID de Cuenta + validationRunning: Running tests validationSuccess: La validación de la configuración fue exitosa - validationPartial: Configuración parcialmente validada + validationPartial: Configuration partially validated validationFailed: La validación de la configuración falló validationError: 'Error de validación: {error}' testGeneration: Ping API testGenerationRunning: Ping... - testGenerationFailed: Ping falló + testGenerationFailed: Ping test failed + retryPingCheck: Retry skipForNow: Omitir por ahora saveAndContinue: Guardar y Continuar next: Siguiente retry: Volver a intentar + credentialsSafeLabel: Keep your API keys and credentials safe! + credentialsSafeLocal: >- + AIRI is running pure locally in your PC, and we will never steal your credentials for AI / LLM providers. But keep in mind that your API keys are sensitive information. Make sure to keep them safe and do not share them with anyone. + credentialsSafeOpenSource: >- + AIRI is open sourced at {github}, if you want to check how we handle your credentials, feel free to inspect our code. + enableChatCheck: >- + Allow airi to send a "ping" message to the first available chat model to check availability start: '¡Hagámoslo!' loginPrompt: Inicia sesión para utilizar el proveedor oficial de AIRI para obtener la mejor experiencia. loginAction: Iniciar sesión @@ -379,6 +388,14 @@ pages: section: provider-selection: description: Selecciona el proveedor de reconocimiento de voz adecuado + confidence-threshold: + title: Confidence Threshold + description: Filter out low-confidence transcriptions to reduce Whisper hallucinations. Values closer to 0 are more strict; drag to the leftmost to disable. Only effective for providers supporting Whisper API (e.g., OpenAI, Groq). + disabled: Disabled + verbose-json-note: >- + Note: If your provider does not support verbose_json responses, this setting will have no effect. + verbose-json-unsupported: >- + Your provider did not return verbose_json segments. Confidence filtering had no effect on the last transcription. memory-long-term: description: Configuraciones específicas y gestión de memoria a largo plazo title: Memoria a Largo Plazo diff --git a/packages/i18n/src/locales/fr/settings.yaml b/packages/i18n/src/locales/fr/settings.yaml index 3ed71e47a..f9acbe039 100644 --- a/packages/i18n/src/locales/fr/settings.yaml +++ b/packages/i18n/src/locales/fr/settings.yaml @@ -18,17 +18,26 @@ dialogs: baseUrl: URL de base baseUrlHelp: URL de l'endpoint API (utilisez la valeur par défaut si vous n’êtes pas sûr) accountId: ID du compte + validationRunning: Running tests validationSuccess: Validation de la configuration réussie - validationPartial: Configuration partiellement validée + validationPartial: Configuration partially validated validationFailed: La validation de la configuration a échouée. validationError: 'Erreur de validation: {error}' testGeneration: Ping API testGenerationRunning: Ping... - testGenerationFailed: Ping échoué + testGenerationFailed: Ping test failed + retryPingCheck: Retry skipForNow: Passer pour l'instant saveAndContinue: Sauvegarder et Continuer next: Suivant retry: Réessayer + credentialsSafeLabel: Keep your API keys and credentials safe! + credentialsSafeLocal: >- + AIRI is running pure locally in your PC, and we will never steal your credentials for AI / LLM providers. But keep in mind that your API keys are sensitive information. Make sure to keep them safe and do not share them with anyone. + credentialsSafeOpenSource: >- + AIRI is open sourced at {github}, if you want to check how we handle your credentials, feel free to inspect our code. + enableChatCheck: >- + Allow airi to send a "ping" message to the first available chat model to check availability start: Commençons ! loginPrompt: Sign in to use the official AIRI provider for the best experience. loginAction: Sign in @@ -379,6 +388,14 @@ pages: section: provider-selection: description: Sélectionnez le fournisseur de reconnaissance vocale approprié + confidence-threshold: + title: Confidence Threshold + description: Filter out low-confidence transcriptions to reduce Whisper hallucinations. Values closer to 0 are more strict; drag to the leftmost to disable. Only effective for providers supporting Whisper API (e.g., OpenAI, Groq). + disabled: Disabled + verbose-json-note: >- + Note: If your provider does not support verbose_json responses, this setting will have no effect. + verbose-json-unsupported: >- + Your provider did not return verbose_json segments. Confidence filtering had no effect on the last transcription. memory-long-term: description: Paramètres et gestion de la mémoire à long terme title: Mémoire à long terme diff --git a/packages/i18n/src/locales/ja/settings.yaml b/packages/i18n/src/locales/ja/settings.yaml index 40a8d35ab..41ceacf1a 100644 --- a/packages/i18n/src/locales/ja/settings.yaml +++ b/packages/i18n/src/locales/ja/settings.yaml @@ -18,17 +18,26 @@ dialogs: baseUrl: ベースURL baseUrlHelp: APIエンドポイントURL(不明な場合はデフォルトを使用) accountId: アカウントID + validationRunning: Running tests validationSuccess: 設定検証に成功 - validationPartial: 設定が部分的に検証されました + validationPartial: Configuration partially validated validationFailed: 設定検証に失敗 validationError: '検証エラー: {error}' testGeneration: Ping API testGenerationRunning: Ping... - testGenerationFailed: Ping テストに失敗 + testGenerationFailed: Ping test failed + retryPingCheck: Retry skipForNow: 今はスキップ saveAndContinue: 保存して続行 next: 次へ retry: 再試行 + credentialsSafeLabel: Keep your API keys and credentials safe! + credentialsSafeLocal: >- + AIRI is running pure locally in your PC, and we will never steal your credentials for AI / LLM providers. But keep in mind that your API keys are sensitive information. Make sure to keep them safe and do not share them with anyone. + credentialsSafeOpenSource: >- + AIRI is open sourced at {github}, if you want to check how we handle your credentials, feel free to inspect our code. + enableChatCheck: >- + Allow airi to send a "ping" message to the first available chat model to check availability start: 始めましょう! loginPrompt: Sign in to use the official AIRI provider for the best experience. loginAction: Sign in @@ -379,6 +388,14 @@ pages: section: provider-selection: description: 適切な音声認識プロバイダーを選択 + confidence-threshold: + title: Confidence Threshold + description: Filter out low-confidence transcriptions to reduce Whisper hallucinations. Values closer to 0 are more strict; drag to the leftmost to disable. Only effective for providers supporting Whisper API (e.g., OpenAI, Groq). + disabled: Disabled + verbose-json-note: >- + Note: If your provider does not support verbose_json responses, this setting will have no effect. + verbose-json-unsupported: >- + Your provider did not return verbose_json segments. Confidence filtering had no effect on the last transcription. memory-long-term: description: 長期記憶固有の設定と管理 title: 長期記憶 @@ -601,16 +618,16 @@ pages: provider: app-local-audio-transcription: title: アプリ (ローカル) - description: https://github.com/moeru-ai/xsai-transformers + description: https://github.com/moeru-ai/xsai-transforers app-local-audio-speech: title: アプリ (ローカル) - description: https://github.com/moeru-ai/xsai-transformers + description: https://github.com/moeru-ai/xsai-transforers browser-local-audio-transcription: title: ブラウザ (ローカル) - description: https://github.com/moeru-ai/xsai-transformers + description: https://github.com/moeru-ai/xsai-transforers browser-local-audio-speech: title: ブラウザ (ローカル) - description: https://github.com/moeru-ai/xsai-transformers + description: https://github.com/moeru-ai/xsai-transforers alibaba-cloud-model-studio: description: bailian.console.aliyun.com title: Alibaba Cloud Model Studio diff --git a/packages/i18n/src/locales/ko/settings.yaml b/packages/i18n/src/locales/ko/settings.yaml index 7217ee671..83164fbd1 100644 --- a/packages/i18n/src/locales/ko/settings.yaml +++ b/packages/i18n/src/locales/ko/settings.yaml @@ -18,17 +18,26 @@ dialogs: baseUrl: 기본 URL baseUrlHelp: API 엔드포인트 URL(확실하지 않은 경우 기본값 사용) accountId: 계정 ID + validationRunning: Running tests validationSuccess: 구성 검증 성공 - validationPartial: 구성이 부분적으로 검증됨 + validationPartial: Configuration partially validated validationFailed: 구성 검증 실패 validationError: '검증 오류: {error}' testGeneration: Ping API testGenerationRunning: Ping... - testGenerationFailed: Ping 테스트 실패 + testGenerationFailed: Ping test failed + retryPingCheck: Retry skipForNow: 지금은 건너뛰기 saveAndContinue: 저장 및 계속 next: 다음 retry: 다시 시도 + credentialsSafeLabel: Keep your API keys and credentials safe! + credentialsSafeLocal: >- + AIRI is running pure locally in your PC, and we will never steal your credentials for AI / LLM providers. But keep in mind that your API keys are sensitive information. Make sure to keep them safe and do not share them with anyone. + credentialsSafeOpenSource: >- + AIRI is open sourced at {github}, if you want to check how we handle your credentials, feel free to inspect our code. + enableChatCheck: >- + Allow airi to send a "ping" message to the first available chat model to check availability start: 그럼 시작합시다! loginPrompt: Sign in to use the official AIRI provider for the best experience. loginAction: Sign in @@ -379,6 +388,14 @@ pages: section: provider-selection: description: 적절한 음성 인식 제공자 선택 + confidence-threshold: + title: Confidence Threshold + description: Filter out low-confidence transcriptions to reduce Whisper hallucinations. Values closer to 0 are more strict; drag to the leftmost to disable. Only effective for providers supporting Whisper API (e.g., OpenAI, Groq). + disabled: Disabled + verbose-json-note: >- + Note: If your provider does not support verbose_json responses, this setting will have no effect. + verbose-json-unsupported: >- + Your provider did not return verbose_json segments. Confidence filtering had no effect on the last transcription. memory-long-term: description: 장기 메모리 관련 설정 및 관리 title: 장기 메모리 diff --git a/packages/i18n/src/locales/ru/settings.yaml b/packages/i18n/src/locales/ru/settings.yaml index 7c2c99103..b753b1155 100644 --- a/packages/i18n/src/locales/ru/settings.yaml +++ b/packages/i18n/src/locales/ru/settings.yaml @@ -18,17 +18,26 @@ dialogs: baseUrl: Базовый URL baseUrlHelp: URL конечной точки API (оставьте по умолчанию, если не уверены) accountId: ID аккаунта + validationRunning: Running tests validationSuccess: Успешная проверка конфигурации - validationPartial: Конфигурация частично проверена + validationPartial: Configuration partially validated validationFailed: Проверка конфигурации не удалась validationError: 'Ошибка проверки: {error}' testGeneration: Ping API testGenerationRunning: Ping... - testGenerationFailed: Ping не удался + testGenerationFailed: Ping test failed + retryPingCheck: Retry skipForNow: Пропустить на сейчас saveAndContinue: Сохранить и продолжить next: Далее retry: Повторить + credentialsSafeLabel: Keep your API keys and credentials safe! + credentialsSafeLocal: >- + AIRI is running pure locally in your PC, and we will never steal your credentials for AI / LLM providers. But keep in mind that your API keys are sensitive information. Make sure to keep them safe and do not share them with anyone. + credentialsSafeOpenSource: >- + AIRI is open sourced at {github}, if you want to check how we handle your credentials, feel free to inspect our code. + enableChatCheck: >- + Allow airi to send a "ping" message to the first available chat model to check availability start: Поехали! loginPrompt: Sign in to use the official AIRI provider for the best experience. loginAction: Sign in @@ -379,6 +388,14 @@ pages: section: provider-selection: description: Выберите подходящего провайдера синтеза речи + confidence-threshold: + title: Confidence Threshold + description: Filter out low-confidence transcriptions to reduce Whisper hallucinations. Values closer to 0 are more strict; drag to the leftmost to disable. Only effective for providers supporting Whisper API (e.g., OpenAI, Groq). + disabled: Disabled + verbose-json-note: >- + Note: If your provider does not support verbose_json responses, this setting will have no effect. + verbose-json-unsupported: >- + Your provider did not return verbose_json segments. Confidence filtering had no effect on the last transcription. memory-long-term: description: Настройки долговременной памяти title: Долговременная память diff --git a/packages/i18n/src/locales/vi/settings.yaml b/packages/i18n/src/locales/vi/settings.yaml index 3362dcfbf..549aefe65 100644 --- a/packages/i18n/src/locales/vi/settings.yaml +++ b/packages/i18n/src/locales/vi/settings.yaml @@ -18,17 +18,26 @@ dialogs: baseUrl: URL gốc baseUrlHelp: Địa chỉ API đầu cuối (dùng mặc định nếu không chắc) accountId: ID tài khoản + validationRunning: Running tests validationSuccess: Xác thực cấu hình thành công - validationPartial: Cấu hình được xác thực một phần + validationPartial: Configuration partially validated validationFailed: Xác thực cấu hình thất bại validationError: 'Lỗi xác thực: {error}' testGeneration: Ping API testGenerationRunning: Ping... - testGenerationFailed: Ping thất bại + testGenerationFailed: Ping test failed + retryPingCheck: Retry skipForNow: Bỏ qua saveAndContinue: Lưu và tiếp tục next: Tiếp retry: Thử lại + credentialsSafeLabel: Keep your API keys and credentials safe! + credentialsSafeLocal: >- + AIRI is running pure locally in your PC, and we will never steal your credentials for AI / LLM providers. But keep in mind that your API keys are sensitive information. Make sure to keep them safe and do not share them with anyone. + credentialsSafeOpenSource: >- + AIRI is open sourced at {github}, if you want to check how we handle your credentials, feel free to inspect our code. + enableChatCheck: >- + Allow airi to send a "ping" message to the first available chat model to check availability start: Bắt đầu thôi! loginPrompt: Sign in to use the official AIRI provider for the best experience. loginAction: Sign in @@ -379,6 +388,14 @@ pages: section: provider-selection: description: Chọn nhà cung cấp nhận diện giọng nói phù hợp + confidence-threshold: + title: Confidence Threshold + description: Filter out low-confidence transcriptions to reduce Whisper hallucinations. Values closer to 0 are more strict; drag to the leftmost to disable. Only effective for providers supporting Whisper API (e.g., OpenAI, Groq). + disabled: Disabled + verbose-json-note: >- + Note: If your provider does not support verbose_json responses, this setting will have no effect. + verbose-json-unsupported: >- + Your provider did not return verbose_json segments. Confidence filtering had no effect on the last transcription. memory-long-term: description: Cài đặt và quản lý trí nhớ dài hạn title: Trí nhớ dài hạn diff --git a/packages/i18n/src/locales/zh-Hans/settings.yaml b/packages/i18n/src/locales/zh-Hans/settings.yaml index c7684467b..57ebc40db 100644 --- a/packages/i18n/src/locales/zh-Hans/settings.yaml +++ b/packages/i18n/src/locales/zh-Hans/settings.yaml @@ -18,32 +18,32 @@ dialogs: baseUrl: 基础 URL baseUrlHelp: API 端点 URL(如果不确定请使用默认值) accountId: 账户 ID - validationRunning: 正在验证配置 + validationRunning: Running tests validationSuccess: 配置验证成功 - validationPartial: 配置部分验证通过 + validationPartial: Configuration partially validated validationFailed: 配置验证失败 validationError: '验证错误:{error}' testGeneration: Ping API testGenerationRunning: Ping... - testGenerationFailed: Ping 测试失败 - retryPingCheck: 再试一次 + testGenerationFailed: Ping test failed + retryPingCheck: Retry skipForNow: 暂时跳过 saveAndContinue: 保存并继续 next: 下一步 retry: 重试 - credentialsSafeLabel: 请妥善保管你的 API 密钥和凭据! + credentialsSafeLabel: Keep your API keys and credentials safe! credentialsSafeLocal: >- - AIRI 完全在你的计算机中本地运行,我们绝不会窃取你的 AI / LLM - 服务商凭据。但请注意,你的 API 密钥是敏感信息,请妥善保管,不要与任何人分享。 + AIRI is running pure locally in your PC, and we will never steal your credentials for AI / LLM providers. But keep in mind that your API keys are sensitive information. Make sure to keep them safe and do not share them with anyone. credentialsSafeOpenSource: >- - AIRI 已在 {github} 开源,如果你想了解我们如何处理你的凭据,欢迎查阅我们的代码。 - enableChatCheck: 允许 airi 向第一个可用的聊天模型发送 "ping" 消息来检查可用性 + AIRI is open sourced at {github}, if you want to check how we handle your credentials, feel free to inspect our code. + enableChatCheck: >- + Allow airi to send a "ping" message to the first available chat model to check availability start: 开始吧! - loginPrompt: Sign in to use the official AIRI provider for the best experience. - loginAction: Sign in + loginPrompt: 登录并使用AIRI官方提供商以获得最佳体验。 + loginAction: 登录 setupWithoutSigningIn: Setup with your provider flux: Flux - buyFlux: Charge Flux + buyFlux: Flux充值 select-model: 选择模型 no-models: 找不到可用模型 no-models-help: >- @@ -64,7 +64,7 @@ dialogs: language: title: 语言 description: > - UI language. You can set characters' language later. + 界面语言。你也可以稍后再设置角色语言。 controls-island: icon-size: title: 控制岛图标大小 @@ -114,7 +114,7 @@ live2d: focus: title: 禁用模型鼠标跟踪 button-disable: - title: Disable model mouse tracking + title: 禁用live2D模型鼠标追踪 fps: title: 帧率 description: 限制渲染帧率 @@ -389,11 +389,13 @@ pages: provider-selection: description: 选择合适的语音转文本的服务来源 confidence-threshold: - title: 置信度阈值 - description: 过滤低置信度的转录结果,避免 Whisper 幻觉噪音。值越接近 0 越严格,拖到最左为禁用。仅对支持 Whisper API 的服务商有效(如 OpenAI、Groq)。 - disabled: 已禁用 - verbose-json-note: 注意:如果你的服务商不支持 verbose_json 响应,此设置将不会生效。 - verbose-json-unsupported: 你的服务商未返回 verbose_json 片段,上次转录的置信度过滤未生效。 + title: Confidence Threshold + description: Filter out low-confidence transcriptions to reduce Whisper hallucinations. Values closer to 0 are more strict; drag to the leftmost to disable. Only effective for providers supporting Whisper API (e.g., OpenAI, Groq). + disabled: Disabled + verbose-json-note: >- + Note: If your provider does not support verbose_json responses, this setting will have no effect. + verbose-json-unsupported: >- + Your provider did not return verbose_json segments. Confidence filtering had no effect on the last transcription. memory-long-term: description: 长期记忆 title: 长期记忆 @@ -483,29 +485,29 @@ pages: restarted: MCP 服务已重新启动,启动了 {started},未启动 {failed},跳过 {skipped} flux: title: Flux - buy: Charge - description: Current Flux + buy: 充值 + description: 充值Flux packagesError: Failed to load packages. Please try again later. checkout: success: Payment successful! Your Flux has been topped up. - canceled: Payment was canceled. - error: Something went wrong. Please try again later. + canceled: 支付被取消 + error: 哎呀,出错了 audit: - title: Transaction History - time: Time - type: Type - detail: Detail - amount: Amount + title: 交易流水 + time: 时间 + type: 类型 + detail: 明细 + amount: 金额 typeAddition: Top-up - typeConsumption: Usage - typeInitial: Initial Grant - loading: Loading history... + typeConsumption: 用量 + typeInitial: 初始额度 + loading: 加载历史... empty: No transaction records yet. - loadMore: Load More + loadMore: 更多信息 delayHint: Usage records may be delayed by up to 1 minute packages: title: Flux Packages - buy: Charge + buy: 充值 description: Flux packages to choose from. providers: explained: @@ -852,10 +854,10 @@ pages: description: 浏览器原生STT (需要 Chrome/Edge/Safari) title: Web 语音API official: - title: Official Provider - description: Official AI provider by AIRI. - speech-title: Official Speech Provider - speech-description: Official text-to-speech provider by AIRI. + title: AIRI官方提供商 + description: AIRI官方AI提供商 + speech-title: AIRI官方语音提供商 + speech-description: AIRI官方TTS提供商 transcription-title: Official Transcription Provider transcription-description: Official speech-to-text provider by AIRI. transcriptions: @@ -1022,7 +1024,7 @@ pages: title: 打开开发者工具 button: 打开 credits: - buy: Buy + buy: 购买 sections: section: general: diff --git a/packages/i18n/src/locales/zh-Hant/settings.yaml b/packages/i18n/src/locales/zh-Hant/settings.yaml index fcc6345fa..96b03dd3d 100644 --- a/packages/i18n/src/locales/zh-Hant/settings.yaml +++ b/packages/i18n/src/locales/zh-Hant/settings.yaml @@ -18,17 +18,26 @@ dialogs: baseUrl: 基礎 URL baseUrlHelp: API 端點 URL(如果不確定請使用預設值) accountId: 帳號 ID + validationRunning: Running tests validationSuccess: 設定驗證成功 - validationPartial: 設定部分驗證通過 + validationPartial: Configuration partially validated validationFailed: 設定驗證失敗 validationError: '驗證錯誤:{error}' testGeneration: Ping API testGenerationRunning: Ping... - testGenerationFailed: Ping 測試失敗 + testGenerationFailed: Ping test failed + retryPingCheck: Retry skipForNow: 先略過 saveAndContinue: 儲存並繼續 next: 下一步 retry: 重試 + credentialsSafeLabel: Keep your API keys and credentials safe! + credentialsSafeLocal: >- + AIRI is running pure locally in your PC, and we will never steal your credentials for AI / LLM providers. But keep in mind that your API keys are sensitive information. Make sure to keep them safe and do not share them with anyone. + credentialsSafeOpenSource: >- + AIRI is open sourced at {github}, if you want to check how we handle your credentials, feel free to inspect our code. + enableChatCheck: >- + Allow airi to send a "ping" message to the first available chat model to check availability start: 開始吧! loginPrompt: Sign in to use the official AIRI provider for the best experience. loginAction: Sign in @@ -380,11 +389,13 @@ pages: provider-selection: description: 選擇合適的語音辨識提供者 confidence-threshold: - title: 置信度閾值 - description: 過濾低置信度的轉錄結果,避免 Whisper 幻覺噪音。值越接近 0 越嚴格,拖到最左為禁用。僅對支援 Whisper API 的服務商有效(如 OpenAI、Groq)。 - disabled: 已停用 - verbose-json-note: 注意:如果你的服務商不支援 verbose_json 響應,此設定將不會生效。 - verbose-json-unsupported: 你的服務商未返回 verbose_json 片段,上次轉錄的置信度過濾未生效。 + title: Confidence Threshold + description: Filter out low-confidence transcriptions to reduce Whisper hallucinations. Values closer to 0 are more strict; drag to the leftmost to disable. Only effective for providers supporting Whisper API (e.g., OpenAI, Groq). + disabled: Disabled + verbose-json-note: >- + Note: If your provider does not support verbose_json responses, this setting will have no effect. + verbose-json-unsupported: >- + Your provider did not return verbose_json segments. Confidence filtering had no effect on the last transcription. memory-long-term: description: 長期記憶 title: 長期記憶