diff --git a/lms/templates/calculator/toggle_calculator.html b/lms/templates/calculator/toggle_calculator.html index 64bfaf5b5b..287e090cd1 100644 --- a/lms/templates/calculator/toggle_calculator.html +++ b/lms/templates/calculator/toggle_calculator.html @@ -64,6 +64,7 @@ from openedx.core.djangolib.markup import HTML, Text + ## Translators: This refers to mathematical operators such as `plus`, `minus`, `division` and others. ${_("Operators")} ## Translators: Please do not translate mathematical symbols. @@ -81,6 +82,7 @@ from openedx.core.djangolib.markup import HTML, Text + ## Translators: This refers to symbols that are mathematical constants, such as "i" (square root of -1) ${_("Constants")} c, e, g, i, j, k, pi, q, T @@ -89,6 +91,7 @@ from openedx.core.djangolib.markup import HTML, Text + ## Translators: This refers to symbols that appear at the end of a number, such as the percent sign (%) and metric affixes ${_("Affixes")} ${_("Percent sign (%) and metric affixes (d, c, m, u, n, p, k, M, G, T)")} @@ -98,6 +101,7 @@ from openedx.core.djangolib.markup import HTML, Text + ## Translators: This refers to basic mathematical functions such as "square root" ${_("Basic functions")} abs, exp, fact or factorial, ln, log2, log10, sqrt @@ -106,6 +110,7 @@ from openedx.core.djangolib.markup import HTML, Text + ## Translators: This refers to mathematical Sine, Cosine and Tan ${_("Trigonometric functions")} sin, cos, tan, sec, csc, cot