Updated translations

This commit is contained in:
Anon 2023-03-26 14:33:06 +02:00
parent f6850920a3
commit 0f77828ac5
3 changed files with 118 additions and 2041 deletions

View file

@ -350,7 +350,7 @@ namespace MinecraftClient.ChatBots
await botClient.SendTextMessageAsync(
chatId: chatId,
replyToMessageId: message.MessageId,
text: "This command has been disabled due to Telegram caching causing issues, please stop your client manually.",
text: $"{Translations.bot_TelegramBridge_quit_disabled}",
cancellationToken: _cancellationToken,
parseMode: ParseMode.Markdown);
return;;