mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-18 09:08:58 -05:00
Update Translations (#2486)
Also included a Makefile recipe which makes use of the Crowdin CLI's `crowdin download` command. This requires whoever is using it to provide the project's API key in an environment variable, but we may automate this at some point. Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
|
||||
"PO-Revision-Date: 2018-04-15 16:43-0400\n"
|
||||
"POT-Creation-Date: 2019-02-17 02:24+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:08\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"Language-Team: Pirate English\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: ENCODING\n"
|
||||
"Generated-By: pygettext.py 1.5\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,87 +16,222 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/downloader/locales/messages.pot\n"
|
||||
"Language: en_PT\n"
|
||||
|
||||
#: ../downloader.py:200
|
||||
#: 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\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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/converters.py:14
|
||||
#: redbot/cogs/downloader/repo_manager.py:84
|
||||
msgid "No Downloader cog found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/converters.py:18
|
||||
msgid "That cog is not installed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:196
|
||||
#, docstring
|
||||
msgid "Install a group of dependencies using pip."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:203
|
||||
msgid "Libraries installed."
|
||||
msgstr ""
|
||||
|
||||
#: ../downloader.py:202
|
||||
#: redbot/cogs/downloader/downloader.py:206
|
||||
msgid "Some libraries failed to install. Please check your logs for a complete list."
|
||||
msgstr ""
|
||||
|
||||
#: ../downloader.py:231
|
||||
#: redbot/cogs/downloader/downloader.py:215
|
||||
#, docstring
|
||||
msgid "Repo management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:220
|
||||
#, docstring
|
||||
msgid "Add a new repo.\n\n"
|
||||
" The name can only contain characters A-z, numbers and underscores.\n"
|
||||
" The branch will be the default branch if not specified.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:232
|
||||
msgid "That git repo has already been added under another name."
|
||||
msgstr "Ahoy! That git repo has already been added under another name."
|
||||
|
||||
#: ../downloader.py:233 ../downloader.py:234
|
||||
#: redbot/cogs/downloader/downloader.py:234
|
||||
msgid "Something went wrong during the cloning process."
|
||||
msgstr "Fool! Something went wrong during thee cloning process."
|
||||
|
||||
#: ../downloader.py:236
|
||||
msgid "Repo `{}` successfully added."
|
||||
msgstr "Yar Repo `{}` was successfully added."
|
||||
#: redbot/cogs/downloader/downloader.py:242
|
||||
msgid "Repo `{name}` successfully added."
|
||||
msgstr ""
|
||||
|
||||
#: ../downloader.py:247
|
||||
msgid "The repo `{}` has been deleted successfully."
|
||||
msgstr "Blimey! Thee repo `{}` has been deleted successfully."
|
||||
#: redbot/cogs/downloader/downloader.py:248
|
||||
#, docstring
|
||||
msgid "Remove a repo and its files."
|
||||
msgstr ""
|
||||
|
||||
#: ../downloader.py:256
|
||||
msgid "Installed Repos:\n"
|
||||
msgstr "Ahoy! Yar Installed Repos:\n"
|
||||
#: redbot/cogs/downloader/downloader.py:252
|
||||
msgid "The repo `{repo.name}` has been deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: ../downloader.py:277
|
||||
msgid "Error, there is no cog by the name of `{}` in the `{}` repo."
|
||||
msgstr "Fool! Error, thar is no cog by thee name of `{}` in thee `{}` repo."
|
||||
#: redbot/cogs/downloader/downloader.py:257
|
||||
#, docstring
|
||||
msgid "List all installed repos."
|
||||
msgstr ""
|
||||
|
||||
#: ../downloader.py:289
|
||||
msgid "Failed to install the required libraries for `{}`: `{}`"
|
||||
msgstr "Blimey! Failed to install thee required libraries for `{}`: `{}`"
|
||||
#: redbot/cogs/downloader/downloader.py:260
|
||||
msgid "Installed Repos:\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../downloader.py:299
|
||||
msgid "`{}` cog successfully installed."
|
||||
msgstr "Well shave me belly with a rusty razor! `{}` cog successfully installed."
|
||||
#: redbot/cogs/downloader/downloader.py:270
|
||||
#, docstring
|
||||
msgid "Show information about a repo."
|
||||
msgstr ""
|
||||
|
||||
#: ../downloader.py:317
|
||||
msgid "`{}` was successfully removed."
|
||||
msgstr "Sink me! `{}` was successfully removed."
|
||||
#: redbot/cogs/downloader/downloader.py:272
|
||||
msgid "Repo `{repo.name}` not found."
|
||||
msgstr ""
|
||||
|
||||
#: ../downloader.py:319
|
||||
msgid "That cog was installed but can no longer be located. You may need to remove it's files manually if it is still usable."
|
||||
msgstr "Well shave me belly with a rusty razor! That cog was installed but can no longer be located. Ye may need to remove it's files manually if t'is still usable."
|
||||
#: redbot/cogs/downloader/downloader.py:275
|
||||
msgid "Information on {repo.name}:\n"
|
||||
"{description}"
|
||||
msgstr ""
|
||||
|
||||
#: ../downloader.py:351
|
||||
#: redbot/cogs/downloader/downloader.py:283
|
||||
#, docstring
|
||||
msgid "Cog installation management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:288
|
||||
#, docstring
|
||||
msgid "Install a cog from the given repo."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:292
|
||||
msgid "Error: there is no cog by the name of `{cog_name}` in the `{repo.name}` repo."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:299
|
||||
msgid "This cog requires at least python version {version}, aborting install."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:307
|
||||
msgid "Failed to install the required libraries for `{cog_name}`: `{libraries}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:319
|
||||
msgid "Cog `{cog_name}` successfully installed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:325
|
||||
#, docstring
|
||||
msgid "Uninstall a cog.\n\n"
|
||||
" You may only uninstall cogs which were previously installed\n"
|
||||
" by Downloader.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:338
|
||||
msgid "Cog `{cog_name}` was successfully uninstalled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:342
|
||||
msgid "That cog was installed but can no longer be located. You may need to remove it's files manually if it is still usable. Also make sure you've unloaded the cog with `{prefix}unload {cog_name}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:353
|
||||
#, docstring
|
||||
msgid "Update all cogs, or one of your choosing."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:374
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "Arrr! Yar cog update completed successfully."
|
||||
|
||||
#: ../downloader.py:359
|
||||
#: redbot/cogs/downloader/downloader.py:377
|
||||
msgid "\n"
|
||||
"Updated: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:379
|
||||
msgid "All installed cogs are already up to date."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:386
|
||||
msgid "None of the updated cogs were previously loaded. Update complete."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:388
|
||||
msgid "Would you like to reload the updated cogs?"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:416
|
||||
msgid "OK then."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:420
|
||||
#, docstring
|
||||
msgid "List all available cogs from a single repo."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:424
|
||||
msgid "Installed Cogs:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:432
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr "Yar Available Cogs:\n"
|
||||
|
||||
#: ../downloader.py:371
|
||||
msgid "There is no cog `{}` in the repo `{}`"
|
||||
msgstr "Shiver me timbers! Thar is no cog `{}` in thee repo `{}`"
|
||||
#: redbot/cogs/downloader/downloader.py:445
|
||||
#, docstring
|
||||
msgid "List information about a single cog."
|
||||
msgstr ""
|
||||
|
||||
#: ../downloader.py:376
|
||||
msgid "Information on {}:\n"
|
||||
"{}"
|
||||
msgstr "Yo-ho-ho! Yar Information on {}: \n"
|
||||
"{}"
|
||||
#: redbot/cogs/downloader/downloader.py:449
|
||||
msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
|
||||
msgstr ""
|
||||
|
||||
#: ../downloader.py:417
|
||||
#: redbot/cogs/downloader/downloader.py:455
|
||||
msgid "Information on {cog_name}:\n"
|
||||
"{description}\n\n"
|
||||
"Requirements: {requirements}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:505
|
||||
msgid "Missing from info.json"
|
||||
msgstr "Blimey! Arg missing from info.json"
|
||||
|
||||
#: ../downloader.py:426
|
||||
msgid "Command: {}\n"
|
||||
"Made by: {}\n"
|
||||
"Repo: {}\n"
|
||||
"Cog name: {}"
|
||||
msgstr "Yar Command: {} \n"
|
||||
"Yar Made by: {} \n"
|
||||
"Yar Repo: {} \n"
|
||||
"Yar Cog name: {}"
|
||||
#: redbot/cogs/downloader/downloader.py:507
|
||||
msgid "Missing from installed repos"
|
||||
msgstr ""
|
||||
|
||||
#: ../downloader.py:458
|
||||
#: redbot/cogs/downloader/downloader.py:514
|
||||
msgid "Command: {command}\n"
|
||||
"Made by: {author}\n"
|
||||
"Repo: {repo}\n"
|
||||
"Cog name: {cog}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:539
|
||||
#, docstring
|
||||
msgid "Find which cog a command comes from.\n\n"
|
||||
" This will only work with loaded cogs.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/downloader/downloader.py:546
|
||||
msgid "That command doesn't seem to exist."
|
||||
msgstr "Blimey! Thee command doesn't seem to exist."
|
||||
|
||||
#: redbot/cogs/downloader/repo_manager.py:91
|
||||
msgid "Repo by the name \"{repo_name}\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user