ChatRoom 문자열 리소스화

This commit is contained in:
2025-12-01 16:32:53 +09:00
parent 37c1bc06d0
commit ebe5c342c9
11 changed files with 136 additions and 36 deletions

View File

@@ -29,7 +29,35 @@
<!-- Chat Room UI strings (English) -->
<string name="chat_notice_clone">AI Clone converses based on the creator\'s information, but it may not perfectly reflect all details or match real conversations.</string>
<string name="chat_notice_character">VoiceOn AI Character Talk allows a high degree of freedom. You can be anyone in the conversation. Talk as a character in a universe or create your own story with a new persona together with the character.\nNote: AI Character Talk is in open beta; conversations may be awkward or incomplete.</string>
<string name="chat_character_type_clone">Clone</string>
<string name="chat_character_type_character">Character</string>
<string name="chat_profile_image_content_description">%1$s profile image</string>
<string name="chat_input_placeholder">Type a message.</string>
<string name="chat_send_failed">Failed to send message.</string>
<string name="chat_mock_ai_reply">Hello! Here is a reply to "%1$s".</string>
<string name="chat_quota_purchase_failed">Failed to purchase.</string>
<string name="chat_purchase_message_failed">Failed to unlock the message.</string>
<string name="chat_room_load_failed">Could not load chat room data.</string>
<string name="chat_previous_messages_load_failed">Could not load previous messages.</string>
<string name="chat_locked_message_title">Locked message</string>
<string name="chat_locked_message_desc">Unlock this message for %1$s cans?</string>
<string name="chat_locked_message_confirm">Unlock</string>
<string name="chat_reset_title">Reset chat</string>
<string name="chat_reset_desc">All previous chats will be cleared and a new conversation will start as a new character.</string>
<string name="chat_reset_can_price">30</string>
<string name="chat_reset_warning_prefix">⚠️</string>
<string name="chat_reset_confirm">Reset for %1$s cans</string>
<string name="chat_reset_loading">Resetting chat...</string>
<string name="chat_reset_failed">Failed to reset the chat.</string>
<string name="chat_background_picker_title">Choose background image</string>
<string name="chat_background_current_label">Current background</string>
<string name="chat_unlock_image_hint">Tap to unlock</string>
<string name="chat_quota_notice_message">You can use chat for free if you wait.</string>
<string name="chat_quota_price">10</string>
<string name="chat_quota_purchase_cta">(12 chats) Start chatting now</string>
<string name="chat_more_title">Chat settings</string>
<string name="chat_more_background_label">Background image</string>
<string name="chat_more_background_change">Change background image</string>
<string name="action_send">Send</string>
<string name="action_retry">Retry</string>
@@ -37,10 +65,12 @@
<string name="a11y_profile_background">Profile background image</string>
<string name="a11y_back">Back</string>
<string name="a11y_profile_image">Profile image</string>
<string name="a11y_close">Close</string>
<string name="a11y_notice">Notice</string>
<string name="a11y_collapse">Collapse</string>
<string name="a11y_ai_profile_image">AI profile image</string>
<string name="a11y_typing">Typing…</string>
<string name="a11y_image">Image</string>
<!-- Accessibility phrases for adapter -->
<string name="a11y_my_message_prefix">My message</string>