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/en_us.json

11 lines
784 B
JSON
Raw Normal View History

2023-04-05 06:54:05 +00:00
{
2023-04-08 03:05:29 +00:00
"github.help": "Trying to automatically identifying and distinguishing repo/user.",
2023-05-19 04:46:29 +00:00
"github.help.repo": "Getting GitHub repository information.",
"github.help.search": "Searching repositories on GitHub.",
2023-05-21 03:48:33 +00:00
"github.help.user": "Getting GitHub user or organization information.",
"github.message.repo.not_found": "The repository does not exist, please check your input.",
2023-05-19 04:46:29 +00:00
"github.message.search": "Successfully to search for ${result} results:",
2023-05-21 03:48:33 +00:00
"github.message.search.more_information": "Truncated due to chat limits; ${more_result} more results may not be shown.",
2023-05-19 04:46:29 +00:00
"github.message.search.not_found": "The repository cannot be found; please check your input.",
2023-05-21 03:48:33 +00:00
"github.message.user.not_found": "The user cannot be found; please check your input."
2023-04-05 06:54:05 +00:00
}