mistral-chat-app/app/src/main/res/values/strings.xml
2026-04-05 14:56:29 +08:00

35 lines
No EOL
2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Mistral Le Chat</string>
<string name="select_model">Выбрать модель</string>
<string name="enter_message">Введите сообщение</string>
<string name="send">Отправить</string>
<string name="profile">Профиль</string>
<string name="clear_chat">Очистить чат</string>
<string name="about">О приложении</string>
<string name="profile_title">Профиль пользователя</string>
<string name="profile_name">Имя</string>
<string name="profile_bio">О себе</string>
<string name="profile_preferences">Предпочтения</string>
<string name="save">Сохранить</string>
<string name="cancel">Отмена</string>
<string name="delete">Удалить</string>
<string name="clear_chat_confirm">Очистить все сообщения?</string>
<string name="yes">Да</string>
<string name="no">Нет</string>
<string name="chat_cleared">Чат очищен</string>
<string name="profile_saved">Профиль сохранён</string>
<string name="profile_deleted">Профиль удалён</string>
<string name="about_text">Mistral Le Chat\nPowered by Mistral AI</string>
<string name="name_hint">Ваше имя</string>
<string name="bio_hint">Расскажите о себе...</string>
<string name="no_profile">Профиль не установлен</string>
<string name="settings">Настройки</string>
<string name="api_key">Mistral API</string>
<string name="api_key_title">Mistral API ключ</string>
<string name="api_key_hint">Введите API ключ</string>
<string name="api_key_saved">API ключ сохранён</string>
<string name="api_key_deleted">API ключ удалён</string>
<string name="no_api_key">API ключ не установлен</string>
<string name="api_key_current">Текущий ключ: %s</string>
</resources>