chore(stage-ui,i18n): translations

This commit is contained in:
Neko Ayaka
2025-07-07 03:39:12 +08:00
parent d009319f8a
commit 61f3aba8bb
4 changed files with 45 additions and 16 deletions
+29 -12
View File
@@ -23,6 +23,8 @@ dialogs:
validationError: 'Validation error: {error}'
skipForNow: Skip for now
saveAndContinue: Save and Continue
next: Next
start: Let's do it!
language:
chinese: 简体中文
zh-CN: 简体中文
@@ -87,18 +89,25 @@ pages:
systemprompt: You will receive messages, answer to them like a real human.
posthistoryinstructions: Remember to imitate an human.
fields_info:
subtitle: You can put here some details about the character you are creating, explain his history and context, and how your interactions should be answered.
subtitle: >-
You can put here some details about the character you are creating,
explain his history and context, and how your interactions should be
answered.
name: Is the formal name of this character.
nickname: You can also give a nickname that will be used in priority.
description: Description of this character.
notes: If you want to add some personal notes.
personality: Describe here the personality of your character. Shy ? Curious ? Anything else ?
personality: >-
Describe here the personality of your character. Shy ? Curious ?
Anything else ?
scenario: What are the surroundings ? What is the current situation ?
greetings_field: Greetings
greetings: How your character should say "hello" ?
systemprompt: Explain here to the AI LLM how it should answer when prompted.
posthistoryinstructions: Place here anything the AI LLM should read after the messages history.
version: Card version, you should increase this if you are making changes from a previous card.
version: >-
Card version, you should increase this if you are making changes from
a previous card.
errors:
name: Name should be valid or non-empty.
version: 'Error: Invalid version number !'
@@ -226,11 +235,15 @@ pages:
explained:
chat: Text generation model providers. e.g. OpenRouter, OpenAI, Ollama.
Speech: Speech (text-to-speech) model providers. e.g. ElevenLabs, Azure Speech.
Transcription: Transcription (speech-to-text) model providers. e.g. Whisper.cpp, OpenAI, Azure Speech
Transcription: >-
Transcription (speech-to-text) model providers. e.g. Whisper.cpp,
OpenAI, Azure Speech
helpinfo:
title: First time here?
description: >
AIRI requires at least one {chat} provider to be configured to think, and behave properly. You could think of it as the brain of the characters living in AIRI system.
AIRI requires at least one {chat} provider to be configured to think,
and behave properly. You could think of it as the brain of the
characters living in AIRI system.
common:
fields:
field:
@@ -276,11 +289,17 @@ pages:
helpinfo:
title: Before you start
description:
part1: While Anthropic recently did announce that they are having a beta support for OpenAI SDK compatibility
part1: >-
While Anthropic recently did announce that they are having a beta
support for OpenAI SDK compatibility
part2: (you can read more here)
part3: but due to the implementation details comes with
part4: restrictions which not aligned with the OpenAI SDK, it's currently not possible to use this provider in the browser.
part5: If you do need to use this provider, you will need a dedicated proxy backend like a Serverless Function running on
part4: >-
restrictions which not aligned with the OpenAI SDK, it's currently
not possible to use this provider in the browser.
part5: >-
If you do need to use this provider, you will need a dedicated
proxy backend like a Serverless Function running on
part6: or some CORS bypassing services to bypass the CORS restrictions.
cloudflare-workers-ai:
description: cloudflare.com
@@ -297,9 +316,7 @@ pages:
fields:
field:
pitch:
description: >-
Tune the pitch of synthesized speech (e.g., sharper or
coarser)
description: Tune the pitch of synthesized speech (e.g., sharper or coarser)
label: Pitch
speed:
description: Adjust the speed of speech
@@ -505,7 +522,7 @@ sections:
title: General
theme:
title: Theme
description: >
description: |
Switch the base theme of AIRI, Light mode or Dark mode.
title: Settings
voices: Voice
@@ -18,13 +18,20 @@ dialogs:
validating: 正在验证配置...
validationSuccess: 配置有效!
validationFailed: 配置验证失败
validationError: '验证错误:{error}'
validationError: 验证错误:{error}
skipForNow: 暂时跳过
saveAndContinue: 保存并继续
next: 下一步
start: 开始吧!
language:
chinese: 简体中文
english: English
title: 语言
zh-Hans: 简体中文
zh-CN: 中文
en-US: English (US)
en: English
description: 切换显示界面的语言
live2d:
change-model:
from-file: 从文件加载
@@ -220,7 +227,7 @@ pages:
Transcription: 转录(语音转文本)模型服务来源,例如 Whisper.cpp, OpenAI, Azure Speech
helpinfo:
title: 第一次使用?
description: >
description: |
AIRI 需要配置至少一个 {chat} 服务来源,才能正常思考和运作。你可以把它看作是 AIRI 系统中角色的大脑。
common:
fields:
@@ -492,7 +499,7 @@ sections:
title: 通用
theme:
title: 主题
description: >
description: |
切换 AIRI 的基础主题,亮色模式或暗色模式。
title: 设置
voices: 声线
@@ -29,3 +29,8 @@ viewers:
model:
title: 模型
waiting: 等待中
operations:
load-models: 加载模型
load-models-status:
loading: 模型加载中
ready: 已就绪
@@ -251,7 +251,7 @@ onMounted(() => {
</div>
<Button
variant="secondary"
:label="t('settings.dialogs.onboarding.next')"
:label="t('settings.dialogs.onboarding.start')"
@click="handleNextStep"
/>
</div>