국/영/일 다국어 문자열 리소스 추가
This commit is contained in:
@@ -1,8 +1,22 @@
|
||||
<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="chat_input_placeholder">Type a message.</string>
|
||||
<string name="action_send">Send</string>
|
||||
<string name="action_retry">Retry</string>
|
||||
|
||||
@@ -21,4 +35,12 @@
|
||||
<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>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user