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: Croatian\n"
"MIME-Version: 1.0\n"
@@ -55,41 +55,26 @@ msgstr "Osnovna naredba za brisanje poruka."
#, 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 "Izbrišite zadnjih X poruka koje odgovaraju navedenom tekstu u trenutnom kanalu.\n\n"
" Primjer:\n"
" - `[p]cleanup text \"test\" 5`\n\n"
" Ne zaboravite koristiti dvostruke navodnike\n\n"
" **Argumenti:**\n\n"
" - `<number>` Maksimalni broj poruka za čišćenje. Mora biti pozitivan cijeli broj.\n"
" - `<delete_pinned>` Određuje hoće li se izbrisati prikvačene poruke ili ne. Zadano na False\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 "Izbrišite posljednje X poruke od određenog korisnika u trenutnom kanalu.\n\n"
" Primjeri:\n"
" - `[p]cleanup user @Twentysix 2`\n"
" - `[p]cleanup user Red 6`\n\n"
" **Argumenti:**\n\n"
" - `<user>` Korisnik čije poruke treba očistiti.\n"
" - `<number>` Maksimalni broj poruka za čišćenje. Mora biti pozitivan cijeli broj.\n"
" - `<delete_pinned>` Određuje hoće li se izbrisati prikvačene poruke ili ne. Zadano na False\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:324
#, docstring
@@ -146,38 +131,24 @@ msgstr "Briše X poruka prije navedene poruke.\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 "Izbrišite poruke između dvije poruke, navodeći ID-eve poruka.\n\n"
" Prvi ID trebao bi biti starija poruka, a drugi novija.\n\n"
" Primjer:\n"
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
" **Argumenti:**\n\n"
" - `<one>` ID poruke od koje će čišćenje započet. Ova poruka neće biti izbrisana.\n"
" - `<two>` ID poruke gdje će se čišćenje zaustavit. Ova poruka neće biti izbrisana.\n"
" - `<delete_pinned>` Određuje hoće li se izbrisati prikvačene poruke ili ne. Zadano na False\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 "Izbrišite posljednje X poruke u trenutnom kanalu.\n\n"
" Primjer:\n"
" - `[p]cleanup messages 26`\n\n"
" **Argumenti:**\n\n"
" - `<number>` Maksimalni broj poruka za čišćenje. Mora biti pozitivan cijeli broj.\n"
" - `<delete_pinned>` Određuje hoće li se izbrisati prikvačene poruke ili ne. Zadano na False\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:522
#, docstring
@@ -200,26 +171,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 "Očistite poruke u vlasništvu bota u trenutnom kanalu.\n\n"
" Prema zadanim postavkama, sve poruke su očišćene. Ako je naveden drugi argument,\n"
" on se koristi za podudaranje teksta - samo poruke koje sadrže dati tekst bit će izbrisane.\n\n"
" Primjeri:\n"
" - `[p]cleanup self 6`\n"
" - `[p]cleanup self 10 Pong`\n"
" - `[p]cleanup self 7 \"\" True`\n\n"
" **Argumenti:**\n\n"
" - `<number>` Maksimalni broj poruka za čišćenje. Mora biti pozitivan cijeli broj.\n"
" - `<match_pattern>` Tekst koji poruke moraju sadržavati da bi se izbrisale. Koristite \"\" da biste ovo preskočili.\n"
" - `<delete_pinned>` Određuje hoće li se izbrisati prikvačene poruke ili ne. Zadano na False\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:698
#, docstring