Skip to content

Commit

Permalink
Added translation for Scenes
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Nov 22, 2023
1 parent 3d63bf3 commit 423796a
Show file tree
Hide file tree
Showing 3 changed files with 900 additions and 31 deletions.
110 changes: 81 additions & 29 deletions docs/locale/uk_UA/LC_MESSAGES/changelog.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-16 02:34+0200\n"
"POT-Creation-Date: 2023-11-23 00:44+0200\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"
Expand All @@ -22,7 +22,7 @@ msgid "Changelog"
msgstr ""

#: ../../[towncrier-fragments]:2
msgid "\\ |release| [UNRELEASED DRAFT] (2023-11-16)"
msgid "\\ |release| [UNRELEASED DRAFT] (2023-11-23)"
msgstr ""

#: ../../../CHANGES.rst:33 ../../../CHANGES.rst:122 ../../../CHANGES.rst:180
Expand All @@ -36,9 +36,17 @@ msgstr ""

#: ../../[towncrier-fragments]:7
msgid ""
"The new FSM strategy CHAT_TOPIC, which sets the state for the entire "
"topic in the chat, also works in private messages and regular groups "
"without topics. `#1343 <https://github.com/aiogram/aiogram/issues/1343>`_"
"Introduced Scenes feature that helps you to simplify user interactions "
"using Finite State Machines. Read more about 👉 :ref:`Scenes <Scenes>`. "
"`#1280 <https://github.com/aiogram/aiogram/issues/1280>`_"
msgstr ""

#: ../../[towncrier-fragments]:10
msgid ""
"Added the new FSM strategy :code:`CHAT_TOPIC`, which sets the state for "
"the entire topic in the chat, also works in private messages and regular "
"groups without topics. `#1343 "
"<https://github.com/aiogram/aiogram/issues/1343>`_"
msgstr ""

#: ../../../CHANGES.rst:23 ../../../CHANGES.rst:44 ../../../CHANGES.rst:56
Expand All @@ -47,49 +55,57 @@ msgstr ""
#: ../../../CHANGES.rst:559 ../../../CHANGES.rst:620 ../../../CHANGES.rst:678
#: ../../../CHANGES.rst:724 ../../../CHANGES.rst:772 ../../../CHANGES.rst:828
#: ../../../CHANGES.rst:913 ../../../CHANGES.rst:945
#: ../../[towncrier-fragments]:12
#: ../../[towncrier-fragments]:15
msgid "Bugfixes"
msgstr ""

#: ../../[towncrier-fragments]:14
#: ../../[towncrier-fragments]:17
msgid ""
"Fixed ``parse_mode`` in ``send_copy`` helper. Disable by default. `#1332 "
"Fixed :code:`parse_mode` argument in the in :code:`Message.send_copy` "
"shortcut. Disable by default. `#1332 "
"<https://github.com/aiogram/aiogram/issues/1332>`_"
msgstr ""

#: ../../[towncrier-fragments]:16
#: ../../[towncrier-fragments]:19
msgid ""
"Added current handler to filters, so that flags can be retrieved from it."
" `#1360 <https://github.com/aiogram/aiogram/issues/1360>`_"
"Added ability to get handler flags from filters. `#1360 "
"<https://github.com/aiogram/aiogram/issues/1360>`_"
msgstr ""

#: ../../[towncrier-fragments]:21
msgid ""
"Fixed a situation where a :code:`CallbackData` could not be parsed "
"without a default value. `#1368 "
"<https://github.com/aiogram/aiogram/issues/1368>`_"
msgstr ""

#: ../../../CHANGES.rst:89 ../../../CHANGES.rst:159 ../../../CHANGES.rst:204
#: ../../../CHANGES.rst:289 ../../../CHANGES.rst:522 ../../../CHANGES.rst:572
#: ../../../CHANGES.rst:952 ../../[towncrier-fragments]:21
#: ../../../CHANGES.rst:952 ../../[towncrier-fragments]:26
msgid "Improved Documentation"
msgstr ""

#: ../../[towncrier-fragments]:23
#: ../../[towncrier-fragments]:28
msgid ""
"Corrected grammatical errors, improved sentence structures, translation "
"for migration 2.x-3.x `#1302 "
"<https://github.com/aiogram/aiogram/issues/1302>`_"
msgstr ""

#: ../../[towncrier-fragments]:25
#: ../../[towncrier-fragments]:30
msgid ""
"Minor typo correction, specifically in module naming + some grammar. "
"`#1340 <https://github.com/aiogram/aiogram/issues/1340>`_"
msgstr ""

#: ../../[towncrier-fragments]:27
#: ../../[towncrier-fragments]:32
msgid ""
"Added `CITATION.cff` file for automatic academic citation generation. Now"
" you can copy citation from the GitHub page and paste it into your paper."
" `#1351 <https://github.com/aiogram/aiogram/issues/1351>`_"
msgstr ""

#: ../../[towncrier-fragments]:30
#: ../../[towncrier-fragments]:35
msgid ""
"Minor typo correction in middleware docs. `#1353 "
"<https://github.com/aiogram/aiogram/issues/1353>`_"
Expand All @@ -100,67 +116,73 @@ msgstr ""
#: ../../../CHANGES.rst:637 ../../../CHANGES.rst:691 ../../../CHANGES.rst:733
#: ../../../CHANGES.rst:779 ../../../CHANGES.rst:839 ../../../CHANGES.rst:860
#: ../../../CHANGES.rst:883 ../../../CHANGES.rst:920 ../../../CHANGES.rst:959
#: ../../[towncrier-fragments]:35
#: ../../[towncrier-fragments]:40
msgid "Misc"
msgstr ""

#: ../../[towncrier-fragments]:37
#: ../../[towncrier-fragments]:42
msgid ""
"Fixed ResourceWarning in the tests, reworked :code:`RedisEventsIsolation`"
" fixture to use Redis connection from :code:`RedisStorage` `#1320 "
"<https://github.com/aiogram/aiogram/issues/1320>`_"
msgstr ""

#: ../../[towncrier-fragments]:39
#: ../../[towncrier-fragments]:44
msgid "Updated dependencies, bumped minimum required version:"
msgstr ""

#: ../../[towncrier-fragments]:41
#: ../../[towncrier-fragments]:46
msgid ":code:`magic-filter` - fixed `.resolve` operation"
msgstr ""

#: ../../[towncrier-fragments]:42
#: ../../[towncrier-fragments]:47
msgid ":code:`pydantic` - fixed compatibility (broken in 2.4)"
msgstr ""

#: ../../[towncrier-fragments]:43
#: ../../[towncrier-fragments]:48
msgid ""
":code:`aiodns` - added new dependency to the :code:`fast` extras "
"(:code:`pip install aiogram[fast]`)"
msgstr ""

#: ../../[towncrier-fragments]:44
#: ../../[towncrier-fragments]:49
msgid "*others...*"
msgstr ""

#: ../../[towncrier-fragments]:45
#: ../../[towncrier-fragments]:50
msgid "`#1327 <https://github.com/aiogram/aiogram/issues/1327>`_"
msgstr ""

#: ../../[towncrier-fragments]:46
#: ../../[towncrier-fragments]:51
msgid ""
"Prevent update handling task pointers from being garbage collected, "
"backport from 2.x `#1331 "
"<https://github.com/aiogram/aiogram/issues/1331>`_"
msgstr ""

#: ../../[towncrier-fragments]:48
#: ../../[towncrier-fragments]:53
msgid ""
"Updated :code:`typing-extensions` package version range in dependencies "
"to fix compatibility with :code:`FastAPI` `#1347 "
"<https://github.com/aiogram/aiogram/issues/1347>`_"
msgstr ""

#: ../../[towncrier-fragments]:50
#: ../../[towncrier-fragments]:55
msgid ""
"Introduce Python 3.12 support `#1354 "
"<https://github.com/aiogram/aiogram/issues/1354>`_"
msgstr ""

#: ../../[towncrier-fragments]:57
msgid ""
"Speeded up CallableMixin processing by caching references to nested "
"objects and simplifying kwargs assembly. `#1357 "
"<https://github.com/aiogram/aiogram/issues/1357>`_"
msgstr ""

#: ../../[towncrier-fragments]:52
#: ../../[towncrier-fragments]:59
msgid ""
"Added pydantic v2.5 support. `#1361 "
"Added :code:`pydantic` v2.5 support. `#1361 "
"<https://github.com/aiogram/aiogram/issues/1361>`_"
msgstr ""

Expand Down Expand Up @@ -3237,3 +3259,33 @@ msgstr ""

#~ msgid "\\ |release| [UNRELEASED DRAFT] (2023-10-29)"
#~ msgstr ""

#~ msgid "\\ |release| [UNRELEASED DRAFT] (2023-11-16)"
#~ msgstr ""

#~ msgid ""
#~ "The new FSM strategy CHAT_TOPIC, which"
#~ " sets the state for the entire "
#~ "topic in the chat, also works in"
#~ " private messages and regular groups "
#~ "without topics. `#1343 "
#~ "<https://github.com/aiogram/aiogram/issues/1343>`_"
#~ msgstr ""

#~ msgid ""
#~ "Fixed ``parse_mode`` in ``send_copy`` helper."
#~ " Disable by default. `#1332 "
#~ "<https://github.com/aiogram/aiogram/issues/1332>`_"
#~ msgstr ""

#~ msgid ""
#~ "Added current handler to filters, so "
#~ "that flags can be retrieved from "
#~ "it. `#1360 "
#~ "<https://github.com/aiogram/aiogram/issues/1360>`_"
#~ msgstr ""

#~ msgid ""
#~ "Added pydantic v2.5 support. `#1361 "
#~ "<https://github.com/aiogram/aiogram/issues/1361>`_"
#~ msgstr ""
8 changes: 6 additions & 2 deletions docs/locale/uk_UA/LC_MESSAGES/dispatcher/errors.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-30 18:31+0300\n"
"POT-Creation-Date: 2023-11-23 00:44+0200\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.12.1\n"
"Generated-By: Babel 2.13.1\n"

#: ../../dispatcher/errors.rst:3
msgid "Errors"
Expand Down Expand Up @@ -82,6 +82,10 @@ msgstr ""
msgid "Exception for callback answer."
msgstr ""

#: aiogram.exceptions.SceneException:1 of
msgid "Exception for scenes."
msgstr ""

#: aiogram.exceptions.UnsupportedKeywordArgument:1 of
msgid "Exception raised when a keyword argument is passed as filter."
msgstr ""
Expand Down

0 comments on commit 423796a

Please sign in to comment.