多语言适配:修改部分翻译
This commit is contained in:
@@ -210,7 +210,7 @@ public class CreatePKActivity extends BaseMvpActivity<ICreatePKView, CreatePKPre
|
||||
redTeamName.get(i).setText(userInfoList.get(i).getNick());
|
||||
} else {
|
||||
redTeamAvatar.get(i).setImageResource(R.mipmap.ic_red_seat);
|
||||
redTeamName.get(i).setText(R.string.wait_for_mic);
|
||||
redTeamName.get(i).setText(String.valueOf(i+1));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -248,7 +248,7 @@ public class CreatePKActivity extends BaseMvpActivity<ICreatePKView, CreatePKPre
|
||||
blueTeamName.get(i).setText(userInfoList.get(i).getNick());
|
||||
} else {
|
||||
blueTeamAvatar.get(i).setImageResource(R.mipmap.ic_blue_seat);
|
||||
blueTeamName.get(i).setText(R.string.wait_for_mic);
|
||||
blueTeamName.get(i).setText(String.valueOf(i+1));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -52,7 +52,7 @@
|
||||
android:lines="1"
|
||||
android:paddingStart="6dp"
|
||||
android:paddingEnd="6dp"
|
||||
android:text="@string/wait_for_mic"
|
||||
android:text="1"
|
||||
android:textColor="@color/color_FFFFFF"
|
||||
android:textSize="10dp" />
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
android:lines="1"
|
||||
android:paddingStart="6dp"
|
||||
android:paddingEnd="6dp"
|
||||
android:text="@string/wait_for_mic"
|
||||
android:text="2"
|
||||
android:textColor="@color/color_FFFFFF"
|
||||
android:textSize="10dp" />
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
android:lines="1"
|
||||
android:paddingStart="6dp"
|
||||
android:paddingEnd="6dp"
|
||||
android:text="@string/wait_for_mic"
|
||||
android:text="3"
|
||||
android:textColor="@color/color_FFFFFF"
|
||||
android:textSize="10dp" />
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
android:lines="1"
|
||||
android:paddingStart="6dp"
|
||||
android:paddingEnd="6dp"
|
||||
android:text="@string/wait_for_mic"
|
||||
android:text="4"
|
||||
android:textColor="@color/color_FFFFFF"
|
||||
android:textSize="10dp" />
|
||||
|
||||
@@ -190,7 +190,7 @@
|
||||
android:lines="1"
|
||||
android:paddingStart="6dp"
|
||||
android:paddingEnd="6dp"
|
||||
android:text="@string/wait_for_mic"
|
||||
android:text="1"
|
||||
android:textColor="@color/color_FFFFFF"
|
||||
android:textSize="10dp" />
|
||||
|
||||
@@ -219,7 +219,7 @@
|
||||
android:lines="1"
|
||||
android:paddingStart="6dp"
|
||||
android:paddingEnd="6dp"
|
||||
android:text="@string/wait_for_mic"
|
||||
android:text="2"
|
||||
android:textColor="@color/color_FFFFFF"
|
||||
android:textSize="10dp" />
|
||||
|
||||
@@ -249,7 +249,7 @@
|
||||
android:lines="1"
|
||||
android:paddingStart="6dp"
|
||||
android:paddingEnd="6dp"
|
||||
android:text="@string/wait_for_mic"
|
||||
android:text="3"
|
||||
android:textColor="@color/color_FFFFFF"
|
||||
android:textSize="10dp" />
|
||||
|
||||
@@ -279,7 +279,7 @@
|
||||
android:lines="1"
|
||||
android:paddingStart="6dp"
|
||||
android:paddingEnd="6dp"
|
||||
android:text="@string/wait_for_mic"
|
||||
android:text="4"
|
||||
android:textColor="@color/color_FFFFFF"
|
||||
android:textSize="10dp" />
|
||||
|
||||
|
@@ -126,7 +126,7 @@
|
||||
<string name="friend">الأصدقاء</string>
|
||||
<string name="attention">متابعة</string>
|
||||
<string name="no_frenids_text">لم تقم بإضافة أي أصدقاء بعد! \n اذهب وأضف أصدقاء الآن!</string>
|
||||
<string name="no_fan_text">بعد MoliStar ليس لديك أي معجبين على</string>
|
||||
<string name="no_fan_text">بعد Molistar ليس لديك أي معجبين على</string>
|
||||
<string name="my_jewel">رصيد عملة</string>
|
||||
<string name="jewel_withdraw">يمكن استخدام العملة للسحب، مع معدل تحويل 1 يوان = 10 عملات</string>
|
||||
<string name="main_home">الرئيسية</string>
|
||||
@@ -218,12 +218,12 @@
|
||||
<string name="my_pos_in_queue">موقعي في القائمة: </string>
|
||||
|
||||
<string name="KTV">كاريوكي</string>
|
||||
<string name="room_PK_mode">وضع المنافسة</string>
|
||||
<string name="room_PK_time">وقت المنافسة</string>
|
||||
<string name="room_was_in_PK">في حالة المنافسة...</string>
|
||||
<string name="room_PK_mode">PK نمط</string>
|
||||
<string name="room_PK_time">PK وقت</string>
|
||||
<string name="room_was_in_PK">قيد التقدم PK</string>
|
||||
|
||||
<string name="create_PK">إنشاء المنافسة</string>
|
||||
<string name="PK_record">سجل المنافسة</string>
|
||||
<string name="create_PK">PK إنشاء</string>
|
||||
<string name="PK_record">PK سجل</string>
|
||||
<string name="wait_for_mic">انتظار الاستخدام</string>
|
||||
|
||||
<string name="team_PK">مباراة جماعية</string>
|
||||
@@ -1220,7 +1220,7 @@
|
||||
<string name="avroom_activity_createpkactivity_02">إنشاء هذه المسابقة سيستبدل المسابقة الحالية، هل أنت متأكد أنك تريد المتابعة؟</string>
|
||||
<string name="avroom_activity_createpkactivity_03">إنشاء مرة أخرى</string>
|
||||
<string name="avroom_activity_createpkactivity_04">إنهاء المسابقة سيغلق المسابقة الحالية ويعود إلى وضع الغرفة العادي، هل أنت متأكد أنك تريد إغلاق المسابقة الحالية؟</string>
|
||||
<string name="avroom_activity_createpkactivity_05">إنشاء مسابقة</string>
|
||||
<string name="avroom_activity_createpkactivity_05">PK إنشاء</string>
|
||||
<string name="avroom_activity_createpkactivity_06">ثواني</string>
|
||||
<string name="avroom_activity_createpkactivity_07">وقت المسابقة يتراوح بين 30 ثانية و 30 دقيقة</string>
|
||||
<string name="avroom_activity_createpkactivity_08">دقائق</string>
|
||||
@@ -1428,8 +1428,8 @@
|
||||
<string name="avroom_dialog_roomimposedialog_04">تم التعيين بنجاح</string>
|
||||
<string name="avroom_dialog_roomoperationdialog_01">لا يمكن فتح وضع الـ PK أثناء عملية البحث عن شريك!</string>
|
||||
<string name="avroom_dialog_roomoperationdialog_02">لا يمكن فتح وضع الـ PK أثناء الـ PK عبر الغرف!</string>
|
||||
<string name="avroom_dialog_roomoperationdialog_03">في عملية الـ PK عبر الغرف</string>
|
||||
<string name="avroom_dialog_roomoperationdialog_04">الـ PK عبر الغرف</string>
|
||||
<string name="avroom_dialog_roomoperationdialog_03">قيد PKالغرفة </string>
|
||||
<string name="avroom_dialog_roomoperationdialog_04">PK غرفة</string>
|
||||
<string name="avroom_dialog_roomoperationdialog_05">لا يمكن فتح الـ PK عبر الغرف أثناء عملية البحث عن شريك!</string>
|
||||
<string name="avroom_dialog_roomoperationdialog_06">لا يمكن فتح الـ PK عبر الغرف أثناء الـ PK!</string>
|
||||
<string name="avroom_dialog_roomoperationdialog_07">في عملية الـ PK عبر الغرف...</string>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<resources>
|
||||
|
||||
<string name="yizhuan_xchat_android_constants_xchatconstants_01">تعمل المنصة على تعزيز التفاعلات الودية وتحظر ترويج ونشر المحتوى غير القانوني. الأنشطة الاحتيالية ضد المستخدمين ممنوعة منعا باتا. أي انتهاكات ستؤدي إلى تعليق الحساب. يرجى الإبلاغ عن أي انتهاكات على وجه السرعة.</string>
|
||||
<string name="yizhuan_xchat_android_constants_xchatconstants_01">اهلا بك في برنامج Molistar، سيتم حظر اي شخص يخالف القوانين، او يقوم بعملية التزوير والنصب</string>
|
||||
<string name="yizhuan_xchat_android_constants_xchatconstants_02">تعال إلى موليستار واجتمع بصوتك الحصري.</string>
|
||||
<string name="yizhuan_xchat_android_constants_xchatconstants_03">تعال إلى موليستار، واصنع أصدقاء، والعب معًا.</string>
|
||||
<string name="yizhuan_xchat_android_constants_xchatconstants_04">انضم إلى عائلة والعب مع الأصدقاء الذين يشتركون في اهتماماتك.</string>
|
||||
|
Reference in New Issue
Block a user