fix(i18n): 전체 카운트 문구를 정리한다
This commit is contained in:
@@ -96,8 +96,8 @@
|
||||
android:layout_marginTop="15dp"
|
||||
android:ellipsize="end"
|
||||
android:fontFamily="@font/medium"
|
||||
android:maxLines="3"
|
||||
android:lineSpacingExtra="5dp"
|
||||
android:maxLines="3"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textSize="13.3sp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
@@ -143,18 +143,11 @@
|
||||
android:id="@+id/tv_applicant_count"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/spacing_4"
|
||||
android:fontFamily="@font/medium"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
android:textSize="10.7sp"
|
||||
tools:text=" 24" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/medium"
|
||||
android:text="@string/screen_audition_role_applicant_suffix"
|
||||
android:textColor="@color/color_bbbbbb"
|
||||
android:textSize="10.7sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
|
||||
@@ -36,14 +36,6 @@
|
||||
android:textColor="@color/color_dd4500"
|
||||
android:textSize="12sp"
|
||||
tools:text=" 10 " />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/medium"
|
||||
android:text="@string/screen_block_member_total_suffix"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
||||
@@ -32,18 +32,11 @@
|
||||
android:id="@+id/tv_total_count"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/spacing_4"
|
||||
android:fontFamily="@font/medium"
|
||||
android:textColor="@color/color_dd4500"
|
||||
android:textSize="12sp"
|
||||
tools:text=" 10" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/medium"
|
||||
android:text="@string/following_creator_total_suffix"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
||||
@@ -171,18 +171,11 @@
|
||||
android:id="@+id/tv_total_count"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/spacing_4"
|
||||
android:fontFamily="@font/medium"
|
||||
android:textColor="@color/color_dd4500"
|
||||
android:textSize="12sp"
|
||||
tools:text=" 10" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/medium"
|
||||
android:text="@string/following_creator_total_suffix"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
||||
@@ -188,15 +188,6 @@
|
||||
android:textColor="@color/color_80d8ff"
|
||||
android:textSize="12sp"
|
||||
tools:text="56" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/medium"
|
||||
android:layout_marginStart="2dp"
|
||||
android:text="@string/screen_live_room_people_unit"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
||||
@@ -102,15 +102,6 @@
|
||||
android:textColor="@color/color_80d8ff"
|
||||
android:textSize="12sp"
|
||||
tools:text="56" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/medium"
|
||||
android:layout_marginStart="2dp"
|
||||
android:text="@string/screen_live_room_people_unit"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
||||
@@ -717,7 +717,6 @@
|
||||
<string name="screen_live_room_heart_ranking_title">Current live heart ranking</string>
|
||||
<string name="screen_live_room_total_label">Total</string>
|
||||
<string name="screen_live_room_total_count_label">All</string>
|
||||
<string name="screen_live_room_people_unit">users</string>
|
||||
<string name="screen_live_room_donation_ranking_title">Current live donation ranking</string>
|
||||
<string name="screen_live_room_donation_normal_label">Normal</string>
|
||||
<string name="screen_live_room_donation_secret_label">Secret</string>
|
||||
@@ -979,7 +978,6 @@
|
||||
<string name="screen_block_member_title">Blocked users</string>
|
||||
<string name="screen_block_member_total_prefix">Total</string>
|
||||
<string name="screen_block_member_total_count"> %1$d </string>
|
||||
<string name="screen_block_member_total_suffix">users</string>
|
||||
<string name="screen_block_member_empty">No blocked users.</string>
|
||||
<string name="screen_block_member_block">Block</string>
|
||||
<string name="screen_block_member_unblock">Unblock</string>
|
||||
@@ -1120,7 +1118,6 @@
|
||||
<string name="screen_following_creator_title">Following list</string>
|
||||
<string name="following_creator_total_prefix">Total</string>
|
||||
<string name="following_creator_total_count_value">%1$d</string>
|
||||
<string name="following_creator_total_suffix">creators</string>
|
||||
<string name="following_creator_empty">You are not following any channels.</string>
|
||||
|
||||
<!-- Audition -->
|
||||
@@ -1156,7 +1153,6 @@
|
||||
<string name="screen_audition_role_script">Check audition script</string>
|
||||
<string name="screen_audition_role_info_title">Audition character info</string>
|
||||
<string name="screen_audition_role_applicant_prefix">Applicants </string>
|
||||
<string name="screen_audition_role_applicant_suffix">people</string>
|
||||
<string name="screen_audition_sort_newest">Newest</string>
|
||||
<string name="screen_audition_sort_likes">Most liked</string>
|
||||
<string name="screen_audition_no_applicant">No applicants yet.</string>
|
||||
|
||||
@@ -207,7 +207,7 @@
|
||||
<string name="creator_channel_series_status_proceeding">連載</string>
|
||||
<string name="creator_channel_series_status_completed">完結</string>
|
||||
<string name="creator_channel_series_total_content_count">すべて</string>
|
||||
<string name="creator_channel_series_subtitle_content_count">全%1$s話</string>
|
||||
<string name="creator_channel_series_subtitle_content_count">すべて%1$s話</string>
|
||||
<string name="creator_channel_series_progress_count">%1$s/%2$s話</string>
|
||||
<string name="creator_channel_series_progress_percent">%1$s%%</string>
|
||||
<string name="auth_title">本人確認</string>
|
||||
@@ -235,7 +235,7 @@
|
||||
<string name="screen_home_sort_sales_count">販売数</string>
|
||||
<string name="screen_home_sort_comment_count">コメント</string>
|
||||
<string name="screen_home_sort_like_count">いいね</string>
|
||||
<string name="screen_home_series_episode_count">全%1$d話</string>
|
||||
<string name="screen_home_series_episode_count">すべて%1$d話</string>
|
||||
<string name="screen_home_series_popular">人気</string>
|
||||
<string name="screen_home_series_new">新作</string>
|
||||
<string name="screen_home_series_complete">完結</string>
|
||||
@@ -717,7 +717,6 @@
|
||||
<string name="screen_live_room_heart_ranking_title">現在のライブ・ハートランキング</string>
|
||||
<string name="screen_live_room_total_label">合計</string>
|
||||
<string name="screen_live_room_total_count_label">すべて</string>
|
||||
<string name="screen_live_room_people_unit">名</string>
|
||||
<string name="screen_live_room_donation_ranking_title">現在のライブ・ギフトランキング</string>
|
||||
<string name="screen_live_room_donation_normal_label">一般</string>
|
||||
<string name="screen_live_room_donation_secret_label">シークレット</string>
|
||||
@@ -977,9 +976,8 @@
|
||||
<string name="screen_service_center_kakao">TALK問い合わせ</string>
|
||||
<!-- Block Member -->
|
||||
<string name="screen_block_member_title">ブロックリスト</string>
|
||||
<string name="screen_block_member_total_prefix">全</string>
|
||||
<string name="screen_block_member_total_prefix">すべて</string>
|
||||
<string name="screen_block_member_total_count"> %1$d </string>
|
||||
<string name="screen_block_member_total_suffix">名</string>
|
||||
<string name="screen_block_member_empty">ブロックしたユーザーがいません。</string>
|
||||
<string name="screen_block_member_block">ブロック</string>
|
||||
<string name="screen_block_member_unblock">ブロック解除</string>
|
||||
@@ -1028,7 +1026,7 @@
|
||||
<string name="screen_user_follower_list_total_label">すべて</string>
|
||||
<string name="screen_user_follower_list_error_invalid_request">無効なリクエストです。\n恐れ入りますが、もう一度お試しください。</string>
|
||||
<string name="screen_user_profile_series_title">シリーズ</string>
|
||||
<string name="screen_user_profile_series_total_count">全%1$d話</string>
|
||||
<string name="screen_user_profile_series_total_count">すべて%1$d話</string>
|
||||
<string name="screen_user_profile_donation_title">ギフトランキング</string>
|
||||
<string name="screen_user_profile_donation_all_title">ギフトランキングをすべて見る</string>
|
||||
<string name="screen_user_profile_donation_toggle_title">チャンネルにギフトランキングを表示</string>
|
||||
@@ -1118,16 +1116,15 @@
|
||||
|
||||
<!-- Following Creator -->
|
||||
<string name="screen_following_creator_title">フォロー中リスト</string>
|
||||
<string name="following_creator_total_prefix">全</string>
|
||||
<string name="following_creator_total_prefix">すべて</string>
|
||||
<string name="following_creator_total_count_value">%1$d</string>
|
||||
<string name="following_creator_total_suffix">名</string>
|
||||
<string name="following_creator_empty">フォロー中のチャンネルがありません。</string>
|
||||
|
||||
<!-- Audition -->
|
||||
<string name="screen_audition_title">オーディション</string>
|
||||
<string name="screen_audition_on">ON</string>
|
||||
<string name="screen_audition_off">OFF</string>
|
||||
<string name="screen_audition_total_count">全 %1$d個</string>
|
||||
<string name="screen_audition_total_count">すべて %1$d個</string>
|
||||
<string name="screen_audition_how_to_use">ボイスオンオーディション利用方法</string>
|
||||
<string name="screen_audition_how_to_use_more">詳しく></string>
|
||||
<string name="screen_audition_error_invalid_request">無効なリクエストです。\n恐れ入りますが、もう一度お試しください。</string>
|
||||
@@ -1156,7 +1153,6 @@
|
||||
<string name="screen_audition_role_script">オーディション台本確認</string>
|
||||
<string name="screen_audition_role_info_title">オーディションキャラ情報</string>
|
||||
<string name="screen_audition_role_applicant_prefix">リスナー</string>
|
||||
<string name="screen_audition_role_applicant_suffix">名</string>
|
||||
<string name="screen_audition_sort_newest">最新順</string>
|
||||
<string name="screen_audition_sort_likes">いいね順</string>
|
||||
<string name="screen_audition_no_applicant">応募者がいません。</string>
|
||||
@@ -1322,7 +1318,7 @@
|
||||
<string name="screen_audio_content_box_tab_orders">購入リスト</string>
|
||||
<string name="screen_audio_content_box_tab_playlists">プレイリスト</string>
|
||||
<string name="screen_audio_content_order_title">コンテンツ保管箱</string>
|
||||
<string name="screen_audio_content_order_total_prefix">全</string>
|
||||
<string name="screen_audio_content_order_total_prefix">すべて</string>
|
||||
<string name="audio_content_order_label_rental">レンタル</string>
|
||||
<string name="audio_content_order_label_rental_period">(利用期間5日)</string>
|
||||
<string name="audio_content_order_label_keep">購入</string>
|
||||
@@ -1356,7 +1352,7 @@
|
||||
<string name="audio_content_playlist_create_title_min_length_error">タイトルを%1$d文字以上入力してください</string>
|
||||
<string name="audio_content_playlist_create_content_min_count_error">コンテンツを%1$d個以上追加してください</string>
|
||||
<string name="audio_content_playlist_total_count">%1$d個</string>
|
||||
<string name="audio_content_playlist_content_count">全 %1$d個</string>
|
||||
<string name="audio_content_playlist_content_count">すべて %1$d個</string>
|
||||
<string name="audio_content_playlist_empty_title">プレイリストが空です。</string>
|
||||
<string name="audio_content_playlist_empty_desc">よく聴くコンテンツで\nプレイリストを作ってみましょう。</string>
|
||||
<string name="audio_content_playlist_modify_title">プレイリスト編集</string>
|
||||
|
||||
@@ -206,7 +206,7 @@
|
||||
<string name="creator_channel_series_status_proceeding">연재</string>
|
||||
<string name="creator_channel_series_status_completed">완결</string>
|
||||
<string name="creator_channel_series_total_content_count">전체</string>
|
||||
<string name="creator_channel_series_subtitle_content_count">총 %1$s화</string>
|
||||
<string name="creator_channel_series_subtitle_content_count">전체 %1$s화</string>
|
||||
<string name="creator_channel_series_progress_count">%1$s/%2$s화</string>
|
||||
<string name="creator_channel_series_progress_percent">%1$s%%</string>
|
||||
<string name="auth_title">본인인증</string>
|
||||
@@ -234,7 +234,7 @@
|
||||
<string name="screen_home_sort_sales_count">판매량</string>
|
||||
<string name="screen_home_sort_comment_count">댓글</string>
|
||||
<string name="screen_home_sort_like_count">좋아요</string>
|
||||
<string name="screen_home_series_episode_count">총 %1$d화</string>
|
||||
<string name="screen_home_series_episode_count">전체 %1$d화</string>
|
||||
<string name="screen_home_series_popular">인기</string>
|
||||
<string name="screen_home_series_new">신작</string>
|
||||
<string name="screen_home_series_complete">완결</string>
|
||||
@@ -716,7 +716,6 @@
|
||||
<string name="screen_live_room_heart_ranking_title">현재 라이브 하트랭킹</string>
|
||||
<string name="screen_live_room_total_label">합계</string>
|
||||
<string name="screen_live_room_total_count_label">전체</string>
|
||||
<string name="screen_live_room_people_unit">명</string>
|
||||
<string name="screen_live_room_donation_ranking_title">현재 라이브 후원랭킹</string>
|
||||
<string name="screen_live_room_donation_normal_label">일반</string>
|
||||
<string name="screen_live_room_donation_secret_label">비밀</string>
|
||||
@@ -976,9 +975,8 @@
|
||||
<string name="screen_service_center_kakao">TALK 문의</string>
|
||||
<!-- Block Member -->
|
||||
<string name="screen_block_member_title">차단 리스트</string>
|
||||
<string name="screen_block_member_total_prefix">총</string>
|
||||
<string name="screen_block_member_total_prefix">전체</string>
|
||||
<string name="screen_block_member_total_count"> %1$d </string>
|
||||
<string name="screen_block_member_total_suffix">명</string>
|
||||
<string name="screen_block_member_empty">차단한 유저가 없습니다.</string>
|
||||
<string name="screen_block_member_block">차단</string>
|
||||
<string name="screen_block_member_unblock">차단해제</string>
|
||||
@@ -1027,7 +1025,7 @@
|
||||
<string name="screen_user_follower_list_total_label">전체</string>
|
||||
<string name="screen_user_follower_list_error_invalid_request">잘못된 요청입니다.\n다시 시도해 주세요.</string>
|
||||
<string name="screen_user_profile_series_title">시리즈</string>
|
||||
<string name="screen_user_profile_series_total_count">총 %1$d화</string>
|
||||
<string name="screen_user_profile_series_total_count">전체 %1$d화</string>
|
||||
<string name="screen_user_profile_donation_title">후원랭킹</string>
|
||||
<string name="screen_user_profile_donation_all_title">후원랭킹 전체보기</string>
|
||||
<string name="screen_user_profile_donation_toggle_title">채널에 후원랭킹 활성화</string>
|
||||
@@ -1117,16 +1115,15 @@
|
||||
|
||||
<!-- Following Creator -->
|
||||
<string name="screen_following_creator_title">팔로잉 리스트</string>
|
||||
<string name="following_creator_total_prefix">총</string>
|
||||
<string name="following_creator_total_prefix">전체</string>
|
||||
<string name="following_creator_total_count_value">%1$d</string>
|
||||
<string name="following_creator_total_suffix">명</string>
|
||||
<string name="following_creator_empty">팔로우 중인 채널이 없습니다.</string>
|
||||
|
||||
<!-- Audition -->
|
||||
<string name="screen_audition_title">오디션</string>
|
||||
<string name="screen_audition_on">ON</string>
|
||||
<string name="screen_audition_off">OFF</string>
|
||||
<string name="screen_audition_total_count">총 %1$d개</string>
|
||||
<string name="screen_audition_total_count">전체 %1$d개</string>
|
||||
<string name="screen_audition_how_to_use">보이스온 오디션 이용방법</string>
|
||||
<string name="screen_audition_how_to_use_more">자세히></string>
|
||||
<string name="screen_audition_error_invalid_request">잘못된 요청입니다.\n다시 시도해 주세요.</string>
|
||||
@@ -1155,7 +1152,6 @@
|
||||
<string name="screen_audition_role_script">오디션 대본 확인</string>
|
||||
<string name="screen_audition_role_info_title">오디션 캐릭터 정보</string>
|
||||
<string name="screen_audition_role_applicant_prefix">참여자</string>
|
||||
<string name="screen_audition_role_applicant_suffix">명</string>
|
||||
<string name="screen_audition_sort_newest">최신순</string>
|
||||
<string name="screen_audition_sort_likes">좋아요순</string>
|
||||
<string name="screen_audition_no_applicant">지원자가 없습니다.</string>
|
||||
@@ -1321,7 +1317,7 @@
|
||||
<string name="screen_audio_content_box_tab_orders">구매목록</string>
|
||||
<string name="screen_audio_content_box_tab_playlists">재생목록</string>
|
||||
<string name="screen_audio_content_order_title">콘텐츠 보관함</string>
|
||||
<string name="screen_audio_content_order_total_prefix">총</string>
|
||||
<string name="screen_audio_content_order_total_prefix">전체</string>
|
||||
<string name="audio_content_order_label_rental">대여</string>
|
||||
<string name="audio_content_order_label_rental_period">(이용기간 5일)</string>
|
||||
<string name="audio_content_order_label_keep">소장</string>
|
||||
@@ -1355,7 +1351,7 @@
|
||||
<string name="audio_content_playlist_create_title_min_length_error">제목을 %1$d자 이상 입력하세요</string>
|
||||
<string name="audio_content_playlist_create_content_min_count_error">콘텐츠를 %1$d개 이상 추가하세요</string>
|
||||
<string name="audio_content_playlist_total_count">%1$d개</string>
|
||||
<string name="audio_content_playlist_content_count">총 %1$d개</string>
|
||||
<string name="audio_content_playlist_content_count">전체 %1$d개</string>
|
||||
<string name="audio_content_playlist_empty_title">재생목록이 비어있습니다.</string>
|
||||
<string name="audio_content_playlist_empty_desc">자주 듣는 콘텐츠를\n재생목록으로 만들어 보세요.</string>
|
||||
<string name="audio_content_playlist_modify_title">재생목록 수정</string>
|
||||
|
||||
Reference in New Issue
Block a user