Automated Crowdin downstream (#6161)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-05-14 22:17:45 +02:00
committed by GitHub
parent 69cf604e0e
commit a59e73a605
291 changed files with 32502 additions and 39124 deletions

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"Last-Translator: \n"
"Language-Team: Polish\n"
"MIME-Version: 1.0\n"
@@ -55,41 +55,26 @@ msgstr "Bazowe polecenie do usuwania wiadomości."
#, docstring
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
" Example:\n"
" - `[p]cleanup text \"test\" 5`\n\n"
" - `[p]cleanup text \"test\" 5`\n\n"
" Remember to use double quotes.\n\n"
" **Arguments:**\n\n"
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
" "
msgstr "Usuń ostatnie X wiadomości pasujące do określonego tekstu w bieżącym kanale.\n\n"
" Przykład:\n"
" - `[p]tekst czyszczenia \"test\" 5`\n\n"
" Pamiętaj, aby użyć podwójnych kwotowań.\n\n"
" **Argumenty:**\n\n"
" - `<number>` Maksymalna liczba wiadomości do czyszczenia. Musi być dodatnią liczbą całkowitą.\n"
" - `<delete_pinned>` Czy usunąć przypięte wiadomości, czy nie. Domyślnie Fałsz\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:254
#, docstring
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
" Examples:\n"
" - `[p]cleanup user @Twentysix 2`\n"
" - `[p]cleanup user Red 6`\n\n"
" - `[p]cleanup user @Twentysix 2`\n"
" - `[p]cleanup user Red 6`\n\n"
" **Arguments:**\n\n"
" - `<user>` The user whose messages are to be cleaned up.\n"
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
" "
msgstr "Usuń ostatnie X wiadomości od określonego użytkownika w bieżącym kanale.\n\n"
" Przykłady:\n"
" - `[p]cleanup user @Twentysix 2`\n"
" - `[p]cleanup user Red 6`\n\n"
" **Arguments:**\n\n"
" - `<user>` Użytkownika, którego wiadomości mają zostać oczyszczone.\n"
" - `<number>` Maksymalna liczba wiadomości do oczyszczenia. Musi być dodatnią liczbą całkowitą.\n"
" - `<delete_pinned>` Czy usunąć przypięte wiadomości, czy nie. Domyślnie Fałsz\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:324
#, docstring
@@ -144,38 +129,24 @@ msgstr "Usuwa X wiadomości przed określoną wiadomością.\n\n"
msgid "Delete the messages between Message 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\n"
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
" **Arguments:**\n\n"
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
" "
msgstr "Usuń wiadomości pomiędzy Wiadomością One a Wiadomością drugą, podając ID wiadomości.\n\n"
" Pierwsza wiadomość ID powinna być starsza a druga nowsza.\n\n"
" Przykład:\n"
" - `[p]oczyszczenie między 123456789123456789 987654321987654321`\n\n"
" **Argumenty:**\n\n"
" - `<one>` Id wiadomości do oczyszczenia. Ta wiadomość nie zostanie usunięta.\n"
" - `<two>` Id wiadomości do oczyszczenia wcześniej. Ta wiadomość nie zostanie usunięta.\n"
" - `<delete_pinned>` Czy usunąć przypięte wiadomości, czy nie. Domyślnie Fałsz\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:483
#, docstring
msgid "Delete the last X messages in the current channel.\n\n"
" Example:\n"
" - `[p]cleanup messages 26`\n\n"
" - `[p]cleanup messages 26`\n\n"
" **Arguments:**\n\n"
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
" "
msgstr "Usuń ostatnie X wiadomości z bieżącego kanału.\n\n"
" Przykład:\n"
" - `[p]czyszczenie wiadomości 26`\n\n"
" **Argumenty:**\n\n"
" - `<number>` Maksymalna liczba wiadomości do oczyszczenia. Musi być dodatnią liczbą całkowitą.\n"
" - `<delete_pinned>` Czy usunąć przypięte wiadomości, czy nie. Domyślnie Fałsz\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:522
#, docstring
@@ -198,26 +169,15 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
" By default, all messages are cleaned. If a second argument is specified,\n"
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
" Examples:\n"
" - `[p]cleanup self 6`\n"
" - `[p]cleanup self 10 Pong`\n"
" - `[p]cleanup self 7 \"\" True`\n\n"
" - `[p]cleanup self 6`\n"
" - `[p]cleanup self 10 Pong`\n"
" - `[p]cleanup self 7 \"\" True`\n\n"
" **Arguments:**\n\n"
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
" "
msgstr "Wyczyść wiadomości należące do bota na bieżącym kanale.\n\n"
" Domyślnie wszystkie wiadomości są czyszczone. Jeżeli podano drugi argument,\n"
" jest używany do dopasowania wzoru - tylko wiadomości zawierające podany tekst zostaną usunięte.\n\n"
" Przykłady:\n"
" - `[p]cleanup self 6`\n"
" - `[p]sprzątanie 10 Pong`\n"
" - `[p]sprzątanie 7 \"\" True`\n\n"
" **Arguments:**\n\n"
" - `<number>` Maksymalna liczba wiadomości do sprzątania. Musi być dodatnią liczbą całkowitą.\n"
" - `<match_pattern>` Tekst, który musi zawierać wiadomości, aby je usunąć. Użyj \"\", aby to pominąć.\n"
" - `<delete_pinned>` Czy usunąć przypięte wiadomości, czy nie. Domyślnie Fałsz\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:698
#, docstring