Files
sodalive-android/app/src/main/res/values-en/strings.xml

61 lines
3.7 KiB
XML

<resources>
<string name="app_name">VoiceOn</string>
<string name="picker_gallery">Gallery</string>
<string name="picker_camera">Camera</string>
<string name="picker_select">Select</string>
<string name="picker_media_permissions_hint">Allow media permission to access the gallery.</string>
<string name="picker_empty_media">The media library is empty.</string>
<string name="picker_allow">Allow</string>
<string name="picker_select_photo">Select photo</string>
<string name="picker_no_camera">No camera app available.</string>
<string name="default_notification_channel_id">soda_fcm_default_channel</string>
<string name="record_audio_permission_denied_message"><![CDATA[You cannot join the live if you deny this permission.\n\nPlease allow it in [Settings]->[Permissions].]]></string>
<string name="read_storage_permission_denied_message"><![CDATA[You cannot upload content if you deny this permission.\n\nPlease allow it in [Settings]->[Permissions].]]></string>
<string name="retry">Please try again.\nIf the issue continues, contact customer support.</string>
<!-- 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_input_placeholder">Type a message.</string>
<string name="action_send">Send</string>
<string name="action_retry">Retry</string>
<!-- Accessibility labels -->
<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_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>
<!-- Accessibility phrases for adapter -->
<string name="a11y_my_message_prefix">My message</string>
<string name="a11y_message_word">Message</string>
<string name="status_sending">Sending</string>
<string name="status_failed">Failed to send</string>
<string name="status_sent">Sent</string>
<!-- Character comment report strings -->
<string name="report_title">Report</string>
<string name="report_button">Report</string>
<string name="confirm_delete_title">Delete</string>
<string name="confirm_delete_message">Delete this?</string>
<string name="confirm">OK</string>
<string name="cancel">Cancel</string>
<!-- Login / Sign up -->
<string name="title_login">Log in</string>
<string name="title_signup">Sign up</string>
<string name="hint_email">Email</string>
<string name="hint_password">Password</string>
<string name="forgot_password">Forgot your password?</string>
<string name="signup_prompt">Not a VoiceOn member yet? Sign up now.</string>
<string name="terms_of_service">Terms of Service</string>
<string name="privacy_policy">Privacy Policy</string>
<string name="required_label">(Required)</string>
<string name="login_google_failed">Could not sign in with Google. Please try again.</string>
<string name="login_failed">Could not sign in. Please try again.</string>
<string name="login_kakao_failed">Could not sign in with Kakao. Please try again.</string>
</resources>