fi.coffee translated: keyboard_shortcuts
This commit is contained in:
parent
bbfa9a1c17
commit
bc00d4fc78
1 changed files with 15 additions and 15 deletions
|
@ -737,23 +737,23 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
|
||||||
keyboard_shortcuts:
|
keyboard_shortcuts:
|
||||||
keyboard_shortcuts: "Pikanäppäimet"
|
keyboard_shortcuts: "Pikanäppäimet"
|
||||||
space: "Välilyönti"
|
space: "Välilyönti"
|
||||||
# enter: "Enter"
|
enter: "Enter"
|
||||||
# press_enter: "press enter"
|
press_enter: "paina Enter"
|
||||||
# escape: "Escape"
|
escape: "Esc"
|
||||||
# shift: "Shift"
|
shift: "Shift"
|
||||||
run_code: "Suorita koodi."
|
run_code: "Suorita koodi."
|
||||||
run_real_time: "Suorita tosiajassa."
|
run_real_time: "Suorita tosiajassa."
|
||||||
# continue_script: "Continue past current script."
|
continue_script: "Ohita nykyinen koodi."
|
||||||
# skip_scripts: "Skip past all skippable scripts."
|
skip_scripts: "Ohita kaikki ohitettavat koodit."
|
||||||
# toggle_playback: "Toggle play/pause."
|
toggle_playback: "Toista/Pysäytä."
|
||||||
# scrub_playback: "Scrub back and forward through time."
|
scrub_playback: "Siirry eteen ja taakse ajassa."
|
||||||
# single_scrub_playback: "Scrub back and forward through time by a single frame."
|
single_scrub_playback: "Siirry eteen ja taakse ajassa ruutu kerrallaan."
|
||||||
# scrub_execution: "Scrub through current spell execution."
|
scrub_execution: "Siirry nykyisen taian suorituskohtaan."
|
||||||
# toggle_debug: "Toggle debug display."
|
toggle_debug: "Virheenetsintänäyttö."
|
||||||
# toggle_grid: "Toggle grid overlay."
|
toggle_grid: "Taustaruudukko."
|
||||||
# toggle_pathfinding: "Toggle pathfinding overlay."
|
toggle_pathfinding: "Reitinhakunäyttö."
|
||||||
# beautify: "Beautify your code by standardizing its formatting."
|
beautify: "Viimeistele ohjelmakoodisi, muotoilemalla se yhdenmukaisesti."
|
||||||
# maximize_editor: "Maximize/minimize code editor."
|
maximize_editor: "Laajenna/pienennä koodieditori."
|
||||||
|
|
||||||
# community:
|
# community:
|
||||||
# main_title: "CodeCombat Community"
|
# main_title: "CodeCombat Community"
|
||||||
|
|
Reference in a new issue