rebuild structure

This commit is contained in:
if 2023-04-08 13:03:49 +03:00
parent c19e8c7a0a
commit 4a6c3e6d88
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ class EnLocale(Locale):
radio_text2: str = "Create"
stt_placeholder: str = "To Hear The Voice Of AI Press Play"
footer_title: str = "Support & Feedback"
footer_option0: str = "Chat"
footer_option0: str = "AI Chat"
footer_option1: str = "Info"
footer_option2: str = "Donates"
footer_chat: str = "AI Talks Chat"
@ -108,7 +108,7 @@ class RuLocale(Locale):
radio_text2: str = "Создать"
stt_placeholder: str = "Чтобы Услышать ИИ Нажми Кнопку Проигрывателя"
footer_title: str = "Поддержка и Обратная Связь"
footer_option0: str = "Чат"
footer_option0: str = "Чат с ИИ"
footer_option1: str = "Информация"
footer_option2: str = "Задонатить"
footer_chat: str = "Чат Разговорчики с ИИ"