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/github/locales/zh_tw.json

12 lines
766 B
JSON
Raw Normal View History

2023-04-05 06:54:05 +00:00
{
2023-04-08 17:20:28 +00:00
"github.help": "嘗試自動識別並區分 repo/user。",
"github.repo.help": "取得 Github 儲存庫資訊。",
"github.repo.message.not_found": "此儲存庫不存在,請檢查輸入。",
"github.user.help": "取得 Github 使用者或組織資訊。",
"github.user.message.not_found": "找不到使用者,請檢查輸入。",
"github.search.help": "搜尋 Github 上的儲存庫。",
"github.search.message": "搜尋成功,共 ${result} 條結果:",
2023-04-16 09:06:51 +00:00
"github.search.message.not_found": "找不到儲存庫,請檢查輸入。",
"github.message.error": "發生錯誤:找不到儲存庫,請檢查拼字是否正確。",
2023-04-08 17:20:28 +00:00
"github.search.message.more_information": "另有 ${more_result} 條結果未顯示。"
2023-04-05 06:54:05 +00:00
}