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

10 lines
399 B
JSON
Raw Normal View History

2021-12-10 21:39:54 +05:00
{
"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"
}