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
2023-04-08 23:27:36 +08:00

12 lines
No EOL
918 B
JSON

{
"github.help": "Trying to automatically identifying and distinguishing repo/user.",
"github.repo.help": "Getting GitHub repository information.",
"github.repo.message.not_found": "The given repository does not exist, please check your input.",
"github.user.help": "Getting GitHub user or organization information.",
"github.user.message.not_found": "The given user cannot be found; please check your input.",
"github.search.help": "Searching repositories on GitHub.",
"github.search.message": "Successfully to search for ${result} results:",
"github.search.message.more_information": "Truncated due to chat limits; ${more_result} more results may not be shown.",
"github.search.message.not_found": "The given repository cannot be found; please check your input.",
"github.message.error": "An error occurred: The given repository cannot be found; please check your spelling."
}