fix(ui): 홈/메인 문자열 리소스화 및 영·일 번역 추가

This commit is contained in:
2025-11-28 18:40:42 +09:00
parent 6e3edd1e96
commit 2740522f05
9 changed files with 162 additions and 196 deletions

View File

@@ -57,4 +57,41 @@
<string name="login_google_failed">Could not sign in with Google. Please try again.</string>
<string name="login_failed">Could not sign in. Please try again.</string>
<string name="login_kakao_failed">Could not sign in with Kakao. Please try again.</string>
<!-- Main / Home -->
<string name="tab_home">Home</string>
<string name="tab_chat">Chat</string>
<string name="tab_live">Live</string>
<string name="tab_my">My</string>
<string name="live_now">Live now</string>
<string name="famous_creator">Popular creators</string>
<string name="latest_content">Latest content</string>
<string name="view_all">View all</string>
<string name="voiceon_original_only">Only on VoiceOn</string>
<string name="series_by_weekday">Series by weekday</string>
<string name="popular_character_chat">Popular character chat</string>
<string name="weekly_chart">Bo-on weekly chart</string>
<string name="recommend_channel">Recommended channels</string>
<string name="free_content">Free content</string>
<string name="point_rental_content">Point rental content</string>
<string name="recommend_content">Recommended content</string>
<string name="read_more">Read more</string>
<string name="read_less">Read less</string>
<string name="action_upload_content">Upload content</string>
<string name="company_info">- Company: SodaLive Inc.\n\n- CEO: Jaehyung Lee\n\n- Address: 5F #563A, 10, Hwangsaeul-ro 335beon-gil, Bundang-gu, Seongnam-si, Gyeonggi-do\n\n- Business Registration No.: 870-81-03220\n\n- Mail-Order Sales Report: No. 2024-SeongnamBundangB-1012\n\n- Customer Center: 02-2055-1477 (10:00~19:00)\n\n- Contact Email: sodalive.official@gmail.com</string>
<string name="live_paid_title">Paid live entry</string>
<string name="live_paid_desc">Spend %1$d cans and\nenter the live?</string>
<string name="live_paid_warning">The live started %1$d hour(s) %2$d minute(s) ago. It may end within 30 minutes after you enter.</string>
<string name="live_paid_confirm">Enter after payment</string>
<string name="auth_title">Identity verification</string>
<string name="auth_desc">VoiceOn open-world character chat is available only to verified adults to protect youth.\nPlease verify your identity to use the service.</string>
<string name="auth_go">Verify now</string>
<string name="day_mon_short">Mon</string>
<string name="day_tue_short">Tue</string>
<string name="day_wed_short">Wed</string>
<string name="day_thu_short">Thu</string>
<string name="day_fri_short">Fri</string>
<string name="day_sat_short">Sat</string>
<string name="day_sun_short">Sun</string>
<string name="day_random">Random</string>
</resources>