mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-18 09:08:58 -05:00
Automated Crowdin downstream (#4804)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ae87aa396a
commit
663876fba3
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-01-28 12:34+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Danish\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"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -17,11 +17,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/streams/streams.py:41
|
||||
#, docstring
|
||||
msgid "Various commands relating to streaming platforms.\\n\\n You can check if a Twitch, YouTube or Picarto stream is\\n currently live.\\n "
|
||||
msgid "Various commands relating to streaming platforms.\n\n"
|
||||
" You can check if a Twitch, YouTube or Picarto stream is\n"
|
||||
" currently live.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/streams/streams.py:142
|
||||
msgid "You need a client secret key if you want to use the 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{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel or in DM with the bot."
|
||||
msgid "You need a client secret key if you want to use the Twitch API on this cog.\n"
|
||||
"Follow these steps:\n"
|
||||
"1. Go to this page: https://dev.twitch.tv/console/apps.\n"
|
||||
"2. Click \"Manage\" on your application.\n"
|
||||
"3. Click on \"New secret\".\n"
|
||||
"5. Copy your client ID and your client secret into:\n"
|
||||
"{command}\n\n"
|
||||
"Note: 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:155 redbot/cogs/streams/streams.py:489
|
||||
@@ -112,7 +122,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/streams/streams.py:333
|
||||
#, 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 "
|
||||
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:363
|
||||
@@ -129,7 +144,7 @@ msgid "List all active stream alerts in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/streams/streams.py:374
|
||||
msgid "Active alerts:\\n\\n"
|
||||
msgid "Active alerts:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/streams/streams.py:382
|
||||
@@ -156,7 +171,15 @@ msgid "Explain how to set the twitch token."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/streams/streams.py:475
|
||||
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{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n"
|
||||
msgid "To set the twitch API tokens, follow these steps:\n"
|
||||
"1. Go to this page: https://dev.twitch.tv/dashboard/apps.\n"
|
||||
"2. Click *Register Your Application*.\n"
|
||||
"3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\n"
|
||||
"4. Click *Register*.\n"
|
||||
"5. Copy your client ID and your client secret into:\n"
|
||||
"{command}\n\n"
|
||||
"Note: These tokens are sensitive and should only be used in a private channel\n"
|
||||
"or in DM with the bot.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/streams/streams.py:498
|
||||
@@ -165,7 +188,16 @@ msgid "Explain how to set the YouTube token."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/streams/streams.py:500
|
||||
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 {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n"
|
||||
msgid "To get one, do the following:\n"
|
||||
"1. Create a project\n"
|
||||
"(see https://support.google.com/googleapi/answer/6251787 for details)\n"
|
||||
"2. Enable the YouTube Data API v3 \n"
|
||||
"(see https://support.google.com/googleapi/answer/6158841 for instructions)\n"
|
||||
"3. Set up your API key \n"
|
||||
"(see https://support.google.com/googleapi/answer/6158862 for instructions)\n"
|
||||
"4. Copy your API key and run the command {command}\n\n"
|
||||
"Note: These tokens are sensitive and should only be used in a private channel\n"
|
||||
"or in DM with the bot.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/streams/streams.py:514
|
||||
@@ -179,7 +211,11 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/streams/streams.py:529
|
||||
#, docstring
|
||||
msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n Use `{stream}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention {mention}, {stream} is live!`\\n "
|
||||
msgid "Set stream alert message when mentions are enabled.\n\n"
|
||||
" Use `{mention}` in the message to insert the selected mentions.\n"
|
||||
" Use `{stream}` in the message to insert the channel or user name.\n\n"
|
||||
" For example: `[p]streamset message mention {mention}, {stream} is live!`\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/streams/streams.py:538 redbot/cogs/streams/streams.py:551
|
||||
@@ -188,7 +224,10 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/streams/streams.py:543
|
||||
#, docstring
|
||||
msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention {stream} is live!`\\n "
|
||||
msgid "Set stream alert message when mentions are disabled.\n\n"
|
||||
" Use `{stream}` in the message to insert the channel or user name.\n\n"
|
||||
" For example: `[p]streamset message nomention {stream} is live!`\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/streams/streams.py:556
|
||||
|
||||
Reference in New Issue
Block a user