JaBa/languages/en-US/general/calc.json
2022-01-04 02:18:28 +05:00

10 lines
No EOL
375 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"
}