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

10 lines
345 B
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"DESCRIPTION": "Calculator able to solve complex operations and to convert units!",
"USAGE": "calc [calculation]",
"EXAMPLES": "10*5+sin(3)\ncalc 10cm to m",
2022-01-04 02:18:28 +05:00
"MISSING_CALC": "Please enter a calculation!",
"INVALID_CALC": "Please enter a **valid** calculation!",
"TITLE": "Calculator",
"CALCULATION": "Calculation",
"RESULT": "Result"
}