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
739 B
JSON
Raw Normal View History

2023-04-05 06:54:05 +00:00
{
2023-05-25 10:35:11 +00:00
"github.help": "嘗試自動辨識並區分 repo/user。",
2023-05-19 04:46:29 +00:00
"github.help.repo": "取得 Github 儲存庫資訊。",
"github.help.search": "搜尋 Github 上的儲存庫。",
2023-05-21 03:48:33 +00:00
"github.help.user": "取得 Github 使用者或組織資訊。",
2023-05-31 14:34:48 +00:00
"github.message.repo.not_found": "此儲存庫不存在,請校對輸入。",
2023-05-19 04:46:29 +00:00
"github.message.search": "搜尋成功,共 ${result} 條結果:",
2023-06-05 03:02:23 +00:00
"github.message.search.none": "搜尋成功,未找到結果。",
2023-05-21 03:48:33 +00:00
"github.message.search.more_information": "另有 ${more_result} 條結果未顯示。",
2023-06-05 03:02:23 +00:00
"github.message.search.not_found": "未找到儲存庫,請校對輸入。",
2023-05-31 14:34:48 +00:00
"github.message.user.not_found": "找不到使用者,請校對輸入。"
2023-04-05 06:54:05 +00:00
}