mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-19 01:19:44 -05:00
[i18n] Automated Crowdin downstream (#4946)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1b6fc00039
commit
6cae1c0204
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"POT-Creation-Date: 2021-04-05 20:17+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Norwegian Bokmal\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -32,13 +32,10 @@ msgstr "Hent bilder fra Imgur.\n\n"
|
||||
#: redbot/cogs/image/image.py:52
|
||||
#, docstring
|
||||
msgid "Search Imgur for the specified term.\n\n"
|
||||
" Use `count` to choose how many images should be returned.\n"
|
||||
" Command can return up to 5 images.\n"
|
||||
" "
|
||||
msgstr "Søk etter Imgur for den angitte perioden.\n\n"
|
||||
" Bruk `count` til å velge hvor mange bilder som skal returneres.\n"
|
||||
" Kommandoen kan returnere opptil 5 bilder.\n"
|
||||
" - `[count]`: How many images should be returned (maximum 5). Defaults to 1.\n"
|
||||
" - `<terms...>`: The terms used to search Imgur.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:58 redbot/cogs/image/image.py:107
|
||||
msgid "Image count has to be between 1 and 5."
|
||||
@@ -63,24 +60,19 @@ msgstr "Noe gikk galt. Feilkoden er {code}."
|
||||
#: redbot/cogs/image/image.py:99
|
||||
#, docstring
|
||||
msgid "Get images from a subreddit.\n\n"
|
||||
" You can customize the search with the following options:\n"
|
||||
" - `<count>`: number of images to return (up to 5)\n"
|
||||
" - `<sort_type>`: new, top\n"
|
||||
" - `<window>`: day, week, month, year, all\n"
|
||||
" "
|
||||
msgstr "Hent bilder fra en subreddit.\n\n"
|
||||
" Du kan tilpasse søket med følgende alternativer:\n"
|
||||
" - `<count>`: antall bilder som returneres (opptil 5)\n"
|
||||
" - `<sort_type>`: ny, topp\n"
|
||||
" - `<window>`: dag, uke, måned, år, alle\n"
|
||||
" - `<subreddit>`: The subreddit to get images from.\n"
|
||||
" - `[count]`: The number of images to return (maximum 5). Defaults to 1.\n"
|
||||
" - `[sort_type]`: New, or top results. Defaults to top.\n"
|
||||
" - `[window]`: The timeframe, can be the past day, week, month, year or all. Defaults to day.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:117
|
||||
msgid "Only 'new' and 'top' are a valid sort type."
|
||||
msgstr "Bare \"nye\" og \"topp\" er en gyldig sorteringstype."
|
||||
|
||||
#: redbot/cogs/image/image.py:150 redbot/cogs/image/image.py:197
|
||||
#: redbot/cogs/image/image.py:221
|
||||
#: redbot/cogs/image/image.py:150 redbot/cogs/image/image.py:200
|
||||
#: redbot/cogs/image/image.py:227
|
||||
msgid "No results found."
|
||||
msgstr "Ingen treff."
|
||||
|
||||
@@ -115,32 +107,36 @@ msgstr "For å få en Imgur Client ID:\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:180
|
||||
#, docstring
|
||||
msgid "Retrieve the first search result from Giphy."
|
||||
msgstr "Hent det første søkeresultatet fra Giphy."
|
||||
msgid "Retrieve the first search result from Giphy.\n\n"
|
||||
" - `<keywords...>`: The keywords used to search Giphy.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:184 redbot/cogs/image/image.py:208
|
||||
#: redbot/cogs/image/image.py:187 redbot/cogs/image/image.py:214
|
||||
msgid "An API key has not been set! Please set one with `{prefix}giphycreds`."
|
||||
msgstr "En API-nøkkel er ikke satt! Vennligst angi en med `{prefix}giphycreds`."
|
||||
|
||||
#: redbot/cogs/image/image.py:199
|
||||
#: redbot/cogs/image/image.py:202
|
||||
msgid "Error contacting the Giphy API."
|
||||
msgstr "Feil under kontakt med Giphy API."
|
||||
|
||||
#: redbot/cogs/image/image.py:204
|
||||
#: redbot/cogs/image/image.py:207
|
||||
#, docstring
|
||||
msgid "Retrieve a random GIF from a Giphy search."
|
||||
msgstr "Hent et tilfeldig GIF fra et Giphy søk."
|
||||
msgid "Retrieve a random GIF from a Giphy search.\n\n"
|
||||
" - `<keywords...>`: The keywords used to generate a random GIF.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/image/image.py:223
|
||||
#: redbot/cogs/image/image.py:229
|
||||
msgid "Error contacting the API."
|
||||
msgstr "Feil ved kontakt med API-et."
|
||||
|
||||
#: redbot/cogs/image/image.py:228
|
||||
#: redbot/cogs/image/image.py:234
|
||||
#, docstring
|
||||
msgid "Explains how to set GIPHY API tokens."
|
||||
msgstr "Forklar hvordan du setter GIPHY API-token."
|
||||
|
||||
#: redbot/cogs/image/image.py:230
|
||||
#: redbot/cogs/image/image.py:236
|
||||
msgid "To get a GIPHY API Key:\n"
|
||||
"1. Login to (or create) a GIPHY account.\n"
|
||||
"2. Visit this page: https://developers.giphy.com/dashboard.\n"
|
||||
@@ -162,7 +158,7 @@ msgstr "For å få en GIPHY API-nøkkel:\n"
|
||||
"8. Kopier API-nøkkelen.\n"
|
||||
"9. I Discord, kjør kommandoen {command}.\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:243
|
||||
#: redbot/cogs/image/image.py:249
|
||||
msgid "<your_api_key_here>"
|
||||
msgstr "<your_api_key_here>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user