翻译部分整理了一下

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

@@ -99,7 +99,7 @@
android:id="@+id/googleTv"
android:layout_width="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:textSize="14sp"
app:layout_constraintBottom_toBottomOf="@+id/btn_google"
@@ -143,7 +143,7 @@
<TextView
android:layout_width="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:textSize="14sp"
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_dialog_top_guardian_tasks">Guard tasks</string>
<string name="game">game</string>
<string name="interaction_type">互動</string>
<string name="system_msg">系統消息</string>
</resources>