From 34aaa61f11ed2124a68223d8e6d4b1fb54976f9b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=80=81=E7=9A=AE?=
<14840170+lao-pi123@user.noreply.gitee.com>
Date: Fri, 13 Sep 2024 11:22:38 +0800
Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E5=A4=8D=E6=B2=A1=E6=9C=89?=
=?UTF-8?q?=E7=BF=BB=E8=AF=91=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/src/main/res/values-zh/strings.xml | 1 +
common/src/main/res/values/strings.xml | 1 +
main/src/main/res/layout/new_gram_room.xml | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/common/src/main/res/values-zh/strings.xml b/common/src/main/res/values-zh/strings.xml
index 602355714..d61207fdc 100644
--- a/common/src/main/res/values-zh/strings.xml
+++ b/common/src/main/res/values-zh/strings.xml
@@ -1321,6 +1321,7 @@
互動遊戲
房間列表
娛樂遊戲
+ 創建房間
游戲:
所有
門檻:
diff --git a/common/src/main/res/values/strings.xml b/common/src/main/res/values/strings.xml
index 2a7e606b4..0bcbe1f22 100644
--- a/common/src/main/res/values/strings.xml
+++ b/common/src/main/res/values/strings.xml
@@ -1328,6 +1328,7 @@
Interactive Games
Room list
Recreation Game
+ Create Room
Game:
All
Threshold:
diff --git a/main/src/main/res/layout/new_gram_room.xml b/main/src/main/res/layout/new_gram_room.xml
index bcaba1c11..38e02b410 100644
--- a/main/src/main/res/layout/new_gram_room.xml
+++ b/main/src/main/res/layout/new_gram_room.xml
@@ -33,7 +33,7 @@
android:layout_height="27dp"
android:background="@drawable/create_room_shape"
android:gravity="center"
- android:text="創建房間"
+ android:text="@string/interactive_game_room_create"
android:textColor="#ffffffff"
android:textSize="12sp"
app:layout_constraintBottom_toBottomOf="@+id/textView5"