Initial commit

This commit is contained in:
Алексей Будаев 2026-04-03 22:53:33 +08:00
commit cda6eb7ce0
680 changed files with 75081 additions and 0 deletions

View file

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Mistral Chat</string>
<string name="select_model">Select Model</string>
<string name="enter_message">Enter message</string>
<string name="send">Send</string>
<string name="profile">Profile</string>
<string name="clear_chat">Clear Chat</string>
<string name="about">About</string>
<string name="profile_title">User Profile</string>
<string name="profile_name">Name</string>
<string name="profile_bio">Bio</string>
<string name="profile_preferences">Preferences</string>
<string name="save">Save</string>
<string name="cancel">Cancel</string>
<string name="delete">Delete</string>
<string name="clear_chat_confirm">Clear all messages?</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="chat_cleared">Chat cleared</string>
<string name="profile_saved">Profile saved</string>
<string name="profile_deleted">Profile deleted</string>
<string name="about_text">Mistral Chat\nPowered by Mistral AI</string>
<string name="name_hint">Your name</string>
<string name="bio_hint">Tell AI about yourself...</string>
<string name="no_profile">No profile set</string>
</resources>