메뉴 문자열 리소스화
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/menu_modify"
|
||||
android:title="수정"
|
||||
android:title="@string/menu_modify_action"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_delete"
|
||||
android:title="삭제"
|
||||
android:title="@string/menu_delete_action"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/menu_report"
|
||||
android:title="신고하기"
|
||||
android:title="@string/menu_report_action"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_modify"
|
||||
android:title="수정"
|
||||
android:title="@string/menu_modify_action"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_delete"
|
||||
android:title="삭제"
|
||||
android:title="@string/menu_delete_action"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_report"
|
||||
android:title="신고하기"
|
||||
android:title="@string/menu_report_action"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_review_modify"
|
||||
android:title="수정"
|
||||
android:title="@string/menu_modify_action"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_review_delete"
|
||||
android:title="삭제"
|
||||
android:title="@string/menu_delete_action"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_review_delete"
|
||||
android:title="삭제"
|
||||
android:title="@string/menu_delete_action"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/menu_review_report"
|
||||
android:title="신고하기"
|
||||
android:title="@string/menu_report_action"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/menu_review_report"
|
||||
android:title="신고하기"
|
||||
android:title="@string/menu_report_action"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_review_delete"
|
||||
android:title="삭제"
|
||||
android:title="@string/menu_delete_action"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_review_modify"
|
||||
android:title="수정"
|
||||
android:title="@string/menu_modify_action"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_review_delete"
|
||||
android:title="삭제"
|
||||
android:title="@string/menu_delete_action"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
||||
@@ -3,16 +3,16 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/menu_user_block"
|
||||
android:title="사용자 차단하기"
|
||||
android:title="@string/menu_user_block"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_user_report"
|
||||
android:title="사용자 신고하기"
|
||||
android:title="@string/menu_user_report"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_profile_report"
|
||||
android:title="프로필 신고하기"
|
||||
android:title="@string/menu_profile_report"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
||||
@@ -3,16 +3,16 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/menu_user_block"
|
||||
android:title="사용자 차단해제"
|
||||
android:title="@string/menu_user_unblock"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_user_report"
|
||||
android:title="사용자 신고하기"
|
||||
android:title="@string/menu_user_report"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_profile_report"
|
||||
android:title="프로필 신고하기"
|
||||
android:title="@string/menu_profile_report"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
||||
@@ -1323,6 +1323,16 @@ Please try again.</string>
|
||||
<string name="screen_content_main_title">Content</string>
|
||||
<string name="screen_creator_community_write_comment_section_title">Allow comments</string>
|
||||
<string name="screen_explorer_creator_rank_notice">Popular creator rankings are updated weekly.</string>
|
||||
|
||||
<!-- Menu items -->
|
||||
<string name="menu_report_action">Report</string>
|
||||
<string name="menu_modify_action">Edit</string>
|
||||
<string name="menu_delete_action">Delete</string>
|
||||
<string name="menu_user_block">Block user</string>
|
||||
<string name="menu_user_unblock">Unblock user</string>
|
||||
<string name="menu_user_report">Report user</string>
|
||||
<string name="menu_profile_report">Report profile</string>
|
||||
|
||||
<string name="screen_original_work_age_badge">19+</string>
|
||||
<string name="voice_message_time_placeholder">00:00</string>
|
||||
</resources>
|
||||
|
||||
@@ -1323,6 +1323,16 @@
|
||||
<string name="screen_content_main_title">コンテンツ</string>
|
||||
<string name="screen_creator_community_write_comment_section_title">コメント可否</string>
|
||||
<string name="screen_explorer_creator_rank_notice">人気クリエイターの順位は毎週更新されます。</string>
|
||||
|
||||
<!-- メニュー項目 -->
|
||||
<string name="menu_report_action">通報する</string>
|
||||
<string name="menu_modify_action">編集</string>
|
||||
<string name="menu_delete_action">削除</string>
|
||||
<string name="menu_user_block">ユーザーをブロック</string>
|
||||
<string name="menu_user_unblock">ユーザーのブロック解除</string>
|
||||
<string name="menu_user_report">ユーザーを通報</string>
|
||||
<string name="menu_profile_report">プロフィールを通報</string>
|
||||
|
||||
<string name="screen_original_work_age_badge">19+</string>
|
||||
<string name="voice_message_time_placeholder">00:00</string>
|
||||
</resources>
|
||||
|
||||
@@ -1237,6 +1237,15 @@
|
||||
<!-- Explorer -->
|
||||
<string name="screen_explorer_creator_rank_notice">※ 인기 크리에이터의 순위는 매주 업데이트됩니다.</string>
|
||||
|
||||
<!-- Menu items -->
|
||||
<string name="menu_report_action">신고하기</string>
|
||||
<string name="menu_modify_action">수정</string>
|
||||
<string name="menu_delete_action">삭제</string>
|
||||
<string name="menu_user_block">사용자 차단하기</string>
|
||||
<string name="menu_user_unblock">사용자 차단해제</string>
|
||||
<string name="menu_user_report">사용자 신고하기</string>
|
||||
<string name="menu_profile_report">프로필 신고하기</string>
|
||||
|
||||
<!-- Audio content main -->
|
||||
<string name="audio_content_market_title">콘텐츠 마켓</string>
|
||||
<string name="audio_content_search_channel_placeholder">채널명을 입력해보세요</string>
|
||||
|
||||
Reference in New Issue
Block a user