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

@@ -198,4 +198,24 @@
<string name="create_moment">动态</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>