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[권한을 거부하시면 라이브 참여를 하실 수 없습니다.\n\n[설정]->[권한]에서 권한을 허용해 주시기 바랍니다.]]></string>
<string name="read_storage_permission_denied_message"><![CDATA[권한을 거부하시면 콘텐츠를 업로드 하실 수 없습니다.\n\n[설정]->[권한]에서 권한을 허용해 주시기 바랍니다.]]></string>
<string name="retry">다시 시도해 주세요.\n계속 같은 문제가 발생할 경우 고객센터로 문의 주시기 바랍니다.</string>
<string name="feed_live_ended_suffix">님의 라이브 방송이 종료되었습니다.</string>
<string name="feed_content_category_default">콘텐츠</string>
<string name="feed_content_category_content">콘텐츠</string>
<string name="feed_content_category_series">시리즈</string>
<string name="feed_content_category_magazine">매거진</string>
<string name="a11y_feed_rank_image">랭킹 피드 이미지</string>
<string name="a11y_feed_content_image">콘텐츠 피드 이미지</string>
<string name="a11y_feed_profile_image">크리에이터 프로필 이미지</string>
<!-- Splash / Main common -->
<string name="screen_splash_tagline">목소리로 만나는 새로운 세계</string>