홈 화면 문자열 리소스화

This commit is contained in:
2025-12-01 12:09:43 +09:00
parent 41c11d763e
commit af1679c92b
16 changed files with 145 additions and 67 deletions

View File

@@ -107,4 +107,17 @@
<string name="day_sat_short">Sat</string>
<string name="day_sun_short">Sun</string>
<string name="day_random">Random</string>
<string name="screen_home_follow">Follow</string>
<string name="screen_home_following">Following</string>
<string name="screen_home_theme_all">All</string>
<string name="screen_home_sort_revenue">Revenue</string>
<string name="screen_home_sort_sales_count">Sales</string>
<string name="screen_home_sort_comment_count">Comments</string>
<string name="screen_home_sort_like_count">Likes</string>
<string name="screen_home_series_episode_count">Total %1$d episodes</string>
<string name="screen_home_series_popular">Popular</string>
<string name="screen_home_series_new">New</string>
<string name="screen_home_series_complete">Complete</string>
<string name="screen_home_recommend_channel_content_label">Contents</string>
<string name="screen_home_error_unknown">An unknown error occurred. Please try again.</string>
</resources>