# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR ORGANIZATION # Mikaela Suomalainen , 2011. # msgid "" msgstr "" "Project-Id-Version: Math plugin for Limnoria\n" "POT-Creation-Date: 2022-02-06 00:12+0100\n" "PO-Revision-Date: 2014-12-20 12:16+0200\n" "Last-Translator: Mikaela Suomalainen \n" "Language-Team: \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 1.6.10\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: plugin.py:53 msgid "" "Provides commands to work with math, such as a calculator and\n" " a unit converter." msgstr "" "Tarjoaa komentoja matematiikan kanssa työskentelyyn, kuten laskimen ja " "yksikkömuuntimen." #: plugin.py:57 #, fuzzy msgid "" " [] \n" "\n" " Converts from base to base .\n" " If is left out, it converts to decimal.\n" " " msgstr "" " [] \n" "\n" " Muuntaa from base to base .\n" " Jos jätetään pois, se muuntaa desimaaliksi..\n" " " #: plugin.py:68 #, fuzzy msgid "Invalid for base %s: %s" msgstr "Viallinen baselle %s: %s" #: plugin.py:74 #, fuzzy msgid "Convert a decimal number to another base; returns a string." msgstr "Muuunna desimaaliluku; toiseksi baseksi; palauttaa merkkijonon ." #: plugin.py:95 msgid "" "Convert a number from any base, 2 through 36, to any other\n" " base, 2 through 36. Returns a string." msgstr "" "Muunna basesta mikä tahansa numero, 2:sta 36:teen, millä tahansa muulla\n" " basella , 2:sta 36:teen. Palauttaa merkkiketjun." #: plugin.py:134 #, fuzzy msgid "" "\n" "\n" " Returns the value of the evaluated . The syntax " "is\n" " Python syntax; the type of arithmetic is floating point. Floating\n" " point arithmetic is used in order to prevent a user from being able " "to\n" " crash to the bot with something like '10**10**10**10'. One " "consequence\n" " is that large values such as '10**24' might not be exact.\n" " " msgstr "" "\n" "\n" " Palauttaa kehittyneen arvon. Syntaksi\n" " on Pythonin syntaksi; aritmeettisen leijumispisteen tyyppi. Leijuvan " "pisteen\n" " aritmeettiä käytetään estämään käyttäjää kaatamasta bottia, " "jollakin\n" " kuin '10**10**10**10'. Yksi sattuma on suurilla arvoilla, kuin\n" " '10**24' ei ehkä ole tarkka.\n" " " #: plugin.py:148 plugin.py:173 msgid "The answer exceeded %s or so." msgstr "Vastaus ylittää %s:än tai niin." #: plugin.py:150 plugin.py:175 msgid "Invalid syntax: %s" msgstr "" #: plugin.py:152 plugin.py:177 msgid "%s is not a defined function." msgstr "%s ei ole määritetty funktio." #: plugin.py:154 msgid "Memory error (too much recursion?)" msgstr "" #: plugin.py:161 msgid "" "\n" "\n" " This is the same as the calc command except that it allows integer\n" " math, and can thus cause the bot to suck up CPU. Hence it requires\n" " the 'trusted' capability to use.\n" " " msgstr "" "\n" "\n" " Tämä on sama kuin calc komento, paitsi tämä sallii loputtoman\n" " matematiikan ja näin aiheuttaa botin imevän kaiken prosessorin " "suorituskyvyn. Tästä johtuen se vaatii\n" " 'trusted' valtuuden.\n" " " #: plugin.py:187 #, fuzzy msgid "" "\n" "\n" " Returns the value of an RPN expression.\n" " " msgstr "" "\n" "\n" " Palauttaa RPN lausekkeen arvon.\n" " " #: plugin.py:212 msgid "Not enough arguments for %s" msgstr "Ei tarpeeksi parametrejä %s:lle." #: plugin.py:225 msgid "%q is not a defined function." msgstr "%q ei ole määritetty funktio." #: plugin.py:232 msgid "Stack: [%s]" msgstr "Pino: [%s]" #: plugin.py:236 msgid "" "[] to \n" "\n" " Converts from to . If number isn't given, it\n" " defaults to 1. For unit information, see 'units' command.\n" " " msgstr "" "[] to \n" "\n" " Muuntaa to . Jos numeroa ei ole " "annettu, se\n" " on oletuksena 1. Yksikkö tiedoille, katso 'units' komento.\n" " " #: plugin.py:266 msgid "" " []\n" "\n" " With no arguments, returns a list of measurement types, which can " "be\n" " passed as arguments. When called with a type as an argument, " "returns\n" " the units of that type.\n" " " msgstr "" " []\n" "\n" " Ilman parametrejä, palauttaa listan arviointi tyyppejä, joita " "voidaan\n" " käyttää parametreinä. Kun kutsuttu tyyppinä parametrissä, palaittaa\n" " sen tyyppiset yksiköt.\n" " " #~ msgid "" #~ "There's no reason you should have fancy non-ASCII characters in your " #~ "mathematical expression. Please remove them." #~ msgstr "" #~ "Ei ole mitään syytä miksi matemaattisessa ilmaisussasi pitäisi olla " #~ "kivoja ei-ASCII merkkejä. Ole hyvä ja poista ne." #~ msgid "" #~ "There's really no reason why you should have underscores or brackets in " #~ "your mathematical expression. Please remove them." #~ msgstr "" #~ "Ei todella ole mitään syytä miksi sinulla pitäisi olla alaviivoja tai " #~ "sulkuja matemaattisessa lausekkeessasi. Ole hyvä ja poista ne." #~ msgid "You can't use lambda in this command." #~ msgstr "Et voi käyttää Lambdaa tässä komennossa." #~ msgid "Something in there wasn't a valid number." #~ msgstr "Jokin siinä ei ole kelvollinen numero."