mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-18 09:08:58 -05:00
[V3 i18n] Update translations from Crowdin (#1350)
This commit is contained in:
93
redbot/cogs/downloader/locales/zh-CN.po
Normal file
93
redbot/cogs/downloader/locales/zh-CN.po
Normal file
@@ -0,0 +1,93 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-19 03:59+UTC\n"
|
||||
"PO-Revision-Date: 2018-02-25 21:34-0500\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"Language-Team: Chinese Simplified\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"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: zh-CN\n"
|
||||
"X-Crowdin-File: /cogs/downloader/locales/messages.pot\n"
|
||||
"Language: zh_CN\n"
|
||||
|
||||
#: ../downloader.py:215
|
||||
msgid "That git repo has already been added under another name."
|
||||
msgstr "这个git库已经以另一个名字被加入了。"
|
||||
|
||||
#: ../downloader.py:217 ../downloader.py:218
|
||||
msgid "Something went wrong during the cloning process."
|
||||
msgstr "在复制过程中出错了。"
|
||||
|
||||
#: ../downloader.py:220
|
||||
msgid "Repo `{}` successfully added."
|
||||
msgstr "成功添加了库 `{}`。"
|
||||
|
||||
#: ../downloader.py:229
|
||||
msgid "The repo `{}` has been deleted successfully."
|
||||
msgstr "成功删除了库`{}`"
|
||||
|
||||
#: ../downloader.py:237
|
||||
msgid "Installed Repos:\n"
|
||||
msgstr "已安装库:\n"
|
||||
|
||||
#: ../downloader.py:258
|
||||
msgid "Error, there is no cog by the name of `{}` in the `{}` repo."
|
||||
msgstr "错误,在`{}`库中没有名为`{}`的齿轮。"
|
||||
|
||||
#: ../downloader.py:263
|
||||
msgid "Failed to install the required libraries for `{}`: `{}`"
|
||||
msgstr "安装所需的库`{}`:`{}`时出错"
|
||||
|
||||
#: ../downloader.py:273
|
||||
msgid "`{}` cog successfully installed."
|
||||
msgstr "已成功安装 \"{}\" 齿轮。"
|
||||
|
||||
#: ../downloader.py:289
|
||||
msgid "`{}` was successfully removed."
|
||||
msgstr "已经成功删除`{}`。"
|
||||
|
||||
#: ../downloader.py:291
|
||||
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 "该齿轮已经安装但无法定位。如果让可用,你可能需要手动删除它的文件。"
|
||||
|
||||
#: ../downloader.py:323
|
||||
msgid "Cog update completed successfully."
|
||||
msgstr "以成功更新齿轮。"
|
||||
|
||||
#: ../downloader.py:331
|
||||
msgid "Available Cogs:\n"
|
||||
msgstr "可用的齿轮:"
|
||||
|
||||
#: ../downloader.py:343
|
||||
msgid "There is no cog `{}` in the repo `{}`"
|
||||
msgstr "在库`{}`中没有齿轮`{}`"
|
||||
|
||||
#: ../downloader.py:348
|
||||
msgid "Information on {}:\n"
|
||||
"{}"
|
||||
msgstr "关于{}的信息:"
|
||||
|
||||
#: ../downloader.py:389
|
||||
msgid "Missing from info.json"
|
||||
msgstr "在info.json中找不到"
|
||||
|
||||
#: ../downloader.py:398
|
||||
msgid "Command: {}\n"
|
||||
"Made by: {}\n"
|
||||
"Repo: {}\n"
|
||||
"Cog name: {}"
|
||||
msgstr "命令: {}\n"
|
||||
"制作人: {}\n"
|
||||
"库: {}\n"
|
||||
"齿轮名称: {}"
|
||||
|
||||
#: ../downloader.py:430
|
||||
msgid "That command doesn't seem to exist."
|
||||
msgstr "这个命令似乎不存在。"
|
||||
|
||||
Reference in New Issue
Block a user