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

12 lines
757 B
JSON
Raw Normal View History

2023-04-05 06:54:05 +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 用户或组织信息。",
"github.message.error": "发生错误:找不到存储库,请检查拼写是否正确。",
"github.message.repo.not_found": "此存储库不存在,请检查输入。",
2023-05-19 04:46:29 +00:00
"github.message.search": "搜索成功,共 ${result} 条结果:",
2023-05-21 03:48:33 +00:00
"github.message.search.more_information": "另有 ${more_result} 条结果未显示。",
2023-05-19 04:46:29 +00:00
"github.message.search.not_found": "找不到存储库,请检查输入。",
2023-05-21 03:48:33 +00:00
"github.message.user.not_found": "查无此人,请检查输入。"
2023-04-04 13:25:01 +00:00
}