修改中英文

This commit is contained in:
18401019693 2023-11-11 09:59:01 +08:00
parent 68e6f5df1b
commit c18af48fbb
4 changed files with 5 additions and 4 deletions

View File

@ -41,6 +41,7 @@ import com.yunbao.common.bean.NotificationMsgBean;
import com.yunbao.common.glide.ImgLoader;
import com.yunbao.common.utils.DialogUitl;
import com.yunbao.common.utils.SpUtil;
import com.yunbao.common.utils.WordUtil;
import com.yunbao.main.activity.MainActivity;
import org.json.JSONException;
@ -92,7 +93,7 @@ public class CustomMessageReceiver extends PushMessageReceiver {
if (AppContext.activityWeakReference != null) {
Activity activity = AppContext.activityWeakReference.get();
if (activity != null) {
DialogUitl.showSimpleDialog(activity, "应用需要通知权限", new DialogUitl.SimpleCallback() {
DialogUitl.showSimpleDialog(activity, WordUtil.isNewZh()?"应用需要通知权限":"Application requires notification permission", new DialogUitl.SimpleCallback() {
@Override
public void onConfirmClick(Dialog dialog, String content) {
Intent intent = new Intent();

View File

@ -374,7 +374,7 @@
<string name="live_no_live_record_2">Let\'s go to the opening live experience</string>
<string name="live_no_live_record_3">TA hasn\'t had a live broadcast recently</string>
<string name="live_choose_live_class">Please select a channel</string>
<string name="live_follow_anchor">Focus on the anchor</string>
<string name="live_follow_anchor">has followed the anchor</string>
<string name="live_report">Are you sure to report?</string>
<string name="live_link_mic_2">Interaction</string>
<string name="live_link_mic_3">Quit even wheat</string>

View File

@ -374,7 +374,7 @@
<string name="live_no_live_record_2">Let\'s go to the opening live experience</string>
<string name="live_no_live_record_3">TA hasn\'t had a live broadcast recently</string>
<string name="live_choose_live_class">Please select a channel</string>
<string name="live_follow_anchor">Focus on the anchor</string>
<string name="live_follow_anchor">has followed the anchor</string>
<string name="live_report">Are you sure to report?</string>
<string name="live_link_mic_2">Interaction</string>
<string name="live_link_mic_3">Quit even wheat</string>

View File

@ -307,7 +307,7 @@ public class MainMeViewHolder extends AbsMainViewHolder implements OnItemClickLi
user_noble_text.setText(mContext.getResources().getString(R.string.now_noble) + u.getNoble_name());
user_noble_time.setText(mContext.getResources().getString(R.string.now_noble_time) + u.getNoble_end_time());
} else {
user_noble_text.setText(u.getNoble_name());
user_noble_text.setText(WordUtil.isNewZh()?"貴族中心":"VIP Center");
user_noble_time.setText(mContext.getResources().getString(R.string.open_noble_text));
}
String singnature = u.getSignature();