JaBa/languages/en-US/general/help.json

18 lines
681 B
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"DESCRIPTION": "Show commands list or specific command help.",
"USAGE": "help (command)",
"EXAMPLES": "help\nhelp ping",
2022-01-04 02:18:28 +05:00
"CUSTOM": "A custom command doesn't have help page.",
"NOT_FOUND": "`{{search}}` is not a valid command",
"FIELD_USAGE": "Usage",
"FIELD_DESCRIPTION": "Description",
"FIELD_ALIASES": "Alias",
"FIELD_EXAMPLES": "Examples",
"FIELD_PERMISSIONS": "Permissions",
"NO_ALIAS": "No alias",
"CMD_TITLE": "{{cmd}} help",
"INFO": "● To get help on a specific command type `help <command>`!",
2022-01-04 02:18:28 +05:00
"CUSTOM_COMMANDS": "Custom commands",
"TITLE": "{{name}} | Commands",
"NO_REQUIRED_PERMISSION": "No specific permission is required to execute this command."
}