Automated Crowdin downstream (#6344)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-04-01 02:04:48 +00:00
committed by GitHub
parent 94d12cb45f
commit f01c0ec675
87 changed files with 12224 additions and 7782 deletions

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
"POT-Creation-Date: 2024-03-27 04:58+0000\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Language: zh_CN\n"
#: redbot/core/_cog_manager.py:317
#: redbot/core/_cog_manager.py:320
#, docstring
msgid "Commands to interface with Red's cog manager."
msgstr "与Red的齿轮管理器接口的命令"
#: redbot/core/_cog_manager.py:326
#: redbot/core/_cog_manager.py:329
#, docstring
msgid "\n"
" Lists current cog paths in order of priority.\n"
@@ -29,13 +29,13 @@ msgstr "\n"
" 按优先级列出当前的齿轮路径\n"
" "
#: redbot/core/_cog_manager.py:334
#: redbot/core/_cog_manager.py:337
msgid "Install Path: {install_path}\n"
"Core Path: {core_path}\n\n"
msgstr "安装路径: {install_path}\n"
"核心路径: {core_path}\n\n"
#: redbot/core/_cog_manager.py:348
#: redbot/core/_cog_manager.py:351
#, docstring
msgid "\n"
" Add a path to the list of available cog paths.\n"
@@ -44,15 +44,37 @@ msgstr "\n"
" 将路径添加到可用线路列表\n"
" "
#: redbot/core/_cog_manager.py:352
#: redbot/core/_cog_manager.py:355
msgid "That path does not exist or does not point to a valid directory."
msgstr "该路径不存在或不指向一个有效的目录"
#: redbot/core/_cog_manager.py:360
#: redbot/core/_cog_manager.py:364
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
msgstr ""
#: redbot/core/_cog_manager.py:374
msgid "A cog path cannot be part of bot's core path ({core_path})."
msgstr ""
#: redbot/core/_cog_manager.py:416
msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n"
"For example, in the following case, you should be adding the {path} as a **cog path**:\n"
msgstr ""
#: redbot/core/_cog_manager.py:423
msgid "\n"
"Please consult the Cog Manager UI documentation, if you're unsure: "
msgstr ""
#: redbot/core/_cog_manager.py:429
msgid "Okay, the path will not be added."
msgstr ""
#: redbot/core/_cog_manager.py:438
msgid "Path successfully added."
msgstr "路径已成功添加。"
#: redbot/core/_cog_manager.py:365
#: redbot/core/_cog_manager.py:443
#, docstring
msgid "\n"
" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n"
@@ -61,15 +83,15 @@ msgstr "\n"
" 根据 `[p]paths` 中的 `path_numbers` 从可用的插件路径中删除一个或多个路径。\n"
" "
#: redbot/core/_cog_manager.py:386
#: redbot/core/_cog_manager.py:464
msgid "The following paths were removed: {paths}"
msgstr "删除了以下路径:{paths}"
#: redbot/core/_cog_manager.py:392
#: redbot/core/_cog_manager.py:470
msgid "The following path numbers did not exist: {path_numbers}"
msgstr "以下路径编号不存在: {path_numbers}"
#: redbot/core/_cog_manager.py:403
#: redbot/core/_cog_manager.py:481
#, docstring
msgid "\n"
" Reorders paths internally to allow discovery of different cogs.\n"
@@ -78,19 +100,19 @@ msgstr "\n"
" 在内部重新排序路径以允许发现不同的齿轮\n"
" "
#: redbot/core/_cog_manager.py:414
#: redbot/core/_cog_manager.py:492
msgid "Invalid 'from' index."
msgstr "无效的‘从’索引"
#: redbot/core/_cog_manager.py:420
#: redbot/core/_cog_manager.py:498
msgid "Invalid 'to' index."
msgstr "无效的‘到’索引"
#: redbot/core/_cog_manager.py:424
#: redbot/core/_cog_manager.py:502
msgid "Paths reordered."
msgstr "已重新排序路径。"
#: redbot/core/_cog_manager.py:429
#: redbot/core/_cog_manager.py:507
#, docstring
msgid "\n"
" Returns the current install path or sets it if one is provided.\n\n"
@@ -105,15 +127,15 @@ msgstr "\n"
" 在此过程中不会转移已安装的插件。\n"
" "
#: redbot/core/_cog_manager.py:443
#: redbot/core/_cog_manager.py:521
msgid "That path does not exist."
msgstr "该路径不存在。"
#: redbot/core/_cog_manager.py:448
#: redbot/core/_cog_manager.py:526
msgid "The bot will install new cogs to the `{}` directory."
msgstr "机器人将安装新的齿轮到`{}`目录。"
#: redbot/core/_cog_manager.py:454
#: redbot/core/_cog_manager.py:532
#, docstring
msgid "\n"
" Lists all loaded and available cogs.\n"
@@ -122,11 +144,11 @@ msgstr "\n"
" 列出所有已加载和可用的齿轮\n"
" "
#: redbot/core/_cog_manager.py:467 redbot/core/_cog_manager.py:482
#: redbot/core/_cog_manager.py:545 redbot/core/_cog_manager.py:560
msgid "**{} loaded:**\n"
msgstr "**{} 已加载:**\n"
#: redbot/core/_cog_manager.py:468 redbot/core/_cog_manager.py:484
#: redbot/core/_cog_manager.py:546 redbot/core/_cog_manager.py:562
msgid "**{} unloaded:**\n"
msgstr "**{} 卸载:**\n"