修改中英文

This commit is contained in:
18401019693
2023-10-12 14:26:10 +08:00
parent 7bedf93dd5
commit e081f1e058
18 changed files with 119 additions and 70 deletions

View File

@@ -10,7 +10,7 @@
android:id="@+id/wish_list_top"
android:layout_width="match_parent"
android:layout_height="160dp"
android:background="@drawable/wish_list_day_zh"
android:background="@drawable/wish_list_lunar_en"
android:scaleType="fitCenter" />
<com.google.android.material.tabs.TabLayout
@@ -36,12 +36,14 @@
<TextView
android:id="@+id/replacement_wish"
android:layout_width="140dp"
android:layout_width="100dp"
android:layout_height="31dp"
android:layout_alignParentEnd="true"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:singleLine="true"
android:ellipsize="end"
android:layout_marginBottom="8dp"
android:background="@drawable/background_wish_replacement"
android:gravity="center"

View File

@@ -1,21 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="280dp"
android:layout_height="194dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
app:cardCornerRadius="18dp"
app:cardElevation="18dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:orientation="vertical"
android:paddingBottom="10dp">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="55dp"
android:layout_gravity="center_horizontal"
android:layout_marginTop="30dp">
<TextView
@@ -72,6 +74,11 @@
android:textColor="@color/white"
android:textSize="14sp" />
</FrameLayout>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginTop="10dp" />
</LinearLayout>

View File

@@ -1262,7 +1262,7 @@ Limited ride And limited avatar frame</string>
<string name="has_been_lit">Has been lit %s</string>
<string name="codex">Illustrated book</string>
<string name="unlit_icon">Not lit up</string>
<string name="all_service_champion">Platform naming</string>
<string name="all_service_champion">Platform title</string>
<string name="unlit_icon_hint">Not yet lit</string>
<string name="lit_icon_hint">No more gifts yet</string>
<string name="instant_light">Light up</string>
@@ -1360,5 +1360,8 @@ Limited ride And limited avatar frame</string>
<string name="diamonds_every_time_requirement_of">Minimum requirement of 1000 diamonds</string>
<string name="diamonds_every_time_requirement_of_hint">Fill in the content of the prankFill in a minimum of 2 words and a maximum of 10 words</string>
<string name="prank_content_yet_hint">You have not set up the prank content yet</string>
<string name="choose_a_prank_gift">Choose a prank gift</string>
<string name="choose_a_prank_gift_hint">Enter the prank content...</string>
<string name="choose_a_prank_gift_hint2">Input quantity</string>
</resources>

View File

@@ -1357,4 +1357,7 @@
<string name="diamonds_every_time_requirement_of">最少1,000鑽石起步</string>
<string name="diamonds_every_time_requirement_of_hint">填寫整蠱內容最少2個字最多10個字</string>
<string name="prank_content_yet_hint">您目前還未設置整蠱內容</string>
<string name="choose_a_prank_gift">選擇整蠱禮物</string>
<string name="choose_a_prank_gift_hint">輸入整蠱內容...</string>
<string name="choose_a_prank_gift_hint2">输入数量</string>
</resources>

View File

@@ -1356,4 +1356,7 @@
<string name="diamonds_every_time_requirement_of">最少1,000鑽石起步</string>
<string name="diamonds_every_time_requirement_of_hint">填寫整蠱內容最少2個字最多10個字</string>
<string name="prank_content_yet_hint">您目前還未設置整蠱內容</string>
<string name="choose_a_prank_gift">選擇整蠱禮物</string>
<string name="choose_a_prank_gift_hint">輸入整蠱內容...</string>
<string name="choose_a_prank_gift_hint2">输入数量</string>
</resources>

View File

@@ -1356,5 +1356,8 @@
<string name="diamonds_every_time_requirement_of">最少1,000鑽石起步</string>
<string name="diamonds_every_time_requirement_of_hint">填寫整蠱內容最少2個字最多10個字</string>
<string name="prank_content_yet_hint">您目前還未設置整蠱內容</string>
<string name="choose_a_prank_gift">選擇整蠱禮物</string>
<string name="choose_a_prank_gift_hint">輸入整蠱內容...</string>
<string name="choose_a_prank_gift_hint2">输入数量</string>
</resources>

View File

@@ -1262,7 +1262,7 @@ Limited ride And limited avatar frame</string>
<string name="gift_wall">Gift wall</string>
<string name="has_been_lit">Has been lit %s</string>
<string name="unlit_icon">Not lit up</string>
<string name="all_service_champion">Platform naming</string>
<string name="all_service_champion">Platform title</string>
<string name="unlit_icon_hint">Not yet lit</string>
<string name="unlit_icon_hint2">The current event has not sent any gifts</string>
<string name="lit_icon_hint">No more gifts yet</string>
@@ -1363,4 +1363,7 @@ Limited ride And limited avatar frame</string>
<string name="diamonds_every_time_requirement_of">Minimum requirement of 1000 diamonds</string>
<string name="diamonds_every_time_requirement_of_hint">Fill in the content of the prankFill in a minimum of 2 words and a maximum of 10 words</string>
<string name="prank_content_yet_hint">You have not set up the prank content yet</string>
<string name="choose_a_prank_gift">Choose a prank gift</string>
<string name="choose_a_prank_gift_hint">Enter the prank content...</string>
<string name="choose_a_prank_gift_hint2">Input quantity</string>
</resources>