mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 20:24:03 +00:00
feat(bot): use typing indicator for dm assistant
This commit is contained in:
@@ -114,7 +114,6 @@ export const enBotTranslations: BotTranslationCatalog = {
|
||||
},
|
||||
assistant: {
|
||||
unavailable: 'The assistant is temporarily unavailable. Try again in a moment.',
|
||||
processing: 'Working on it...',
|
||||
noHousehold:
|
||||
'I can help after your Telegram account is linked to a household. Open the household group and complete the join flow first.',
|
||||
multipleHouseholds:
|
||||
|
||||
@@ -117,7 +117,6 @@ export const ruBotTranslations: BotTranslationCatalog = {
|
||||
},
|
||||
assistant: {
|
||||
unavailable: 'Ассистент сейчас недоступен. Попробуйте ещё раз чуть позже.',
|
||||
processing: 'Сейчас разберусь...',
|
||||
noHousehold:
|
||||
'Я смогу помочь после того, как ваш Telegram-профиль будет привязан к дому. Сначала откройте группу дома и завершите вступление.',
|
||||
multipleHouseholds:
|
||||
|
||||
@@ -122,7 +122,6 @@ export interface BotTranslationCatalog {
|
||||
}
|
||||
assistant: {
|
||||
unavailable: string
|
||||
processing: string
|
||||
noHousehold: string
|
||||
multipleHouseholds: string
|
||||
rateLimited: (retryDelay: string) => string
|
||||
|
||||
Reference in New Issue
Block a user