mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Updated translations
This commit is contained in:
parent
f6850920a3
commit
0f77828ac5
3 changed files with 118 additions and 2041 deletions
|
|
@ -350,7 +350,7 @@ namespace MinecraftClient.ChatBots
|
||||||
await botClient.SendTextMessageAsync(
|
await botClient.SendTextMessageAsync(
|
||||||
chatId: chatId,
|
chatId: chatId,
|
||||||
replyToMessageId: message.MessageId,
|
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,
|
cancellationToken: _cancellationToken,
|
||||||
parseMode: ParseMode.Markdown);
|
parseMode: ParseMode.Markdown);
|
||||||
return;;
|
return;;
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -2034,4 +2034,7 @@ Logging in...</value>
|
||||||
<data name="cmd.dig.cancel" xml:space="preserve">
|
<data name="cmd.dig.cancel" xml:space="preserve">
|
||||||
<value>Cancel mining the block located at {0}.</value>
|
<value>Cancel mining the block located at {0}.</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="bot.TelegramBridge.quit_disabled" xml:space="preserve">
|
||||||
|
<value>This command has been disabled due to Telegram caching causing issues, please stop your client manually.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue