github-actions[bot] 0f364a6d13
Automated Crowdin downstream (#3671)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-03-19 23:38:27 +01:00

321 lines
10 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-03-19 12:08+0000\n"
"PO-Revision-Date: 2020-03-19 12:10\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Polish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Language: pl\n"
"X-Crowdin-File: /cogs/streams/locales/messages.pot\n"
"Language: pl_PL\n"
#: redbot/cogs/streams/streams.py:115
msgid "You need a client secret key to use correctly Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n`[p]set api twitch client_id <your_client_id_here> client_secret <your_client_secret_here>`\\n\\nNote: These tokens are sensitive and should only be used in a private channel or in DM with the bot."
msgstr ""
#: redbot/cogs/streams/streams.py:150
#, docstring
msgid "Check if a Twitch channel is live."
msgstr ""
#: redbot/cogs/streams/streams.py:161
#, docstring
msgid "Check if a YouTube channel is live."
msgstr ""
#: redbot/cogs/streams/streams.py:174
#, docstring
msgid "Check if a Hitbox channel is live."
msgstr ""
#: redbot/cogs/streams/streams.py:180
#, docstring
msgid "Check if a Mixer channel is live."
msgstr ""
#: redbot/cogs/streams/streams.py:186
#, docstring
msgid "Check if a Picarto channel is live."
msgstr ""
#: redbot/cogs/streams/streams.py:198 redbot/cogs/streams/streams.py:224
msgid "That user is offline."
msgstr ""
#: redbot/cogs/streams/streams.py:200 redbot/cogs/streams/streams.py:378
msgid "That channel doesn't seem to exist."
msgstr ""
#: redbot/cogs/streams/streams.py:203 redbot/cogs/streams/streams.py:357
msgid "The Twitch token is either invalid or has not been set. See `{prefix}streamset twitchtoken`."
msgstr ""
#: redbot/cogs/streams/streams.py:210 redbot/cogs/streams/streams.py:365
msgid "The YouTube API key is either invalid or has not been set. See `{prefix}streamset youtubekey`."
msgstr ""
#: redbot/cogs/streams/streams.py:217 redbot/cogs/streams/streams.py:373
msgid "Something went wrong whilst trying to contact the stream service's API."
msgstr ""
#: redbot/cogs/streams/streams.py:234
#, docstring
msgid "Manage automated stream alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:239
#, docstring
msgid "Manage Twitch stream notifications."
msgstr ""
#: redbot/cogs/streams/streams.py:247
#, docstring
msgid "Toggle alerts in this channel for a Twitch stream."
msgstr ""
#: redbot/cogs/streams/streams.py:250
msgid "Please supply the name of a *Twitch* channel, not a Discord channel."
msgstr ""
#: redbot/cogs/streams/streams.py:257
#, docstring
msgid "Toggle alerts in this channel for a YouTube stream."
msgstr ""
#: redbot/cogs/streams/streams.py:262
#, docstring
msgid "Toggle alerts in this channel for a Hitbox stream."
msgstr ""
#: redbot/cogs/streams/streams.py:267
#, docstring
msgid "Toggle alerts in this channel for a Mixer stream."
msgstr ""
#: redbot/cogs/streams/streams.py:272
#, docstring
msgid "Toggle alerts in this channel for a Picarto stream."
msgstr ""
#: redbot/cogs/streams/streams.py:277
#, docstring
msgid "Disable all stream alerts in this channel or server.\\n\\n `[p]streamalert stop` will disable this channel's stream\\n alerts.\\n\\n Do `[p]streamalert stop yes` to disable all stream alerts in\\n this server.\\n "
msgstr ""
#: redbot/cogs/streams/streams.py:307
msgid "All the stream alerts in this server have been disabled."
msgstr ""
#: redbot/cogs/streams/streams.py:309
msgid "All the stream alerts in this channel have been disabled."
msgstr ""
#: redbot/cogs/streams/streams.py:315
#, docstring
msgid "List all active stream alerts in this server."
msgstr ""
#: redbot/cogs/streams/streams.py:318
msgid "Active alerts:\\n\\n"
msgstr ""
#: redbot/cogs/streams/streams.py:326
msgid "There are no active alerts in this server."
msgstr ""
#: redbot/cogs/streams/streams.py:386
#, docstring
msgid "Set tokens for accessing streams."
msgstr ""
#: redbot/cogs/streams/streams.py:392
#, docstring
msgid "Set stream check refresh time."
msgstr ""
#: redbot/cogs/streams/streams.py:394
msgid "You cannot set the refresh timer to less than 60 seconds"
msgstr ""
#: redbot/cogs/streams/streams.py:404
#, docstring
msgid "Explain how to set the twitch token."
msgstr ""
#: redbot/cogs/streams/streams.py:406
msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n`{prefix}set api twitch client_id <your_client_id_here> client_secret <your_client_secret_here>`\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n"
msgstr ""
#: redbot/cogs/streams/streams.py:425
#, docstring
msgid "Explain how to set the YouTube token."
msgstr ""
#: redbot/cogs/streams/streams.py:427
msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command `{prefix}set api youtube api_key <your_api_key_here>`\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n"
msgstr ""
#: redbot/cogs/streams/streams.py:446
#, docstring
msgid "Manage custom message for stream alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:452
#, docstring
msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n "
msgstr ""
#: redbot/cogs/streams/streams.py:463 redbot/cogs/streams/streams.py:479
msgid "Stream alert message set!"
msgstr ""
#: redbot/cogs/streams/streams.py:470
#, docstring
msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n "
msgstr ""
#: redbot/cogs/streams/streams.py:486
#, docstring
msgid "Reset the stream alert messages in this server."
msgstr ""
#: redbot/cogs/streams/streams.py:490
msgid "Stream alerts in this server will now use the default alert message."
msgstr ""
#: redbot/cogs/streams/streams.py:495
#, docstring
msgid "Manage mention settings for stream alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:501
#, docstring
msgid "Toggle the `@everyone` mention."
msgstr ""
#: redbot/cogs/streams/streams.py:506
msgid "`@everyone` will no longer be mentioned for stream alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:509
msgid "When a stream is live, `@everyone` will be mentioned."
msgstr ""
#: redbot/cogs/streams/streams.py:514
#, docstring
msgid "Toggle the `@here` mention."
msgstr ""
#: redbot/cogs/streams/streams.py:519
msgid "`@here` will no longer be mentioned for stream alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:522
msgid "When a stream is live, `@here` will be mentioned."
msgstr ""
#: redbot/cogs/streams/streams.py:527
#, docstring
msgid "Toggle a role mention."
msgstr ""
#: redbot/cogs/streams/streams.py:532
msgid "`@{role.name}` will no longer be mentioned for stream alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:538
msgid "When a stream or community is live, `@{role.name}` will be mentioned."
msgstr ""
#: redbot/cogs/streams/streams.py:542
msgid "Since the role is not mentionable, it will be momentarily made mentionable when announcing a streamalert. Please make sure I have the correct permissions to manage this role, or else members of this role won't receive a notification."
msgstr ""
#: redbot/cogs/streams/streams.py:553
#, docstring
msgid "Toggle alert deletion for when streams go offline."
msgstr ""
#: redbot/cogs/streams/streams.py:556
msgid "The notifications will be deleted once streams go offline."
msgstr ""
#: redbot/cogs/streams/streams.py:558
msgid "Notifications will no longer be deleted."
msgstr ""
#: redbot/cogs/streams/streams.py:563
#, docstring
msgid "Toggle excluding rerun streams from alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:568
msgid "Streams of type 'rerun' will be included in alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:571
msgid "Streams of type 'rerun' will no longer send an alert."
msgstr ""
#: redbot/cogs/streams/streams.py:579
msgid "I'll now send a notification in this channel when {stream.name} is live."
msgstr ""
#: redbot/cogs/streams/streams.py:588
msgid "I won't send notifications about {stream.name} in this channel anymore."
msgstr ""
#: redbot/cogs/streams/streams.py:670
msgid "{mention}, {stream} is live!"
msgstr ""
#: redbot/cogs/streams/streams.py:681
msgid "{stream} is live!"
msgstr ""
#: redbot/cogs/streams/streamtypes.py:303
msgid "Untitled broadcast"
msgstr ""
#: redbot/cogs/streams/streamtypes.py:305
msgid " - Rerun"
msgstr ""
#: redbot/cogs/streams/streamtypes.py:308
#: redbot/cogs/streams/streamtypes.py:351
#: redbot/cogs/streams/streamtypes.py:389
#: redbot/cogs/streams/streamtypes.py:435
msgid "Followers"
msgstr ""
#: redbot/cogs/streams/streamtypes.py:309
#: redbot/cogs/streams/streamtypes.py:390
#: redbot/cogs/streams/streamtypes.py:436
msgid "Total views"
msgstr ""
#: redbot/cogs/streams/streamtypes.py:314
#: redbot/cogs/streams/streamtypes.py:355
#: redbot/cogs/streams/streamtypes.py:399
msgid "Playing: "
msgstr ""
#: redbot/cogs/streams/streamtypes.py:441
msgid "None"
msgstr "Brak"
#: redbot/cogs/streams/streamtypes.py:444
msgid "NSFW | "
msgstr ""
#: redbot/cogs/streams/streamtypes.py:448
msgid "{adult}Category: {category} | Tags: {tags}"
msgstr ""