mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 19:00:23 +00:00
Update texts
This commit is contained in:
parent
461e59bbdd
commit
298b4f0e0d
43 changed files with 2416 additions and 216 deletions
|
|
@ -8,14 +8,14 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-11-02 22:41+0200\n"
|
||||
"POT-Creation-Date: 2023-07-02 15:10+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.10.3\n"
|
||||
"Generated-By: Babel 2.12.1\n"
|
||||
|
||||
#: ../../dispatcher/finite_state_machine/storages.rst:3
|
||||
msgid "Storages"
|
||||
|
|
@ -79,10 +79,6 @@ msgstr ""
|
|||
msgid "TTL for data records"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.fsm.storage.redis.RedisStorage.__init__:5 of
|
||||
msgid "Custom arguments for Redis lock"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.fsm.storage.redis.RedisStorage.from_url:1 of
|
||||
msgid ""
|
||||
"Create an instance of :class:`RedisStorage` with specifying the "
|
||||
|
|
@ -169,18 +165,10 @@ msgstr ""
|
|||
#: aiogram.fsm.storage.base.BaseStorage.set_data:3
|
||||
#: aiogram.fsm.storage.base.BaseStorage.set_state:3
|
||||
#: aiogram.fsm.storage.base.BaseStorage.update_data:3 of
|
||||
msgid "instance of the current bot"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.fsm.storage.base.BaseStorage.get_data:4
|
||||
#: aiogram.fsm.storage.base.BaseStorage.get_state:4
|
||||
#: aiogram.fsm.storage.base.BaseStorage.set_data:4
|
||||
#: aiogram.fsm.storage.base.BaseStorage.set_state:4
|
||||
#: aiogram.fsm.storage.base.BaseStorage.update_data:4 of
|
||||
msgid "storage key"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.fsm.storage.base.BaseStorage.set_state:5 of
|
||||
#: aiogram.fsm.storage.base.BaseStorage.set_state:4 of
|
||||
msgid "new state"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -188,7 +176,7 @@ msgstr ""
|
|||
msgid "Get key state"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.fsm.storage.base.BaseStorage.get_state:5 of
|
||||
#: aiogram.fsm.storage.base.BaseStorage.get_state:4 of
|
||||
msgid "current state"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -196,8 +184,8 @@ msgstr ""
|
|||
msgid "Write data (replace)"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.fsm.storage.base.BaseStorage.set_data:5
|
||||
#: aiogram.fsm.storage.base.BaseStorage.update_data:6 of
|
||||
#: aiogram.fsm.storage.base.BaseStorage.set_data:4
|
||||
#: aiogram.fsm.storage.base.BaseStorage.update_data:5 of
|
||||
msgid "new data"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -205,7 +193,7 @@ msgstr ""
|
|||
msgid "Get current data for key"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.fsm.storage.base.BaseStorage.get_data:5 of
|
||||
#: aiogram.fsm.storage.base.BaseStorage.get_data:4 of
|
||||
msgid "current data"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -213,7 +201,7 @@ msgstr ""
|
|||
msgid "Update date in the storage for key (like dict.update)"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.fsm.storage.base.BaseStorage.update_data:5 of
|
||||
#: aiogram.fsm.storage.base.BaseStorage.update_data:4 of
|
||||
msgid "partial data"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -229,3 +217,9 @@ msgstr ""
|
|||
|
||||
#~ msgid "see :code:`aioredis` docs"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "Custom arguments for Redis lock"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "instance of the current bot"
|
||||
#~ msgstr ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue