mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
10 lines
No EOL
399 B
JSON
10 lines
No EOL
399 B
JSON
{
|
|
"DESCRIPTION": "Calculator able to solve complex operations and to convert units!",
|
|
"USAGE": "{{prefix}}calc [calculation]",
|
|
"EXAMPLES": "{{prefix}}10*5+sin(3)\n{{prefix}}calc 10cm to m",
|
|
"MISSING_CALC": "Please enter a calculation!",
|
|
"INVALID_CALC": "Please enter a **valid** calculation!",
|
|
"TITLE": "Calculator",
|
|
"CALCULATION": "Calculation",
|
|
"RESULT": "Result"
|
|
} |