mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 02:16:09 -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: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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"
|
||||
"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"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: af_ZA\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.1\n"
|
||||
"Generated-By: redgettext 3.3\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-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: ar_SA\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.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"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: bg_BG\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr "Липсващо от info.json"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "Актуализацията на COG е успешна."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bosnian\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=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-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: bs_BA\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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"
|
||||
"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"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: ca_ES\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: cs_CZ\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr "Repozitář `{name} byl úspěšně přidán."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr "Seznam všech nainstalovaných repozitářů."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgstr "Nainstalovaná repozice:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,8 +189,10 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
msgstr "\\nAktualizováno: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
msgid "All installed repos are already up to date."
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr "\\nAktualizováno: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr "Dobře, tedy."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+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"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: da_DK\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.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"
|
||||
@@ -16,8 +16,10 @@ msgstr ""
|
||||
"Language: de_DE\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgstr "Du bist im Begriff eine Drittanbieter Quelle hinzuzufügen. Der Schöpfer von Red und dessen Community übernehmen keinerlei Verantwortung für jeglichen Schaden, den der Inhalt einer Drittanbieter Quelle verursachen könnte.\\n\\nIndem du '**I agree**' eingibst erklärst du, dass du die obige Nachricht gelesen und vollständig verstanden hast. Diese Nachricht wird bis zum nächsten Neustart nicht erneut gezeigt.\\n\\nDu hast **30** Sekunden um auf diese Nachricht zu reagieren."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
msgid "Your response has timed out, please try again."
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr "`{cog_name}` ist nicht installiert."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgstr "\\n**WARNUNG:** Die folgenden repos verwenden gemeinsame Bibliotheken welche markiert wurden in Zukunft entfernt zu werden: {repo_list}.\\n Du solltest die Betreiber dieser repos darüber informieren."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr "Repo `{name}` erfolgreich hinzugefügt."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr "Liste aller installierten repos."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgstr "Installierte repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,16 +154,18 @@ msgid "Missing from info.json"
|
||||
msgstr "Nicht in info.json"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgstr "Repo URL: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgstr "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgstr "Erstellt von: {author}\\nBeschreibung:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
msgid "Information on {repo_name} repo:{information}"
|
||||
@@ -131,7 +173,15 @@ msgstr "Information über {repo_name} Repo:{information}"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,8 +189,10 @@ msgid "Repo update completed successfully."
|
||||
msgstr "Repo Aktualisierung erfolgreich beendet."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
msgstr "\\naktualisiert: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
msgid "All installed repos are already up to date."
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,12 +227,14 @@ msgid "Failed to install requirements: "
|
||||
msgstr "Fehler beim Installieren der Anforderungen: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgstr "\\nInstallation gemeinsamer Bibliotheken fehlgeschlagen: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgstr "Cog Anforderungen und gemeinsame Bibliotheken für alle installierten Cogs wurden neu installiert, aber es traten Fehler auf:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled."
|
||||
@@ -183,16 +242,34 @@ msgstr "Cog Anforderungen und gemeinsame Bibliotheken für alle installierten Co
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr "\\nInstallation gemeinsamer Bibliotheken für `{repo.name}` repo fehlgeschlagen: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr "Cogs erfolgreich deinstalliert: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgstr "\\nDiese Cogs wurden bereits gesperrt: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,8 +369,9 @@ msgid "Unpinned cogs: "
|
||||
msgstr "Entsperrte Cogs: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgstr "\\nDiese Cogs wurden nicht gesperrt: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
#, docstring
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr "Gesperrte Cogs:"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgstr "Gesperrte Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,8 +408,9 @@ msgid "These cogs can be updated: "
|
||||
msgstr "Diese Cogs können aktualisiert werden: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgstr "\\nDiese gemeinsamen Bibliotheken können aktualisiert werden: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
msgid "No cogs can be updated."
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr "Angegebene Cogs sind bereits auf dem neuesten Stand."
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr "Alle installierten cogs sind bereits auf dem neuesten Stand."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgstr "Installierte Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgstr "Verfügbare Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr "Es gibt kein cog `{cog_name}` im repo `{repo.name}`"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "Cog Update erfolgreich."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr "\\naktualisiert: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,12 +595,9 @@ msgid "No cogs were updated."
|
||||
msgstr "Keine Cogs wurden aktualisiert."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr "\\nEinige gemeinsame Bibliotheken wurden aktualisiert, du solltest den Bot neustarten um die Änderungen zu übernehmen."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgstr "\\nInstallation gemeinsamer Bibliotheken fehlgeschlagen: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
msgid "None of the updated cogs were previously loaded. Update complete."
|
||||
@@ -468,7 +613,13 @@ msgstr "Also gut."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,12 +663,15 @@ msgid "Repo branch:"
|
||||
msgstr "Repo Branch:"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgstr "Befehl: {command}\\nCog Name: {cog}\\nErstellt von: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgstr "Repo Branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
msgid "Failed to update the following repositories:"
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgstr "Repo mit dem Namen \\\"{repo_name}\\\" existiert nicht."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.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"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: el_GR\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.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"
|
||||
@@ -16,8 +16,10 @@ msgstr ""
|
||||
"Language: es_ES\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgstr "Estás a punto de añadir un repositorio de terceros. El creador de Red y su comunidad no tienen ninguna responsabilidad por cualquier daño potencial que pueda causar el contenido de los repositorios de terceros.\\n\\nAl escribir '**I agree**' declaras que has leído y entendido completamente el mensaje anterior. Este mensaje no se mostrará de nuevo hasta el próximo reinicio.\\n\\nTienes **30** segundos para responder a este mensaje."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
msgid "Your response has timed out, please try again."
|
||||
@@ -33,18 +35,35 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr "Cog `{cog_name}` no está instalado."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgstr "\\n**ADVERTENCIA:** Los siguientes repositorios están usando librerías compartidas que están marcadas para su eliminación en el futuro: {repo_list}.\\n Deberías informar a los mantenedores de estos repos sobre este mensaje."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgstr "Instala programas comunitarios hechos por Cog Creators.\\n\\n Encenecimientos comunitarios, también llamados engranajes de terceros, no están incluidos\\n en la instalación roja predeterminada.\\n\\n Los programas de la comunidad vienen en repositorios. Los repositorios son un grupo de archivos\\n que puedes instalar. Siempre necesitas añadir el repositorio del creador\\n usando el comando `[p]repo` antes de poder instalar uno o más\\n programas del creador.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgstr "\\n Instale un grupo de dependencias usando pip.\\n\\n Ejemplos:\\n - `[p]pipinstall bs4`\\n - `[p]pipinstall py-cpuinfo psutil`\\n\\n El uso incorrecto de este comando puede romper tu bot, ten cuidado.\\n\\n **Argumentos**\\n\\n - `<deps...>` El paquete o paquetes que desea instalar.\\n "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
msgid "Libraries installed."
|
||||
@@ -61,8 +80,18 @@ msgstr "Comando base para la gestión del repositorio."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
msgstr "Añadir un nuevo repositorio.\\n\\n Ejemplos:\\n - `[p]repo add 26-Cogs https://github. om/Twentysix26/x26-Cogs`\\n - `[p]repo add Laggrons-Dumb-Cogs https://github. om/retke/Laggrons-Dumb-Cogs v3`\\n\\n Los nombres de repositorios solo pueden contener caracteres A-z, números, guiones bajos y guiones.\\n La rama será la rama por defecto si no se especifica.\\n\\n **Argumentos**\\n\\n - `<name>` El nombre dado al repositorio.\\n - `<repo_url>` URL a la rama de engranaje. Generalmente GitHub o GitLab.\\n - `[branch]` Rama opcional desde la que instalar programas.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens."
|
||||
@@ -86,8 +115,14 @@ msgstr "Repo `{name}` añadida correctamente."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgstr "\\n Eliminar un repositorio y sus archivos.\\n\\n Ejemplo:\\n - `[p]repo delete 26-Cogs`\\n\\n **Argumentos**\\n\\n - `<repo>` El nombre de un repositorio ya añadido\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
msgid "The repo `{repo.name}` has been deleted successfully."
|
||||
@@ -99,13 +134,18 @@ msgid "List all installed repos."
|
||||
msgstr "Listar todos los repositorios instalados."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgstr "Repositorios Instalados: \\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgstr "Mostrar información sobre un repositorio.\\n\\n Ejemplo:\\n - `[p]repo info 26-Cogs`\\n\\n **Argumentos**\\n\\n - `<repo>` El nombre del repositorio sobre el que mostrar información.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
#: redbot/cogs/downloader/downloader.py:1273
|
||||
@@ -114,16 +154,18 @@ msgid "Missing from info.json"
|
||||
msgstr "Ausente de info.json"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgstr "URL de repositorio: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgstr "Rama: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgstr "Hecho por: {author}\\nDescripción:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
msgid "Information on {repo_name} repo:{information}"
|
||||
@@ -131,16 +173,26 @@ msgstr "Información sobre el repositorio de {repo_name}:{information}"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
msgstr "Actualiza todos los repositorios, o los de tu elección.\\n\\n Esto *no* actualizará los programas programados instalados desde esos repositorios.\\n\\n Ejemplos:\\n - `[p]repo update`\\n - `[p]repo update 26-Cogs`\\n - `[p]repo update 26-Cogs Laggrons-Dumb-Cogs`\\n\\n **Argumentos**\\n\\n - `[repos...]` El nombre o los nombres de los repos a actualizar. Si se omite, todos los repos se actualizarán.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
msgid "Repo update completed successfully."
|
||||
msgstr "La actualización del repositorio se completó correctamente."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
msgstr "\\nActualizado: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
msgid "All installed repos are already up to date."
|
||||
@@ -161,8 +213,13 @@ msgstr "Comando base para los comandos de administración de instalación de cog
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgstr "\\n Este comando no debe ser usado a menos que Red lo pida específicamente.\\n\\n Este comando reinstalará los requisitos de configuración y las librerías compartidas para todos los cogs instalados.\\n\\n Red puede pedir al propietario que lo use cuando borre el contenido de la carpeta de libras\\n debido a cambios en la versión menor de Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
#: redbot/cogs/downloader/downloader.py:1454
|
||||
@@ -170,12 +227,14 @@ msgid "Failed to install requirements: "
|
||||
msgstr "Error al instalar los requisitos: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgstr "\\nError al instalar librerías compartidas: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgstr "Se han reinstalado los requisitos de codificación y las librerías compartidas para todos los programas informáticos instalados, pero hubo algunos errores:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled."
|
||||
@@ -183,17 +242,35 @@ msgstr "Se han reinstalado los requisitos de Cog y las bibliotecas compartidas p
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgstr "Instala un cog desde el repositorio dado.\\n\\n Ejemplos:\\n - `[p]cog install 26-Cogs defender`\\n - `[p]cog install Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Argumentos**\\n\\n - `<repo>` El nombre del repositorio del que instalar programas.\\n - `<cogs...>` El cog o los engranajes a instalar.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgstr "Error: sha1 corto `{rev}` es ambiguo. Posibles candidatos:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
#: redbot/cogs/downloader/downloader.py:1127
|
||||
@@ -201,32 +278,45 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr "Error: no hay ninguna revisión `{rev}` en el repositorio `{repo.name}`"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgstr "\\nError al instalar los requisitos: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr "\\nError al instalar las librerías compartidas para `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgstr "\\nError al instalar los cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
msgid "Successfully installed cogs: "
|
||||
msgstr "Coaches instalados con éxito: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr "\\nEstos programadores ahora están fijados y no se actualizarán automáticamente. Para cambiar esto, usa `{prefix}encog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr "\\nPuedes cargarlos usando {command_1}. Para ver las declaraciones de datos del usuario final, puedes usar {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr "Desinstalados con éxito: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr "\\nEl descargador ha eliminado estos programadores de la lista de programadores instalados, pero no pudo encontrar sus archivos: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr "\\nProbablemente fueron removidos sin usar la desinstalación del engranaje de{prefix}.\\nPuede que necesite eliminar esos archivos manualmente si los archivos son todavía utilizables. Si es así, asegúrese de que los programas han sido descargados con `{prefix}descargar {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr "Piñas fijadas: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgstr "\\nEstos programadores ya estaban fijados: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,8 +369,9 @@ msgid "Unpinned cogs: "
|
||||
msgstr "Cogs de desanclado: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgstr "\\nEstos programadores no estaban fijados: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
#, docstring
|
||||
@@ -285,21 +391,26 @@ msgid "Pinned Cogs:"
|
||||
msgstr "Cogs fijadas:"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgstr "Piñas fijadas: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgstr "\\n Comprueba si hay actualizaciones disponibles de engranajes (incluyendo engranajes fijos).\\n\\n Este comando no actualiza los cogs, solo comprueba las actualizaciones.\\n Usa `[p]actualización de cog ` para actualizar los cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
msgid "These cogs can be updated: "
|
||||
msgstr "Estos programas pueden ser actualizados: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgstr "\\nEstas librerías compartidas pueden ser actualizadas: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
msgid "No cogs can be updated."
|
||||
@@ -311,30 +422,51 @@ msgstr "Todos los programas instalados están actualizados."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgstr "Actualiza todos los cogs o los de tu elección.\\n\\n Ejemplos:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Argumentos**\\n\\n - `[cogs...]` El cog o los cogs a actualizar. Si se omite, todos los programas informáticos se actualizarán.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgstr "Error: sha1 corto `{rev}` es ambiguo. Posibles candidatos:\\n"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
msgid "There were no cogs to check."
|
||||
msgstr "No había ningún programa informático para comprobar."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr "\\nEstos programadores están anclados y por lo tanto no fueron revisados: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
msgid "Cogs from provided repos are already up to date."
|
||||
@@ -356,51 +488,66 @@ msgstr "Los programas proporcionados ya están actualizados."
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr "Todos los programas instalados ya están actualizados."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr "\\nEstos programadores están anclados y por lo tanto no fueron revisados: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgstr "Listar todos los cogs disponibles de un solo dominio.\\n\\n Ejemplo:\\n - `[p]cog list 26-Cogs`\\n\\n **Argumentos**\\n\\n - `<repo>` El repositorio del que listar los cogs.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgstr "Cogs instalados:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgstr "Cogs disponibles: \\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgstr "Listar la información sobre un solo cog.\\n\\n Ejemplo:\\n - `[p]cog info 26-Cogs defender`\\n\\n **Argumentos**\\n\\n - `<repo>` El repositorio del que obtener información sobre el engranaje.\\n - `<cog>` El cog del que obtener información.\\n "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr "No hay ningún módulo `{cog_name}` en el repositorio `{repo.name}`"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgstr "Información sobre {cog_name}:\\n{description}\\n\\nDeclaración de datos de usuario final:\\n{end_user_data_statement}\\n\\nRequerido: {author}\\nRequeridos: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr "El autor del módulo no proporcionó la declaración de datos del usuario final."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgstr "\\nNo se han podido encontrar estos programas en {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgstr "\\nEstos programas ya estaban instalados: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgstr "\\nAlgunos programadores con estos nombres ya están instalados desde diferentes repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
msgid " (Minimum: {min_version})"
|
||||
@@ -415,44 +562,42 @@ msgid ", at most: {max_version}"
|
||||
msgstr ", como máximo: {max_version}"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgstr "\\nEstos programadores requieren una versión de python mayor de la que tiene: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr "\\nEstos programadores requieren una versión en rojo diferente de la que tiene actualmente ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "Cog actualizado exitósamente."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr "\\nActualizado: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgstr "\\nLas declaraciones de datos del usuario final de estos programas han cambiado: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgstr "\\nPuedes usar {command} para ver las instrucciones actualizadas.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgstr "\\nError al actualizar los cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
msgid "No cogs were updated."
|
||||
msgstr "No se han actualizado los programas."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr "\\nAlgunas librerías compartidas fueron actualizadas, debes reiniciar el bot para que los cambios surtan efecto."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgstr "\\nError al instalar librerías compartidas: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
msgid "None of the updated cogs were previously loaded. Update complete."
|
||||
@@ -468,8 +613,14 @@ msgstr "De acuerdo."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
msgstr "Encuentra de qué cogs viene un comando.\\n\\n Esto solo funcionará con los cogs cargados.\\n\\n Ejemplo:\\n - `[p]findcog ping`\\n\\n **Argumentos**\\n\\n - `<command_name>` El comando a buscar.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
msgid "That command doesn't seem to exist."
|
||||
@@ -512,12 +663,15 @@ msgid "Repo branch:"
|
||||
msgstr "Rama de reposo:"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgstr "Comando: {command}\\nCog name: {cog}\\nHecho por: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgstr "Rama de repositorio: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
msgid "Failed to update the following repositories:"
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr "La rama del repositorio podría haber sido eliminada o el repositorio ya no está disponible en la url del conjunto. Vea los registros para más información."
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgstr "El repositorio con el nombre \\\"{repo_name}\\\" no existe."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.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"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: fi_FI\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.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"
|
||||
@@ -16,8 +16,10 @@ msgstr ""
|
||||
"Language: fr_FR\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgstr "Vous êtes sur le point d'ajouter un dépôt de tierce partie. Le créateur de Red et sa communauté n'ont aucune responsabilité pour les dommages potentiels que le contenu des dépôts de tierce partie pourrait causer.\\n\\nEn tapant '**I agree**' vous déclarez avoir lu et bien compris le message ci-dessus. Ce message ne sera plus affiché avant le prochain redémarrage.\\n\\nVous avez **30** secondes pour répondre à ce message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
msgid "Your response has timed out, please try again."
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr "Le cog `{cog_name}` n'est pas installé."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgstr "\\n**AVERTISSEMENT :** Les dépôts suivants utilisent des bibliothèques partagées qui sont marquées pour être supprimées dans le futur : {repo_list}.\\n Vous devriez informer les responsables de ces dépôts à propos de ce message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr "Le repo `{name}` a été ajouté avec succès."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr "Liste tout les repos installés."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgstr "Repos installés :\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,16 +154,18 @@ msgid "Missing from info.json"
|
||||
msgstr "Informations manquantes de info.json"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgstr "URL du repo : {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgstr "Branche : {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgstr "Créé par : {author}\\nDescription :\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
msgid "Information on {repo_name} repo:{information}"
|
||||
@@ -131,7 +173,15 @@ msgstr "Informations sur le repo {repo_name} :{information}"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,8 +189,10 @@ msgid "Repo update completed successfully."
|
||||
msgstr "Mise à jour du repo terminée avec succès."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
msgstr "\\nMis à jour : "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
msgid "All installed repos are already up to date."
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,12 +227,14 @@ msgid "Failed to install requirements: "
|
||||
msgstr "Impossible d'installer les pré-requis : "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgstr "\\nImpossible d'installer les bibliothèques partagées : "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgstr "Les pré-requis de cog et les bibliothèques partagées pour tous les cogs installés ont été réinstallées, mais il y a eu quelques erreurs :\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled."
|
||||
@@ -183,17 +242,35 @@ msgstr "Les pré-requis de cog et les bibliothèques partagées pour tous les co
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgstr "Error: Court sha1 `{rev}` est ambigu. Candidats possibles:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
#: redbot/cogs/downloader/downloader.py:1127
|
||||
@@ -201,32 +278,45 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr "Erreur: il n'y a pas de révision `{rev}` dans le repo `{repo.name}`"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgstr "\\nImpossible d'installer les pré-requis : "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr "\\nImpossible d'installer les bibliothèques partagées pour le repo `{repo.name}`: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgstr "\\nImpossible d'installer les cogs : "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
msgid "Successfully installed cogs: "
|
||||
msgstr "Cogs installés avec succès : "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr "\\nCes cogs sont maintenant épinglés et ne seront pas mis à jour automatiquement. Pour changer cela, utilisez `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr "Cogs désinstallés avec succès : "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr "\\nLe cog Downloader a supprimé ces cogs de la liste des cogs installés, mais il n'a pas pu trouver leurs fichiers : "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr "\\nIls ont très probablement été supprimés sans utiliser `{prefix}cog uninstall`.\\nVous devrez peut-être supprimer ces fichiers manuellement si les cogs sont toujours utilisables. Si c'est le cas, assurez-vous que les cogs ont été déchargés avec `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr "Cogs épinglés : "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgstr "\\nCes cogs ont déjà été épinglés : "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,8 +369,9 @@ msgid "Unpinned cogs: "
|
||||
msgstr "Cogs dés-épinglés : "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgstr "\\nCes cogs n'ont pas été épinglés : "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
#, docstring
|
||||
@@ -285,21 +391,26 @@ msgid "Pinned Cogs:"
|
||||
msgstr "Cogs épinglés :"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgstr "Cogs épinglés : \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgstr "\\n Vérifier les mises à jour de cog disponibles (y compris les cogs épinglés).\\n\\n Cette commande ne met pas à jour les cogs, elle ne vérifie que les mises à jour.\\n Utilisez `[p]cog update` pour mettre à jour les cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
msgid "These cogs can be updated: "
|
||||
msgstr "Ces cogs peuvent être mis à jour : "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgstr "\\nCes bibliothèques partagées peuvent être mises à jour : "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
msgid "No cogs can be updated."
|
||||
@@ -311,30 +422,51 @@ msgstr "Tous les cogs installés sont déjà à jour."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgstr "Error: Court sha1 `{rev}` est ambigu. Candidats possibles:\\n"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
msgid "There were no cogs to check."
|
||||
msgstr "Il n'y avait pas de cogs à vérifier."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr "\\nCes cogs sont épinglés et n'ont donc pas été vérifiés : "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
msgid "Cogs from provided repos are already up to date."
|
||||
@@ -356,26 +488,33 @@ msgstr "Ces cogs sont déjà à jour."
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr "Tous les cogs installés sont déjà à jour."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr "\\nCes cogs sont épinglés et n'ont donc pas été vérifiés : "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgstr "Cogs installés :\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgstr "Cogs disponibles :\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr "Il n'y a pas de cog `{cog_name}` dans le repo `{repo.name}`"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,16 +535,19 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgstr "\\nImpossible de trouver ces cogs dans {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgstr "\\nCes cogs ont déjà été installés : "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgstr "\\nCertains cogs avec ces noms sont déjà installés à partir d'autres repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
msgid " (Minimum: {min_version})"
|
||||
@@ -415,44 +562,42 @@ msgid ", at most: {max_version}"
|
||||
msgstr ", au plus : {max_version}"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgstr "\\nCes cogs nécessitent une version de Python supérieure à celle que vous avez : "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr "\\nCes cogs nécessitent une version de Red différente de celle que vous avez actuellement ({current_version}) : "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "Mise à jour du cog effectuée avec succès"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr "\\nMis à jour : "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgstr "\\nImpossible de mettre à jour les cogs : "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
msgid "No cogs were updated."
|
||||
msgstr "Aucun cog n'a été mis à jour."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr "\\nCertaines bibliothèques partagées ont été mises à jour, vous devriez redémarrer le bot pour que les modifications soient effectives."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgstr "\\nImpossible d'installer les bibliothèques partagées : "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
msgid "None of the updated cogs were previously loaded. Update complete."
|
||||
@@ -468,7 +613,13 @@ msgstr "Ok alors."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,12 +663,15 @@ msgid "Repo branch:"
|
||||
msgstr "Branche du dépôt :"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgstr "Commande : {command}\\nNom du Cog : {cog}\\nFait par : {author}\\nURL du dépôt : {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgstr "Branche du repo : {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
msgid "Failed to update the following repositories:"
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr "La branche de ce repo à peut-être été supprimée ou le repo n'est plus accessible à l'URL définie. Voir les logs pour plus d'informations."
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgstr "Le repo avec le nom \\\"{repo_name}\\\" n'existe pas."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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"
|
||||
"Generated-By: redgettext 3.3\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-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: he_IL\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.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"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: hu_HU\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr "Rendben."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: id_ID\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr "Hilang dari info.json"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "Pembaruan cog selesai dengan sukses."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.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"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: it_IT\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr "Mancante da info.json"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "Cog aggiornamento completato correttamente."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr "OK allora."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: ja_JP\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr "info.jsonから行方不明"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "コグアップデートが完了しました。"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: ko_KR\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr "Info.json 파일에서 누락됐어요."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "Cog가 성공적으로 업데이트됐어요."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Norwegian Bokmal\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"
|
||||
@@ -16,8 +16,10 @@ msgstr ""
|
||||
"Language: nb_NO\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgstr "Du er i ferd med å legge til en tredjeparts kodelager. Skaperen av Røde og samfunnet har ikke ansvar for noen potensielle skader som innholdet i tredjeparts depoter kan medføre.\\n\\nVed å skrive '**I agree**' erklærer du at du har lest og fullt ut forstår ovennevnte melding. Denne meldingen vil ikke vises igjen før neste reoppstart.\\n\\nDu har **30** sekunder til å svare på denne meldingen."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
msgid "Your response has timed out, please try again."
|
||||
@@ -33,18 +35,35 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr "Cog `{cog_name}` er ikke installert."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgstr "\\n**ADVARSEL:** Følgende repoer bruker delte biblioteker som er merket for fjerning i fremtiden: {repo_list}.\\n Du bør informere vedlikeholderne om denne meldingen."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgstr "Installer samfunnskanaler laget av Cog Creators.\\n\\n samfunnskoger, også kalt tredjeparts cogs, er ikke medfølgende\\n i standardinstallasjonen av Red.\\n\\n samfunnskoger kommer i kodelager. Repos er en gruppe av cogs\\n du kan installere. Du må alltid legge til skaperens repository\\n med kommandoen `[p]repo` før du kan installere en eller flere\\n cogs fra skaperen.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgstr "\\n Installer en gruppe avhengigheter ved hjelp av pip.\\n\\n Eksempler:\\n - `[p]pipinstall bs4`\\n - `[p]pipinstall py-cpuinfo psutil`\\n\\n Uriktig bruk av denne kommandoen kan ødelegge din bot, vær forsiktig.\\n\\n **Argumenter**\\n\\n - `<deps...>` Pakken eller pakkene du vil installere.\\n "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
msgid "Libraries installed."
|
||||
@@ -61,8 +80,18 @@ msgstr "Base kommando for depotadministrasjon."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
msgstr "Legg til ny repo.\\n\\n Eksempler:\\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 navn kan bare inneholde tegnene A-z, tall, understrek og bindestrek.\\n Grenen vil være standardgrenen hvis ikke spesifisert.\\n\\n **Argumenter**\\n\\n - `<name>` Navnet gitt på oppholdet.\\n - `<repo_url>` nettadresse til cog grenen. Vanligvis GitHub eller GitLab.\\n - `[branch]` Valgfri branch for å installere cogs fra.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens."
|
||||
@@ -86,8 +115,14 @@ msgstr "Repo `{name}` ble lagt til."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgstr "\\n Fjern en repoe og dens filer.\\n\\n Eksempel:\\n - `[p]repo delete 26-Cogs`\\n\\n **Argumenter**\\n\\n - `<repo>` Navnet på et allerede lagt til repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
msgid "The repo `{repo.name}` has been deleted successfully."
|
||||
@@ -99,13 +134,18 @@ msgid "List all installed repos."
|
||||
msgstr "Liste over alle installerte kodelager."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgstr "Installerte Repoer:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgstr "Vis informasjon om en repo.\\n\\n Eksempel:\\n - `[p]repo info 26-Cogs`\\n\\n **Argumenter**\\n\\n - `<repo>` navnet på repoet for å vise informasjon om.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
#: redbot/cogs/downloader/downloader.py:1273
|
||||
@@ -114,16 +154,18 @@ msgid "Missing from info.json"
|
||||
msgstr "Mangler fra info.json"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgstr "Repo Url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgstr "Gren: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgstr "Laget av: {author}\\nbeskrivelse:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
msgid "Information on {repo_name} repo:{information}"
|
||||
@@ -131,16 +173,26 @@ msgstr "Informasjon om {repo_name} repo:{information}"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
msgstr "Oppdater alle fortegnelser, eller en av de du velger.\\n\\n Dette kommer *ikke* til å oppdatere loggene som er installert fra kilden.\\n\\n Eksempler:\\n - `[p]repo update`\\n - `[p]repo update 26-Cogs`\\n - `[p]repo update 26-Cogs Laggrons-Dumb-Cogs`\\n\\n **Argumenter**\\n\\n - `[repos...]` navnet eller navnet på repos for å oppdatere. Hvis utelatt, oppdateres alle repoer.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
msgid "Repo update completed successfully."
|
||||
msgstr "Repo oppdatering fullført."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
msgstr "\\nOppdatert: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
msgid "All installed repos are already up to date."
|
||||
@@ -161,8 +213,13 @@ msgstr "Basekommando for kommandoer for administrasjon av cog."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgstr "\\n Denne kommandoen bør ikke brukes med mindre det blir rødt spesifikt bedt om det.\\n\\n Denne kommandoen vil reinstallere cog krav til delte bibliotek for alle installerte cogs.\\n\\n Rød kan be eieren om å bruke dette når den fjerner innholdet i lib-mappen\\n på grunn av endring i mindre versjon av Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
#: redbot/cogs/downloader/downloader.py:1454
|
||||
@@ -170,12 +227,14 @@ msgid "Failed to install requirements: "
|
||||
msgstr "Kunne ikke installere krav: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgstr "\\nKan ikke installere delte biblioteker: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgstr "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled."
|
||||
@@ -183,17 +242,35 @@ msgstr "Cog-krav og delte biblioteker for alle installerte cogs er reinstallert.
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgstr "Installer en cog fra nevnte repo.\\n\\n Eksempler:\\n - `[p]cog install 26-Cogs defender`\\n - `[p]cog install Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Argumenter**\\n\\n - `<cogs...>` cog eller cogs for å installere.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgstr "Installer en cog fra den angitte versjonen av det angitte repoet.\\n\\n Revisjoner er \\\"commit ids\\\" som peker på det punktet i koden når en bestemt endring ble foretatt.\\n Den nyeste versjonen kan bli funnet i URL-feltet for ethvert GitHub repo ved å [trykke \\\"y\\\" på den forekommen](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-commi).\\n\\n Eldre revisjoner finner du i URL-baren ved å [se forpliktende historikk for eventuelle repo](https://cdn.discordapp.com/attachments/133251234164375552/775760247787749406/unknown.png)\\n\\n Eksempel:\\n - `[p]cog installversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` navnet på repo for å installere cogs fra.\\n - `<revision>` revisjonen for å installere fra.\\n - `<cogs...>` cog eller cogs for å installere.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgstr "Feil: kort sha1 `{rev}` er tvetydig. Mulige forslag:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
#: redbot/cogs/downloader/downloader.py:1127
|
||||
@@ -201,49 +278,71 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr "Feil: Det er ingen revisjon `{rev}` i repo `{repo.name}`"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgstr "\\nKunne ikke installere krav: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr "\\nKan ikke installere delte biblioteker for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgstr "\\nKunne ikke installere cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
msgid "Successfully installed cogs: "
|
||||
msgstr "Vellykket installerte cogs: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr "\\nDisse cogene er nå festet og blir ikke oppdatert automatisk. For å endre dette, bruk `{prefix}cog løsne <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr "\\nDu kan laste dem inn med {command_1}. For å se Brukerdatautsagn, kan du bruke {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgstr "Avinstaller cogs.\\n\\n Du kan bare avinstallere cogs som tidligere har blitt installert\\n av Downloader.\\n\\n Eksempler:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Argumenter**\\n\\n - `<cogs...>` cognen eller cogs for å avinstallere.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
msgid "Successfully uninstalled cogs: "
|
||||
msgstr "Vellykket avinstallerte cogs: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr "\\nLast ned har fjernet disse loggene fra den installerte loggen, men det var ikke mulig å finne filene sine: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr "\\nDe ble mest sannsynlig fjernet uten å bruke `{prefix}cog avinnstallere `.\\nDet kan hende at du må fjerne filene manuelt hvis tegnet fortsatt er i bruk. Påse at cogs er blitt avlastet med `{prefix}last ut {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr "Festede cogs: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgstr "\\nDisse loggene har allerede blitt låst: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,8 +369,9 @@ msgid "Unpinned cogs: "
|
||||
msgstr "Unpinned cogs: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgstr "\\nDisse cogene var ikke låst: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
#, docstring
|
||||
@@ -285,21 +391,26 @@ msgid "Pinned Cogs:"
|
||||
msgstr "Låste Cogs:"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgstr "Låste Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgstr "\\n Se etter tilgjengelige cog oppdateringer (inkludert festede cogs).\\n\\n Denne kommandoen oppdaterer ikke cogs, den søker bare etter oppdateringer.\\n Bruk `[p]cog update` for å oppdatere cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
msgid "These cogs can be updated: "
|
||||
msgstr "Disse cogs kan oppdateres: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgstr "\\nDisse delte bibliotekene kan oppdateres: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
msgid "No cogs can be updated."
|
||||
@@ -311,30 +422,51 @@ msgstr "Alle installerte cogs er oppdatert."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgstr "Feil: kort sha1 `{rev}` er tvetydig. Mulige forslag:\\n"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
msgid "There were no cogs to check."
|
||||
msgstr "Det var ingen cogs å sjekke."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr "\\nDisse erfaringene er låste og ble derfor ikke kontrollert: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
msgid "Cogs from provided repos are already up to date."
|
||||
@@ -356,26 +488,33 @@ msgstr "Angitt cogs er allerede oppdatert."
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr "Alle installerte cogs er allerede oppdatert."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr "\\nDisse erfaringene er låste og ble derfor ikke kontrollert: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgstr "Installerte Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgstr "Tilgjengelige Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,24 +522,32 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr "Det er ingen cog `{cog_name}` i repo `{repo.name}`"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgstr "Informasjon om {cog_name}:\\n{description}\\n\\nErklæring om sluttbrukerdata:\\n{end_user_data_statement}\\n\\nLaget av: {author}\\nKrav: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr "Forfatteren av cog ga ikke utskrift til sluttbrukere."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgstr "\\nFant ikke disse loggene i {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgstr "\\nDisse loggene har allerede blitt installert: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgstr "\\nNoen cogs med disse navnene er allerede installert fra forskjellige repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
msgid " (Minimum: {min_version})"
|
||||
@@ -415,44 +562,42 @@ msgid ", at most: {max_version}"
|
||||
msgstr ", på det meste {max_version}"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgstr "\\nDisse cogs krever høyere python-versjon enn du har: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr "\\nDisse cogs krever en annen rød versjon enn du har ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "Cog-oppdateringen er fullført."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr "\\nOppdatert: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgstr "\\nSluttbrukerdata utsagn for disse rommene er endret: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgstr "\\nDu kan bruke {command} til å se de oppdaterte utsagnet\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgstr "\\nKunne ikke oppdatere cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
msgid "No cogs were updated."
|
||||
msgstr "Ingen cogs ble oppdatert."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr "\\nNoen delte biblioteker ble oppdatert, du bør starte boten på nytt for at endringene skal tre i kraft."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgstr "\\nKan ikke installere delte biblioteker: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
msgid "None of the updated cogs were previously loaded. Update complete."
|
||||
@@ -468,7 +613,13 @@ msgstr "Ok da."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,12 +663,15 @@ msgid "Repo branch:"
|
||||
msgstr "Repo filial:"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgstr "Kommando: {command}\\nCog name: {cog}\\nLaget av: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgstr "Repo gren: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
msgid "Failed to update the following repositories:"
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr "Arkivets filial kan ha blitt fjernet, eller oppbevaringsstedet er ikke lenger tilgjengelig på en angitt nettadresse. Se logger for mer informasjon."
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgstr "Repo med navnet \\\"{repo_name}\\\" eksisterer ikke."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.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"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: nl_NL\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr "Repo `{name}` succesvol toegevoegd."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr "Maak een lijst van alle geïnstalleerde repo's."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr "Niet gevonden in info.json"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr "Alle geïnstalleerde cogs zijn al bijgewerkt."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr "Er is geen cog '{cog_name}' in repo '{repo.name} '"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "Cog update succesvol."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr "Ohke."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Polish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: pl_PL\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr "Wyświetl wszystkie zainstalowane repozytoria."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr "Brakujący z info.json"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "Aktualizacja rozszerzenia przebiegła pomyślnie."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr "OK."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.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"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: pt_BR\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr "Ausência do info.json"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "Atualização do cog completada com sucesso."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr "OK então."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.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"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: pt_PT\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: ro_RO\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.1\n"
|
||||
"Generated-By: redgettext 3.3\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-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: ru_RU\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr "Репозиторий `{name}` успешно добавлен."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr "Список всех установленных репозиториев."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr "Отсутствует в info.json"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr "Все установленные модули уже обновлены."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr "В репозитории `{repo.name}` нет модуля `{cog_name}`"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "Обновление модуля завершено успешно."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr "Хорошо, тогда."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: sk_SK\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Serbian (Latin)\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=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-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: sr_CS\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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"
|
||||
"Generated-By: redgettext 3.3\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-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: sr_SP\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.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"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: sv_SE\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr "Saknar information från info.json"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "Cog har uppdaterats."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.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"
|
||||
@@ -16,8 +16,10 @@ msgstr ""
|
||||
"Language: tr_TR\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgstr "3. parti uygulama eklemek üzeresiniz. Red'in yapımcıları ve topluluk ekibi, bu uygulamaların yol açabileceği herhangi bir hasarın sorumluluğunu kabul etmez. **I agree** yazarak sorumluluğun sizde olduğunu kabul edersiniz. Bot tekrar başlatılana kadar bu mesajı bir daha görmezsiniz. Bu mesajı cevaplamak için **30** saniyeniz var."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
msgid "Your response has timed out, please try again."
|
||||
@@ -33,18 +35,35 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr "Cog `{cog_name}` yüklenemedi."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgstr "\\n**UYARI:** Bu depolar ilerde kaldırılacak olan ortak kütüphaneler kullanmaktadır: {repo_list}.\\n Deponun sahiplerine bu mesajla ilgili haber veriniz."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgstr "Cog Creators tarafından yapılmış topluluk Coglarını kurar.\\n\\n Üçüncü parti cogları da denen topluluk cogları\\n Red ile varsayılan olarak gelmezler.\\n\\n Topluluk cogları depolar içinde gelirler. Depolar kurabileceğiniz birer\\n cog gurubudur. Bir cog yapımcısından bir veya birden çok cog kurmadan önce yapımcının deposunu Mutlaka \\n `[p]repo` komutuyla\\n eklemeniz gereklidir.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgstr "\\n Pip kullanarak bir gereksinim grubunu yükle.\\n\\n Örnekler:\\n - `[p]pipinstall bs4`\\n - `[p]pipinstall py-cpuinfo psutil`\\n\\n Bu komutun yanlış kullanımı botunuzu bozabilir, dikkatli olun.\\n\\n **Seçenekler**\\n\\n - `<deps...>` Kurmak istediğiniz paket veya paketler.\\n "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
msgid "Libraries installed."
|
||||
@@ -61,8 +80,18 @@ msgstr "Depo yönetimi için temel komut."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
msgstr "Yeni bir depo ekle.\\n\\n Örnekler:\\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 Depo adları sadece İngilizce karakterler, rakamlar, tireler ve alt tireler içerebilir.\\n Eğer belirtilmezse deponun varsayılan dalı kullanılacaktır.\\n\\n **Seçenekler**\\n\\n - `<name>` Depoya verilen isim.\\n - `<repo_url>` cog dalının URL'i, genellikle GitHub veya GitLab.\\n - `[branch]` cogların yükleneceği isteğe bağlı dal.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens."
|
||||
@@ -86,8 +115,14 @@ msgstr "Bu repo {name} başarıyla eklendi."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgstr "\\n Bir depoyu ve dosyalarını kaldır.\\n\\n Örnek:\\n - `[p]repo delete 26-Cogs`\\n\\n **Seçenekler**\\n\\n - `<repo>` Eklenmiş olan bir deponun adı\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
msgid "The repo `{repo.name}` has been deleted successfully."
|
||||
@@ -99,13 +134,18 @@ msgid "List all installed repos."
|
||||
msgstr "Tüm yüklü repos listelenmektedir."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgstr "Yüklü Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgstr "Bir depo hakkında bilgi göster.\\n\\n Örnek:\\n - `[p]repo info 26-Cogs`\\n\\n **Seçenekler**\\n\\n - `<repo>` Hakkında bilgi gösterilecek depo.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
#: redbot/cogs/downloader/downloader.py:1273
|
||||
@@ -114,16 +154,18 @@ msgid "Missing from info.json"
|
||||
msgstr "Burada eksik bilgiler var info.json"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgstr "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgstr "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgstr "Yapımcı: {author}\\nAçıklama:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
msgid "Information on {repo_name} repo:{information}"
|
||||
@@ -131,16 +173,26 @@ msgstr "{repo_name} hakkında bilgi:{information}"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
msgstr "Seçtiğiniz depoları veya tüm depoları güncelle.\\n\\n Bu komut depolardan yüklenmiş cogları **güncellemeyecektir**.\\n\\n Örnekler:\\n - `[p]repo update`\\n - `[p]repo update 26-Cogs`\\n - `[p]repo update 26-Cogs Laggrons-Dumb-Cogs`\\n\\n **Seçenekler**\\n\\n - `[repos...]` Güncellenecek depoların adı. Boş bırakılırsa, tüm depolar güncellenecektir.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
msgid "Repo update completed successfully."
|
||||
msgstr "Repo güncellemesi başarıyla tamamlandı."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
msgstr "\\nGüncellendi: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
msgid "All installed repos are already up to date."
|
||||
@@ -161,8 +213,13 @@ msgstr "Tüm cog kurulum yönetimi komutları için temel komut."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgstr "\\n Bu komut Red özellikle talep etmedikçe kullanılmamalıdır.\\n\\n Bu komut tüm cog gereksinimlerini ve kurulu tüm coglar için paylaşılan kütüphaneleri yeniden kuracaktır.\\n\\n Red Python alt sürümündeki bir değişiklik\\n gereğiyle sahipten lib klasörünü boşaltmasını isteyebilir.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
#: redbot/cogs/downloader/downloader.py:1454
|
||||
@@ -170,12 +227,14 @@ msgid "Failed to install requirements: "
|
||||
msgstr "Gereksinimleri yüklerken bir hata oldu: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgstr "\\nOrtak kütüphaneler kurulurken hata oluştu: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgstr "Kurulu tüm coglar için gereksinimler ve ortak kütüphaneler yeniden kuruldu fakat bazı sorunlarla karşılaşıldı:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled."
|
||||
@@ -183,17 +242,35 @@ msgstr "Kurulu tüm coglar için gereksinimler ve ortak kütüphaneler yeniden k
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgstr "Belirtilen depodan bir cog kur.\\n\\n Örnekler:\\n - `[p]cog install 26-Cogs defender`\\n - `[p]cog install Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Seçeneker**\\n\\n - `<repo>` Kurulacak cogların kaynağı olan depo.\\n - `<cogs...>` Kurulacak cog veya coglar.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgstr "Bir deponun belirtilen revizyonundan bir cog kur.\\n\\n Revizyonlar kodda belirli bir değişikliğin yapıldığı noktaya işaret eden \\\"commit IDleri\\\"dir.\\n Her hangi bir GitHub deposu için en son revizyon URL çubuğunda [o depoda \\\"y\\\" basarak bulunabilir](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 Eski revizyonlar URL çubuğunda [her hangi bir deponun commit geçmişine bakarak bulunabilir](https://cdn.discordapp.com/attachments/133251234164375552/775760247787749406/unknown.png)\\n\\n Örnek:\\n - `[p]cog installversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` Kurulacak cogların kaynağı olan depo.\\n - `<revision>` Kurulacak revizyon.\\n - `<cogs...>` Kurulacak cog veya coglar.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgstr "Hata: kısaltılmış sha1 `{rev}` belirsiz. Olası adaylar:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
#: redbot/cogs/downloader/downloader.py:1127
|
||||
@@ -201,71 +278,100 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr "Hata: `{repo.name}` deposunda `{rev}` sürümü bulunmamakta"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgstr "\\nGereksinimler yüklenirken sorunla karşılaşıldı: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr "\\n`{repo.name}` deposu için ortak kütüphaneler kurulurken hata ile karşılaşıldı: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgstr "\\nBu cogu yüklerken bir hata oluştu: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
msgid "Successfully installed cogs: "
|
||||
msgstr "Coglar başarıyla yüklendi: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr "\\nBu coglar artık sabitlendi ve otomatik gücellenmiyecekler. Bunu değiştirmek için `{prefix}cog unpin <cog>` komutunu kullanın."
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr "\\n Onları {command_1} kullanarak yükleyebilirsiniz. Son kullanıcı veri ifadelerini okumak için {command_2} kullanabilirsiniz."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgstr "Cog kaldır.\\n\\n Sadece daha önce İndirici tarafından kurulmuş\\n cogları kaldırabilirsiniz.\\n\\n Örnekler:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Seçenekler**\\n\\n - `<cogs...>` Kaldırılacak cog veya coglar.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
msgid "Successfully uninstalled cogs: "
|
||||
msgstr "Coglar başarıyla kaldırıldı: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr "\\nDownloader bu cogları kurulmuş coglar listesinden çıkardı fakat dosyalarını bulamadı: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr "\\nMuhtemelen `{prefix}cog uninstall` kullanılarak kaldırılmışlardı.\\nCog hala kullanılabiliyorsa bu dosyaları elle silmeniz gerekebilir. Durum buysa önce cogların `{prefix}unload {cogs}` ile kaldırıldığından emin olun."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
msgstr "Cog sabitle - bu cogları şu anki sürümlerine kilitler.\\n\\n Örnekler:\\n - `[p]cog pin defender`\\n - `[p]cog pin eski_cog1 eski_cog2`\\n\\n **Seçenekler**\\n\\n - `<cogs...>` Sabitlenecek cog veya coglar. Zaten kurulu olmaları gerekir.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
msgid "Pinned cogs: "
|
||||
msgstr "Sabitlenmiş coglar: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgstr "\\nBu coglar zaten sabitlenmişti: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr "Cog sabitlemesini kaldır - bu seçilen cogların güncelleme kilidini açar.\\n\\n Örneks:\\n - `[p]cog unpin defender`\\n - `[p]cog unpin yeni_cog1 yeni_cog2`\\n\\n **Seçenekler**\\n\\n - `<cogs...>` Sabitlemesi kaldırılacak cog veya coglar. Zaten kurulu ve sabitlenmiş olmaları gerekir."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
msgid "Unpinned cogs: "
|
||||
msgstr "Sabitlemesi kaldırılmış coglar: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgstr "\\nBu coglar sabitlenmedi: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
#, docstring
|
||||
@@ -285,21 +391,26 @@ msgid "Pinned Cogs:"
|
||||
msgstr "Sabitlenmiş coglar:"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgstr "Sabitlenmiş coglar: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgstr "\\n Coglar için mevcut güncellemeleri denetler (sabitlenmiş coglar dahil).\\n\\n Bu komut cogları güncellemez, sadece güncellemeleri denetler.\\n Cogları güncellemek için `[p]cog update` kullanın.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
msgid "These cogs can be updated: "
|
||||
msgstr "Bu coglar güncellenebilir: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgstr "\\nBu ortak kütüphaneler güncellenebilir: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
msgid "No cogs can be updated."
|
||||
@@ -311,30 +422,51 @@ msgstr "Yüklü olan tüm coglar güncel."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgstr "Tüm veya seçtiğiniz cogları güncelle.\\n\\n Örnekler:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Seçenekler**\\n\\n - `[cogs...]` Güncellenecek cog veya coglar. Boş bırakılırsa, tüm coglar güncellenecektir.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgstr "Seçtiğiniz depolardan kurulmuş tüm cogları güncelle.\\n\\n Örnekler:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Seçenekler**\\n\\n - `<repos...>` İçinden kurulmuş tüm cogların güncelleneceği depo veya depolar.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr "Tüm veya seçtiğiniz cogları bir deponun seçilen revizyonuna güncelle.\\n\\n Unutmayınız ki güncelleme sadece sürüm yükseltir ve `revizyon`\\n şu anda kurulu olan cog sürümünden yeni olmalıdır. Eğer bir cogun eski\\n bir sürümünü kurmak istiyorsanız cogun yüklemesini kaldırın, cogu silin ve yeniden yükleyin.\\n\\n Revizyonla ilgili detaylı açıklama için `[p]cog installversion` inceleyiniz.\\n\\n Örnek:\\n - `[p]cog updatetoversion Bozuk-Depo e798cc268e199612b1316a3d1f193da0770c7016 cog_adı`\\n\\n **Seçenekler**\\n\\n - `<repo>` İçinden kurulmuş tüm cogların güncelleneceği depo veya depolar.\\n - `<revision>` Güncellenecek revizyon.\\n - `[cogs...]` Güncellenecek cog veya coglar.\\n "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgstr "Hata: kısaltılmış sha1 `{rev}` belirsiz. Olası adaylar:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
msgid "There were no cogs to check."
|
||||
msgstr "Denetlenecek cog yok."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr "\\nBu coglar sabitlenmiştir ve denetlenemezler: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
msgid "Cogs from provided repos are already up to date."
|
||||
@@ -356,51 +488,66 @@ msgstr "Belirtilen coglar zaten güncel."
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr "Yüklü olan tüm coglar zaten güncel."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr "\\nBu coglar sabitlenmiştir ve denetlenemezler: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgstr "Bir depodan kurulabilen tüm cogları listele.\\n\\n Örnek:\\n - `[p]cog list 26-Cogs`\\n\\n **Seçenekler**\\n\\n - `<repo>` İçindeki coglar listelenecek depo.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgstr "Yüklenen Coglar:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgstr "Kullanılabilir Coglar:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgstr "Tek bir cog hakkında bilgi listele.\\n\\n Örnek:\\n - `[p]cog info 26-Cogs defender`\\n\\n **Seçenekler**\\n\\n - `<repo>` Cog verisinin alınacağı depo.\\n - `<cog>` Hakkında bilgi alınacak cog.\\n "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr "Repo '{repo.name} ' hiçbir cog '{cog_name}' olduğunu"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgstr "{cog_name} hakkında bilgi:\\n{description}\\n\\nSon kullanıcı veri bilgilendirmesi:\\n{end_user_data_statement}\\n\\nYapımcı: {author}\\nGereksinimler: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr "Cogun yapımcısı son kullanıcı veri bildirgesi sunmamış."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgstr "\\n{repo.name} deposunda bu coglar bulunamadı: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgstr "\\nBu coglar zaten kuruluydu: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgstr "\\nBu isimlerdeki coglar zaten diğer depolardan kurulmuştu: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
msgid " (Minimum: {min_version})"
|
||||
@@ -415,44 +562,42 @@ msgid ", at most: {max_version}"
|
||||
msgstr ", en fazla: {max_version}"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgstr "\\nBu coglar sizde bulunandan daha yüksek python sürümü gerektirmekte: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr "\\nBu coglar şu anda sizde olandan farklı bir Red sürümü gerektirmekte ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "Cog güncelleştirme başarıyla tamamlandı."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr "\\nGüncellendi: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgstr "\\nBu cogların son kullanıcı veri bildirgeleri değişti: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgstr "\\nGüncellenmiş ifadeleri görmek için {command} kullanabilirsiniz.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgstr "\\nCogları güncellerken bir sorun oluştu: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
msgid "No cogs were updated."
|
||||
msgstr "Hiçbir cog güncellenmedi."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr "\\nBazı ortak kütüphaneler güncellendi, değişikliklerin uygulanması için botu yeniden başlatmalısınız."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgstr "\\nOrtak kütüphaneler kurulurken hata oluştu: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
msgid "None of the updated cogs were previously loaded. Update complete."
|
||||
@@ -468,8 +613,14 @@ msgstr "Tamam o zaman."
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
msgstr "Bir komutun hangi cog tarafından sağlandığını bul.\\n\\n Bu sadece load edilmiş coglar için çalışır.\\n\\n Örnek:\\n - `[p]findcog ping`\\n\\n **Seçenekler**\\n\\n - `<command_name>` Aranacak komut.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
msgid "That command doesn't seem to exist."
|
||||
@@ -512,12 +663,15 @@ msgid "Repo branch:"
|
||||
msgstr "Depo dalı:"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgstr "Komut: {command}\\nCog adı: {cog}\\nYapımcı: {author}\\nDepo adresi: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgstr "Depo dalı: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
msgid "Failed to update the following repositories:"
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr "Bu repolar silinmiş olabilir ya da Url'lere erişim kapalı. Daha fazla bilgi için logları kontrol edin."
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgstr "\"{repo_name}\\\" bu isimde bir Repo bulunamadı."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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"
|
||||
"Generated-By: redgettext 3.3\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-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: uk_UA\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: vi_VN\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: zh_CN\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr "在info.json中找不到"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "以成功更新齿轮。"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: zh_HK\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,7 +16,9 @@ msgstr ""
|
||||
"Language: zh_TW\n"
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:12
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
|
||||
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n"
|
||||
"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n"
|
||||
"You have **30** seconds to reply to this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/checks.py:36
|
||||
@@ -33,17 +35,34 @@ msgid "Cog `{cog_name}` is not installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:30
|
||||
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
|
||||
msgid "\n"
|
||||
"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n"
|
||||
" You should inform maintainers of these repos about this message."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:39
|
||||
#, docstring
|
||||
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
|
||||
msgid "Install community cogs made by Cog Creators.\n\n"
|
||||
" Community cogs, also called third party cogs, are not included\n"
|
||||
" in the default Red install.\n\n"
|
||||
" Community cogs come in repositories. Repos are a group of cogs\n"
|
||||
" you can install. You always need to add the creator's repository\n"
|
||||
" using the `[p]repo` command before you can install one or more\n"
|
||||
" cogs from the creator.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:484
|
||||
#, docstring
|
||||
msgid "\\n Install a group of dependencies using pip.\\n\\n Examples:\\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 "
|
||||
msgid "\n"
|
||||
" Install a group of dependencies using pip.\n\n"
|
||||
" Examples:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:502
|
||||
@@ -61,7 +80,17 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:521
|
||||
#, 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 Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n\\n **Arguments**\\n\\n - `<name>` The name given to the repo.\\n - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\\n - `[branch]` Optional branch to install cogs from.\\n "
|
||||
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"
|
||||
" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n"
|
||||
" The branch will be the default branch if not specified.\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<name>` The name given to the repo.\n"
|
||||
" - `<repo_url>` URL to the cog branch. Usually GitHub or GitLab.\n"
|
||||
" - `[branch]` Optional branch to install cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:541
|
||||
@@ -86,7 +115,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:584
|
||||
#, docstring
|
||||
msgid "\\n Remove a repo and its files.\\n\\n Example:\\n - `[p]repo delete 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of an already added repo\\n "
|
||||
msgid "\n"
|
||||
" Remove a repo and its files.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo delete 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of an already added repo\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:597
|
||||
@@ -99,12 +134,17 @@ msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:605
|
||||
msgid "Installed Repos:\\n\\n"
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:614
|
||||
#, docstring
|
||||
msgid "Show information about a repo.\\n\\n Example:\\n - `[p]repo info 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The name of the repo to show info about.\\n "
|
||||
msgid "Show information about a repo.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]repo info 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to show info about.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:623
|
||||
@@ -114,15 +154,17 @@ msgid "Missing from info.json"
|
||||
msgstr "在info.json中找不到"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:625
|
||||
msgid "Repo url: {repo_url}\\n"
|
||||
msgid "Repo url: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:627
|
||||
msgid "Branch: {branch_name}\\n"
|
||||
msgid "Branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:628
|
||||
msgid "Made by: {author}\\nDescription:\\n{description}"
|
||||
msgid "Made by: {author}\n"
|
||||
"Description:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:632
|
||||
@@ -131,7 +173,15 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:640
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:660
|
||||
@@ -139,7 +189,9 @@ msgid "Repo update completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:661
|
||||
msgid "\\nUpdated: "
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:663
|
||||
@@ -161,7 +213,12 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:683
|
||||
#, docstring
|
||||
msgid "\\n This command should not be used unless Red specifically asks for it.\\n\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask the owner to use this when it clears contents of the lib folder\\n because of change in minor version of Python.\\n "
|
||||
msgid "\n"
|
||||
" This command should not be used unless Red specifically asks for it.\n\n"
|
||||
" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n"
|
||||
" Red might ask the owner to use this when it clears contents of the lib folder\n"
|
||||
" because of change in minor version of Python.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:712
|
||||
@@ -170,11 +227,13 @@ msgid "Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:717
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:723
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
|
||||
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:731
|
||||
@@ -183,16 +242,34 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:739
|
||||
#, 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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:758
|
||||
#, docstring
|
||||
msgid "Install a cog from the specified revision of given repo.\\n\\n Revisions are \\\"commit ids\\\" that point to the point in the code when a specific change was made.\\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 **Arguments**\\n\\n - `<repo>` The name of the repo to install cogs from.\\n - `<revision>` The revision to install from.\\n - `<cogs...>` The cog or cogs to install.\\n "
|
||||
msgid "Install a cog from the specified revision of given repo.\n\n"
|
||||
" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The name of the repo to install cogs from.\n"
|
||||
" - `<revision>` The revision to install from.\n"
|
||||
" - `<cogs...>` The cog or cogs to install.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:785
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:797
|
||||
@@ -201,15 +278,18 @@ msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:811
|
||||
msgid "\\nFailed to install requirements: "
|
||||
msgid "\n"
|
||||
"Failed to install requirements: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:832
|
||||
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
|
||||
msgid "\n"
|
||||
"Failed to install shared libraries for `{repo.name}` repo: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:840
|
||||
msgid "\\nFailed to install cogs: "
|
||||
msgid "\n"
|
||||
"Failed to install cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:844
|
||||
@@ -217,16 +297,26 @@ msgid "Successfully installed cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:847
|
||||
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgid "\n"
|
||||
"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:854
|
||||
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgid "\n"
|
||||
"You can load them using {command_1}. To see end user data statements, you can use {command_2}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:871
|
||||
#, docstring
|
||||
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n\\n Examples:\\n - `[p]cog uninstall 26-Cogs defender`\\n - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\\n\\n **Arguments**\\n\\n - `<cogs...>` The cog or cogs to uninstall.\\n "
|
||||
msgid "Uninstall cogs.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog uninstall 26-Cogs defender`\n"
|
||||
" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to uninstall.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:903
|
||||
@@ -234,16 +324,25 @@ msgid "Successfully uninstalled cogs: "
|
||||
msgstr "已成功移除齒輪: "
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:906
|
||||
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgid "\n"
|
||||
"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:911
|
||||
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgid "\n"
|
||||
"They were most likely removed without using `{prefix}cog uninstall`.\n"
|
||||
"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:921
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to pin. Must already be installed.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to pin. Must already be installed.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:943
|
||||
@@ -251,12 +350,18 @@ msgid "Pinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:945
|
||||
msgid "\\nThese cogs were already pinned: "
|
||||
msgid "\n"
|
||||
"These cogs were already pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:950
|
||||
#, 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 **Arguments**\\n\\n - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<cogs...>` The cog or cogs to unpin. Must already be installed and pinned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:971
|
||||
@@ -264,7 +369,8 @@ msgid "Unpinned cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:973
|
||||
msgid "\\nThese cogs weren't pinned: "
|
||||
msgid "\n"
|
||||
"These cogs weren't pinned: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:978
|
||||
@@ -285,12 +391,16 @@ msgid "Pinned Cogs:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:998
|
||||
msgid "Pinned Cogs: \\n"
|
||||
msgid "Pinned Cogs: \n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1003
|
||||
#, docstring
|
||||
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
|
||||
msgid "\n"
|
||||
" Check for available cog updates (including pinned cogs).\n\n"
|
||||
" This command doesn't update cogs, it only checks for updates.\n"
|
||||
" Use `[p]cog update` to update cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1018
|
||||
@@ -298,7 +408,8 @@ msgid "These cogs can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1023
|
||||
msgid "\\nThese shared libraries can be updated: "
|
||||
msgid "\n"
|
||||
"These shared libraries can be updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1027
|
||||
@@ -311,21 +422,40 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1040
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing.\\n\\n Examples:\\n - `[p]cog update`\\n - `[p]cog update defender`\\n\\n **Arguments**\\n\\n - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\\n "
|
||||
msgid "Update all cogs, or ones of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog update`\n"
|
||||
" - `[p]cog update defender`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1054
|
||||
#, docstring
|
||||
msgid "Update all cogs from repos of your choosing.\\n\\n Examples:\\n - `[p]cog updateallfromrepos 26-Cogs`\\n - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repos...>` The repo or repos to update all cogs from.\\n "
|
||||
msgid "Update all cogs from repos of your choosing.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cog updateallfromrepos 26-Cogs`\n"
|
||||
" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repos...>` The repo or repos to update all cogs from.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1070
|
||||
#, docstring
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore `revision`\\n has to be newer than the version that cog currently has installed. If you want to\\n downgrade the cog, uninstall and install it again.\\n\\n See `[p]cog installversion` for an explanation of `revision`.\\n\\n Example:\\n - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\\n\\n **Arguments**\\n\\n - `<repo>` The repo or repos to update all cogs from.\\n - `<revision>` The revision to update to.\\n - `[cogs...]` The cog or cogs to update.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1116
|
||||
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
|
||||
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n"
|
||||
" Note that update doesn't mean downgrade and therefore `revision`\n"
|
||||
" has to be newer than the version that cog currently has installed. If you want to\n"
|
||||
" downgrade the cog, uninstall and install it again.\n\n"
|
||||
" See `[p]cog installversion` for an explanation of `revision`.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<repo>` The repo or repos to update all cogs from.\n"
|
||||
" - `<revision>` The revision to update to.\n"
|
||||
" - `[cogs...]` The cog or cogs to update.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1148
|
||||
@@ -333,7 +463,9 @@ msgid "There were no cogs to check."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1151
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\n"
|
||||
"These cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1166
|
||||
@@ -356,26 +488,33 @@ msgstr ""
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1185
|
||||
msgid "\\nThese cogs are pinned and therefore weren't checked: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1208
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo.\\n\\n Example:\\n - `[p]cog list 26-Cogs`\\n\\n **Arguments**\\n\\n - `<repo>` The repo to list cogs from.\\n "
|
||||
msgid "List all available cogs from a single repo.\n\n"
|
||||
" Example:\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:1220
|
||||
msgid "Installed Cogs:\\n"
|
||||
msgstr "已安裝齒輪:\\n"
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1227
|
||||
msgid "Available Cogs:\\n"
|
||||
msgstr "可用的齒輪:\\n"
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1240
|
||||
#, docstring
|
||||
msgid "List information about a single cog.\\n\\n Example:\\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 "
|
||||
msgid "List information about a single cog.\n\n"
|
||||
" Example:\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"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1253
|
||||
@@ -383,7 +522,12 @@ msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1259
|
||||
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"End user data statement:\n"
|
||||
"{end_user_data_statement}\n\n"
|
||||
"Made by: {author}\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1271
|
||||
@@ -391,15 +535,18 @@ msgid "Author of the cog didn't provide end user data statement."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1339
|
||||
msgid "\\nCouldn't find these cogs in {repo.name}: "
|
||||
msgid "\n"
|
||||
"Couldn't find these cogs in {repo.name}: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1343
|
||||
msgid "\\nThese cogs were already installed: "
|
||||
msgid "\n"
|
||||
"These cogs were already installed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1347
|
||||
msgid "\\nSome cogs with these names are already installed from different repos: "
|
||||
msgid "\n"
|
||||
"Some cogs with these names are already installed from different repos: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1365
|
||||
@@ -415,31 +562,32 @@ msgid ", at most: {max_version}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1390
|
||||
msgid "\\nThese cogs require higher python version than you have: "
|
||||
msgid "\n"
|
||||
"These cogs require higher python version than you have: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1394
|
||||
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
|
||||
msgid "\n"
|
||||
"These cogs require different Red version than you currently have ({current_version}): "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1460
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "已成功更新齒輪。"
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1471
|
||||
msgid "\\nUpdated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1474
|
||||
msgid "\\nEnd user data statements of these cogs have changed: "
|
||||
msgid "\n"
|
||||
"End user data statements of these cogs have changed: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1476
|
||||
msgid "\\nYou can use {command} to see the updated statements.\\n"
|
||||
msgid "\n"
|
||||
"You can use {command} to see the updated statements.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1482
|
||||
msgid "\\nFailed to update cogs: "
|
||||
msgid "\n"
|
||||
"Failed to update cogs: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1484
|
||||
@@ -447,11 +595,8 @@ msgid "No cogs were updated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1486
|
||||
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1492
|
||||
msgid "\\nFailed to install shared libraries: "
|
||||
msgid "\n"
|
||||
"Some shared libraries were updated, you should restart the bot to bring the changes into effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1500
|
||||
@@ -468,7 +613,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1557
|
||||
#, docstring
|
||||
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 **Arguments**\\n\\n - `<command_name>` The command to search for.\\n "
|
||||
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"
|
||||
" **Arguments**\n\n"
|
||||
" - `<command_name>` The command to search for.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1571
|
||||
@@ -512,11 +663,14 @@ msgid "Repo branch:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1617
|
||||
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
|
||||
msgid "Command: {command}\n"
|
||||
"Cog name: {cog}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo URL: {repo_url}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1621
|
||||
msgid "Repo branch: {branch_name}\\n"
|
||||
msgid "Repo branch: {branch_name}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:1642
|
||||
@@ -532,6 +686,6 @@ msgid "The repository's branch might have been removed or the repository is no l
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:183
|
||||
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user