오디션 역할 상세 문자열 리소스화

This commit is contained in:
2025-12-01 15:31:26 +09:00
parent 159a5ae8b3
commit 98209d0d5f
6 changed files with 152 additions and 73 deletions

View File

@@ -199,6 +199,8 @@
<string name="screen_audition_detail_collapse">Collapse</string>
<string name="screen_audition_status_open">Open</string>
<string name="screen_audition_status_closed">Closed</string>
<string name="screen_audition_invalid_audio_file">Invalid audio file.\nPlease select again.</string>
<string name="screen_audition_select_audio">Select audio</string>
<string name="dialog_audition_method_title">How to apply</string>
<string name="dialog_audition_method_upload">Upload file</string>
<string name="dialog_audition_method_record">Record now</string>
@@ -212,6 +214,24 @@
<string name="dialog_audition_apply_error_invalid_phone">Invalid contact number.\nPlease try again.</string>
<string name="dialog_audition_apply_error_need_agreement">You must agree to the collection and use of contact information to apply for the audition.</string>
<string name="screen_audition_play_error">Could not play the content.\nPlease try again.</string>
<string name="screen_audition_role_original_work">View original work</string>
<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>
<string name="screen_audition_apply">Apply for audition</string>
<string name="screen_audition_apply_again">Reapply for audition</string>
<string name="dialog_audition_reapply_title">Reapply notice</string>
<string name="dialog_audition_reapply_desc">Reapplying will delete your previous submission and invalidate the votes you received.</string>
<string name="dialog_audition_auth_title">- Verification required -</string>
<string name="dialog_audition_auth_desc">Please complete identity verification in My Page before applying for the audition.</string>
<string name="dialog_audition_vote_title">[Audition cheer]</string>
<string name="dialog_audition_vote_desc">You cheered for this audition.\n(Free cheer: once per day per account)\nTry adding more cheer with 1 Can.</string>
<string name="dialog_audition_vote_limit_title">[Cheer limit reached]</string>
<string name="dialog_audition_vote_limit_desc">You reached todays cheer limit.\nYou can cheer up to 10 times per day.\nTry again tomorrow.</string>
<!-- Settings / Notices / Events -->
<string name="screen_settings_title">Settings</string>