오디오 댓글 문자열 리소스화

댓글/답글 화면 문구를 ko/en/ja 리소스로 정리했습니다.
This commit is contained in:
2025-12-03 17:32:16 +09:00
parent 1018b6426e
commit 764ca0f892
10 changed files with 84 additions and 39 deletions

View File

@@ -889,6 +889,14 @@
<string name="audio_content_playlist_detail_delete_title">Delete playlist</string>
<string name="audio_content_playlist_detail_delete_message">Delete \'%1$s\'?</string>
<string name="audio_content_playlist_detail_delete_success">Deleted.</string>
<string name="audio_content_comment_reply_title">Replies</string>
<string name="audio_content_comment_reply_input_hint">Write a reply</string>
<string name="audio_content_comment_write_reply">Write a reply</string>
<string name="audio_content_comment_reply_count_format">%1$d replies</string>
<string name="audio_content_comment_delete_title">Delete comment</string>
<string name="audio_content_comment_delete_message">Delete this comment?</string>
<string name="audio_content_comment_no_change">No changes to update.</string>
<string name="audio_content_comment_input_required">Enter content.</string>
<string name="screen_audio_content_new_all_title">New short content</string>
<string name="screen_audio_content_new_all_title_free">New free content</string>
<string name="screen_audio_content_new_all_notice">New short content posted in the last two weeks.</string>