AudioContent 상세 문자열 리소스화
상세 화면과 다이얼로그의 하드코딩 텍스트를 문자열 리소스로 이동했습니다. ko/en/ja 리소스 추가 및 기본 시간 표시, 토스트, 공유 문구를 리소스 키로 통일했습니다.
This commit is contained in:
@@ -863,6 +863,66 @@
|
||||
<string name="screen_audio_content_ranking_title">Popular content</string>
|
||||
<string name="screen_audio_content_ranking_notice">※ Rankings are updated weekly.</string>
|
||||
<string name="screen_audio_content_error_invalid_request_retry">Invalid request.\nPlease try again.</string>
|
||||
<!-- Audio Content Detail -->
|
||||
<string name="screen_audio_content_detail_title">Content details</string>
|
||||
<string name="screen_audio_content_detail_donation_minimum">You can donate 1 can or more.</string>
|
||||
<string name="screen_audio_content_detail_donation_empty_message">Enter a message to send.</string>
|
||||
<string name="screen_audio_content_detail_pin_limit_title">Pin limit reached</string>
|
||||
<string name="screen_audio_content_detail_pin_limit_message">Pin this content?\nYou can pin up to 3 items on your channel.\nPinning this will replace the oldest item.</string>
|
||||
<string name="screen_audio_content_detail_time_default">00:00:00</string>
|
||||
<string name="screen_audio_content_detail_time_total_default"> / 00:00:00</string>
|
||||
<string name="screen_audio_content_detail_total_duration_format"> / %1$s</string>
|
||||
<string name="screen_audio_content_detail_preview_unavailable">Preview is unavailable at the creator’s request.</string>
|
||||
<string name="screen_audio_content_detail_previous">Previous</string>
|
||||
<string name="screen_audio_content_detail_next">Next</string>
|
||||
<string name="screen_audio_content_detail_share_title">Share audio content</string>
|
||||
<string name="screen_audio_content_detail_share">Share</string>
|
||||
<string name="screen_audio_content_detail_donation">Donate</string>
|
||||
<string name="screen_audio_content_detail_limited_edition">Limited</string>
|
||||
<string name="screen_audio_content_detail_remaining">Remaining</string>
|
||||
<string name="screen_audio_content_detail_buyer_title">Buyers</string>
|
||||
<string name="screen_audio_content_detail_preview_message">Preview is playing.\nPurchase to listen to the full content.</string>
|
||||
<string name="screen_audio_content_detail_purchase_sold_out">This content is sold out.</string>
|
||||
<string name="screen_audio_content_detail_purchase_unit_won">Pay with KRW</string>
|
||||
<string name="screen_audio_content_detail_purchase_unit_can">Pay with cans</string>
|
||||
<string name="screen_audio_content_detail_action_buy">Buy</string>
|
||||
<string name="screen_audio_content_detail_action_keep">Own</string>
|
||||
<string name="screen_audio_content_detail_action_rental">Rent</string>
|
||||
<string name="screen_audio_content_detail_comment_title">Comments</string>
|
||||
<string name="screen_audio_content_detail_comment_secret">Private comment</string>
|
||||
<string name="screen_audio_content_detail_comment_hint">Leave a comment</string>
|
||||
<string name="screen_audio_content_detail_creator_other_title">Creator’s other content</string>
|
||||
<string name="screen_audio_content_detail_creator_other_empty">Other content from this creator is being prepared.\nPlease check back soon.</string>
|
||||
<string name="screen_audio_content_detail_theme_other_title">Other content in this theme</string>
|
||||
<string name="screen_audio_content_detail_theme_other_empty">Other content for this theme is being prepared.\nPlease wait a moment.</string>
|
||||
<string name="screen_audio_content_detail_adult_notice">This content is not available to users under 19.\nPlease verify your identity to continue.</string>
|
||||
<string name="screen_audio_content_detail_pin">Pin to my channel</string>
|
||||
<string name="screen_audio_content_detail_pin_cancel">Unpin from my channel</string>
|
||||
<string name="screen_audio_content_detail_edit">Edit</string>
|
||||
<string name="screen_audio_content_detail_delete">Delete</string>
|
||||
<string name="screen_audio_content_detail_report">Report</string>
|
||||
<string name="screen_audio_content_detail_delete_title">Delete content</string>
|
||||
<string name="screen_audio_content_detail_delete_notice">I understand that deleted content cannot be restored.</string>
|
||||
<string name="screen_audio_content_detail_delete_desc">Even if you delete this content, users who purchased it can still access it.</string>
|
||||
<string name="screen_audio_content_detail_delete_confirm_message">Delete [%1$s]?</string>
|
||||
<string name="screen_audio_content_detail_delete_consent_required">You must agree before deleting.</string>
|
||||
<string name="screen_audio_content_detail_report_title">Report content</string>
|
||||
<string name="screen_audio_content_detail_report_reason_harassment">Harassment or cyberbullying</string>
|
||||
<string name="screen_audio_content_detail_report_reason_privacy">Privacy violation</string>
|
||||
<string name="screen_audio_content_detail_report_reason_impersonation">Identity theft</string>
|
||||
<string name="screen_audio_content_detail_report_reason_threat">Violent threats</string>
|
||||
<string name="screen_audio_content_detail_report_reason_child_abuse">Child abuse</string>
|
||||
<string name="screen_audio_content_detail_report_reason_hate">Hate speech against protected groups</string>
|
||||
<string name="screen_audio_content_detail_report_reason_spam">Spam or fraud</string>
|
||||
<string name="screen_audio_content_detail_report_desc">Our team will review the report and remove the content if it violates our policy.</string>
|
||||
<string name="screen_audio_content_detail_report_reason_required">Select a reason to report.</string>
|
||||
<string name="screen_audio_content_detail_order_rental_success">Rental completed.</string>
|
||||
<string name="screen_audio_content_detail_order_keep_success">Purchase completed.</string>
|
||||
<string name="screen_audio_content_detail_delete_success">Deleted.</string>
|
||||
<string name="screen_audio_content_detail_report_submitted">Your report has been submitted.</string>
|
||||
<string name="screen_audio_content_detail_donation_success">You donated %1$s cans.</string>
|
||||
<string name="screen_audio_content_detail_pin_success">Pinned.</string>
|
||||
<string name="screen_audio_content_detail_unpin_success">Unpinned.</string>
|
||||
|
||||
<!-- Alarm -->
|
||||
<string name="alarm_time_format">hh:mm</string>
|
||||
|
||||
Reference in New Issue
Block a user