Automated Crowdin downstream (#3640)

This commit is contained in:
Kowlin
2020-03-05 22:01:26 +01:00
committed by GitHub
parent ea3ca66303
commit 3ff127d514
210 changed files with 15149 additions and 14687 deletions

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
"PO-Revision-Date: 2020-02-13 12:12\n"
"PO-Revision-Date: 2020-03-05 12:11\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Czech\n"
"MIME-Version: 1.0\n"
@@ -41,12 +41,12 @@ msgstr "Odstraní poslední X zpráv odpovídající zadanému textu.\\n\\n
#: redbot/cogs/cleanup/cleanup.py:174
#, docstring
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
msgstr ""
msgstr "Odstranit poslední X zprávy od zadaného uživatele.\\n\\n Příklady:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
#: redbot/cogs/cleanup/cleanup.py:237
#, docstring
msgid "Delete all messages after a specified message.\\n\\n To get a message id, enable developer mode in Discord's\\n settings, 'appearance' tab. Then right click a message\\n and copy its id.\\n "
msgstr ""
msgstr "Odstranit všechny zprávy po zadané zprávě.\\n\\n Pro získání zprávy id povolte vývojářský režim v\\n nastavení Discordu, záložka 'vzhled'. Pak klikněte pravým tlačítkem myši na zprávu\\n a zkopírujte její id.\\n "
#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289
msgid "Message not found."
@@ -55,12 +55,12 @@ msgstr "Zpráva nenalezena."
#: redbot/cogs/cleanup/cleanup.py:276
#, docstring
msgid "Deletes X messages before specified message.\\n\\n To get a message id, enable developer mode in Discord's\\n settings, 'appearance' tab. Then right click a message\\n and copy its id.\\n "
msgstr ""
msgstr "Odstraní X zprávy před zadanou zprávou.\\n\\n Pro získání zprávy id povolte vývojářský režim v\\n nastavení Discordu, záložka 'vzhled'. Pak klikněte pravým tlačítkem myši na zprávu\\n a zkopírujte její id.\\n "
#: redbot/cogs/cleanup/cleanup.py:316
#, docstring
msgid "Delete the messages between Messsage One and Message Two, providing the messages IDs.\\n\\n The first message ID should be the older message and the second one the newer.\\n\\n Example:\\n `[p]cleanup between 123456789123456789 987654321987654321`\\n "
msgstr ""
msgstr "Odstranit zprávy mezi zprávami první a druhou zprávou, které poskytují ID zpráv.\\n\\n První ID zprávy by mělo být starší a druhá novější.\\n\\n Příklad:\\n `[p]cleanup between 123456789123456789 987654321987654321`\\n "
#: redbot/cogs/cleanup/cleanup.py:355
#, docstring
@@ -70,12 +70,12 @@ msgstr "Odstranit poslední X zpráv.\\n\\n Příklad:\\n `[p]
#: redbot/cogs/cleanup/cleanup.py:385
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
msgstr "Vyčistií příkazy a zprávy od bota."
#: redbot/cogs/cleanup/cleanup.py:465
#, docstring
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
msgstr ""
msgstr "Vyčistit zprávy vlastněné botem.\\n\\n Ve výchozím nastavení jsou všechny zprávy vyčištěny. Pokud je uveden třetí argument,\\n se používá pro porovnávání vzorů: pokud začíná r( a končí s ),\\n pak je interpretována jako regex, a zprávy, které se mu hodí, jsou odstraněny\\n . V opačném případě se použije při jednoduché zkoušce podkladu.\\n\\n Některé užitečné regex příznaky, které chcete zahrnout do vašeho vzoru:\\n Boty odpovídají novinkám: (? ); Ignorovat případ: (?i); Bo: (?si)\\n "
#: redbot/cogs/cleanup/converters.py:12
msgid "{} doesn't look like a valid message ID."