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_tw.json

18 lines
1 KiB
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": "檔案名稱:",
"mod_dl.message.invalid.non_digital": "無效的編號,必須為數字。",
2023-05-21 12:26:57 +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-05-21 12:26:57 +00:00
"mod_dl.message.prompt": "請回覆編號來選擇 Mod。",
2023-06-26 16:08:43 +00:00
"mod_dl.message.unsupport": "不支持中文搜索,请检查输入。",
2023-05-21 12:26:57 +00:00
"mod_dl.message.version": "此 Mod 擁有以下版本:",
2023-06-05 03:02:23 +00:00
"mod_dl.message.version.not_found": "未找到指定版本。",
2023-05-21 12:26:57 +00:00
"mod_dl.message.version.prompt": "請回覆版本號來選擇版本。"
2023-04-15 23:50:59 +00:00
}