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/en_us.json

17 lines
972 B
JSON
Raw Normal View History

2023-04-15 23:50:59 +00:00
{
"mod_dl.help": "通过 Mod 名称获取下载链接。",
2023-05-21 03:48:33 +00:00
"mod_dl.help.desc": "下载 CurseForge 和 Modrinth 上的 Mod。",
2023-04-15 23:50:59 +00:00
"mod_dl.message.curseforge.not_found": "CurseForge 结果:无",
"mod_dl.message.curseforge.result": "CurseForge 结果:",
2023-05-21 03:48:33 +00:00
"mod_dl.message.download_url": "下载链接:",
"mod_dl.message.filename": "文件名:",
2023-06-16 15:15:47 +00:00
"mod_dl.message.invalid.non_digital": "无效的编号,必须为数字。",
2023-05-21 03:48:33 +00:00
"mod_dl.message.invalid.out_of_range": "编号超出范围。",
2023-04-15 23:50:59 +00:00
"mod_dl.message.modrinth.not_found": "Modrinth 结果:无",
"mod_dl.message.modrinth.result": "Modrinth 结果:",
2023-06-05 03:02:23 +00:00
"mod_dl.message.not_found": "未找到结果。",
2023-04-15 23:50:59 +00:00
"mod_dl.message.prompt": "请回复编号来选择 Mod。",
"mod_dl.message.version": "此 Mod 拥有以下版本:",
2023-06-05 03:02:23 +00:00
"mod_dl.message.version.not_found": "未找到指定版本。",
2023-05-21 03:48:33 +00:00
"mod_dl.message.version.prompt": "请回复版本号来选择版本。"
2023-04-15 23:50:59 +00:00
}