콘텐츠 업로드 문자열 리소스화

This commit is contained in:
2025-12-03 18:11:54 +09:00
parent ad1c58bbf5
commit de042abd79
9 changed files with 441 additions and 140 deletions

View File

@@ -837,6 +837,86 @@
<string name="screen_audio_content_all_title_point_only">All point rentals</string>
<string name="screen_audio_content_error_invalid_request">Invalid request.</string>
<string name="audio_content_player_error_launch_failed">Couldn\'t start the player.\nPlease try again.</string>
<string name="screen_audio_content_upload_title">Upload content</string>
<string name="screen_audio_content_upload_thumbnail_label">Thumbnail</string>
<string name="screen_audio_content_upload_section_upload">Upload</string>
<string name="screen_audio_content_upload_select_file">Select file</string>
<string name="screen_audio_content_upload_title_label">Title</string>
<string name="screen_audio_content_upload_title_hint">Enter a title.</string>
<string name="screen_audio_content_upload_content_label">Description</string>
<string name="screen_audio_content_upload_char_count_format">%1$d chars</string>
<string name="screen_audio_content_upload_char_limit_suffix"> / Max 500 chars</string>
<string name="screen_audio_content_upload_content_hint">Enter a description</string>
<string name="screen_audio_content_upload_theme_label">Theme</string>
<string name="screen_audio_content_upload_theme_select">Select theme</string>
<string name="screen_audio_content_upload_tag_label">Tags</string>
<string name="screen_audio_content_upload_tag_hint">Ex: #romance #cover #tag</string>
<string name="screen_audio_content_upload_price_section_title">Pricing</string>
<string name="screen_audio_content_upload_price_free">Free</string>
<string name="screen_audio_content_upload_price_paid">Paid</string>
<string name="screen_audio_content_upload_keep_section_title">Ownership options</string>
<string name="screen_audio_content_upload_purchase_option_both">Buy/Rent</string>
<string name="screen_audio_content_upload_purchase_option_buy_only">Buy only</string>
<string name="screen_audio_content_upload_purchase_option_rent_only">Rent only</string>
<string name="screen_audio_content_upload_price_title_keep">Purchase price</string>
<string name="screen_audio_content_upload_price_title_rent">Rental price</string>
<string name="screen_audio_content_upload_price_unit_can">cans</string>
<string name="screen_audio_content_upload_service_period_one_year">※ Usage period: Rent (5 days) | Own (1 year)</string>
<string name="screen_audio_content_upload_service_period_until_end">※ Usage period: Rent (5 days) | Own (until service ends)</string>
<string name="screen_audio_content_upload_price_rent_rate_notice">※ Rental price is automatically set to 70% of purchase price</string>
<string name="screen_audio_content_upload_price_min_notice">※ Minimum price is 5 cans</string>
<string name="screen_audio_content_upload_limited_section_title">Limited edition</string>
<string name="screen_audio_content_upload_limited_unlimited">Unlimited</string>
<string name="screen_audio_content_upload_limited_limited">Limited</string>
<string name="screen_audio_content_upload_limited_hint">Enter the limited quantity</string>
<string name="screen_audio_content_upload_point_section_title">Points</string>
<string name="screen_audio_content_upload_point_available">Enabled</string>
<string name="screen_audio_content_upload_point_unavailable">Disabled</string>
<string name="screen_audio_content_upload_preview_section_title">Preview</string>
<string name="screen_audio_content_upload_preview_generate">Generate</string>
<string name="screen_audio_content_upload_preview_not_generate">Do not generate</string>
<string name="screen_audio_content_upload_preview_time_title">Preview time</string>
<string name="screen_audio_content_upload_preview_time_desc">If you dont set a preview time, the first 15 seconds will be used automatically. There is no time limit for previews.</string>
<string name="screen_audio_content_upload_preview_start_time">Start time</string>
<string name="screen_audio_content_upload_preview_end_time">End time</string>
<string name="screen_audio_content_upload_preview_start_time_default">00:00:00</string>
<string name="screen_audio_content_upload_preview_end_time_default">00:00:15</string>
<string name="screen_audio_content_upload_age_section_title">Age restriction</string>
<string name="screen_audio_content_upload_age_all">All ages</string>
<string name="screen_audio_content_upload_age_19">19+</string>
<string name="screen_audio_content_upload_age_notice">If you register adult content as all-ages, you are solely responsible for any legal issues. Please ensure both the content and title are appropriately marked 19+.</string>
<string name="screen_audio_content_upload_comment_section_title">Comments</string>
<string name="screen_audio_content_upload_comment_allow">Allow comments</string>
<string name="screen_audio_content_upload_comment_disallow">Disable comments</string>
<string name="screen_audio_content_upload_reservation_section_title">Scheduled release</string>
<string name="screen_audio_content_upload_active_now">Release now</string>
<string name="screen_audio_content_upload_active_reservation">Schedule release</string>
<string name="screen_audio_content_upload_reservation_date">Date</string>
<string name="screen_audio_content_upload_reservation_time">Time</string>
<string name="screen_audio_content_upload_reservation_date_placeholder">Select a release date</string>
<string name="screen_audio_content_upload_reservation_time_placeholder">Set a release time</string>
<string name="screen_audio_content_upload_cancel">Cancel</string>
<string name="screen_audio_content_upload_submit">Submit</string>
<string name="screen_audio_content_upload_loading_message">Uploading content…</string>
<string name="audio_content_upload_dialog_title">Uploading content</string>
<string name="audio_content_upload_dialog_desc">Your content is being uploaded.
We will notify you when its done.
The upload will continue even if you leave this page.</string>
<string name="audio_content_upload_error_invalid_file">Invalid file.
Please choose again.</string>
<string name="audio_content_upload_error_select_file">Failed to select a file.
Please try again.</string>
<string name="audio_content_upload_error_cover_required">Select a cover image.</string>
<string name="audio_content_upload_error_content_required">Select an audio file.</string>
<string name="audio_content_upload_error_title_required">Enter a title.</string>
<string name="audio_content_upload_error_detail_min_length">Enter at least 5 characters.</string>
<string name="audio_content_upload_error_theme_required">Select a theme.</string>
<string name="audio_content_upload_error_preview_format">Preview time must be in the format 00:30:00.</string>
<string name="audio_content_upload_error_preview_minimum">Preview must be at least 15 seconds.</string>
<string name="audio_content_upload_error_preview_both_required">Enter both preview start and end times or leave both empty.</string>
<string name="audio_content_upload_error_minimum_price">Minimum price is 5 cans.</string>
<string name="audio_content_upload_error_reservation_required">Select a release date and time.</string>
<string name="audio_content_upload_select_audio_title">Select audio</string>
<string name="screen_audio_content_new_content">Add new content</string>
<string name="screen_audio_content_sort_newest">Newest</string>
<string name="screen_audio_content_sort_price_high">Price: High to Low</string>