feat: Add string resources for Create Agent V2

This commit introduces new string resources for the "Create Agent V2" feature.
These strings are provided in English, Chinese, and Japanese to support localization.

The added strings cover various UI elements and messages within the Create Agent V2 flow, including:
- Titles and labels (e.g., "Create AI", "Name", "Description")
- User guidance and prompts (e.g., "Hello %s! What would you like to create today?", "An AI that writes poetry...")
- Action button texts (e.g., "AI Enhancement", "Manually Create AI", "Alright, that's the one")
- Status messages (e.g., "Generating...", "Creating...", "Thinking for you")
- Accessibility descriptions for icons (e.g., "AI Avatar", "Edit Icon")
This commit is contained in:
2025-09-15 13:42:58 +08:00
parent cf25540417
commit 6c7be4ba47
3 changed files with 60 additions and 0 deletions

View File

@@ -6,4 +6,24 @@
<string name="create_group_chat_option">グループチャット</string> <string name="create_group_chat_option">グループチャット</string>
<string name="create_moment">モーメント</string> <string name="create_moment">モーメント</string>
<string name="create_close">閉じる</string> <string name="create_close">閉じる</string>
<!-- Create Agent V2 -->
<string name="create_agent_v2_back">戻る</string>
<string name="create_agent_v2_title">AI作成</string>
<string name="create_agent_v2_greeting">%s さん、こんにちは!今日は何を作りたいですか?</string>
<string name="create_agent_v2_description">たった一言で、あなた専用のAIがここに誕生します</string>
<string name="create_agent_v2_input_hint">詩を書けるAI、あなたの笑いのツボがわかるAI</string>
<string name="create_agent_v2_ai_enhance">AI美化</string>
<string name="create_agent_v2_generating">生成中...</string>
<string name="create_agent_v2_manual_create">手動でAI作成</string>
<string name="create_agent_v2_one_sentence_create">一言でAI作成</string>
<string name="create_agent_v2_thinking">あなたのために構想中</string>
<string name="create_agent_v2_name_label">名前</string>
<string name="create_agent_v2_description_label">説明</string>
<string name="create_agent_v2_create_button">よし、これで決まり</string>
<string name="create_agent_v2_creating">作成中...</string>
<string name="create_agent_v2_ai_avatar_desc">AIアバター</string>
<string name="create_agent_v2_ai_enhance_icon_desc">AI美化アイコン</string>
<string name="create_agent_v2_edit_icon_desc">編集アイコン</string>
<string name="create_agent_v2_select_avatar_desc">アバター選択</string>
</resources> </resources>

View File

@@ -198,4 +198,24 @@
<string name="create_moment">动态</string> <string name="create_moment">动态</string>
<string name="create_close">关闭</string> <string name="create_close">关闭</string>
<!-- Create Agent V2 -->
<string name="create_agent_v2_back">返回</string>
<string name="create_agent_v2_title">创建AI</string>
<string name="create_agent_v2_greeting">%s 你好呀!今天想创建什么?</string>
<string name="create_agent_v2_description">只需要一句话你的专属AI在这里诞生</string>
<string name="create_agent_v2_input_hint">一个会写诗的AI一个会懂你笑点的AI</string>
<string name="create_agent_v2_ai_enhance">AI美化</string>
<string name="create_agent_v2_generating">生成中...</string>
<string name="create_agent_v2_manual_create">手动创造AI</string>
<string name="create_agent_v2_one_sentence_create">一句话创造AI</string>
<string name="create_agent_v2_thinking">正在为你构思</string>
<string name="create_agent_v2_name_label">名称</string>
<string name="create_agent_v2_description_label">描述</string>
<string name="create_agent_v2_create_button">好的,就它了</string>
<string name="create_agent_v2_creating">创建中...</string>
<string name="create_agent_v2_ai_avatar_desc">AI头像</string>
<string name="create_agent_v2_ai_enhance_icon_desc">AI美化图标</string>
<string name="create_agent_v2_edit_icon_desc">编辑图标</string>
<string name="create_agent_v2_select_avatar_desc">选择头像</string>
</resources> </resources>

View File

@@ -194,4 +194,24 @@
<string name="create_moment">Moment</string> <string name="create_moment">Moment</string>
<string name="create_close">Close</string> <string name="create_close">Close</string>
<!-- Create Agent V2 -->
<string name="create_agent_v2_back">Back</string>
<string name="create_agent_v2_title">Create AI</string>
<string name="create_agent_v2_greeting">Hello %s! What would you like to create today?</string>
<string name="create_agent_v2_description">Just one sentence, and your exclusive AI will be born here</string>
<string name="create_agent_v2_input_hint">An AI that writes poetry, an AI that understands your humor</string>
<string name="create_agent_v2_ai_enhance">AI Enhancement</string>
<string name="create_agent_v2_generating">Generating...</string>
<string name="create_agent_v2_manual_create">Manually Create AI</string>
<string name="create_agent_v2_one_sentence_create">Create AI with One Sentence</string>
<string name="create_agent_v2_thinking">Thinking for you</string>
<string name="create_agent_v2_name_label">Name</string>
<string name="create_agent_v2_description_label">Description</string>
<string name="create_agent_v2_create_button">Alright, that\'s the one</string>
<string name="create_agent_v2_creating">Creating...</string>
<string name="create_agent_v2_ai_avatar_desc">AI Avatar</string>
<string name="create_agent_v2_ai_enhance_icon_desc">AI Enhancement Icon</string>
<string name="create_agent_v2_edit_icon_desc">Edit Icon</string>
<string name="create_agent_v2_select_avatar_desc">Select Avatar</string>
</resources> </resources>