Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/modules/mod_dl/locales/zh_cn.json
2023-04-16 00:41:29 +08:00

20 lines
No EOL
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"mod_dl.help.desc": "下载 CurseForge 和 Modrinth 上的 Mod。",
"mod_dl.help": "通过 Mod 名称获取下载链接",
"mod_dl.message.not_found": "无结果。",
"mod_dl.message.curseforge.not_found": "CurseForge 结果:无",
"mod_dl.message.curseforge.result": "CurseForge 结果:",
"mod_dl.message.modrinth.not_found": "Modrinth 结果:无",
"mod_dl.message.modrinth.result": "Modrinth 结果:",
"mod_dl.message.prompt": "请回复编号来选择 Mod。",
"mod_dl.message.invalid.out_of_range": "编号超出范围。",
"mod_dl.message.invalid.non_digital": "无效的编号,必须为纯数字。",
"mod_dl.message.version": "此 Mod 拥有以下版本:",
"mod_dl.message.version.prompt": "请回复版本号来选择版本。",
"mod_dl.message.download_url": "下载链接:",
"mod_dl.message.filename": "文件名:",
"mod_dl.message.version.not_found": "未找到指定版本。",
"mod_dl.message.ask_version_1": "此mod拥有如下版本",
"mod_dl.message.ask_version_2": "请回复版本号来选择版本。"
}