라이브 화면 문자열 리소스화

This commit is contained in:
2025-12-01 12:20:15 +09:00
parent cc55a19e1d
commit 707dc351ba
4 changed files with 54 additions and 18 deletions

View File

@@ -126,4 +126,14 @@
<string name="screen_message_title">メッセージ</string>
<string name="screen_message_tab_text">テキスト</string>
<string name="screen_message_tab_voice">ボイス</string>
<string name="screen_live_loading">ライブを読み込み中です。</string>
<string name="screen_live_cancel_title">予約キャンセル</string>
<string name="screen_live_cancel_hint">キャンセル理由を入力してください。</string>
<string name="screen_live_cancel_confirm">予約をキャンセル</string>
<string name="screen_live_cancel_success">予約がキャンセルされました。</string>
<string name="dialog_close">閉じる</string>
<string name="screen_live_reservation_self_block">自分が作成したライブは予約できません。</string>
<string name="screen_live_reservation_pay_title">%1$sCANで予約</string>
<string name="screen_live_reservation_pay_desc">ライブ「%1$s」に参加するために決済します。</string>
<string name="screen_live_reservation_confirm">予約する</string>
</resources>