Skip to content

Commit

Permalink
Added translation using Weblate (Russian)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ser82-png authored and weblate committed Nov 30, 2023
1 parent 5c9c82e commit 2f679cb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions help/ru/variables.page
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="guide" style="2column task"
id="variables">

<info>
<link type="guide" xref="index#formulae"/>

<desc>Easily adjustable parameters</desc>
</info>
<title>Variables and sliders</title>

<p>
To declare a variable, type an equation of the form
<code><em>variable</em> = <em>value</em></code> into an empty formula box, where
<code><em>variable</em></code> is a single Latin or Greek letter, and
<code><em>value</em></code> is an expression which must not depend on position, but
may depend on preceding variables.
</p>

<p>
If <code><em>value</em></code> is a literal integer or decimal number, Plots will
display an adjustable slider control, allowing the variable to be adjusted
interactively. The upper and lower limits of the slider can be edited using the
adjacent fields.
</p>
</page>

0 comments on commit 2f679cb

Please sign in to comment.