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
2023-05-21 11:48:33 +08:00

12 lines
No EOL
757 B
JSON

{
"github.help": "尝试自动识别并区分 repo/user。",
"github.help.repo": "获取 GitHub 存储库信息。",
"github.help.search": "搜索 GitHub 上的存储库。",
"github.help.user": "获取 GitHub 用户或组织信息。",
"github.message.error": "发生错误:找不到存储库,请检查拼写是否正确。",
"github.message.repo.not_found": "此存储库不存在,请检查输入。",
"github.message.search": "搜索成功,共 ${result} 条结果:",
"github.message.search.more_information": "另有 ${more_result} 条结果未显示。",
"github.message.search.not_found": "找不到存储库,请检查输入。",
"github.message.user.not_found": "查无此人,请检查输入。"
}