Automated Crowdin downstream (#6161)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-05-14 22:17:45 +02:00
committed by GitHub
parent 69cf604e0e
commit a59e73a605
291 changed files with 32502 additions and 39124 deletions

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-03-20 20:32+0000\n"
"POT-Creation-Date: 2023-05-13 17:22+0000\n"
"Last-Translator: \n"
"Language-Team: Swedish\n"
"MIME-Version: 1.0\n"
@@ -57,8 +57,8 @@ msgstr ""
msgid "\n"
" Install a group of dependencies using pip.\n\n"
" Examples:\n"
" - `[p]pipinstall bs4`\n"
" - `[p]pipinstall py-cpuinfo psutil`\n\n"
" - `[p]pipinstall bs4`\n"
" - `[p]pipinstall py-cpuinfo psutil`\n\n"
" Improper usage of this command can break your bot, be careful.\n\n"
" **Arguments**\n\n"
" - `<deps...>` The package or packages you wish to install.\n"
@@ -90,8 +90,8 @@ msgstr ""
#, docstring
msgid "Add a new repo.\n\n"
" Examples:\n"
" - `[p]repo add 26-Cogs https://github.com/Twentysix26/x26-Cogs`\n"
" - `[p]repo add Laggrons-Dumb-Cogs https://github.com/retke/Laggrons-Dumb-Cogs v3`\n\n"
" - `[p]repo add 26-Cogs https://github.com/Twentysix26/x26-Cogs`\n"
" - `[p]repo add Laggrons-Dumb-Cogs https://github.com/retke/Laggrons-Dumb-Cogs v3`\n\n"
" Repo names can only contain characters A-z, numbers, underscores, hyphens, and dots (but they cannot start or end with a dot).\n\n"
" The branch will be the default branch if not specified.\n\n"
" **Arguments**\n\n"
@@ -130,8 +130,8 @@ msgstr ""
msgid "\n"
" Remove repos and their files.\n\n"
" Examples:\n"
" - `[p]repo delete 26-Cogs`\n"
" - `[p]repo delete 26-Cogs Laggrons-Dumb-Cogs`\n\n"
" - `[p]repo delete 26-Cogs`\n"
" - `[p]repo delete 26-Cogs Laggrons-Dumb-Cogs`\n\n"
" **Arguments**\n\n"
" - `<repos...>` The repo or repos to remove.\n"
" "
@@ -155,18 +155,18 @@ msgid "There are no repos installed."
msgstr ""
#: redbot/cogs/downloader/downloader.py:628
msgid "Installed Repos:\n\n"
msgid "# Installed Repos\n"
msgstr ""
#: redbot/cogs/downloader/downloader.py:630
msgid "Installed Repo:\n\n"
msgid "# Installed Repo\n"
msgstr ""
#: redbot/cogs/downloader/downloader.py:639
#, docstring
msgid "Show information about a repo.\n\n"
" Example:\n"
" - `[p]repo info 26-Cogs`\n\n"
" - `[p]repo info 26-Cogs`\n\n"
" **Arguments**\n\n"
" - `<repo>` The name of the repo to show info about.\n"
" "
@@ -201,9 +201,9 @@ msgstr ""
msgid "Update all repos, or ones of your choosing.\n\n"
" This will *not* update the cogs installed from those repos.\n\n"
" Examples:\n"
" - `[p]repo update`\n"
" - `[p]repo update 26-Cogs`\n"
" - `[p]repo update 26-Cogs Laggrons-Dumb-Cogs`\n\n"
" - `[p]repo update`\n"
" - `[p]repo update 26-Cogs`\n"
" - `[p]repo update 26-Cogs Laggrons-Dumb-Cogs`\n\n"
" **Arguments**\n\n"
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
" "
@@ -280,8 +280,8 @@ msgstr ""
#, docstring
msgid "Install a cog from the given repo.\n\n"
" Examples:\n"
" - `[p]cog install 26-Cogs defender`\n"
" - `[p]cog install Laggrons-Dumb-Cogs say roleinvite`\n\n"
" - `[p]cog install 26-Cogs defender`\n"
" - `[p]cog install Laggrons-Dumb-Cogs say roleinvite`\n\n"
" **Arguments**\n\n"
" - `<repo>` The name of the repo to install cogs from.\n"
" - `<cogs...>` The cog or cogs to install.\n"
@@ -295,7 +295,7 @@ msgid "Install a cog from the specified revision of given repo.\n\n"
" The latest revision can be found in the URL bar for any GitHub repo by [pressing \"y\" on that repo](https://docs.github.com/en/free-pro-team@latest/github/managing-files-in-a-repository/getting-permanent-links-to-files#press-y-to-permalink-to-a-file-in-a-specific-commit).\n\n"
" Older revisions can be found in the URL bar by [viewing the commit history of any repo](https://cdn.discordapp.com/attachments/133251234164375552/775760247787749406/unknown.png)\n\n"
" Example:\n"
" - `[p]cog installversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
" - `[p]cog installversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
" **Arguments**\n\n"
" - `<repo>` The name of the repo to install cogs from.\n"
" - `<revision>` The revision to install from.\n"
@@ -367,8 +367,8 @@ msgid "Uninstall cogs.\n\n"
" You may only uninstall cogs which were previously installed\n"
" by Downloader.\n\n"
" Examples:\n"
" - `[p]cog uninstall defender`\n"
" - `[p]cog uninstall say roleinvite`\n\n"
" - `[p]cog uninstall defender`\n"
" - `[p]cog uninstall say roleinvite`\n\n"
" **Arguments**\n\n"
" - `<cogs...>` The cog or cogs to uninstall.\n"
" "
@@ -408,8 +408,8 @@ msgstr ""
#, docstring
msgid "Pin cogs - this will lock cogs on their current version.\n\n"
" Examples:\n"
" - `[p]cog pin defender`\n"
" - `[p]cog pin outdated_cog1 outdated_cog2`\n\n"
" - `[p]cog pin defender`\n"
" - `[p]cog pin outdated_cog1 outdated_cog2`\n\n"
" **Arguments**\n\n"
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
" "
@@ -437,8 +437,8 @@ msgstr ""
#, docstring
msgid "Unpin cogs - this will remove the update lock from those cogs.\n\n"
" Examples:\n"
" - `[p]cog unpin defender`\n"
" - `[p]cog unpin updated_cog1 updated_cog2`\n\n"
" - `[p]cog unpin defender`\n"
" - `[p]cog unpin updated_cog1 updated_cog2`\n\n"
" **Arguments**\n\n"
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
msgstr ""
@@ -525,10 +525,10 @@ msgstr ""
#, docstring
msgid "Update all cogs, or ones of your choosing.\n\n"
" Examples:\n"
" - `[p]cog update`\n"
" - `[p]cog update True`\n"
" - `[p]cog update defender`\n"
" - `[p]cog update True defender`\n\n"
" - `[p]cog update`\n"
" - `[p]cog update True`\n"
" - `[p]cog update defender`\n"
" - `[p]cog update True defender`\n\n"
" **Arguments**\n\n"
" - `[reload]` Whether to reload cogs immediately after update or not.\n"
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
@@ -539,9 +539,9 @@ msgstr ""
#, docstring
msgid "Update all cogs from repos of your choosing.\n\n"
" Examples:\n"
" - `[p]cog updateallfromrepos 26-Cogs`\n"
" - `[p]cog updateallfromrepos True 26-Cogs`\n"
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
" - `[p]cog updateallfromrepos 26-Cogs`\n"
" - `[p]cog updateallfromrepos True 26-Cogs`\n"
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
" **Arguments**\n\n"
" - `[reload]` Whether to reload cogs immediately after update or not.\n"
" - `<repos...>` The repo or repos to update all cogs from.\n"
@@ -556,8 +556,8 @@ msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.
" downgrade the cog, uninstall and install it again.\n\n"
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
" Examples:\n"
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n"
" - `[p]cog updatetoversion True Broken-Repo 6107c0770ad391f1d3a6131b216991e862cc897e cog_name`\n\n"
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n"
" - `[p]cog updatetoversion True Broken-Repo 6107c0770ad391f1d3a6131b216991e862cc897e cog_name`\n\n"
" **Arguments**\n\n"
" - `[reload]` Whether to reload cogs immediately after update or not.\n"
" - `<repo>` The repo or repos to update all cogs from.\n"
@@ -606,34 +606,34 @@ msgstr ""
#, docstring
msgid "List all available cogs from a single repo.\n\n"
" Example:\n"
" - `[p]cog list 26-Cogs`\n\n"
" - `[p]cog list 26-Cogs`\n\n"
" **Arguments**\n\n"
" - `<repo>` The repo to list cogs from.\n"
" "
msgstr ""
#: redbot/cogs/downloader/downloader.py:1336
msgid "Installed Cogs:\n"
msgid "# Installed Cogs\n"
"{text}"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1338
msgid "Installed Cog:\n"
msgid "# Installed Cog\n"
"{text}"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1349
msgid "Available Cogs:\n"
msgid "> Available Cogs\n"
"No cogs are available."
msgstr ""
#: redbot/cogs/downloader/downloader.py:1351
msgid "Available Cogs:\n"
msgid "> Available Cogs\n"
"{text}"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1353
msgid "Available Cog:\n"
msgid "> Available Cog\n"
"{text}"
msgstr ""
@@ -641,7 +641,7 @@ msgstr ""
#, docstring
msgid "List information about a single cog.\n\n"
" Example:\n"
" - `[p]cog info 26-Cogs defender`\n\n"
" - `[p]cog info 26-Cogs defender`\n\n"
" **Arguments**\n\n"
" - `<repo>` The repo to get cog info from.\n"
" - `<cog>` The cog to get info on.\n"
@@ -801,7 +801,7 @@ msgstr ""
msgid "Find which cog a command comes from.\n\n"
" This will only work with loaded cogs.\n\n"
" Example:\n"
" - `[p]findcog ping`\n\n"
" - `[p]findcog ping`\n\n"
" **Arguments**\n\n"
" - `<command_name>` The command to search for.\n"
" "