Skip to content

Commit

Permalink
Fix async_version.po
Browse files Browse the repository at this point in the history
  • Loading branch information
Cub11k authored Dec 30, 2022
1 parent 19544ec commit 68edb49
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/source/locales/ru/LC_MESSAGES/async_version.po
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,14 @@ msgstr "Документация Telegram: https://core.telegram.org/bots/api#cl
msgid "Identifier of the topic to close"
msgstr "id топика для закрытия"

#: of telebot.async_telebot.AsyncTeleBot.close_session:1
msgid ""
"Closes existing session of aiohttp. Use this function if you stop "
"polling/webhooks."
msgstr ""
"Закрывает текущую aiohttp сессию. Используйте эту функцию для завершения работы "
"поллинга или вебхука."

#: of telebot.async_telebot.AsyncTeleBot.copy_message:1
msgid "Use this method to copy messages of any kind."
msgstr "Используйте этот метод для копирования любых сообщений."
Expand Down Expand Up @@ -2259,7 +2267,8 @@ msgstr "JSON-сериализованный объект новой inline кл
#: of telebot.async_telebot.AsyncTeleBot.edit_message_live_location:26
#: telebot.async_telebot.AsyncTeleBot.edit_message_media:16
#: telebot.async_telebot.AsyncTeleBot.edit_message_reply_markup:11
#: telebot.async_telebot.AsyncTeleBot.edit_message_text:14 telebot.async_telebot.AsyncTeleBot.get_game_high_scores:19
#: telebot.async_telebot.AsyncTeleBot.edit_message_text:14
#: telebot.async_telebot.AsyncTeleBot.get_game_high_scores:19
#: telebot.async_telebot.AsyncTeleBot.set_game_score:20
msgid ""
"Required if chat_id and message_id are not specified. Identifier of the "
Expand Down

0 comments on commit 68edb49

Please sign in to comment.