feat(feed): 피드 문자열 리소스를 추가한다

This commit is contained in:
2026-05-21 15:53:39 +09:00
parent d312ce7cd8
commit e5f298eaa7
3 changed files with 24 additions and 0 deletions

View File

@@ -12,6 +12,14 @@
<string name="record_audio_permission_denied_message"><![CDATA[You cannot join the live if you deny this permission.\n\nPlease allow it in [Settings]->[Permissions].]]></string>
<string name="read_storage_permission_denied_message"><![CDATA[You cannot upload content if you deny this permission.\n\nPlease allow it in [Settings]->[Permissions].]]></string>
<string name="retry">try again.\nIf the issue persists, contact customer support.</string>
<string name="feed_live_ended_suffix">\'s live broadcast has ended.</string>
<string name="feed_content_category_default">Content</string>
<string name="feed_content_category_content">Content</string>
<string name="feed_content_category_series">Series</string>
<string name="feed_content_category_magazine">Magazine</string>
<string name="a11y_feed_rank_image">Ranking feed image</string>
<string name="a11y_feed_content_image">Content feed image</string>
<string name="a11y_feed_profile_image">Creator profile image</string>
<!-- Splash / Main common -->
<string name="screen_splash_tagline">A new world through voice</string>