From 9d9cded60ac46b1e882a492c5f371bb9d06c56cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 22:56:06 +0800 Subject: [PATCH] chore(i18n): update translations (#1844) This PR contains updated translations from Crowdin. Created from [GitHub Actions](https://github.com/moeru-ai/airi/blob/main/.github/workflows/crowdin-cron-sync.yml). You can review the source of translations [here](https://crowdin.com/project/proj-airi) Co-authored-by: Crowdin Bot --- packages/i18n/src/locales/es/server/auth.yaml | 2 +- packages/i18n/src/locales/es/settings.yaml | 99 +++++++++++-- packages/i18n/src/locales/fr/settings.yaml | 95 +++++++++++-- packages/i18n/src/locales/ja/settings.yaml | 101 +++++++++++-- packages/i18n/src/locales/ko/settings.yaml | 111 ++++++++++++--- packages/i18n/src/locales/ru/settings.yaml | 115 ++++++++++++--- packages/i18n/src/locales/vi/settings.yaml | 111 ++++++++++++--- .../i18n/src/locales/zh-Hans/settings.yaml | 134 +++++++++++------- .../i18n/src/locales/zh-Hant/settings.yaml | 111 ++++++++++++--- 9 files changed, 716 insertions(+), 163 deletions(-) diff --git a/packages/i18n/src/locales/es/server/auth.yaml b/packages/i18n/src/locales/es/server/auth.yaml index 5c1ddfe5a..f3014c2e8 100644 --- a/packages/i18n/src/locales/es/server/auth.yaml +++ b/packages/i18n/src/locales/es/server/auth.yaml @@ -66,7 +66,7 @@ signIn: footer: prefix: Al continuar, aceptas nuestros terms: Términos - and: 'y' + and: "y" privacy: Política de Privacidad verifyEmail: title: diff --git a/packages/i18n/src/locales/es/settings.yaml b/packages/i18n/src/locales/es/settings.yaml index 766440c91..ea6351f06 100644 --- a/packages/i18n/src/locales/es/settings.yaml +++ b/packages/i18n/src/locales/es/settings.yaml @@ -105,6 +105,20 @@ analytics: description: Desactiva esta opción para desactivar la colección de análisis. disabled: title: Analíticas desactivadas para esta versión de desarrollo +model-select: + panel-callout: + support-status-header: We support both 2D and 3D models + support-status: > + Click {select-button} to select or import models. Currently, {zip} (for Live2D models) and {vrm} (for VRM models) are supported. + model-type-example: > + Neuro-sama uses 2D model driven by framework developed by Live2D Inc, while Grok Ani (in Grok Companion) uses 3D model driven by VRM / MMD open formats. + select-model: + title: Model Selector + button: Select model + select: Pick + import: Import + remove: Remove + confirm: Confirm live2d: change-model: from-file: Cargar desde Archivo @@ -129,35 +143,63 @@ live2d: change-to-vrm: Haz clic aquí para cambiar a la configuración de avatar 3D (VRM) theme-color-from-model: title: Extraer colores del modelo + description: > + Extract prominent colors from current rendering canvas. Click on the color to apply it to AIRI. Try to extract multiple times, with the model in different poses, if the colors are not desirable. button-extract: title: Extraer animation: - title: Animación + title: Animation focus: - title: Habilitar el seguimiento del cursor + title: Enable mouse tracking + description: Look at the cursor while it is moving. Idle eye movement resumes after the cursor stops. + offset: Eye offset(%) + force-idle-eye-animation: + title: Idle eye movement + description: Randomly look around when there is no active cursor focus. blink-enable: - title: Activar parpadeo - description: Permite que el modelo parpadee. + title: Enable blink + description: Let the model blink. auto-blink: title: Auto - description: Usa la animación de parpadeo predeterminada del modelo. + description: Use default blinking animation of the model force-auto-blink: - title: Forzar - description: Fuerza el parpadeo con un temporizador externo. + title: Force + description: Force blinking animation with external timer blink-mode: - title: Modo de parpadeo - description: Elige el parpadeo integrado del modelo o el temporizador forzado de AIRI. + title: Blink mode + description: Choose the model built-in blink or AIRI's forced blink timer. + idle-motion: + title: Idle animation + no-motion: No animation available + placeholder: Select animation + disable-motion: Disabled + disable-motion-description: Disable idle animation parameters: - title: Parámetros del modelo + title: Model Parameters render-scale: - title: Escala de renderizado + title: Render scale fps: title: FPS - description: Limitar velocidad de fotogramas + description: Limit rendering frame rate options: unlimited: '∞' + shadow: Drop shadow + reset-parameters: Reset to default parameters + clear-model-cache: Clear model cache expressions: - title: Expresión + title: Expressions + override-toggle: Expression system + sdk-preset-preserved-notice: > + SDK expression manager and eye blink are preserved when disabled. + no-expression: No expressions available for this model. + llm-integration-wip: LLM tool integration is not yet wired up. + save-default: Save expression defaults + reset: Reset all expressions + expose-to-llm-toggle: Expose to LLM + expose-to-llm-options: + none: None + all: All + custom: Custom microphone: Micrófono models: Modelo pages: @@ -1304,6 +1346,8 @@ pages: description: Official AI provider by AIRI. speech-title: Official Speech Provider speech-description: Official text-to-speech provider by AIRI. + speech-streaming-title: Official Streaming Speech Provider + speech-streaming-description: Official low-latency text-to-speech provider by AIRI (bidirectional WebSocket). transcription-title: Official Transcription Provider transcription-description: Official speech-to-text provider by AIRI. transcriptions: @@ -1581,6 +1625,35 @@ vrm: skybox: skybox-intensity: Intensidad del SkyBox skybox-specular-mix: Mezcla especular +spine: + title: Spine Settings + scale-and-position: + title: Scale And Position + scale: Scale + x: X + 'y': 'Y' + theme-color-from-model: + title: Extract colors from model + button-extract: + title: Extract + animation: + title: Animation + idle-animation: Idle Animation + mix-duration: Mix Duration (seconds) + speed: Animation Speed + variant: + title: Variant + current-variant: Active Variant + skin: + title: Skin + current-skin: Current Skin + rendering: + title: Rendering + max-fps: Maximum FPS + render-scale: Render Scale + fps: + options: + unlimited: Unlimited websocket-secure-enabled: title: Habilitar WebSocket Seguro (WSS) description: >- diff --git a/packages/i18n/src/locales/fr/settings.yaml b/packages/i18n/src/locales/fr/settings.yaml index e8435e704..9a384a499 100644 --- a/packages/i18n/src/locales/fr/settings.yaml +++ b/packages/i18n/src/locales/fr/settings.yaml @@ -105,6 +105,20 @@ analytics: description: Désactivez cette option pour ne plus participer à la collecte de statistiques. disabled: title: Statistiques désactivées pour cette version de développement +model-select: + panel-callout: + support-status-header: We support both 2D and 3D models + support-status: > + Click {select-button} to select or import models. Currently, {zip} (for Live2D models) and {vrm} (for VRM models) are supported. + model-type-example: > + Neuro-sama uses 2D model driven by framework developed by Live2D Inc, while Grok Ani (in Grok Companion) uses 3D model driven by VRM / MMD open formats. + select-model: + title: Model Selector + button: Select model + select: Pick + import: Import + remove: Remove + confirm: Confirm live2d: change-model: from-file: Charger depuis un Fichier @@ -129,35 +143,63 @@ live2d: change-to-vrm: Cliquez ici pour passer aux paramètres de l’avatar 3D (VRM) theme-color-from-model: title: Extraire les couleurs du modèle + description: > + Extract prominent colors from current rendering canvas. Click on the color to apply it to AIRI. Try to extract multiple times, with the model in different poses, if the colors are not desirable. button-extract: title: Extraire animation: title: Animation focus: - title: Activer le suivi du curseur + title: Enable mouse tracking + description: Look at the cursor while it is moving. Idle eye movement resumes after the cursor stops. + offset: Eye offset(%) + force-idle-eye-animation: + title: Idle eye movement + description: Randomly look around when there is no active cursor focus. blink-enable: - title: Activer le clignement - description: Permet au modèle de cligner des yeux. + title: Enable blink + description: Let the model blink. auto-blink: title: Auto - description: Utilise l’animation de clignement par défaut du modèle. + description: Use default blinking animation of the model force-auto-blink: - title: Forcer - description: Force le clignement avec un minuteur externe. + title: Force + description: Force blinking animation with external timer blink-mode: - title: Mode de clignement - description: Choisissez le clignement intégré du modèle ou le minuteur forcé d’AIRI. + title: Blink mode + description: Choose the model built-in blink or AIRI's forced blink timer. + idle-motion: + title: Idle animation + no-motion: No animation available + placeholder: Select animation + disable-motion: Disabled + disable-motion-description: Disable idle animation parameters: - title: Paramètres du modèle + title: Model Parameters render-scale: - title: Échelle de rendu + title: Render scale fps: title: FPS - description: Limiter la fréquence d'image du rendu + description: Limit rendering frame rate options: unlimited: '∞' + shadow: Drop shadow + reset-parameters: Reset to default parameters + clear-model-cache: Clear model cache expressions: title: Expressions + override-toggle: Expression system + sdk-preset-preserved-notice: > + SDK expression manager and eye blink are preserved when disabled. + no-expression: No expressions available for this model. + llm-integration-wip: LLM tool integration is not yet wired up. + save-default: Save expression defaults + reset: Reset all expressions + expose-to-llm-toggle: Expose to LLM + expose-to-llm-options: + none: None + all: All + custom: Custom microphone: Microphone models: Modèle pages: @@ -1304,6 +1346,8 @@ pages: description: Fournisseur d'IA officiel par AIRI. speech-title: Fournisseur vocal officiel speech-description: Fournisseur texte-to-speech officiel par AIRI. + speech-streaming-title: Official Streaming Speech Provider + speech-streaming-description: Official low-latency text-to-speech provider by AIRI (bidirectional WebSocket). transcription-title: Fournisseur de transcription officiel transcription-description: Fournisseur speech-to-text officiel par AIRI. transcriptions: @@ -1581,6 +1625,35 @@ vrm: skybox: skybox-intensity: Intensité de la SkyBox skybox-specular-mix: Mélange spéculaire +spine: + title: Spine Settings + scale-and-position: + title: Scale And Position + scale: Scale + x: X + 'y': 'Y' + theme-color-from-model: + title: Extract colors from model + button-extract: + title: Extract + animation: + title: Animation + idle-animation: Idle Animation + mix-duration: Mix Duration (seconds) + speed: Animation Speed + variant: + title: Variant + current-variant: Active Variant + skin: + title: Skin + current-skin: Current Skin + rendering: + title: Rendering + max-fps: Maximum FPS + render-scale: Render Scale + fps: + options: + unlimited: Unlimited websocket-secure-enabled: title: Activer WebSocket Sécurisé (WSS) description: >- diff --git a/packages/i18n/src/locales/ja/settings.yaml b/packages/i18n/src/locales/ja/settings.yaml index 9788cbe82..8ad0face3 100644 --- a/packages/i18n/src/locales/ja/settings.yaml +++ b/packages/i18n/src/locales/ja/settings.yaml @@ -105,6 +105,20 @@ analytics: description: この機能を無効にすると、分析データの収集をオプトアウトできます。 disabled: title: この開発ビルドでは分析が無効になっています +model-select: + panel-callout: + support-status-header: We support both 2D and 3D models + support-status: > + Click {select-button} to select or import models. Currently, {zip} (for Live2D models) and {vrm} (for VRM models) are supported. + model-type-example: > + Neuro-sama uses 2D model driven by framework developed by Live2D Inc, while Grok Ani (in Grok Companion) uses 3D model driven by VRM / MMD open formats. + select-model: + title: Model Selector + button: Select model + select: Pick + import: Import + remove: Remove + confirm: Confirm live2d: change-model: from-file: ファイルから読み込む @@ -129,35 +143,63 @@ live2d: change-to-vrm: 3Dアバター設定 (VRM) に切り替えるにはここをクリック theme-color-from-model: title: モデルから色を抽出 + description: > + Extract prominent colors from current rendering canvas. Click on the color to apply it to AIRI. Try to extract multiple times, with the model in different poses, if the colors are not desirable. button-extract: title: 抽出 animation: - title: アニメーション + title: Animation focus: - title: カーソル追跡を有効化 + title: Enable mouse tracking + description: Look at the cursor while it is moving. Idle eye movement resumes after the cursor stops. + offset: Eye offset(%) + force-idle-eye-animation: + title: Idle eye movement + description: Randomly look around when there is no active cursor focus. blink-enable: - title: まばたきを有効化 - description: モデルをまばたきさせます。 + title: Enable blink + description: Let the model blink. auto-blink: - title: 自動 - description: モデル既定のまばたきアニメーションを使用します。 + title: Auto + description: Use default blinking animation of the model force-auto-blink: - title: 強制 - description: 外部タイマーでまばたきを強制します。 + title: Force + description: Force blinking animation with external timer blink-mode: - title: まばたきモード - description: モデル内蔵のまばたき、または AIRI の強制まばたきタイマーを選択します。 + title: Blink mode + description: Choose the model built-in blink or AIRI's forced blink timer. + idle-motion: + title: Idle animation + no-motion: No animation available + placeholder: Select animation + disable-motion: Disabled + disable-motion-description: Disable idle animation parameters: - title: モデルパラメータ + title: Model Parameters render-scale: - title: レンダリングスケール + title: Render scale fps: title: FPS - description: レンダリングフレームレートを制限 + description: Limit rendering frame rate options: unlimited: '∞' + shadow: Drop shadow + reset-parameters: Reset to default parameters + clear-model-cache: Clear model cache expressions: - title: 表情 + title: Expressions + override-toggle: Expression system + sdk-preset-preserved-notice: > + SDK expression manager and eye blink are preserved when disabled. + no-expression: No expressions available for this model. + llm-integration-wip: LLM tool integration is not yet wired up. + save-default: Save expression defaults + reset: Reset all expressions + expose-to-llm-toggle: Expose to LLM + expose-to-llm-options: + none: None + all: All + custom: Custom microphone: マイク models: モデル pages: @@ -1304,6 +1346,8 @@ pages: description: AIRIが提供する公式AIプロバイダー。 speech-title: 公式音声プロバイダー speech-description: AIRIが提供する公式テキスト読み上げプロバイダー。 + speech-streaming-title: Official Streaming Speech Provider + speech-streaming-description: Official low-latency text-to-speech provider by AIRI (bidirectional WebSocket). transcription-title: 公式文字起こしプロバイダー transcription-description: AIRIが提供する公式の音声テキスト変換プロバイダー。 transcriptions: @@ -1581,6 +1625,35 @@ vrm: skybox: skybox-intensity: スカイボックスの強度 skybox-specular-mix: 鏡面反射の混合 +spine: + title: Spine Settings + scale-and-position: + title: Scale And Position + scale: Scale + x: X + 'y': 'Y' + theme-color-from-model: + title: Extract colors from model + button-extract: + title: Extract + animation: + title: Animation + idle-animation: Idle Animation + mix-duration: Mix Duration (seconds) + speed: Animation Speed + variant: + title: Variant + current-variant: Active Variant + skin: + title: Skin + current-skin: Current Skin + rendering: + title: Rendering + max-fps: Maximum FPS + render-scale: Render Scale + fps: + options: + unlimited: Unlimited websocket-secure-enabled: title: セキュア WebSocket (WSS) を有効にする description: >- diff --git a/packages/i18n/src/locales/ko/settings.yaml b/packages/i18n/src/locales/ko/settings.yaml index e985b17f5..076a3f935 100644 --- a/packages/i18n/src/locales/ko/settings.yaml +++ b/packages/i18n/src/locales/ko/settings.yaml @@ -105,6 +105,20 @@ analytics: description: 분석 수집을 거부하려면 꺼주세요................ disabled: title: Analytics disabled for this development build +model-select: + panel-callout: + support-status-header: We support both 2D and 3D models + support-status: > + Click {select-button} to select or import models. Currently, {zip} (for Live2D models) and {vrm} (for VRM models) are supported. + model-type-example: > + Neuro-sama uses 2D model driven by framework developed by Live2D Inc, while Grok Ani (in Grok Companion) uses 3D model driven by VRM / MMD open formats. + select-model: + title: Model Selector + button: Select model + select: Pick + import: Import + remove: Remove + confirm: Confirm live2d: change-model: from-file: 파일로부터 불러오기 @@ -129,31 +143,63 @@ live2d: change-to-vrm: 3D 아바타 설정(VRM)으로 전환하려면 여기를 클릭하세요 theme-color-from-model: title: 모델로부터 색상 추출 + description: > + Extract prominent colors from current rendering canvas. Click on the color to apply it to AIRI. Try to extract multiple times, with the model in different poses, if the colors are not desirable. button-extract: title: 추출 animation: - title: 애니메이션 + title: Animation focus: - title: 커서 추적 사용 + title: Enable mouse tracking + description: Look at the cursor while it is moving. Idle eye movement resumes after the cursor stops. + offset: Eye offset(%) + force-idle-eye-animation: + title: Idle eye movement + description: Randomly look around when there is no active cursor focus. blink-enable: - title: 눈 깜빡임 사용 - description: 모델이 눈을 깜빡이게 합니다. + title: Enable blink + description: Let the model blink. auto-blink: - title: 자동 - description: 모델의 기본 눈 깜빡임 애니메이션을 사용합니다. + title: Auto + description: Use default blinking animation of the model force-auto-blink: - title: 강제 - description: 외부 타이머로 눈 깜빡임을 강제합니다. + title: Force + description: Force blinking animation with external timer blink-mode: - title: 눈 깜빡임 모드 - description: 모델 내장 눈 깜빡임 또는 AIRI의 강제 눈 깜빡임 타이머를 선택합니다. - render-scale: - title: Render scale - fps: - title: FPS (초당 프레임) - description: 렌더링 주사율 제한 - options: - unlimited: '∞' + title: Blink mode + description: Choose the model built-in blink or AIRI's forced blink timer. + idle-motion: + title: Idle animation + no-motion: No animation available + placeholder: Select animation + disable-motion: Disabled + disable-motion-description: Disable idle animation + parameters: + title: Model Parameters + render-scale: + title: Render scale + fps: + title: FPS + description: Limit rendering frame rate + options: + unlimited: '∞' + shadow: Drop shadow + reset-parameters: Reset to default parameters + clear-model-cache: Clear model cache + expressions: + title: Expressions + override-toggle: Expression system + sdk-preset-preserved-notice: > + SDK expression manager and eye blink are preserved when disabled. + no-expression: No expressions available for this model. + llm-integration-wip: LLM tool integration is not yet wired up. + save-default: Save expression defaults + reset: Reset all expressions + expose-to-llm-toggle: Expose to LLM + expose-to-llm-options: + none: None + all: All + custom: Custom microphone: 마이크 models: 모델 pages: @@ -1300,6 +1346,8 @@ pages: description: Official AI provider by AIRI. speech-title: Official Speech Provider speech-description: Official text-to-speech provider by AIRI. + speech-streaming-title: Official Streaming Speech Provider + speech-streaming-description: Official low-latency text-to-speech provider by AIRI (bidirectional WebSocket). transcription-title: Official Transcription Provider transcription-description: Official speech-to-text provider by AIRI. transcriptions: @@ -1577,6 +1625,35 @@ vrm: skybox: skybox-intensity: 스카이박스 강도 skybox-specular-mix: 스페큘러 믹스 +spine: + title: Spine Settings + scale-and-position: + title: Scale And Position + scale: Scale + x: X + 'y': 'Y' + theme-color-from-model: + title: Extract colors from model + button-extract: + title: Extract + animation: + title: Animation + idle-animation: Idle Animation + mix-duration: Mix Duration (seconds) + speed: Animation Speed + variant: + title: Variant + current-variant: Active Variant + skin: + title: Skin + current-skin: Current Skin + rendering: + title: Rendering + max-fps: Maximum FPS + render-scale: Render Scale + fps: + options: + unlimited: Unlimited websocket-secure-enabled: title: 보안 웹소켓 (WSS) 활성화 description: >- diff --git a/packages/i18n/src/locales/ru/settings.yaml b/packages/i18n/src/locales/ru/settings.yaml index 624d835e8..b77196fb6 100644 --- a/packages/i18n/src/locales/ru/settings.yaml +++ b/packages/i18n/src/locales/ru/settings.yaml @@ -105,6 +105,20 @@ analytics: description: Отключите эту опцию, чтобы отказаться от сбора аналитики. disabled: title: Аналитика отключена для этой разрабатываемой сборки +model-select: + panel-callout: + support-status-header: We support both 2D and 3D models + support-status: > + Click {select-button} to select or import models. Currently, {zip} (for Live2D models) and {vrm} (for VRM models) are supported. + model-type-example: > + Neuro-sama uses 2D model driven by framework developed by Live2D Inc, while Grok Ani (in Grok Companion) uses 3D model driven by VRM / MMD open formats. + select-model: + title: Model Selector + button: Select model + select: Pick + import: Import + remove: Remove + confirm: Confirm live2d: change-model: from-file: Загрузить из файла @@ -129,31 +143,63 @@ live2d: change-to-vrm: Нажмите здесь, чтобы переключиться на настройки 3D-аватара (VRM) theme-color-from-model: title: Извлечь цвета из модели + description: > + Extract prominent colors from current rendering canvas. Click on the color to apply it to AIRI. Try to extract multiple times, with the model in different poses, if the colors are not desirable. button-extract: title: Извлечь animation: - title: анимация + title: Animation focus: - title: Включить отслеживание курсора + title: Enable mouse tracking + description: Look at the cursor while it is moving. Idle eye movement resumes after the cursor stops. + offset: Eye offset(%) + force-idle-eye-animation: + title: Idle eye movement + description: Randomly look around when there is no active cursor focus. blink-enable: - title: Включить моргание - description: Позволяет модели моргать. + title: Enable blink + description: Let the model blink. auto-blink: - title: Авто - description: Использовать стандартную анимацию моргания модели. + title: Auto + description: Use default blinking animation of the model force-auto-blink: - title: Принудительно - description: Принудительно моргать по внешнему таймеру. + title: Force + description: Force blinking animation with external timer blink-mode: - title: Режим моргания - description: Выберите встроенное моргание модели или принудительный таймер AIRI. - render-scale: - title: Масштаб рендеринга - fps: - title: ФПС - description: Ограничить скорость рендеринга кадров - options: - unlimited: '∞' + title: Blink mode + description: Choose the model built-in blink or AIRI's forced blink timer. + idle-motion: + title: Idle animation + no-motion: No animation available + placeholder: Select animation + disable-motion: Disabled + disable-motion-description: Disable idle animation + parameters: + title: Model Parameters + render-scale: + title: Render scale + fps: + title: FPS + description: Limit rendering frame rate + options: + unlimited: '∞' + shadow: Drop shadow + reset-parameters: Reset to default parameters + clear-model-cache: Clear model cache + expressions: + title: Expressions + override-toggle: Expression system + sdk-preset-preserved-notice: > + SDK expression manager and eye blink are preserved when disabled. + no-expression: No expressions available for this model. + llm-integration-wip: LLM tool integration is not yet wired up. + save-default: Save expression defaults + reset: Reset all expressions + expose-to-llm-toggle: Expose to LLM + expose-to-llm-options: + none: None + all: All + custom: Custom microphone: Микрофон models: Модель pages: @@ -697,7 +743,7 @@ pages: empty: Здесь пока ничего нет. Добавьте одно ниже! add: title: Новый - description: 'Заполните новый сервер, затем нажмите кнопку «Сохранить и перезапустить» — он будет перемещен в «Конфигурация» выше.' + description: "Заполните новый сервер, затем нажмите кнопку «Сохранить и перезапустить» — он будет перемещен в «Конфигурация» выше." pending-badge: Не сохранено status: unknown: Не загружен @@ -914,7 +960,7 @@ pages: description: >- Провайдеры транскрипции (speech-to-text): Whisper.cpp, OpenAI, Azure Speech artistry: - title: Artistry + title: Artistry description: Поставщики моделей генерации и создания изображений, например ComfyUI, Replicate. items: comfyui: @@ -1300,6 +1346,8 @@ pages: description: Официальный ИИ провайдер AIRI. speech-title: Официальный провайдер синтеза речи speech-description: Официальный text-to-speech провайдер AIRI. + speech-streaming-title: Official Streaming Speech Provider + speech-streaming-description: Official low-latency text-to-speech provider by AIRI (bidirectional WebSocket). transcription-title: Официальный провайдер транскрипции transcription-description: Официальный speech-to-text провайдер AIRI. transcriptions: @@ -1577,6 +1625,35 @@ vrm: skybox: skybox-intensity: Интенсивность SkyBox skybox-specular-mix: Причудливый микс +spine: + title: Spine Settings + scale-and-position: + title: Scale And Position + scale: Scale + x: X + 'y': 'Y' + theme-color-from-model: + title: Extract colors from model + button-extract: + title: Extract + animation: + title: Animation + idle-animation: Idle Animation + mix-duration: Mix Duration (seconds) + speed: Animation Speed + variant: + title: Variant + current-variant: Active Variant + skin: + title: Skin + current-skin: Current Skin + rendering: + title: Rendering + max-fps: Maximum FPS + render-scale: Render Scale + fps: + options: + unlimited: Unlimited websocket-secure-enabled: title: Включить безопасный WebSocket (WSS) description: >- diff --git a/packages/i18n/src/locales/vi/settings.yaml b/packages/i18n/src/locales/vi/settings.yaml index 86c76fcfc..3e8667f6f 100644 --- a/packages/i18n/src/locales/vi/settings.yaml +++ b/packages/i18n/src/locales/vi/settings.yaml @@ -105,6 +105,20 @@ analytics: description: Turn this off to opt out of analytics collection. disabled: title: Analytics disabled for this development build +model-select: + panel-callout: + support-status-header: We support both 2D and 3D models + support-status: > + Click {select-button} to select or import models. Currently, {zip} (for Live2D models) and {vrm} (for VRM models) are supported. + model-type-example: > + Neuro-sama uses 2D model driven by framework developed by Live2D Inc, while Grok Ani (in Grok Companion) uses 3D model driven by VRM / MMD open formats. + select-model: + title: Model Selector + button: Select model + select: Pick + import: Import + remove: Remove + confirm: Confirm live2d: change-model: from-file: Tải từ tệp @@ -129,31 +143,63 @@ live2d: change-to-vrm: Bấm vào đây để đổi sang cài đặt mô hình 3D (VRM) theme-color-from-model: title: Trích xuất màu từ mô hình + description: > + Extract prominent colors from current rendering canvas. Click on the color to apply it to AIRI. Try to extract multiple times, with the model in different poses, if the colors are not desirable. button-extract: title: Trích xuất animation: - title: Diễn hoạt + title: Animation focus: - title: Bật theo dõi con trỏ + title: Enable mouse tracking + description: Look at the cursor while it is moving. Idle eye movement resumes after the cursor stops. + offset: Eye offset(%) + force-idle-eye-animation: + title: Idle eye movement + description: Randomly look around when there is no active cursor focus. blink-enable: - title: Bật chớp mắt - description: Cho phép mô hình chớp mắt. + title: Enable blink + description: Let the model blink. auto-blink: - title: Tự động - description: Dùng hoạt ảnh chớp mắt mặc định của mô hình. + title: Auto + description: Use default blinking animation of the model force-auto-blink: - title: Ép buộc - description: Ép chớp mắt bằng bộ hẹn giờ bên ngoài. + title: Force + description: Force blinking animation with external timer blink-mode: - title: Chế độ chớp mắt - description: Chọn chớp mắt tích hợp của mô hình hoặc bộ hẹn giờ ép buộc của AIRI. - render-scale: - title: Render scale - fps: - title: FPS - description: Giới hạn tốc độ khung hình hiển thị - options: - unlimited: '∞' + title: Blink mode + description: Choose the model built-in blink or AIRI's forced blink timer. + idle-motion: + title: Idle animation + no-motion: No animation available + placeholder: Select animation + disable-motion: Disabled + disable-motion-description: Disable idle animation + parameters: + title: Model Parameters + render-scale: + title: Render scale + fps: + title: FPS + description: Limit rendering frame rate + options: + unlimited: '∞' + shadow: Drop shadow + reset-parameters: Reset to default parameters + clear-model-cache: Clear model cache + expressions: + title: Expressions + override-toggle: Expression system + sdk-preset-preserved-notice: > + SDK expression manager and eye blink are preserved when disabled. + no-expression: No expressions available for this model. + llm-integration-wip: LLM tool integration is not yet wired up. + save-default: Save expression defaults + reset: Reset all expressions + expose-to-llm-toggle: Expose to LLM + expose-to-llm-options: + none: None + all: All + custom: Custom microphone: Micro models: Mô hình pages: @@ -1300,6 +1346,8 @@ pages: description: Official AI provider by AIRI. speech-title: Official Speech Provider speech-description: Official text-to-speech provider by AIRI. + speech-streaming-title: Official Streaming Speech Provider + speech-streaming-description: Official low-latency text-to-speech provider by AIRI (bidirectional WebSocket). transcription-title: Official Transcription Provider transcription-description: Official speech-to-text provider by AIRI. transcriptions: @@ -1577,6 +1625,35 @@ vrm: skybox: skybox-intensity: Cường Độ SkyBox skybox-specular-mix: Độ Trộn Phản Chiếu +spine: + title: Spine Settings + scale-and-position: + title: Scale And Position + scale: Scale + x: X + 'y': 'Y' + theme-color-from-model: + title: Extract colors from model + button-extract: + title: Extract + animation: + title: Animation + idle-animation: Idle Animation + mix-duration: Mix Duration (seconds) + speed: Animation Speed + variant: + title: Variant + current-variant: Active Variant + skin: + title: Skin + current-skin: Current Skin + rendering: + title: Rendering + max-fps: Maximum FPS + render-scale: Render Scale + fps: + options: + unlimited: Unlimited websocket-secure-enabled: title: Bật WebSocket bảo mật (WSS) description: >- diff --git a/packages/i18n/src/locales/zh-Hans/settings.yaml b/packages/i18n/src/locales/zh-Hans/settings.yaml index 83a102aae..0085d65cf 100644 --- a/packages/i18n/src/locales/zh-Hans/settings.yaml +++ b/packages/i18n/src/locales/zh-Hans/settings.yaml @@ -107,20 +107,18 @@ analytics: title: 此开发版本的使用数据及崩溃分析功能已禁用 model-select: panel-callout: - support-status-header: 我们支持2D和3D模型 + support-status-header: We support both 2D and 3D models support-status: > - 点击 {select-button} 以选择或导入模型。 - 目前我们支持从 {zip} 导入Live2D模型,和从 {vrm} 导入VRM模型。 + Click {select-button} to select or import models. Currently, {zip} (for Live2D models) and {vrm} (for VRM models) are supported. model-type-example: > - Neuro-sama 采用来自Live2D Inc.公司的技术所制作的2D模型, - 而 Grok Ani (来自 Grok Companion)使用 VRM / MMD 相关开源技术制作的3D模型。 + Neuro-sama uses 2D model driven by framework developed by Live2D Inc, while Grok Ani (in Grok Companion) uses 3D model driven by VRM / MMD open formats. select-model: - title: 模型选择 - button: 选择模型 - select: 选择 - import: 导入 - remove: 移除 - confirm: 确认 + title: Model Selector + button: Select model + select: Pick + import: Import + remove: Remove + confirm: Confirm live2d: change-model: from-file: 从文件加载 @@ -146,63 +144,62 @@ live2d: theme-color-from-model: title: 从模型提取主题颜色 description: > - 从当前模型画布中提取主题色,点击颜色即可将其应用至 AIRI 界面。 - 若没有获取到想要的颜色,可改变模型动作,多次尝试提取。 + Extract prominent colors from current rendering canvas. Click on the color to apply it to AIRI. Try to extract multiple times, with the model in different poses, if the colors are not desirable. button-extract: title: 提取 animation: - title: 动画 + title: Animation focus: - title: 启用鼠标追踪 - description: 光标移动时让模型看向光标;光标停止后恢复待机眼球动画。 - offset: 眼部偏移量(%) + title: Enable mouse tracking + description: Look at the cursor while it is moving. Idle eye movement resumes after the cursor stops. + offset: Eye offset(%) force-idle-eye-animation: - title: 待机眼球动画 - description: 没有活跃光标焦点时随机看向屏幕各处。 + title: Idle eye movement + description: Randomly look around when there is no active cursor focus. blink-enable: - title: 启用眨眼 - description: 让模型眨眼。 + title: Enable blink + description: Let the model blink. auto-blink: - title: 自动 - description: 使用模型默认眨眼动画 + title: Auto + description: Use default blinking animation of the model force-auto-blink: - title: 强制 - description: 强制模型眨眼,模型无眨眼动画时可用。 + title: Force + description: Force blinking animation with external timer blink-mode: - title: 眨眼模式 - description: 选择模型内置眨眼,或使用 AIRI 的强制眨眼计时器。 + title: Blink mode + description: Choose the model built-in blink or AIRI's forced blink timer. idle-motion: - title: 待机动作 - no-motion: 无可用动作 - placeholder: 选择待机动作 - disable-motion: 禁用 - disable-motion-description: 禁用待机动作 + title: Idle animation + no-motion: No animation available + placeholder: Select animation + disable-motion: Disabled + disable-motion-description: Disable idle animation parameters: - title: 模型参数 + title: Model Parameters render-scale: - title: 渲染精度 + title: Render scale fps: - title: 帧率 - description: 限制渲染帧率 + title: FPS + description: Limit rendering frame rate options: - unlimited: ∞ - shadow: 阴影 - reset-parameters: 重置所有参数至默认 - clear-model-cache: 清除模型缓存 + unlimited: '∞' + shadow: Drop shadow + reset-parameters: Reset to default parameters + clear-model-cache: Clear model cache expressions: - title: 表情 - override-toggle: 启用表情 + title: Expressions + override-toggle: Expression system sdk-preset-preserved-notice: > - SDK提供的表情和眼部动作被禁用后会保留 - no-expression: 当前模型无可用表情 - llm-integration-wip: 表情系统暂未接入语言模型 - save-default: 保存为默认表情 - reset: 重置表情状态 - expose-to-llm-toggle: 允许LLM使用模型表情 + SDK expression manager and eye blink are preserved when disabled. + no-expression: No expressions available for this model. + llm-integration-wip: LLM tool integration is not yet wired up. + save-default: Save expression defaults + reset: Reset all expressions + expose-to-llm-toggle: Expose to LLM expose-to-llm-options: - none: 无 - all: 全部 - custom: 仅指定 + none: None + all: All + custom: Custom microphone: 麦克风 models: 模型 pages: @@ -746,7 +743,7 @@ pages: empty: 这里什么都还没有哦,在下面添加一个! add: title: 新建 - description: '填写新的服务器配置,然后点击「保存并重启」,完成后将会更新至上方的「已配置」' + description: "填写新的服务器配置,然后点击「保存并重启」,完成后将会更新至上方的「已配置」" pending-badge: 未保存 status: unknown: 未加载 @@ -1349,8 +1346,8 @@ pages: description: 登录后即可使用的服务来源 speech-title: AIRI 官方语音合成服务 speech-description: 登录后即可使用的发声单元服务 - speech-streaming-title: AIRI 官方流式语音合成服务 - speech-streaming-description: 双向流式低延迟的语音合成服务,登录后即可使用 + speech-streaming-title: Official Streaming Speech Provider + speech-streaming-description: Official low-latency text-to-speech provider by AIRI (bidirectional WebSocket). transcription-title: AIRI 官方语音识别服务 transcription-description: 登录后即可使用的听觉单元服务 transcriptions: @@ -1628,6 +1625,35 @@ vrm: skybox: skybox-intensity: 天空盒光照强度 skybox-specular-mix: 漫反射/镜面反射混合系数 +spine: + title: Spine Settings + scale-and-position: + title: Scale And Position + scale: Scale + x: X + 'y': 'Y' + theme-color-from-model: + title: Extract colors from model + button-extract: + title: Extract + animation: + title: Animation + idle-animation: Idle Animation + mix-duration: Mix Duration (seconds) + speed: Animation Speed + variant: + title: Variant + current-variant: Active Variant + skin: + title: Skin + current-skin: Current Skin + rendering: + title: Rendering + max-fps: Maximum FPS + render-scale: Render Scale + fps: + options: + unlimited: Unlimited websocket-secure-enabled: title: 启用安全WebSocket (WSS) description: >- diff --git a/packages/i18n/src/locales/zh-Hant/settings.yaml b/packages/i18n/src/locales/zh-Hant/settings.yaml index 906b3c4bd..00e0c5656 100644 --- a/packages/i18n/src/locales/zh-Hant/settings.yaml +++ b/packages/i18n/src/locales/zh-Hant/settings.yaml @@ -105,6 +105,20 @@ analytics: description: Turn this off to opt out of analytics collection. disabled: title: Analytics disabled for this development build +model-select: + panel-callout: + support-status-header: We support both 2D and 3D models + support-status: > + Click {select-button} to select or import models. Currently, {zip} (for Live2D models) and {vrm} (for VRM models) are supported. + model-type-example: > + Neuro-sama uses 2D model driven by framework developed by Live2D Inc, while Grok Ani (in Grok Companion) uses 3D model driven by VRM / MMD open formats. + select-model: + title: Model Selector + button: Select model + select: Pick + import: Import + remove: Remove + confirm: Confirm live2d: change-model: from-file: 從檔案載入 @@ -129,31 +143,63 @@ live2d: change-to-vrm: 切換至 3D 虛擬角色設定頁面(VRM) theme-color-from-model: title: 從模型中提取顏色 + description: > + Extract prominent colors from current rendering canvas. Click on the color to apply it to AIRI. Try to extract multiple times, with the model in different poses, if the colors are not desirable. button-extract: title: 提取 animation: - title: 動畫 + title: Animation focus: - title: 啟用游標追蹤 + title: Enable mouse tracking + description: Look at the cursor while it is moving. Idle eye movement resumes after the cursor stops. + offset: Eye offset(%) + force-idle-eye-animation: + title: Idle eye movement + description: Randomly look around when there is no active cursor focus. blink-enable: - title: 啟用眨眼 - description: 讓模型眨眼。 + title: Enable blink + description: Let the model blink. auto-blink: - title: 自動 - description: 使用模型預設眨眼動畫。 + title: Auto + description: Use default blinking animation of the model force-auto-blink: - title: 強制 - description: 透過外部計時器強制眨眼。 + title: Force + description: Force blinking animation with external timer blink-mode: - title: 眨眼模式 - description: 選擇模型內建眨眼,或使用 AIRI 的強制眨眼計時器。 - render-scale: - title: Render scale - fps: - title: FPS - description: 限制渲染幀率 - options: - unlimited: '∞' + title: Blink mode + description: Choose the model built-in blink or AIRI's forced blink timer. + idle-motion: + title: Idle animation + no-motion: No animation available + placeholder: Select animation + disable-motion: Disabled + disable-motion-description: Disable idle animation + parameters: + title: Model Parameters + render-scale: + title: Render scale + fps: + title: FPS + description: Limit rendering frame rate + options: + unlimited: '∞' + shadow: Drop shadow + reset-parameters: Reset to default parameters + clear-model-cache: Clear model cache + expressions: + title: Expressions + override-toggle: Expression system + sdk-preset-preserved-notice: > + SDK expression manager and eye blink are preserved when disabled. + no-expression: No expressions available for this model. + llm-integration-wip: LLM tool integration is not yet wired up. + save-default: Save expression defaults + reset: Reset all expressions + expose-to-llm-toggle: Expose to LLM + expose-to-llm-options: + none: None + all: All + custom: Custom microphone: 麥克風 models: 模型 pages: @@ -1300,6 +1346,8 @@ pages: description: Official AI provider by AIRI. speech-title: Official Speech Provider speech-description: Official text-to-speech provider by AIRI. + speech-streaming-title: Official Streaming Speech Provider + speech-streaming-description: Official low-latency text-to-speech provider by AIRI (bidirectional WebSocket). transcription-title: Official Transcription Provider transcription-description: Official speech-to-text provider by AIRI. transcriptions: @@ -1577,6 +1625,35 @@ vrm: skybox: skybox-intensity: 天空盒光照強度 skybox-specular-mix: 漫反射/鏡面反射混合係數 +spine: + title: Spine Settings + scale-and-position: + title: Scale And Position + scale: Scale + x: X + 'y': 'Y' + theme-color-from-model: + title: Extract colors from model + button-extract: + title: Extract + animation: + title: Animation + idle-animation: Idle Animation + mix-duration: Mix Duration (seconds) + speed: Animation Speed + variant: + title: Variant + current-variant: Active Variant + skin: + title: Skin + current-skin: Current Skin + rendering: + title: Rendering + max-fps: Maximum FPS + render-scale: Render Scale + fps: + options: + unlimited: Unlimited websocket-secure-enabled: title: 啟用安全 WebSocket (WSS) description: >-