mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
dd458dfa7f
Signed-off-by: snipe <snipe@snipe.net>
35 lines
1.4 KiB
PHP
35 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'actions' => 'Toiminnot',
|
|
'add' => 'Lisää uusi',
|
|
'cancel' => 'Peruuta',
|
|
'checkin_and_delete' => 'Palauta Kaikki / Poista Käyttäjä',
|
|
'delete' => 'Poista',
|
|
'edit' => 'Muokkaa',
|
|
'clone' => 'Clone',
|
|
'restore' => 'Palauta',
|
|
'remove' => 'Poista',
|
|
'request' => 'Pyydä',
|
|
'submit' => 'Lähetä',
|
|
'upload' => 'Lähetä',
|
|
'select_file' => 'Valitse tiedosto...',
|
|
'select_files' => 'Valitse tiedostot...',
|
|
'generate_labels' => '{1} Luo tunniste |[2, *] Luo tunnisteet',
|
|
'send_password_link' => 'Lähetä salasanan palautuslinkki',
|
|
'go' => 'Siirry',
|
|
'bulk_actions' => 'Massatoimintoja',
|
|
'add_maintenance' => 'Lisää Huolto',
|
|
'append' => 'Lisää',
|
|
'new' => 'Uusi',
|
|
'var' => [
|
|
'clone' => 'Clone :item_type',
|
|
'edit' => 'Edit :item_type',
|
|
'delete' => 'Delete :item_type',
|
|
'restore' => 'Restore :item_type',
|
|
'create' => 'Create New :item_type',
|
|
'checkout' => 'Checkout :item_type',
|
|
'checkin' => 'Checkin :item_type',
|
|
]
|
|
];
|