캔 충전 화면 문자열 리소스화

This commit is contained in:
2025-12-02 14:39:30 +09:00
parent 98a6fb6637
commit 4caaeff0f0
12 changed files with 89 additions and 39 deletions

View File

@@ -370,6 +370,18 @@
<string name="screen_can_status_label_reward">Reward cans</string>
<string name="screen_can_status_unit">cans</string>
<string name="screen_can_status_charge_action">Top up</string>
<!-- Can Charge -->
<string name="screen_can_charge_title">Top up</string>
<string name="screen_can_charge_tab_pg">PG</string>
<string name="screen_can_charge_tab_iap">In-app purchase</string>
<string name="msg_can_charge_purchase_info_missing">Could not confirm purchase info. Please try again.</string>
<string name="msg_can_charge_purchase_canceled">Purchase cancelled.</string>
<string name="msg_can_charge_purchase_cleanup">Cleaned up unfinished purchases. Please try again.</string>
<string name="msg_can_charge_service_disconnected">Payment service is unstable. Check your network and try again.</string>
<string name="msg_can_charge_purchase_failed">Purchase failed. Please try again.</string>
<string name="msg_can_charge_unavailable">In-app purchases are unavailable. Please try again.</string>
<string name="msg_can_charge_success">Cans charged.</string>
<string name="msg_can_charge_purchase_not_found">Purchase failed.\nPlease contact customer support.</string>
<!-- Service Center -->
<string name="screen_service_center_title">Customer service</string>
<string name="screen_service_center_logo_label">VoiceOn Customer Service</string>