Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
38e35ddf
Commit
38e35ddf
authored
Jul 20, 2016
by
Omar Al-Ithawi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some comments for the translators in the calculator
parent
185dbd3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lms/templates/calculator/toggle_calculator.html
+5
-0
No files found.
lms/templates/calculator/toggle_calculator.html
View file @
38e35ddf
...
...
@@ -64,6 +64,7 @@ from openedx.core.djangolib.markup import HTML, Text
</td>
</tr>
<tr>
## Translators: This refers to mathematical operators such as `plus`, `minus`, `division` and others.
<th
scope=
"row"
>
${_("Operators")}
</th>
## Translators: Please do not translate mathematical symbols.
<td
dir=
"auto"
>
...
...
@@ -81,6 +82,7 @@ from openedx.core.djangolib.markup import HTML, Text
</td>
</tr>
<tr>
## Translators: This refers to symbols that are mathematical constants, such as "i" (square root of -1)
<th
scope=
"row"
>
${_("Constants")}
</th>
<td
dir=
"auto"
>
c, e, g, i, j, k, pi, q, T
</td>
<td
dir=
"auto"
>
...
...
@@ -89,6 +91,7 @@ from openedx.core.djangolib.markup import HTML, Text
</td>
</tr>
<tr>
## Translators: This refers to symbols that appear at the end of a number, such as the percent sign (%) and metric affixes
<th
scope=
"row"
>
${_("Affixes")}
</th>
<td
dir=
"auto"
>
${_("Percent sign (%) and metric affixes (d, c, m, u, n, p, k, M, G, T)")}
</td>
<td
dir=
"auto"
>
...
...
@@ -98,6 +101,7 @@ from openedx.core.djangolib.markup import HTML, Text
</td>
</tr>
<tr>
## Translators: This refers to basic mathematical functions such as "square root"
<th
scope=
"row"
>
${_("Basic functions")}
</th>
<td
dir=
"auto"
>
abs, exp, fact or factorial, ln, log2, log10, sqrt
</td>
<td
dir=
"auto"
>
...
...
@@ -106,6 +110,7 @@ from openedx.core.djangolib.markup import HTML, Text
</td>
</tr>
<tr>
## Translators: This refers to mathematical Sine, Cosine and Tan
<th
scope=
"row"
>
${_("Trigonometric functions")}
</th>
<td
dir=
"auto"
>
sin, cos, tan, sec, csc, cot
<br
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment