feat(creator): 커뮤니티 보기 방식 문자열을 추가한다

This commit is contained in:
2026-06-21 22:31:54 +09:00
parent 9b5bcbe41e
commit efe12774f7
3 changed files with 6 additions and 0 deletions

View File

@@ -321,6 +321,8 @@
<string name="creator_channel_section_sns">SNS</string>
<string name="creator_channel_series_summary">%1$d episodes · %2$s</string>
<string name="creator_channel_community_summary">%1$s · Likes %2$d · Comments %3$d</string>
<string name="creator_channel_community_view_mode_list">List</string>
<string name="creator_channel_community_view_mode_grid">Thumbnail</string>
<string name="creator_channel_fantalk_summary">%1$s · Total %2$d</string>
<string name="creator_channel_fantalk_empty_title">Be the first\nto cheer them on!</string>
<string name="creator_channel_fantalk_support_action">Leave support</string>

View File

@@ -321,6 +321,8 @@
<string name="creator_channel_section_sns">SNS</string>
<string name="creator_channel_series_summary">%1$d件 · %2$s</string>
<string name="creator_channel_community_summary">%1$s · いいね %2$d · コメント %3$d</string>
<string name="creator_channel_community_view_mode_list">リスト型</string>
<string name="creator_channel_community_view_mode_grid">サムネイル型</string>
<string name="creator_channel_fantalk_summary">%1$s · 全体 %2$d</string>
<string name="creator_channel_fantalk_empty_title">最初の応援を\n待っています</string>
<string name="creator_channel_fantalk_support_action">応援を残す</string>

View File

@@ -320,6 +320,8 @@
<string name="creator_channel_section_sns">SNS</string>
<string name="creator_channel_series_summary">%1$d개 · %2$s</string>
<string name="creator_channel_community_summary">%1$s · 좋아요 %2$d · 댓글 %3$d</string>
<string name="creator_channel_community_view_mode_list">리스트형</string>
<string name="creator_channel_community_view_mode_grid">썸네일형</string>
<string name="creator_channel_fantalk_summary">%1$s · 전체 %2$d</string>
<string name="creator_channel_fantalk_empty_title">당신의 첫 응원을\n기다리고 있어요!</string>
<string name="creator_channel_fantalk_support_action">응원 남기기</string>