mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 01:46:05 -05:00
update translation catalogs (#3280)
This commit is contained in:
102
redbot/cogs/image/locales/af-ZA.po
Normal file
102
redbot/cogs/image/locales/af-ZA.po
Normal file
@@ -0,0 +1,102 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Afrikaans\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=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: af\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: af_ZA\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
#, docstring
|
||||
msgid "Image related commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:37
|
||||
#, docstring
|
||||
msgid "Retrieve pictures from Imgur.\\n\\n Make sure to set the Client ID using `[p]imgurcreds`.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:45
|
||||
#, docstring
|
||||
msgid "Search Imgur for the specified term.\\n\\n Returns up to 3 results.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:54 redbot/cogs/image/image.py:107
|
||||
msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:66
|
||||
msgid "Your search returned no results."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:69
|
||||
msgid "Search results...\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:76 redbot/cogs/image/image.py:133
|
||||
msgid "Something went wrong. Error code is {code}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:83
|
||||
#, docstring
|
||||
msgid "Get images from a subreddit.\\n\\n You can customize the search with the following options:\\n - `<sort_type>`: new, top\\n - `<window>`: day, week, month, year, all\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:97
|
||||
msgid "Only 'new' and 'top' are a valid sort type."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:130 redbot/cogs/image/image.py:186
|
||||
#: redbot/cogs/image/image.py:219
|
||||
msgid "No results found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:139
|
||||
#, docstring
|
||||
msgid "Explain how to set imgur API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:141
|
||||
msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id,<your_client_id_here>`.\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:160
|
||||
#, docstring
|
||||
msgid "Retrieve the first search result from Giphy."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:170 redbot/cogs/image/image.py:203
|
||||
msgid "An API key has not been set! Please set one with `{prefix}giphycreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:188
|
||||
msgid "Error contacting the Giphy API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:193
|
||||
#, docstring
|
||||
msgid "Retrieve a random GIF from a Giphy search."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:221
|
||||
msgid "Error contacting the API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:226
|
||||
#, docstring
|
||||
msgid "Explain how to set Giphy API tokens"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:228
|
||||
msgid "To get a Giphy API Key:\\n1. Login to a Giphy account.\\n2. Visit [this](https://developers.giphy.com/dashboard) page\\n3. Press `Create an App`\\n4. Write an app name, example: `Red Bot`\\n5. Write an app description, example: `Used for Red Bot`\\n6. Copy the API key shown.\\n7. Do `{prefix}set api GIPHY api_key,your_api_key`\\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Arabic\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: ar\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: ar_SA\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Bulgarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: bg\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: bg_BG\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
102
redbot/cogs/image/locales/ca-ES.po
Normal file
102
redbot/cogs/image/locales/ca-ES.po
Normal file
@@ -0,0 +1,102 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Catalan\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=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: ca\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: ca_ES\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
#, docstring
|
||||
msgid "Image related commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:37
|
||||
#, docstring
|
||||
msgid "Retrieve pictures from Imgur.\\n\\n Make sure to set the Client ID using `[p]imgurcreds`.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:45
|
||||
#, docstring
|
||||
msgid "Search Imgur for the specified term.\\n\\n Returns up to 3 results.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:54 redbot/cogs/image/image.py:107
|
||||
msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:66
|
||||
msgid "Your search returned no results."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:69
|
||||
msgid "Search results...\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:76 redbot/cogs/image/image.py:133
|
||||
msgid "Something went wrong. Error code is {code}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:83
|
||||
#, docstring
|
||||
msgid "Get images from a subreddit.\\n\\n You can customize the search with the following options:\\n - `<sort_type>`: new, top\\n - `<window>`: day, week, month, year, all\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:97
|
||||
msgid "Only 'new' and 'top' are a valid sort type."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:130 redbot/cogs/image/image.py:186
|
||||
#: redbot/cogs/image/image.py:219
|
||||
msgid "No results found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:139
|
||||
#, docstring
|
||||
msgid "Explain how to set imgur API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:141
|
||||
msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id,<your_client_id_here>`.\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:160
|
||||
#, docstring
|
||||
msgid "Retrieve the first search result from Giphy."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:170 redbot/cogs/image/image.py:203
|
||||
msgid "An API key has not been set! Please set one with `{prefix}giphycreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:188
|
||||
msgid "Error contacting the Giphy API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:193
|
||||
#, docstring
|
||||
msgid "Retrieve a random GIF from a Giphy search."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:221
|
||||
msgid "Error contacting the API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:226
|
||||
#, docstring
|
||||
msgid "Explain how to set Giphy API tokens"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:228
|
||||
msgid "To get a Giphy API Key:\\n1. Login to a Giphy account.\\n2. Visit [this](https://developers.giphy.com/dashboard) page\\n3. Press `Create an App`\\n4. Write an app name, example: `Red Bot`\\n5. Write an app description, example: `Used for Red Bot`\\n6. Copy the API key shown.\\n7. Do `{prefix}set api GIPHY api_key,your_api_key`\\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,25 +1,24 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Czech\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: cs\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: cs_CZ\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
#, docstring
|
||||
msgid "Image related commands."
|
||||
msgstr ""
|
||||
msgstr "Příkazy související s obrázky."
|
||||
|
||||
#: redbot/cogs/image/image.py:37
|
||||
#, docstring
|
||||
@@ -33,19 +32,19 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:54 redbot/cogs/image/image.py:107
|
||||
msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`."
|
||||
msgstr ""
|
||||
msgstr "Klientské ID nebylo nastaveno! Nastavte prosím jedno s `{prefix}imgurcreds`."
|
||||
|
||||
#: redbot/cogs/image/image.py:66
|
||||
msgid "Your search returned no results."
|
||||
msgstr ""
|
||||
msgstr "Při hledání nebyly nalezeny žádné výsledky."
|
||||
|
||||
#: redbot/cogs/image/image.py:69
|
||||
msgid "Search results...\\n"
|
||||
msgstr ""
|
||||
msgstr "Výsledky hledání...\\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:76 redbot/cogs/image/image.py:133
|
||||
msgid "Something went wrong. Error code is {code}."
|
||||
msgstr ""
|
||||
msgstr "Něco se pokazilo. Chybový kód je {code}."
|
||||
|
||||
#: redbot/cogs/image/image.py:83
|
||||
#, docstring
|
||||
@@ -59,12 +58,12 @@ msgstr ""
|
||||
#: redbot/cogs/image/image.py:130 redbot/cogs/image/image.py:186
|
||||
#: redbot/cogs/image/image.py:219
|
||||
msgid "No results found."
|
||||
msgstr ""
|
||||
msgstr "Nebyly nalezeny žádné výsledky."
|
||||
|
||||
#: redbot/cogs/image/image.py:139
|
||||
#, docstring
|
||||
msgid "Explain how to set imgur API tokens."
|
||||
msgstr ""
|
||||
msgstr "Vysvětlí, jak nastavit klíče API."
|
||||
|
||||
#: redbot/cogs/image/image.py:141
|
||||
msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id,<your_client_id_here>`.\\n"
|
||||
@@ -73,20 +72,20 @@ msgstr ""
|
||||
#: redbot/cogs/image/image.py:160
|
||||
#, docstring
|
||||
msgid "Retrieve the first search result from Giphy."
|
||||
msgstr ""
|
||||
msgstr "Získat první výsledky hledání z Giphy."
|
||||
|
||||
#: redbot/cogs/image/image.py:170 redbot/cogs/image/image.py:203
|
||||
msgid "An API key has not been set! Please set one with `{prefix}giphycreds`."
|
||||
msgstr ""
|
||||
msgstr "API klíč nebyl nastaven! Nastavte jej prosím s `{prefix}giphycreds."
|
||||
|
||||
#: redbot/cogs/image/image.py:188
|
||||
msgid "Error contacting the Giphy API."
|
||||
msgstr ""
|
||||
msgstr "Chyba při kontaktování API Giphy."
|
||||
|
||||
#: redbot/cogs/image/image.py:193
|
||||
#, docstring
|
||||
msgid "Retrieve a random GIF from a Giphy search."
|
||||
msgstr ""
|
||||
msgstr "Načte náhodný GIF z vyhledávání Giphy."
|
||||
|
||||
#: redbot/cogs/image/image.py:221
|
||||
msgid "Error contacting the API."
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: da\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: da_DK\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: German\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: de\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: de_DE\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
@@ -24,12 +23,12 @@ msgstr "Image spezifische Befehle."
|
||||
#: redbot/cogs/image/image.py:37
|
||||
#, docstring
|
||||
msgid "Retrieve pictures from Imgur.\\n\\n Make sure to set the Client ID using `[p]imgurcreds`.\\n "
|
||||
msgstr ""
|
||||
msgstr "Lade Bilder von Imgur.\\n\\n Stelle sicher, dass du die Client ID mit `[p]imgurcreds` festgelegt hast\\n "
|
||||
|
||||
#: redbot/cogs/image/image.py:45
|
||||
#, docstring
|
||||
msgid "Search Imgur for the specified term.\\n\\n Returns up to 3 results.\\n "
|
||||
msgstr ""
|
||||
msgstr "Durchsuche Imgur nach dem angegebenen Begriff.\\n\\n Gibt bis zu 3 Ergebnisse zurück.\\n "
|
||||
|
||||
#: redbot/cogs/image/image.py:54 redbot/cogs/image/image.py:107
|
||||
msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`."
|
||||
@@ -41,7 +40,7 @@ msgstr "Die Suche gab keine Treffer."
|
||||
|
||||
#: redbot/cogs/image/image.py:69
|
||||
msgid "Search results...\\n"
|
||||
msgstr ""
|
||||
msgstr "Suchergebnisse...\\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:76 redbot/cogs/image/image.py:133
|
||||
msgid "Something went wrong. Error code is {code}."
|
||||
@@ -50,7 +49,7 @@ msgstr "Etwas ist schief gelaufen. Fehlercode {code}."
|
||||
#: redbot/cogs/image/image.py:83
|
||||
#, docstring
|
||||
msgid "Get images from a subreddit.\\n\\n You can customize the search with the following options:\\n - `<sort_type>`: new, top\\n - `<window>`: day, week, month, year, all\\n "
|
||||
msgstr ""
|
||||
msgstr "Lade Bilder aus einem Subreddit.\\n\\n Du kannst die Suche mit folgenden Optionen anpassen:\\n - `<sort_type>`: new, top\\n - `<window>`: day, week, month, year, all\\n "
|
||||
|
||||
#: redbot/cogs/image/image.py:97
|
||||
msgid "Only 'new' and 'top' are a valid sort type."
|
||||
@@ -64,11 +63,21 @@ msgstr "Keine Suchergebnisse gefunden."
|
||||
#: redbot/cogs/image/image.py:139
|
||||
#, docstring
|
||||
msgid "Explain how to set imgur API tokens."
|
||||
msgstr ""
|
||||
msgstr "Erkläre, wie Imgur API-Token gesetzt werden."
|
||||
|
||||
#: redbot/cogs/image/image.py:141
|
||||
msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id,<your_client_id_here>`.\\n"
|
||||
msgstr ""
|
||||
msgstr "Um die Imgur Client ID zu bekommen:\n"
|
||||
"1. Logge dich in einen Umgur Account ein.\n"
|
||||
"2. Öffne diese Seite: [this](https://api.imgur.com/oauth2/addclient)\n"
|
||||
"3. Trage einen Namen ein\n"
|
||||
"4. Wähle *Anonymous usage without user authorization* aus für den auth type\n"
|
||||
"5. Setze die Autorisierungs callback URL zu `https://localhost`\n"
|
||||
"6. Lasse die App Website leer\n"
|
||||
"7. Trage eine gültige Email adresse ein und eine Beschreibung\n"
|
||||
"8. Kontrolliere die Captcha Box and klicke auf weiter\n"
|
||||
"9. Deine Client ID sollte auf der nächsten Seite sein.\n"
|
||||
"10. mache `{prefix}set api imgur client_id,your_client_id`"
|
||||
|
||||
#: redbot/cogs/image/image.py:160
|
||||
#, docstring
|
||||
@@ -77,7 +86,7 @@ msgstr "Empfange das erste Suchergebnis von Giphy."
|
||||
|
||||
#: redbot/cogs/image/image.py:170 redbot/cogs/image/image.py:203
|
||||
msgid "An API key has not been set! Please set one with `{prefix}giphycreds`."
|
||||
msgstr ""
|
||||
msgstr "Ein API-Schlüssel wurde nicht gesetzt! Bitte setzen Sie einen mit `{prefix}giphycreds`."
|
||||
|
||||
#: redbot/cogs/image/image.py:188
|
||||
msgid "Error contacting the Giphy API."
|
||||
@@ -95,9 +104,9 @@ msgstr "Fehler beim Kontaktieren der API."
|
||||
#: redbot/cogs/image/image.py:226
|
||||
#, docstring
|
||||
msgid "Explain how to set Giphy API tokens"
|
||||
msgstr ""
|
||||
msgstr "Erläutere, wie Giphy API-Token gesetzt werden"
|
||||
|
||||
#: redbot/cogs/image/image.py:228
|
||||
msgid "To get a Giphy API Key:\\n1. Login to a Giphy account.\\n2. Visit [this](https://developers.giphy.com/dashboard) page\\n3. Press `Create an App`\\n4. Write an app name, example: `Red Bot`\\n5. Write an app description, example: `Used for Red Bot`\\n6. Copy the API key shown.\\n7. Do `{prefix}set api GIPHY api_key,your_api_key`\\n"
|
||||
msgstr ""
|
||||
msgstr "Um einen Giphy API Key zu erhalten:\\n1. Melde dich an ein Giphy-Konto.\\n2. Besuche [this](https://developers.giphy.com/dashboard) Seite\\n. Drücke `Erstelle eine App`\\n. Schreibe einen App-Namen, Beispiel: `Red Bot`\\n. Schreibe eine App-Beschreibung, Beispiel: `Wird für Roten Bot`\\nverwendet. Kopiere den angegebenen API-Schlüssel.\\n. Do `{prefix}set api GIPHY api_key,your_api_key`\\n"
|
||||
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Greek\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: el\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: el_GR\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
102
redbot/cogs/image/locales/en-US.po
Normal file
102
redbot/cogs/image/locales/en-US.po
Normal file
@@ -0,0 +1,102 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: English\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=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: en\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: en_US\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
#, docstring
|
||||
msgid "Image related commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:37
|
||||
#, docstring
|
||||
msgid "Retrieve pictures from Imgur.\\n\\n Make sure to set the Client ID using `[p]imgurcreds`.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:45
|
||||
#, docstring
|
||||
msgid "Search Imgur for the specified term.\\n\\n Returns up to 3 results.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:54 redbot/cogs/image/image.py:107
|
||||
msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:66
|
||||
msgid "Your search returned no results."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:69
|
||||
msgid "Search results...\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:76 redbot/cogs/image/image.py:133
|
||||
msgid "Something went wrong. Error code is {code}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:83
|
||||
#, docstring
|
||||
msgid "Get images from a subreddit.\\n\\n You can customize the search with the following options:\\n - `<sort_type>`: new, top\\n - `<window>`: day, week, month, year, all\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:97
|
||||
msgid "Only 'new' and 'top' are a valid sort type."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:130 redbot/cogs/image/image.py:186
|
||||
#: redbot/cogs/image/image.py:219
|
||||
msgid "No results found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:139
|
||||
#, docstring
|
||||
msgid "Explain how to set imgur API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:141
|
||||
msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id,<your_client_id_here>`.\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:160
|
||||
#, docstring
|
||||
msgid "Retrieve the first search result from Giphy."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:170 redbot/cogs/image/image.py:203
|
||||
msgid "An API key has not been set! Please set one with `{prefix}giphycreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:188
|
||||
msgid "Error contacting the Giphy API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:193
|
||||
#, docstring
|
||||
msgid "Retrieve a random GIF from a Giphy search."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:221
|
||||
msgid "Error contacting the API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:226
|
||||
#, docstring
|
||||
msgid "Explain how to set Giphy API tokens"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:228
|
||||
msgid "To get a Giphy API Key:\\n1. Login to a Giphy account.\\n2. Visit [this](https://developers.giphy.com/dashboard) page\\n3. Press `Create an App`\\n4. Write an app name, example: `Red Bot`\\n5. Write an app description, example: `Used for Red Bot`\\n6. Copy the API key shown.\\n7. Do `{prefix}set api GIPHY api_key,your_api_key`\\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Spanish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: es-ES\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: es_ES\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Finnish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: fi\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: fi_FI\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:11\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: French\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: fr\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: fr_FR\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
102
redbot/cogs/image/locales/he-IL.po
Normal file
102
redbot/cogs/image/locales/he-IL.po
Normal file
@@ -0,0 +1,102 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Hebrew\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%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: he\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: he_IL\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
#, docstring
|
||||
msgid "Image related commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:37
|
||||
#, docstring
|
||||
msgid "Retrieve pictures from Imgur.\\n\\n Make sure to set the Client ID using `[p]imgurcreds`.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:45
|
||||
#, docstring
|
||||
msgid "Search Imgur for the specified term.\\n\\n Returns up to 3 results.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:54 redbot/cogs/image/image.py:107
|
||||
msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:66
|
||||
msgid "Your search returned no results."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:69
|
||||
msgid "Search results...\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:76 redbot/cogs/image/image.py:133
|
||||
msgid "Something went wrong. Error code is {code}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:83
|
||||
#, docstring
|
||||
msgid "Get images from a subreddit.\\n\\n You can customize the search with the following options:\\n - `<sort_type>`: new, top\\n - `<window>`: day, week, month, year, all\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:97
|
||||
msgid "Only 'new' and 'top' are a valid sort type."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:130 redbot/cogs/image/image.py:186
|
||||
#: redbot/cogs/image/image.py:219
|
||||
msgid "No results found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:139
|
||||
#, docstring
|
||||
msgid "Explain how to set imgur API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:141
|
||||
msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id,<your_client_id_here>`.\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:160
|
||||
#, docstring
|
||||
msgid "Retrieve the first search result from Giphy."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:170 redbot/cogs/image/image.py:203
|
||||
msgid "An API key has not been set! Please set one with `{prefix}giphycreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:188
|
||||
msgid "Error contacting the Giphy API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:193
|
||||
#, docstring
|
||||
msgid "Retrieve a random GIF from a Giphy search."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:221
|
||||
msgid "Error contacting the API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:226
|
||||
#, docstring
|
||||
msgid "Explain how to set Giphy API tokens"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:228
|
||||
msgid "To get a Giphy API Key:\\n1. Login to a Giphy account.\\n2. Visit [this](https://developers.giphy.com/dashboard) page\\n3. Press `Create an App`\\n4. Write an app name, example: `Red Bot`\\n5. Write an app description, example: `Used for Red Bot`\\n6. Copy the API key shown.\\n7. Do `{prefix}set api GIPHY api_key,your_api_key`\\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Hungarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: hu\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: hu_HU\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Indonesian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: id\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: id_ID\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: it\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: it_IT\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Japanese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: ja\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: ja_JP\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Korean\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: ko\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: ko_KR\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Dutch\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: nl\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: nl_NL\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Norwegian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: no\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: no_NO\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\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.0\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-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: pl\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: pl_PL\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: pt-BR\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: pt_BR\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Portuguese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: pt-PT\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: pt_PT\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:09\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Romanian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: ro\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: ro_RO\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Russian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: ru\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: ru_RU\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Slovak\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: sk\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: sk_SK\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
102
redbot/cogs/image/locales/sr-SP.po
Normal file
102
redbot/cogs/image/locales/sr-SP.po
Normal file
@@ -0,0 +1,102 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Serbian (Cyrillic)\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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: sr\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: sr_SP\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
#, docstring
|
||||
msgid "Image related commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:37
|
||||
#, docstring
|
||||
msgid "Retrieve pictures from Imgur.\\n\\n Make sure to set the Client ID using `[p]imgurcreds`.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:45
|
||||
#, docstring
|
||||
msgid "Search Imgur for the specified term.\\n\\n Returns up to 3 results.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:54 redbot/cogs/image/image.py:107
|
||||
msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:66
|
||||
msgid "Your search returned no results."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:69
|
||||
msgid "Search results...\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:76 redbot/cogs/image/image.py:133
|
||||
msgid "Something went wrong. Error code is {code}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:83
|
||||
#, docstring
|
||||
msgid "Get images from a subreddit.\\n\\n You can customize the search with the following options:\\n - `<sort_type>`: new, top\\n - `<window>`: day, week, month, year, all\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:97
|
||||
msgid "Only 'new' and 'top' are a valid sort type."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:130 redbot/cogs/image/image.py:186
|
||||
#: redbot/cogs/image/image.py:219
|
||||
msgid "No results found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:139
|
||||
#, docstring
|
||||
msgid "Explain how to set imgur API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:141
|
||||
msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id,<your_client_id_here>`.\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:160
|
||||
#, docstring
|
||||
msgid "Retrieve the first search result from Giphy."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:170 redbot/cogs/image/image.py:203
|
||||
msgid "An API key has not been set! Please set one with `{prefix}giphycreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:188
|
||||
msgid "Error contacting the Giphy API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:193
|
||||
#, docstring
|
||||
msgid "Retrieve a random GIF from a Giphy search."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:221
|
||||
msgid "Error contacting the API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:226
|
||||
#, docstring
|
||||
msgid "Explain how to set Giphy API tokens"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:228
|
||||
msgid "To get a Giphy API Key:\\n1. Login to a Giphy account.\\n2. Visit [this](https://developers.giphy.com/dashboard) page\\n3. Press `Create an App`\\n4. Write an app name, example: `Red Bot`\\n5. Write an app description, example: `Used for Red Bot`\\n6. Copy the API key shown.\\n7. Do `{prefix}set api GIPHY api_key,your_api_key`\\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Swedish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: sv-SE\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: sv_SE\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Turkish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: tr\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: tr_TR\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
102
redbot/cogs/image/locales/uk-UA.po
Normal file
102
redbot/cogs/image/locales/uk-UA.po
Normal file
@@ -0,0 +1,102 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Ukrainian\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%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: uk\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: uk_UA\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
#, docstring
|
||||
msgid "Image related commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:37
|
||||
#, docstring
|
||||
msgid "Retrieve pictures from Imgur.\\n\\n Make sure to set the Client ID using `[p]imgurcreds`.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:45
|
||||
#, docstring
|
||||
msgid "Search Imgur for the specified term.\\n\\n Returns up to 3 results.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:54 redbot/cogs/image/image.py:107
|
||||
msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:66
|
||||
msgid "Your search returned no results."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:69
|
||||
msgid "Search results...\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:76 redbot/cogs/image/image.py:133
|
||||
msgid "Something went wrong. Error code is {code}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:83
|
||||
#, docstring
|
||||
msgid "Get images from a subreddit.\\n\\n You can customize the search with the following options:\\n - `<sort_type>`: new, top\\n - `<window>`: day, week, month, year, all\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:97
|
||||
msgid "Only 'new' and 'top' are a valid sort type."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:130 redbot/cogs/image/image.py:186
|
||||
#: redbot/cogs/image/image.py:219
|
||||
msgid "No results found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:139
|
||||
#, docstring
|
||||
msgid "Explain how to set imgur API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:141
|
||||
msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id,<your_client_id_here>`.\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:160
|
||||
#, docstring
|
||||
msgid "Retrieve the first search result from Giphy."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:170 redbot/cogs/image/image.py:203
|
||||
msgid "An API key has not been set! Please set one with `{prefix}giphycreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:188
|
||||
msgid "Error contacting the Giphy API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:193
|
||||
#, docstring
|
||||
msgid "Retrieve a random GIF from a Giphy search."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:221
|
||||
msgid "Error contacting the API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:226
|
||||
#, docstring
|
||||
msgid "Explain how to set Giphy API tokens"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:228
|
||||
msgid "To get a Giphy API Key:\\n1. Login to a Giphy account.\\n2. Visit [this](https://developers.giphy.com/dashboard) page\\n3. Press `Create an App`\\n4. Write an app name, example: `Red Bot`\\n5. Write an app description, example: `Used for Red Bot`\\n6. Copy the API key shown.\\n7. Do `{prefix}set api GIPHY api_key,your_api_key`\\n"
|
||||
msgstr ""
|
||||
|
||||
102
redbot/cogs/image/locales/vi-VN.po
Normal file
102
redbot/cogs/image/locales/vi-VN.po
Normal file
@@ -0,0 +1,102 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Vietnamese\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=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: vi\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: vi_VN\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
#, docstring
|
||||
msgid "Image related commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:37
|
||||
#, docstring
|
||||
msgid "Retrieve pictures from Imgur.\\n\\n Make sure to set the Client ID using `[p]imgurcreds`.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:45
|
||||
#, docstring
|
||||
msgid "Search Imgur for the specified term.\\n\\n Returns up to 3 results.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:54 redbot/cogs/image/image.py:107
|
||||
msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:66
|
||||
msgid "Your search returned no results."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:69
|
||||
msgid "Search results...\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:76 redbot/cogs/image/image.py:133
|
||||
msgid "Something went wrong. Error code is {code}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:83
|
||||
#, docstring
|
||||
msgid "Get images from a subreddit.\\n\\n You can customize the search with the following options:\\n - `<sort_type>`: new, top\\n - `<window>`: day, week, month, year, all\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:97
|
||||
msgid "Only 'new' and 'top' are a valid sort type."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:130 redbot/cogs/image/image.py:186
|
||||
#: redbot/cogs/image/image.py:219
|
||||
msgid "No results found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:139
|
||||
#, docstring
|
||||
msgid "Explain how to set imgur API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:141
|
||||
msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id,<your_client_id_here>`.\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:160
|
||||
#, docstring
|
||||
msgid "Retrieve the first search result from Giphy."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:170 redbot/cogs/image/image.py:203
|
||||
msgid "An API key has not been set! Please set one with `{prefix}giphycreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:188
|
||||
msgid "Error contacting the Giphy API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:193
|
||||
#, docstring
|
||||
msgid "Retrieve a random GIF from a Giphy search."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:221
|
||||
msgid "Error contacting the API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:226
|
||||
#, docstring
|
||||
msgid "Explain how to set Giphy API tokens"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:228
|
||||
msgid "To get a Giphy API Key:\\n1. Login to a Giphy account.\\n2. Visit [this](https://developers.giphy.com/dashboard) page\\n3. Press `Create an App`\\n4. Write an app name, example: `Red Bot`\\n5. Write an app description, example: `Used for Red Bot`\\n6. Copy the API key shown.\\n7. Do `{prefix}set api GIPHY api_key,your_api_key`\\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Chinese Simplified\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: zh-CN\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: zh_CN\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
@@ -45,7 +44,7 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:76 redbot/cogs/image/image.py:133
|
||||
msgid "Something went wrong. Error code is {code}."
|
||||
msgstr ""
|
||||
msgstr "发生错误。错误代码为{code}。"
|
||||
|
||||
#: redbot/cogs/image/image.py:83
|
||||
#, docstring
|
||||
|
||||
102
redbot/cogs/image/locales/zh-HK.po
Normal file
102
redbot/cogs/image/locales/zh-HK.po
Normal file
@@ -0,0 +1,102 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Chinese Traditional, Hong Kong\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=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: zh-HK\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: zh_HK\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
#, docstring
|
||||
msgid "Image related commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:37
|
||||
#, docstring
|
||||
msgid "Retrieve pictures from Imgur.\\n\\n Make sure to set the Client ID using `[p]imgurcreds`.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:45
|
||||
#, docstring
|
||||
msgid "Search Imgur for the specified term.\\n\\n Returns up to 3 results.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:54 redbot/cogs/image/image.py:107
|
||||
msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:66
|
||||
msgid "Your search returned no results."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:69
|
||||
msgid "Search results...\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:76 redbot/cogs/image/image.py:133
|
||||
msgid "Something went wrong. Error code is {code}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:83
|
||||
#, docstring
|
||||
msgid "Get images from a subreddit.\\n\\n You can customize the search with the following options:\\n - `<sort_type>`: new, top\\n - `<window>`: day, week, month, year, all\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:97
|
||||
msgid "Only 'new' and 'top' are a valid sort type."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:130 redbot/cogs/image/image.py:186
|
||||
#: redbot/cogs/image/image.py:219
|
||||
msgid "No results found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:139
|
||||
#, docstring
|
||||
msgid "Explain how to set imgur API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:141
|
||||
msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id,<your_client_id_here>`.\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:160
|
||||
#, docstring
|
||||
msgid "Retrieve the first search result from Giphy."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:170 redbot/cogs/image/image.py:203
|
||||
msgid "An API key has not been set! Please set one with `{prefix}giphycreds`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:188
|
||||
msgid "Error contacting the Giphy API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:193
|
||||
#, docstring
|
||||
msgid "Retrieve a random GIF from a Giphy search."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:221
|
||||
msgid "Error contacting the API."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:226
|
||||
#, docstring
|
||||
msgid "Explain how to set Giphy API tokens"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:228
|
||||
msgid "To get a Giphy API Key:\\n1. Login to a Giphy account.\\n2. Visit [this](https://developers.giphy.com/dashboard) page\\n3. Press `Create an App`\\n4. Write an app name, example: `Red Bot`\\n5. Write an app description, example: `Used for Red Bot`\\n6. Copy the API key shown.\\n7. Do `{prefix}set api GIPHY api_key,your_api_key`\\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Chinese Traditional\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: zh-TW\n"
|
||||
"X-Crowdin-File: /cogs/image/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /image/locales/messages.pot\n"
|
||||
"Language: zh_TW\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:13
|
||||
|
||||
Reference in New Issue
Block a user