翻译部分整理了一下

This commit is contained in:
ningwenqiang 2024-11-02 11:01:48 +08:00
parent 473c5c8eaf
commit 7105f3bc82
7 changed files with 24 additions and 9 deletions

View File

@ -888,8 +888,6 @@ rx.internal.util.atomic.LinkedQueueNode* consumerNode;
-keep class com.yunbao.common.custom.CommonRefreshView { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.yunbao.common.custom.CommonRefreshView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.yunbao.common.custom.CommonRefreshWaterfallView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.yunbao.common.custom.DrawableCheckBox { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.yunbao.common.custom.DrawableCheckBox { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.yunbao.common.custom.DrawableRadioButton { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.yunbao.common.custom.DrawableRadioButton { <init>(android.content.Context, android.util.AttributeSet); }

View File

@ -42,9 +42,12 @@
<TextView <TextView
android:id="@+id/gameName" android:id="@+id/gameName"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center"
android:text="@string/interactive_game_room_all" android:text="@string/interactive_game_room_all"
android:paddingStart="4dp"
android:paddingEnd="4dp"
android:textColor="@color/color_111111" android:textColor="@color/color_111111"
android:textSize="12sp" android:textSize="12sp"
android:textStyle="bold" android:textStyle="bold"
@ -52,7 +55,7 @@
app:layout_constraintEnd_toEndOf="@+id/gameBg" app:layout_constraintEnd_toEndOf="@+id/gameBg"
app:layout_constraintStart_toStartOf="@+id/gameBg" app:layout_constraintStart_toStartOf="@+id/gameBg"
app:layout_constraintTop_toBottomOf="@+id/gameIcon" app:layout_constraintTop_toBottomOf="@+id/gameIcon"
app:layout_constraintVertical_bias="0.39" /> app:layout_constraintVertical_bias="0.34" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -8,7 +8,7 @@
android:layout_marginStart="16dp" android:layout_marginStart="16dp"
android:layout_marginTop="9dp" android:layout_marginTop="9dp"
android:layout_marginEnd="16dp" android:layout_marginEnd="16dp"
android:background="@drawable/bg_f2edd7_10"> android:background="@mipmap/background_home_sud_game_list">
<com.makeramen.roundedimageview.RoundedImageView <com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar" android:id="@+id/avatar"

View File

@ -1612,4 +1612,15 @@
<string name="offline_only">僅展示離線</string> <string name="offline_only">僅展示離線</string>
<string name="read_only">展示對方已讀</string> <string name="read_only">展示對方已讀</string>
<string name="unread_only">展示對方未讀</string> <string name="unread_only">展示對方未讀</string>
<string name="user_rights">用戶權益</string>
<string name="creation_center">創作中心</string>
<string name="other_functions">其他功能</string>
<string name="game_hall">遊戲大廳</string>
<string name="unlimited_threshold">不限門檻</string>
<string name="unrestricted_players">不限玩家</string>
<string name="number_of_players">遊戲人數</string>
<string name="number_of_online">在線人數</string>
<string name="interaction_type">互動</string>
<string name="system_msg">系統消息</string>
<string name="user_login_account">使用手機號登錄</string>
</resources> </resources>

View File

@ -1428,4 +1428,8 @@ Limited ride And limited avatar frame</string>
<string name="unrestricted_players">不限玩家</string> <string name="unrestricted_players">不限玩家</string>
<string name="number_of_players">遊戲人數</string> <string name="number_of_players">遊戲人數</string>
<string name="number_of_online">在線人數</string> <string name="number_of_online">在線人數</string>
<string name="interaction_type">互動</string>
<string name="system_msg">系統消息</string>
<string name="user_login_account">Sign in with Phone number</string>
</resources> </resources>

View File

@ -99,7 +99,7 @@
android:id="@+id/googleTv" android:id="@+id/googleTv"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/user_login_facebook" android:text="@string/user_login_google"
android:textColor="@color/color_111111" android:textColor="@color/color_111111"
android:textSize="14sp" android:textSize="14sp"
app:layout_constraintBottom_toBottomOf="@+id/btn_google" app:layout_constraintBottom_toBottomOf="@+id/btn_google"
@ -143,7 +143,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="@string/user_login_facebook" android:text="@string/user_login_account"
android:textColor="@color/color_111111" android:textColor="@color/color_111111"
android:textSize="14sp" android:textSize="14sp"
app:layout_constraintBottom_toBottomOf="@+id/btn_phone" app:layout_constraintBottom_toBottomOf="@+id/btn_phone"

View File

@ -108,7 +108,6 @@
<string name="live_room_sud_hint_join">Join</string> <string name="live_room_sud_hint_join">Join</string>
<string name="live_dialog_top_guardian_tasks">Guard tasks</string> <string name="live_dialog_top_guardian_tasks">Guard tasks</string>
<string name="game">game</string> <string name="game">game</string>
<string name="interaction_type">互動</string>
<string name="system_msg">系統消息</string>
</resources> </resources>