From ce9b808b5fd6a12b5e66c350d4ed9963d5741371 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 16:33:49 +0800 Subject: [PATCH] chore(i18n): update translations (#1767) 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/docs/theme.yaml | 1 + packages/i18n/src/locales/es/server/auth.yaml | 2 +- packages/i18n/src/locales/fr/docs/theme.yaml | 1 + packages/i18n/src/locales/ja/docs/theme.yaml | 1 + packages/i18n/src/locales/ko/docs/theme.yaml | 1 + packages/i18n/src/locales/ru/docs/theme.yaml | 1 + packages/i18n/src/locales/ru/settings.yaml | 2 +- packages/i18n/src/locales/vi/docs/theme.yaml | 1 + .../i18n/src/locales/zh-Hans/docs/theme.yaml | 1 + .../i18n/src/locales/zh-Hans/server/auth.yaml | 30 +++++++++---------- .../i18n/src/locales/zh-Hant/docs/theme.yaml | 1 + 11 files changed, 25 insertions(+), 17 deletions(-) diff --git a/packages/i18n/src/locales/es/docs/theme.yaml b/packages/i18n/src/locales/es/docs/theme.yaml index dfbd3fc10..f2811d826 100644 --- a/packages/i18n/src/locales/es/docs/theme.yaml +++ b/packages/i18n/src/locales/es/docs/theme.yaml @@ -15,6 +15,7 @@ doc: title: Página siguiente previous-page: title: Página anterior + published-at: Published at {date} home: subtitle: >- Recreando a Neuro-sama, un contenedor de almas de waifus de IA / personajes virtuales para traerlos a nuestros mundos. 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/fr/docs/theme.yaml b/packages/i18n/src/locales/fr/docs/theme.yaml index 59484ddd1..1a494b934 100644 --- a/packages/i18n/src/locales/fr/docs/theme.yaml +++ b/packages/i18n/src/locales/fr/docs/theme.yaml @@ -15,6 +15,7 @@ doc: title: Page suivante previous-page: title: Page précédente + published-at: Published at {date} home: subtitle: >- Recréer Neuro-sama, un contenant d’âmes de waifus / personnages virtuels IA pour les amener dans notre monde. diff --git a/packages/i18n/src/locales/ja/docs/theme.yaml b/packages/i18n/src/locales/ja/docs/theme.yaml index 4ea74b1bd..0d28ce1cc 100644 --- a/packages/i18n/src/locales/ja/docs/theme.yaml +++ b/packages/i18n/src/locales/ja/docs/theme.yaml @@ -15,6 +15,7 @@ doc: title: 次のページ previous-page: title: 前のページ + published-at: Published at {date} home: subtitle: >- Neuro-samaを再構築し、AIの推しやバーチャルキャラクターを現実の世界へと招く。 diff --git a/packages/i18n/src/locales/ko/docs/theme.yaml b/packages/i18n/src/locales/ko/docs/theme.yaml index 2fdcc3eb3..eb9ff8d3c 100644 --- a/packages/i18n/src/locales/ko/docs/theme.yaml +++ b/packages/i18n/src/locales/ko/docs/theme.yaml @@ -15,6 +15,7 @@ doc: title: 다음 페이지 previous-page: title: 이전 페이지 + published-at: Published at {date} home: subtitle: >- AI waifu/버츄얼 캐릭터의 영혼을 담아 우리 세계로 가져오는 Neuro-sama를 재현합니다. diff --git a/packages/i18n/src/locales/ru/docs/theme.yaml b/packages/i18n/src/locales/ru/docs/theme.yaml index c697f78ff..1efa65d27 100644 --- a/packages/i18n/src/locales/ru/docs/theme.yaml +++ b/packages/i18n/src/locales/ru/docs/theme.yaml @@ -15,6 +15,7 @@ doc: title: Следующая страница previous-page: title: Предыдущая страница + published-at: Published at {date} home: subtitle: >- Воссоздаем Нейро-саму, воплощая души нейронных вайфу в реальность diff --git a/packages/i18n/src/locales/ru/settings.yaml b/packages/i18n/src/locales/ru/settings.yaml index 61492f1c8..01d1be6a6 100644 --- a/packages/i18n/src/locales/ru/settings.yaml +++ b/packages/i18n/src/locales/ru/settings.yaml @@ -827,7 +827,7 @@ pages: description: >- Провайдеры транскрипции (speech-to-text): Whisper.cpp, OpenAI, Azure Speech artistry: - title: Artistry + title: Artistry description: Поставщики моделей генерации и создания изображений, например ComfyUI, Replicate. items: comfyui: diff --git a/packages/i18n/src/locales/vi/docs/theme.yaml b/packages/i18n/src/locales/vi/docs/theme.yaml index e71fe6249..f0392f868 100644 --- a/packages/i18n/src/locales/vi/docs/theme.yaml +++ b/packages/i18n/src/locales/vi/docs/theme.yaml @@ -15,6 +15,7 @@ doc: title: Trang sau previous-page: title: Trang trước + published-at: Published at {date} home: subtitle: >- Một nhân vật chứa linh hồn của AI waifu / VTuber nhân vật ảo để đưa họ vào thế giới của chúng ta. diff --git a/packages/i18n/src/locales/zh-Hans/docs/theme.yaml b/packages/i18n/src/locales/zh-Hans/docs/theme.yaml index 427989e8e..60e3dca05 100644 --- a/packages/i18n/src/locales/zh-Hans/docs/theme.yaml +++ b/packages/i18n/src/locales/zh-Hans/docs/theme.yaml @@ -15,6 +15,7 @@ doc: title: 下一篇 previous-page: title: 上一篇 + published-at: Published at {date} home: subtitle: >- 模型驱动的灵魂容器,什么都能做一点的桌宠:让 Neuro-sama 这样的虚拟伴侣也成为我们世界中的一份子吧! diff --git a/packages/i18n/src/locales/zh-Hans/server/auth.yaml b/packages/i18n/src/locales/zh-Hans/server/auth.yaml index c283a9306..b6f16a2c0 100644 --- a/packages/i18n/src/locales/zh-Hans/server/auth.yaml +++ b/packages/i18n/src/locales/zh-Hans/server/auth.yaml @@ -7,19 +7,19 @@ electronCallback: finishSignInInAiri: 登录完成 openAiriToContinue: 打开AIRI以继续 message: - checkingResponse: Checking your sign-in response and preparing the handoff to AIRI. - passingToAiri: Passing your sign-in back to AIRI now. This page should close in a moment. - syncedAndSafeToClose: We notified AIRI client you signed from. - invalidResponse: We could not use this sign-in response. - loopbackUnreachable: The browser could not reach AIRI through the local callback port. - tryOpenDirectly: We will try opening the local handoff directly. If that still fails, use the button below. - automaticHandoffFailed: Automatic handoff did not finish in this browser session. + checkingResponse: 正在检查鉴权是否有效,并准备将登录状态转交给 AIRI... + passingToAiri: 正在将登录状态转交至 AIRI 客户端。本页面即将自动关闭... + syncedAndSafeToClose: 我们已经通知 AIRI 客户端你登录成功啦~ + invalidResponse: 我们暂时无法验证本次登录的有效性,要重新试试看吗? + loopbackUnreachable: 暂时无法通知 AIRI,原因是无法与本地的 AIRI 通信,要重启 AIRI 试试吗? + tryOpenDirectly: 我们正在尝试通知 AIRI 客户端登录结果,如果仍没有登录,试试看点击下方的按钮~ + automaticHandoffFailed: 自动登录到本地客户端失败了,要重新试试吗? label: signIn: 登录 safeToClose: 现在可以安全地关闭此标签页了。 - whyStillHere: 这个窗口还在吗? + whyStillHere: 为什么这个标签页仍在这里? action: - openAiriManually: 手动打开AIRI + openAiriManually: 手动打开 AIRI hint: closeTabManually: 一些浏览器不允许自动关闭这个页面,你可以手动关掉它。 signIn: @@ -27,13 +27,13 @@ signIn: step: identify: heading: 登录 - description: Enter your email to sign in or create an account. + description: 输入电子邮箱以登录或创建账户 password: heading: 欢迎回来 description: 以 {email} 继续登录 create: heading: 创建账户 - description: We will create a new account for {email}. + description: 我们将为 {email} 创建一个新账户... email: label: 邮箱 placeholder: you{'@'}example.com @@ -62,7 +62,7 @@ signIn: unknown: 发生了未知错误 authFailed: Authentication failed. Please try again. passwordMismatch: Password and confirmation do not match. - invalidEmail: Please enter a valid email address. + invalidEmail: 请输入有效格式的电子邮件地址 footer: prefix: 继续之前,你需要同意我们的 terms: 服务条款 @@ -70,11 +70,11 @@ signIn: privacy: 隐私政策 verifyEmail: title: - pending: Check your inbox - success: Email verified + pending: 请检查您的收件箱,如果没有找到,可以再检查一下 Spam(垃圾信箱) + success: 邮箱验证成功! failed: Verification failed message: - pending: We sent a verification link to your email. Open it to finish creating your account — this page will continue automatically once you click the link. + pending: 我们向您输入的电子邮箱发送了一个验证链接。要继续登入或注册步骤,请点开链接以继续。 pendingWithAddress: We sent a verification link to {email}. Open it to finish creating your account — this page will continue automatically once you click the link. success: Your email has been verified and you are signed in. You can close this tab. failed: We could not verify your email ({error}). Try requesting a new link. diff --git a/packages/i18n/src/locales/zh-Hant/docs/theme.yaml b/packages/i18n/src/locales/zh-Hant/docs/theme.yaml index 3210adb61..861b95eb6 100644 --- a/packages/i18n/src/locales/zh-Hant/docs/theme.yaml +++ b/packages/i18n/src/locales/zh-Hant/docs/theme.yaml @@ -15,6 +15,7 @@ doc: title: 下一頁 previous-page: title: 前一頁 + published-at: Published at {date} home: subtitle: >- 模型驅動的靈魂容器,什麼都能做一點的桌寵:讓 Neuro-sama 這樣的虛擬夥伴也成為我們世界中的一份子吧!