스플래시와 메인 문자열 리소스화

This commit is contained in:
2025-12-01 11:43:11 +09:00
parent 1efd968b09
commit 41c11d763e
6 changed files with 52 additions and 12 deletions

View File

@@ -13,6 +13,19 @@
<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>
<!-- Splash / Main common -->
<string name="screen_splash_tagline">A new world through voice</string>
<string name="screen_splash_brand_name">SodaLive</string>
<string name="screen_splash_maintenance_title">Notice</string>
<string name="screen_splash_maintenance_desc">The service is under maintenance.</string>
<string name="screen_splash_update_title">Update</string>
<string name="screen_splash_update_required_desc">A required update is available.\nYou can use the app after updating.</string>
<string name="screen_splash_update_optional_desc">A new update is available.\nWould you like to update?</string>
<string name="screen_splash_update_confirm">Update</string>
<string name="screen_splash_update_later">Later</string>
<string name="dialog_event_popup_never_show">Dont show again</string>
<string name="dialog_event_popup_close">Close</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>