renpy/launcher/game/tl/finnish/developer.rpy

180 lines
5 KiB
Plaintext
Raw Normal View History

2023-01-18 22:13:55 +00:00

translate finnish strings:
# _developer/developer.rpym:38
old "Developer Menu"
new "Kehittäjävalikko"
# _developer/developer.rpym:43
old "Reload Game (Shift+R)"
new "Käynnistä peli uudelleen (Shift+R)"
# _developer/developer.rpym:45
old "Console (Shift+O)"
new "Konsoli (Shift+O)"
# _developer/developer.rpym:47
old "Variable Viewer"
new "Muuttujat"
# _developer/developer.rpym:49
old "Theme Test"
new "Teematesti"
# _developer/developer.rpym:51
old "Image Location Picker"
new "Kuvan sijainnin selvitin"
# _developer/developer.rpym:53
old "Filename List"
new "Tiedostonimilista"
# _developer/developer.rpym:57
old "Show Image Load Log"
new "Näytä kuvanlatausloki"
# _developer/developer.rpym:60
old "Hide Image Load Log"
new "Piilota kuvanlatausloki"
# _developer/developer.rpym:95
old "Nothing to inspect."
new "Ei tutkittavaa."
# _developer/developer.rpym:217
old "Return to the developer menu"
new "Palaa kehittäjävalikkoon"
# _developer/developer.rpym:373
old "Rectangle: %r"
new "Suorakulmio: %r"
# _developer/developer.rpym:378
old "Mouse position: %r"
new "Hiiren sijainti: %r"
# _developer/developer.rpym:383
old "Right-click or escape to quit."
new "Paina Esc tai hiiren oikeaa näppäintä poistuaksesi."
# _developer/developer.rpym:412
old "Rectangle copied to clipboard."
new "Suorakulmio kopioitu leikepöydälle."
# _developer/developer.rpym:415
old "Position copied to clipboard."
new "Sijainti kopioitu leikepöydälle."
# _developer/developer.rpym:524
old "✔ "
new "✔ "
# _developer/developer.rpym:527
old "✘ "
new "✘ "
# _developer/developer.rpym:532
old "\n{color=#cfc}✔ predicted image (good){/color}\n{color=#fcc}✘ unpredicted image (bad){/color}\n{color=#fff}Drag to move.{/color}"
new "\n{color=#cfc}✔ predicted image (good){/color}\n{color=#fcc}✘ unpredicted image (bad){/color}\n{color=#fff}Drag to move.{/color}"
# _developer/inspector.rpym:38
old "Displayable Inspector"
new "Näkyvien objektien tutkija"
# _developer/inspector.rpym:61
old "Size"
new "Koko"
# _developer/inspector.rpym:65
old "Style"
new "Tyyli"
# _developer/inspector.rpym:71
old "Location"
new "Sijainti"
# _developer/inspector.rpym:122
old "Inspecting Styles of [displayable_name!q]"
new "Tutkitaan [displayable_name!q]n tyylejä"
# _developer/inspector.rpym:139
old "displayable:"
new "näkyvä objekti:"
# _developer/inspector.rpym:145
old " (no properties affect the displayable)"
new " (mitkään ominaisuudet eivät vaikuta objektiin)"
# _developer/inspector.rpym:147
old " (default properties omitted)"
new " (perusominaisuudet sivuutettu)"
# _developer/inspector.rpym:185
old "<repr() failed>"
new "<repr() epäonnistui>"
# 00console.rpy:182
old "Press <esc> to exit console. Type help for help.\n"
new "Paina <esc> poistuaksesi konsolista. Käytä komentoa help saadaksesi apua."
# 00console.rpy:186
old "Ren'Py script enabled."
new "Ren'Py-skriptikieli käytössä."
# 00console.rpy:188
old "Ren'Py script disabled."
new "Ren'Py-skriptikieli poissa käytöstä."
# 00console.rpy:398
old "help: show this help"
new "help: näytä tämä apuviesti"
# 00console.rpy:403
old "commands:\n"
new "komennot:\n"
# 00console.rpy:413
old " <renpy script statement>: run the statement\n"
new " <renpy script-väite>: suorita väite\n"
# 00console.rpy:415
old " <python expression or statement>: run the expression or statement"
new " <python-ekspressio tai väite>: suorita ekspressio tai väite"
# 00console.rpy:423
old "clear: clear the console history"
new "clear: tyhjennä konsolin historia"
# 00console.rpy:427
old "exit: exit the console"
new "exit: poistu konsolista"
# 00console.rpy:435
old "load <slot>: loads the game from slot"
new "load <tallennuspaikka>: lataa pelin halutusta tallennuspaikasta"
# 00console.rpy:448
old "save <slot>: saves the game in slot"
new "save <tallennuspaikka>: tallentaa pelin tallennuspaikkaan"
# 00console.rpy:459
old "reload: reloads the game, refreshing the scripts"
new "reload: lataa pelin uudelleen, päivittäen skriptit"
# 00console.rpy:467
old "watch <expression>: watch a python expression"
new "watch <ekspressio>: tarkkaile python-ekspressiota"
# 00console.rpy:493
old "unwatch <expression>: stop watching an expression"
new "unwatch <ekspressio>: lakkaa tarkkailemasta ekspressiota"
# 00console.rpy:519
old "unwatchall: stop watching all expressions"
new "unwatchall: lopeta kaikkien ekspressioiden tarkkailu"
# 00console.rpy:536
old "jump <label>: jumps to label"
new "jump <tunnus>: hyppää 'script.rpy'-tiedosto(i)ssa olevaan, tunnuksella merkittyyn kohtaan"