国际化-ai键盘

This commit is contained in:
pengxiaolong
2026-01-22 14:00:02 +08:00
parent bab447c23f
commit affe08c8b4
3 changed files with 16 additions and 4 deletions

View File

@@ -81,7 +81,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="8dp" android:layout_marginStart="8dp"
android:text="Paste Ta's words" android:text="@string/ai_keyboard_input_hint"
android:textColor="#02BEAC" android:textColor="#02BEAC"
android:textSize="13sp" /> android:textSize="13sp" />
</LinearLayout> </LinearLayout>
@@ -99,7 +99,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="Paste" android:text="@string/ai_keyboard_paste_btn"
android:textColor="#FFFFFF" android:textColor="#FFFFFF"
android:textSize="13sp" /> android:textSize="13sp" />
</LinearLayout> </LinearLayout>
@@ -164,7 +164,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="Clear" android:text="@string/ai_keyboard_clear_btn"
android:textColor="@color/ai_keyboard_button_text_color" android:textColor="@color/ai_keyboard_button_text_color"
android:textSize="13sp" /> android:textSize="13sp" />
</LinearLayout> </LinearLayout>
@@ -181,7 +181,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="Send" android:text="@string/ai_keyboard_send_btn"
android:textColor="#FFFFFF" android:textColor="#FFFFFF"
android:textSize="13sp" /> android:textSize="13sp" />
</LinearLayout> </LinearLayout>

View File

@@ -139,6 +139,12 @@
<string name="imguide_btn_1">去勾选</string> <string name="imguide_btn_1">去勾选</string>
<string name="imguide_btn_2">去切换</string> <string name="imguide_btn_2">去切换</string>
<!-- ai键盘 -->
<string name="ai_keyboard_input_hint">点击粘贴您的内容</string>
<string name="ai_keyboard_paste_btn">粘贴</string>
<string name="ai_keyboard_clear_btn">清空</string>
<string name="ai_keyboard_send_btn">发送</string>
<!-- 其他 --> <!-- 其他 -->
<string name="loading">正在加载...</string> <string name="loading">正在加载...</string>
<string name="cancel">取消</string> <string name="cancel">取消</string>

View File

@@ -145,6 +145,12 @@
<string name="imguide_btn_1">Enable it in Settings</string> <string name="imguide_btn_1">Enable it in Settings</string>
<string name="imguide_btn_2">Select an input method</string> <string name="imguide_btn_2">Select an input method</string>
<!-- ai键盘 -->
<string name="ai_keyboard_input_hint">Paste Ta\'s words</string>
<string name="ai_keyboard_paste_btn">Paste</string>
<string name="ai_keyboard_clear_btn">Clear</string>
<string name="ai_keyboard_send_btn">Send</string>
<!-- 其他 --> <!-- 其他 -->
<string name="loading">Loading...</string> <string name="loading">Loading...</string>
<string name="cancel">Cancel</string> <string name="cancel">Cancel</string>