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

@@ -299,6 +299,37 @@
<string name="screen_my_notice_more">詳細</string>
<string name="screen_my_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">InstagramのURL</string>
<string name="screen_profile_update_youtube_label">YouTubeチャンネル</string>
<string name="screen_profile_update_youtube_hint">YouTubeチャンネルの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">CANチャージ</string>
<string name="screen_my_point_reward">ポイントリワード</string>