ProfileUpdateActivity 문자열 리소스화

This commit is contained in:
2025-12-01 22:05:22 +09:00
parent 707107328a
commit 90c71026da
7 changed files with 173 additions and 72 deletions

View File

@@ -298,6 +298,37 @@
<string name="screen_my_notice_more">자세히</string>
<string name="screen_my_login">LOGIN</string>
<string name="screen_my_edit_profile">프로필 수정</string>
<!-- Profile Update -->
<string name="screen_profile_update_email_label">이메일</string>
<string name="screen_profile_update_password_label">비밀번호</string>
<string name="screen_profile_update_password_mask">********</string>
<string name="screen_profile_update_change_password">비밀번호 변경</string>
<string name="screen_profile_update_nickname_label">닉네임</string>
<string name="screen_profile_update_change_nickname">닉네임 변경</string>
<string name="screen_profile_update_gender_label">성별</string>
<string name="screen_profile_update_gender_female">여자</string>
<string name="screen_profile_update_gender_male">남자</string>
<string name="screen_profile_update_gender_none">공개 안 함</string>
<string name="screen_profile_update_instagram_label">인스타그램</string>
<string name="screen_profile_update_instagram_hint">인스타그램 URL</string>
<string name="screen_profile_update_youtube_label">유튜브 채널</string>
<string name="screen_profile_update_youtube_hint">유튜브 채널 URL</string>
<string name="screen_profile_update_website_label">웹사이트</string>
<string name="screen_profile_update_website_hint">웹사이트 URL</string>
<string name="screen_profile_update_blog_label">블로그</string>
<string name="screen_profile_update_blog_hint">블로그 URL</string>
<string name="screen_profile_update_interest_title">관심사</string>
<string name="screen_profile_update_interest_select">관심사 선택</string>
<string name="screen_profile_update_introduce_label">소개글</string>
<string name="screen_profile_update_introduce_hint">소개글을 입력하세요</string>
<string name="screen_profile_update_save">저장하기</string>
<string name="msg_profile_update_image_pick_failed">이미지를 불러오는 중 오류가 발생했습니다.</string>
<string name="msg_profile_update_image_updated">프로필 이미지가 변경되었습니다.</string>
<string name="msg_profile_update_updated">프로필이 변경되었습니다.</string>
<string name="msg_profile_update_password_current_required">현재 비밀번호를 입력하세요</string>
<string name="msg_profile_update_password_new_required">변경할 비밀번호를 입력하세요</string>
<string name="msg_profile_update_password_mismatch">비밀번호가 일치하지 않습니다.</string>
<string name="msg_profile_update_password_updated">비밀번호가 변경되었습니다.</string>
<string name="screen_my_view_channel">내 채널 보기</string>
<string name="screen_my_charge_can">캔 충전</string>
<string name="screen_my_point_reward">포인트 리워드</string>