From 6c7be4ba47f439d661e78370560ba4a14edd69da Mon Sep 17 00:00:00 2001 From: AllenTom Date: Mon, 15 Sep 2025 13:42:58 +0800 Subject: [PATCH] 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") --- app/src/main/res/values-ja/strings.xml | 20 ++++++++++++++++++++ app/src/main/res/values-zh/strings.xml | 20 ++++++++++++++++++++ app/src/main/res/values/strings.xml | 20 ++++++++++++++++++++ 3 files changed, 60 insertions(+) diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 4bb424f..18d4cee 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -6,4 +6,24 @@ グループチャット モーメント 閉じる + + + 戻る + AI作成 + %s さん、こんにちは!今日は何を作りたいですか? + たった一言で、あなた専用のAIがここに誕生します + 詩を書けるAI、あなたの笑いのツボがわかるAI + AI美化 + 生成中... + 手動でAI作成 + 一言でAI作成 + あなたのために構想中 + 名前 + 説明 + よし、これで決まり + 作成中... + AIアバター + AI美化アイコン + 編集アイコン + アバター選択 diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index 169da43..f15eaa5 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -198,4 +198,24 @@ 动态 关闭 + + 返回 + 创建AI + %s 你好呀!今天想创建什么? + 只需要一句话,你的专属AI在这里诞生 + 一个会写诗的AI,一个会懂你笑点的AI + AI美化 + 生成中... + 手动创造AI + 一句话创造AI + 正在为你构思 + 名称 + 描述 + 好的,就它了 + 创建中... + AI头像 + AI美化图标 + 编辑图标 + 选择头像 + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index dae2fb1..c562a63 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -194,4 +194,24 @@ Moment Close + + Back + Create AI + Hello %s! What would you like to create today? + Just one sentence, and your exclusive AI will be born here + An AI that writes poetry, an AI that understands your humor + AI Enhancement + Generating... + Manually Create AI + Create AI with One Sentence + Thinking for you + Name + Description + Alright, that\'s the one + Creating... + AI Avatar + AI Enhancement Icon + Edit Icon + Select Avatar + \ No newline at end of file