댓글 목록 문자열 리소스화

댓글/답글 UI, 시간 포맷, 오류 문구 다국어 적용
This commit is contained in:
2025-12-01 17:15:59 +09:00
parent 3cf24c2ab6
commit 101c396ac2
15 changed files with 203 additions and 83 deletions

View File

@@ -194,6 +194,37 @@
<string name="character_gallery_purchase_confirm">Buy with %1$d cans</string>
<string name="character_gallery_load_error">Failed to load gallery info.</string>
<string name="character_gallery_purchase_failed">Failed to complete the purchase.</string>
<!-- Character comments -->
<string name="character_comment_title">Comments</string>
<string name="character_comment_reply_title">Replies</string>
<string name="character_comment_input_hint">@string/character_detail_comment_input_hint</string>
<string name="character_comment_write_reply">Write a reply</string>
<string name="character_comment_reply_count">%1$d replies</string>
<string name="character_comment_time_just_now">Just now</string>
<string name="character_comment_time_minutes">%1$d min ago</string>
<string name="character_comment_time_hours">%1$d hr ago</string>
<string name="character_comment_time_days">%1$d day ago</string>
<string name="character_comment_time_years">%1$d yr ago</string>
<string name="character_comment_error_empty">Please enter a message.</string>
<string name="character_comment_error_report_reason">Please enter a report reason.</string>
<string name="character_comment_report_submitted">Report submitted.</string>
<string name="character_comment_load_failed">@string/common_error_unknown</string>
<string name="character_comment_report_reason_commercial">Unwanted commercial content or spam</string>
<string name="character_comment_report_reason_child_abuse">Child abuse</string>
<string name="character_comment_report_reason_hate_or_violence">Hate speech or graphic violence</string>
<string name="character_comment_report_reason_terror">Promoting terrorism</string>
<string name="character_comment_report_reason_harassment">Harassment or bullying</string>
<string name="character_comment_report_reason_self_harm">Suicide or self-harm</string>
<string name="character_comment_report_reason_misinformation">Misinformation</string>
<string-array name="character_comment_report_reasons">
<item>@string/character_comment_report_reason_commercial</item>
<item>@string/character_comment_report_reason_child_abuse</item>
<item>@string/character_comment_report_reason_hate_or_violence</item>
<item>@string/character_comment_report_reason_terror</item>
<item>@string/character_comment_report_reason_harassment</item>
<item>@string/character_comment_report_reason_self_harm</item>
<item>@string/character_comment_report_reason_misinformation</item>
</string-array>
<string name="screen_character_tab_recent_title">Recent characters</string>
<string name="screen_character_tab_popular_title">Popular characters</string>
<string name="screen_character_tab_new_title">New characters</string>