설정·공지·이벤트 문자열 리소스화

This commit is contained in:
2025-12-01 14:35:55 +09:00
parent 981859de1f
commit eb0aa9473f
24 changed files with 340 additions and 126 deletions

View File

@@ -177,4 +177,57 @@
<string name="screen_search_content_title">Contents</string>
<string name="screen_search_series_title">Series</string>
<string name="screen_search_no_result">No results found.</string>
<!-- Settings / Notices / Events -->
<string name="screen_settings_title">Settings</string>
<string name="screen_settings_notification">Notification settings</string>
<string name="screen_settings_content">Content viewing settings</string>
<string name="screen_settings_terms">Terms of Service</string>
<string name="screen_settings_privacy">Privacy Policy</string>
<string name="screen_settings_oss_license">Open source licenses</string>
<string name="screen_settings_app_version">App version</string>
<string name="screen_settings_version_format">ver %1$s</string>
<string name="screen_settings_logout">Log out</string>
<string name="screen_settings_logout_all">Log out from all devices</string>
<string name="screen_settings_sign_out">Delete account</string>
<string name="dialog_alert_title">Notice</string>
<string name="dialog_logout_message">Do you want to log out?</string>
<string name="dialog_logout_all_message">Log out from all devices?</string>
<string name="screen_content_settings_title">Content viewing settings</string>
<string name="screen_content_settings_adult_toggle">Show sensitive content</string>
<string name="screen_content_settings_all">All</string>
<string name="screen_content_settings_male">Male-oriented</string>
<string name="screen_content_settings_female">Female-oriented</string>
<string name="screen_notification_settings_title">Notification settings</string>
<string name="notification_settings_live">Live notifications</string>
<string name="notification_settings_upload">Content upload notifications</string>
<string name="notification_settings_message">Message notifications</string>
<string name="notification_settings_confirm">Save</string>
<string name="screen_terms_loading">Loading terms…</string>
<string name="screen_notice_title">Notices</string>
<string name="screen_notice_loading">Loading notices…</string>
<string name="screen_notice_detail_title">Notice details</string>
<string name="screen_event_title">Events</string>
<string name="screen_event_loading">Loading events…</string>
<string name="screen_event_detail_title">Event details</string>
<string name="screen_event_participate">Join event</string>
<string name="screen_sign_out_title">Delete account</string>
<string name="screen_sign_out_question">Are you sure you want to leave?\nWould you like to reconsider?</string>
<string name="screen_sign_out_description">Please choose why you want to delete your account.\nWe use this to improve the service.</string>
<string name="screen_sign_out_reason_change_nickname">I want to change my nickname</string>
<string name="screen_sign_out_reason_conflict_user">Conflict with another user</string>
<string name="screen_sign_out_reason_inconvenient">Service is inconvenient or unstable</string>
<string name="screen_sign_out_reason_unhappy_service">Unhappy with service operation</string>
<string name="screen_sign_out_reason_other_service">Prefer another service</string>
<string name="screen_sign_out_reason_remove_content">I want to remove my content</string>
<string name="screen_sign_out_reason_low_usage">I rarely use it</string>
<string name="screen_sign_out_reason_missing_content">No content or creators I want</string>
<string name="screen_sign_out_reason_expensive">Too expensive</string>
<string name="screen_sign_out_reason_etc">Other</string>
<string name="screen_sign_out_reason_hint">Please enter</string>
<string name="screen_sign_out_warning">Deleting your account will remove all of your content, activity history, can top-ups, accruals, and usage history. Deleted information cannot be recovered, so please decide carefully.\nCans earned via Charge Cans cannot be refunded when deleting your account. If you delete your account before a refund request is processed, the refund cannot be made because we cannot check your point usage history.</string>
<string name="screen_sign_out_password_label">Password</string>
<string name="screen_sign_out_social_hint">※ Social login users can tap \'Delete account\' without entering a password to proceed automatically.</string>
<string name="screen_sign_out_submit">Delete account</string>
<string name="screen_sign_out_reason_required">Please select a reason for deleting your account.</string>
</resources>