新增功能翻译资源

This commit is contained in:
18401019693
2023-04-02 16:31:11 +08:00
parent d320373b07
commit 329bd63229
4 changed files with 55 additions and 5 deletions

View File

@@ -1825,6 +1825,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
}
private void initPkRankView(PkRankBean bean) {
if (pkRankVf.getTag() != null) {
return;
}
@@ -1851,6 +1852,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
pkRankVf.addView(hourView);
pkRankVf.startFlipping();
pkRankVf.setTag("start");
pkRankLayout.setVisibility(View.VISIBLE);
}
private void initPkRank() {
@@ -1858,6 +1860,8 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
}
public void initPkRank(String isLadders) {
pkRankLayout.setVisibility(View.GONE);
liveRankPk2.setVisibility(View.GONE);
mRedVal.setVisibility(View.GONE);
mBlueVal.setVisibility(View.GONE);
mPkRankTopIcon.setVisibility(View.GONE);
@@ -1897,6 +1901,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
});
}
pkRankLayout.setVisibility(View.VISIBLE);
liveRankPk2.setVisibility(View.VISIBLE);
mPkRankText.setText(bean.getName());
ImgLoader.display(mContext, bean.getImg(), mPkRankIcon);
if (StringUtil.isEmpty(bean.getPkTopImgUrl())) {

View File

@@ -67,6 +67,25 @@
<string name="random_pk_search_hint" >Please enter the anchor nickname or id you want to pk</string>
<string name="free_pk_user_pking" >The other team is engaged in a PK</string>
<string name="free_pk_num_null" >The PK number is used up</string>
<string name="live_user_mailbox_top_text">来自%s的信</string>
<string name="live_user_mailbox_tip_text">「%s」有更多話對你說</string>
<string name="live_user_mailbox_top_text">Letter from %s</string>
<string name="live_user_mailbox_tip_text">「%s」have more to say to you</string>
<string name="live_user_mailbox_more_text">View details</string>
<string name="live_user_mailbox_web_title">Letter from[%s]</string>
<string name="live_anchor_edit_call_me_title">Editors Contact</string>
<string name="live_anchor_edit_call_me_switch">Contact switch</string>
<string name="live_anchor_edit_call_me_select_gift">Choose a gift</string>
<string name="live_anchor_edit_call_me_not_filled">Not filled</string>
<string name="live_anchor_edit_call_me_not_filled_toash">Please fill in your contact details before enabling</string>
<string name="live_anchor_edit_call_me_not_gift_toash">No gift selected</string>
<string name="live_anchor_edit_call_me_letter_title">Letter Content</string>
<string name="live_anchor_edit_call_me_letter_content">The most romantic thing I can think of is to grow old with you, to collect all the laughs along the way, and to talk about them later in a rocking chair.</string>
<string name="live_ready_anchor_call_me">Contact details</string>
<string name="live_anchor_say_title">Editors Goddess says</string>
<string name="live_anchor_say_edit_hint">Please enter the words the goddess wants to say, limited to 16 words.</string>
<string name="live_anchor_say_select_style">Select Style</string>
<string name="live_anchor_say_switch">The Goddess Says Switch</string>
<string name="live_user_letter_dialog_title">Delete Mail</string>
<string name="live_user_letter_dialog_content">Do you confirm the deletion of this email?</string>
<string name="live_user_letter_dialog_yes">Delete</string>
<string name="live_user_letter_dialog_no">Think again</string>
</resources>