팔로우 알림 문자열 리소스화

This commit is contained in:
2025-12-03 22:03:00 +09:00
parent 0f6ebbfa76
commit e838085291
4 changed files with 16 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold" android:fontFamily="@font/gmarket_sans_bold"
android:text="알림" android:text="@string/dialog_creator_follow_notify_title"
android:textColor="@color/color_eeeeee" android:textColor="@color/color_eeeeee"
android:textSize="18.3sp" /> android:textSize="18.3sp" />
@@ -33,7 +33,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_medium" android:fontFamily="@font/gmarket_sans_medium"
android:text="전체" android:text="@string/dialog_creator_follow_notify_all"
android:textColor="@color/color_eeeeee" android:textColor="@color/color_eeeeee"
android:textSize="13.3sp" /> android:textSize="13.3sp" />
</LinearLayout> </LinearLayout>
@@ -57,7 +57,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_medium" android:fontFamily="@font/gmarket_sans_medium"
android:text="없음" android:text="@string/dialog_creator_follow_notify_none"
android:textColor="@color/color_eeeeee" android:textColor="@color/color_eeeeee"
android:textSize="13.3sp" /> android:textSize="13.3sp" />
</LinearLayout> </LinearLayout>
@@ -81,7 +81,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_medium" android:fontFamily="@font/gmarket_sans_medium"
android:text="팔로우 취소" android:text="@string/dialog_creator_follow_unfollow"
android:textColor="@color/color_eeeeee" android:textColor="@color/color_eeeeee"
android:textSize="13.3sp" /> android:textSize="13.3sp" />
</LinearLayout> </LinearLayout>

View File

@@ -817,6 +817,10 @@
<string name="screen_creator_community_record_complete">Finish recording</string> <string name="screen_creator_community_record_complete">Finish recording</string>
<string name="screen_creator_community_modify_title">Edit post</string> <string name="screen_creator_community_modify_title">Edit post</string>
<string name="screen_creator_community_modify_submit">Save</string> <string name="screen_creator_community_modify_submit">Save</string>
<string name="dialog_creator_follow_notify_title">Notifications</string>
<string name="dialog_creator_follow_notify_all">All</string>
<string name="dialog_creator_follow_notify_none">None</string>
<string name="dialog_creator_follow_unfollow">Unfollow</string>
<string name="screen_user_profile_reservation_title">Reserve with %1$s cans</string> <string name="screen_user_profile_reservation_title">Reserve with %1$s cans</string>
<string name="screen_user_profile_reservation_desc">Pay to join the \"%1$s\" live.</string> <string name="screen_user_profile_reservation_desc">Pay to join the \"%1$s\" live.</string>
<string name="screen_user_profile_on_air">On Air</string> <string name="screen_user_profile_on_air">On Air</string>

View File

@@ -817,6 +817,10 @@
<string name="screen_creator_community_record_complete">録音完了</string> <string name="screen_creator_community_record_complete">録音完了</string>
<string name="screen_creator_community_modify_title">投稿修正</string> <string name="screen_creator_community_modify_title">投稿修正</string>
<string name="screen_creator_community_modify_submit">修正</string> <string name="screen_creator_community_modify_submit">修正</string>
<string name="dialog_creator_follow_notify_title">通知</string>
<string name="dialog_creator_follow_notify_all">すべて</string>
<string name="dialog_creator_follow_notify_none">なし</string>
<string name="dialog_creator_follow_unfollow">フォロー解除</string>
<string name="screen_user_profile_reservation_title">%1$sキャンで予約</string> <string name="screen_user_profile_reservation_title">%1$sキャンで予約</string>
<string name="screen_user_profile_reservation_desc">「%1$s」ライブに参加するために決済します。</string> <string name="screen_user_profile_reservation_desc">「%1$s」ライブに参加するために決済します。</string>
<string name="screen_user_profile_on_air">On Air</string> <string name="screen_user_profile_on_air">On Air</string>

View File

@@ -816,6 +816,10 @@
<string name="screen_creator_community_record_complete">녹음 완료</string> <string name="screen_creator_community_record_complete">녹음 완료</string>
<string name="screen_creator_community_modify_title">게시글 수정</string> <string name="screen_creator_community_modify_title">게시글 수정</string>
<string name="screen_creator_community_modify_submit">수정</string> <string name="screen_creator_community_modify_submit">수정</string>
<string name="dialog_creator_follow_notify_title">알림</string>
<string name="dialog_creator_follow_notify_all">전체</string>
<string name="dialog_creator_follow_notify_none">없음</string>
<string name="dialog_creator_follow_unfollow">팔로우 취소</string>
<string name="screen_user_profile_reservation_title">%1$s캔으로 예약</string> <string name="screen_user_profile_reservation_title">%1$s캔으로 예약</string>
<string name="screen_user_profile_reservation_desc">\'%1$s\' 라이브에 참여하기 위해 결제합니다.</string> <string name="screen_user_profile_reservation_desc">\'%1$s\' 라이브에 참여하기 위해 결제합니다.</string>
<string name="screen_user_profile_on_air">On Air</string> <string name="screen_user_profile_on_air">On Air</string>