Browsing Finnish translation

110 of 20 results
1.
Determines the maximum size of a string
given to the levenshtein command. The levenshtein command uses an O(m*n)
algorithm, which means that with strings of length 256, it can take 1.5
seconds to finish; with strings of length 384, though, it can take 4
seconds to finish, and with strings of much larger lengths, it takes more
and more time. Using nested commands, strings can get quite large, hence
this variable, to limit the size of arguments passed to the levenshtein
command.
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.
Määrittää levenshtein komentoon annettavan merkkiketjun maksimimäärän.
Levenshtein komento käyttää O(m*n) algoritmiä, mikä tarkoittaa, että
merkkiketju, jonka koko on 256 voi viedä 1.5
sekuntia valmistumiseen; 384:n merkit piduudella se voi viedä 4
sekuntia valmistumiseen, ja suuremmilla merkkiketjuilla, se vie
enemmän ja enemmän aikaa. Käyttäen sisäkkäisia komentoja, merkkiketjut voivat tulla hyvin pitkiksi ja tästä johtuen
tämä asetusarvo on olemassa, rajoittaakseen levenshtein komentoon annettujen parametrien määrää.
Translated by Aminda Suomalainen
Located in config.py:47
2.
Determines the maximum time, in seconds, that
a regular expression is given to execute before being terminated. Since
there is a possibility that user input for the re command can cause it to
eat up large amounts of ram or cpu time, it's a good idea to keep this
low. Most normal regexps should not take very long at all.
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.
(no translation yet)
Located in config.py:58
3.
Provides useful commands for manipulating characters and strings.
(no translation yet)
Located in plugin.py:51
4.
<letter>

Returns the 8-bit value of <letter>.
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.
<kirjain>

Palauttaa <kirjaimen> 8-bittisen arvon.
Translated by Aminda Suomalainen
Located in plugin.py:54
5.
<number>

Returns the character associated with the 8-bit value <number>
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.
<numero>

Palauttaa merkin, joka on yhdistetty 8-bittisen <numeron> arvon.
Translated by Aminda Suomalainen
Located in plugin.py:63
6.
That number doesn't map to an 8-bit character.
Tuo numero ei kartoitu 8-bittiseen merkkiin.
Translated by Aminda Suomalainen
Located in plugin.py:70
7.
<encoding> <text>

Returns an encoded form of the given text; the valid encodings are
available in the documentation of the Python codecs module:
<http://docs.python.org/library/codecs.html#standard-encodings>.
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.
<salaus> <teksti>

Palauttaa salatun version annetusta tekstistä; kelvolliset salaukset
ovat saatavilla Python codecs moduulin dokumentaatiossa:
<http://docs.python.org/library/codecs.html#standard-encodings>.
Translated by Aminda Suomalainen
Located in plugin.py:75
8.
encoding
salaus
Translated by Aminda Suomalainen
Located in plugin.py:91 plugin.py:128
9.
<encoding> <text>

Returns an un-encoded form of the given text; the valid encodings are
available in the documentation of the Python codecs module:
<http://docs.python.org/library/codecs.html#standard-encodings>.
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.
<salaus> <teksti>

Palauttaa salaamattoman version annetusta tekstistä; kelvolliset salaukset
ovat saatavilla Python codecs moduulin dokumentaatiossa:
<http://docs.python.org/library/codecs.html#standard-encodings>.
Translated by Aminda Suomalainen
Located in plugin.py:110
10.
base64 string
base64 merkkiketju
Translated by Aminda Suomalainen
Located in plugin.py:134
110 of 20 results

No translation group has been assigned.

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

Contributors to this translation: Aminda Suomalainen.