커뮤니티 작성 문자열 리소스화

This commit is contained in:
2025-12-03 20:23:29 +09:00
parent 270d697ce6
commit e67251c9ba
6 changed files with 122 additions and 37 deletions

View File

@@ -788,6 +788,32 @@
<string name="screen_creator_community_delete_title">投稿削除</string>
<string name="screen_creator_community_delete_desc">削除しますか?</string>
<string name="screen_creator_community_purchase_with_can">%1$dキャンで投稿を見る</string>
<string name="screen_creator_community_write_title">投稿登録</string>
<string name="screen_creator_community_write_image_label">画像</string>
<string name="screen_creator_community_write_image_optional_desc">登録する画像がなければ、画像なしで投稿しても構いません。</string>
<string name="screen_creator_community_write_notice_mark">※\u0020</string>
<string name="screen_creator_community_write_record_label">音声録音</string>
<string name="screen_creator_community_write_record_action">録音</string>
<string name="screen_creator_community_write_record_desc">音声録音は最大3分です。</string>
<string name="screen_creator_community_write_content_label">内容</string>
<string name="screen_creator_community_write_content_hint">内容を入力してください</string>
<string name="screen_creator_community_write_character_count_format">%1$d文字</string>
<string name="screen_creator_community_write_character_limit"> / 最大500文字</string>
<string name="screen_creator_community_write_comment_enabled">コメント可</string>
<string name="screen_creator_community_write_comment_disabled">コメント不可</string>
<string name="screen_creator_community_write_age_title">年齢制限</string>
<string name="screen_creator_community_write_age_all">全年齢</string>
<string name="screen_creator_community_write_age_19_plus">19歳以上</string>
<string name="screen_creator_community_write_price_title">価格設定</string>
<string name="screen_creator_community_write_price_free">無料</string>
<string name="screen_creator_community_write_price_paid">有料</string>
<string name="screen_creator_community_write_can_unit">キャン</string>
<string name="screen_creator_community_write_close">閉じる</string>
<string name="screen_creator_community_write_submit">登録</string>
<string name="screen_creator_community_record_title">音声録音</string>
<string name="screen_creator_community_record_delete">削除</string>
<string name="screen_creator_community_record_retry">再録音</string>
<string name="screen_creator_community_record_complete">録音完了</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_on_air">On Air</string>