Browsing Latvian translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Latvian guidelines.
110 of 1113 results
1.
<p>You can control a kig construction by means of a "pykig"
python script, that can be executed with the command
<code>pykig.py</code>. Here is a nice example
(<code>hexagons.kpy</code>) you can try:
<code><pre>
kigdocument.hideobjects()
def hexagons (c, v, n):
hexagon = PolygonBCV (c, v, 6)
if n &lt;= 0:
hexagon.show()
for i in range(6):
PolygonSide (hexagon, i, True)
return
cnew = MidPoints (c, v)
hexagons (cnew, v, n-1)
for k in [2,4]:
v1 = PolygonVertex (hexagon, k)
cnew = MidPoints (c, v1)
hexagons (cnew, v1, n-1)
hexagons (Point(0,0), Point(1,0), 5)
</pre></code>
i18n: file: tips:2
i18n: ectx: @info:tipoftheday
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
<p>Jūs varat kontrolēt kig konstruēšanu, izmantojot "pykig"
python skriptu, kas var tikt izpildīts ar komandu
<code>pykig.py</code>. Šeit būs jauks piemērs
(<code>hexagons.kpy</code>), ko varat izmēģināt:
<code><pre>
kigdocument.hideobjects()
def hexagons (c, v, n):
hexagon = PolygonBCV (c, v, 6)
if n &lt;= 0:
hexagon.show()
for i in range(6):
PolygonSide (hexagon, i, True)
return
cnew = MidPoints (c, v)
hexagons (cnew, v, n-1)
for k in [2,4]:
v1 = PolygonVertex (hexagon, k)
cnew = MidPoints (c, v1)
hexagons (cnew, v1, n-1)
hexagons (Point(0,0), Point(1,0), 5)
</pre></code>
Translated by Maris Nartiss
Located in tips.cpp:3
2.
<p>You can repeat the latest construction simply by pressing the key
'Z'; this comes in very handy if you need to construct a sequence
of objects with the same construction, especially if there is
no shortcut for that construction.</p>
i18n: file: tips:28
i18n: ectx: @info:tipoftheday
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
<p>Jūs varat atkārtot pēdējo konstrukciju, vienkārši nospiežot taustiņu
'Z'; tas ļoti noder, ja rodas vajadzība konstruēt secību no objektiem ar vienu un to pašu konstrukciju, it īpaši, ja šajai konstrukcijai nav īsceļa.</p>
Translated by Maris Nartiss
Located in tips.cpp:28
3.
<p>One of the most powerful tools in Kig are the menus that you can
enter by right-clicking on an object, or on some empty space in the
document. You can use them to give objects names, change their colors
and line styles, and lots of other interesting things.</p>
i18n: file: tips:37
i18n: ectx: @info:tipoftheday
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
<p>Viens no Kig visspēcīgākajiem rīkiem ir izvēlnes, kurām varat
piekļūt, izdarot labo klikšķi uz objekta vai tukšas vietas dokumentā.
Varat tās izmantot, lai nosauktu objektus, mainītu to krāsas un līniju
stilus, kā arī darīt citas interesantas lietas.</p>
Translated by Maris Nartiss
Located in tips.cpp:36
4.
<p>You can construct new points without using the menu or the toolbar, simply
clicking somewhere on the Kig document with the <em>middle mouse
button</em>.</p>
i18n: file: tips:46
i18n: ectx: @info:tipoftheday
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
<p>Jūs varat konstruēt jaunus punktus, neizmantojot izvēlni vai rīkjoslu.
Vienkārši noklikšķiniet ar <em>vidējo peles pogu</em> kaut kur Kig
dokumentā.</p>
Translated by Maris Nartiss
Located in tips.cpp:44
5.
<p>Kig can open several file formats: its files (<code>.kig</code> files),
<em>KGeo</em> files, <em>KSeg</em> files, and, partially, <em>Dr. Geo</em>
and <em>Cabri&#8482;</em> files.</p>
i18n: file: tips:54
i18n: ectx: @info:tipoftheday
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
<p>Kig spēj atvērt vairākus failu formātus: paša failus (<code>.kig</code>
failus), <em>KGeo</em> failus, <em>KSeg</em> failus, un, daļēji,
<em>Dr. Geo</em> un <em>Cabri&#8482;</em> failus.</p>
Translated by Maris Nartiss
Located in tips.cpp:51
6.
<p>Kig has more than 20 objects and 10 transformations with more than 80
constructions you can use in your documents: open the <em>Objects</em>
menu to see them all.</p>
i18n: file: tips:62
i18n: ectx: @info:tipoftheday
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
<p>Kig sevī ietver vairāk nekā 20 objektu un 10 transformāciju ar vairāk
nekā 80 konstrukcijām, ko varat izmantot savos dokumentos: atveriet
izvēlni <em>Objekti</em>, lai redzētu tos visus.</p>
Translated by Maris Nartiss
Located in tips.cpp:58
7.
<p>You can use the selected objects to start the construction of an object
which requires the selected objects as arguments. For example, if you have two
points selected, you can choose <em>Start->Circle by Three Points</em> from the
popup menu to start constructing a circle by three points.</p>
i18n: file: tips:70
i18n: ectx: @info:tipoftheday
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
<p>Varat izmantot izvēlētos objektus, lai sāktu tāda objekta konstrukciju,
kam nepieciešami izvēlētie objekti kā argumenti. Piemēram, ja jums ir
izvēlēti divi punkti, varat izvēlēties <em>Sākt->Riņķis pēc trim punktiem</em> no
uznirstošās izvēlnes, lai sāktu konstruēt riņķi pēc trim punktiem.</p>
Translated by Einars Sprugis
Located in tips.cpp:65
8.
<p>Kig can extends its object set using external macros. You can find some
interesting macros on the Kig website:
<a href="http://edu.kde.org/kig">http://edu.kde.org/kig</a>.</p>
i18n: file: tips:79
i18n: ectx: @info:tipoftheday
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
<p>Kig spēj paplašināt savu objektu kopu, izmantojot ārējus makrosus. Dažus interesantus varat atrast Kig tīmekļa vietnē:
<a href="http://edu.kde.org/kig">http://edu.kde.org/kig</a>.</p>
Translated by Einars Sprugis
Located in tips.cpp:73
9.
<p>If you have more than one object under the mouse, and you want to select any
of them, you can click with the <em>left mouse button</em>, while holding the
<em>Shift</em> key, to get a list of the objects under the mouse cursor which
you can then select from.</p>
i18n: file: tips:87
i18n: ectx: @info:tipoftheday
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
<p>Ja zem peles kursora ir vairāk nekā viens objekts un jūs vēlaties atlasīt
kādu no tiem, varat uzklikšķināt ar <em>kreiso peles pogu</em>, vienlaikus turot
nospiestu taustiņu <em>Shift</em>, lai tiktu parādīts saraksts ar objektiem
zem peles kursora, no kura savukārt varat izvēlēties vajadzīgo.</p>
Translated by Einars Sprugis
Located in tips.cpp:80
10.
<p>When you construct a locus, you can click on it with the <em>right</em> mouse
button and select <em>cartesian equation</em> to see its cartesian equation,
whenever it is an algebraic curve of low degree.</p>
i18n: file: tips:96
i18n: ectx: @info:tipoftheday
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
<p>Kad vēlaties konstruēt koordinātu punktu, varat uzklikšķināt uz tā ar <em>labo</em>
peles pogu un izvēlēties<em>kartēziskais vienādojums</em>, lai redzētu tā kartēzisko vienādojumu,
kad vien tas ir zemas pakāpes algebriskā līkne.</p>
Translated by Einars Sprugis
Located in tips.cpp:88
110 of 1113 results

This translation is managed by Ubuntu Latvian Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Einars Sprugis, Gints Polis, Maris Nartiss, Viesturs Zariņš.