Skip to content

Commit

Permalink
Merge pull request #138 from syedmuneer/master
Browse files Browse the repository at this point in the history
Add Finnish Translations
  • Loading branch information
kartik-v authored Oct 14, 2016
2 parents 45e4f0c + 89176a4 commit e0d9f1c
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions messages/fi/kvtree.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'(new)' => '(uusi)',
'Active' => 'Aktiivinen',
'Add new' => 'Lisää uusi',
'Add new root' => 'Lisää uusi alapolku',
'Admin Settings' => 'Ylläpidon asetukset',
'Already at bottom-most node in the hierarchy.' => 'Kohta on jo hierarkkian alimmaisena',
'Already at left-most node in the hierarchy.' => 'Kohta on jo hierarkkian vasemmanpuoleisimpana',
'Already at right-most node in the hierarchy.' => 'Kohta on jo hierarkkian oikeanpuoleisimpana',
'Already at top-most node in the hierarchy.' => 'Kohta on jo hierarkkian ylimpänä',
'Are you sure you want to remove this node?' => 'Oletko varma, että haluat poistaa kohdan?',
'Cannot create node. Parent node is not saved or is invalid.' => 'Kohdan luonti epäonnistui. Ylemmän tason kohdetta ei ole tallennettu tai ei kelpaa',
'Cannot move this node as the node details are not saved yet.' => 'Kohtaa ei voi siirtää, koska sen tietoja ei ole vielä tallennettu',
'Clear search results' => 'Pyyhi hakutulokset',
'Collapsed' => 'Pienennetty',
'Default' => 'Oletus',
'Delete' => 'Poista',
'Depth' => 'Taso',
'Disabled' => 'Estetty',
'Error removing the node. Please try again later.' => 'Virhe kohdan poistossa. Yritä myöhemmin uudelleen.',
'Error while creating the node. Please try again later.' => 'Virhe kohdan luonnissa. Yritä myöhemmin uudelleen.',
'Error while moving the node. Please try again later.' => 'Virhe kohdan siirrossa. Yritä myöhemmin uudelleen.',
'Error while removing the node. Please try again later.' => 'Virhe kohdan poistossa. Yritä myöhemmin uudelleen.',
'Error while saving the node. Please try again later.' => 'Virhe kohdan tallennuksessa. Yritä myöhemmin uudelleen.',
'Error while viewing the node. Please try again later.' => 'Virhe kohdan tarkastelussa. Yritä myöhemmin uudelleen.',
'ID' => 'Tunnus',
'Icon' => 'Ikoni',
'Icon Type' => 'Ikonin tyyppi',
'Left' => 'Vasen',
'Movable Down' => 'Siirrettävissä alas',
'Movable Left' => 'Siirrettävissä vasemmalle',
'Movable Right' => 'Siirrettävissä oikealle',
'Movable Up' => 'Siirrettävissä ylös',
'Move Down' => 'Liikuta alas',
'Move Left' => 'Liikuta vasemmalle',
'Move Right' => 'Liikuta oikealle',
'Move Up' => 'Liikuta ylös',
'Name' => 'Nimi',
'No valid tree nodes are available for display. Use toolbar buttons to add tree nodes.' => 'Ei näytettäviä kohtia. Käytä työkalurivin nappeja luodaksesi uusia kohtia',
'Node # {id} - \'{name}\': {error}' => 'Kohde #{id} - \'{name}\': {error}',
'Read Only' => 'Vain lukukelpoinen',
'Refresh' => 'Päivitä',
'Removable' => 'Poistettavissa',
'Removable (with children)' => 'Poistettavissa (alakohtineen)',
'Reset' => 'Palauta alkuperäiseen',
'Right' => 'Oikea',
'Root' => 'Alapolku',
'Save' => 'Tallenna',
'Saved the node details successfully.' => 'Kohteen tiedot on tallennettu.',
'Search...' => 'Etsi...',
'Select a node by clicking on one of the tree items.' => 'Valitse haluamasi kohta klikkaamalla yhtä puun kohdista.',
'Select...' => 'Valitse...',
'Selected' => 'Valittu',
'The node was moved successfully.' => 'Kohdan siirto onnistui',
'The node was removed successfully.' => 'Kohdan poisto onnistui',
'The node was successfully created.' => 'Kohdan luonti onnistui',
'The selected node cannot be moved.' => 'Valittua kohtaa ei voida siirtää',
'The untitled node was removed.' => 'Nimeämätön kohta poistettiin',
'This operation is not allowed.' => 'Operaatio ei ole sallittu',
'Untitled' => 'Nimeämätön',
'Visible' => 'Näkyvissä',
];

0 comments on commit e0d9f1c

Please sign in to comment.