2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return [
|
2016-05-16 21:54:13 -07:00
|
|
|
'actions' => 'Toiminnot',
|
|
|
|
'add' => 'Lisää uusi',
|
|
|
|
'cancel' => 'Peruuta',
|
2024-01-03 15:12:29 -08:00
|
|
|
'checkin_and_delete' => 'Palauta Kaikki / Poista Käyttäjä',
|
2016-05-16 21:54:13 -07:00
|
|
|
'delete' => 'Poista',
|
|
|
|
'edit' => 'Muokkaa',
|
2024-07-23 10:14:19 -07:00
|
|
|
'clone' => 'Clone',
|
2016-05-16 21:54:13 -07:00
|
|
|
'restore' => 'Palauta',
|
2024-01-03 15:12:29 -08:00
|
|
|
'remove' => 'Poista',
|
2020-12-30 12:51:09 -08:00
|
|
|
'request' => 'Pyydä',
|
2016-05-16 21:54:13 -07:00
|
|
|
'submit' => 'Lähetä',
|
|
|
|
'upload' => 'Lähetä',
|
2022-01-13 21:27:29 -08:00
|
|
|
'select_file' => 'Valitse tiedosto...',
|
2020-12-30 12:51:09 -08:00
|
|
|
'select_files' => 'Valitse tiedostot...',
|
2021-04-26 18:11:48 -07:00
|
|
|
'generate_labels' => '{1} Luo tunniste |[2, *] Luo tunnisteet',
|
2022-01-13 21:27:29 -08:00
|
|
|
'send_password_link' => 'Lähetä salasanan palautuslinkki',
|
2024-01-03 15:12:29 -08:00
|
|
|
'go' => 'Siirry',
|
2023-12-19 09:23:16 -08:00
|
|
|
'bulk_actions' => 'Massatoimintoja',
|
2024-01-03 15:12:29 -08:00
|
|
|
'add_maintenance' => 'Lisää Huolto',
|
|
|
|
'append' => 'Lisää',
|
2023-12-19 09:23:16 -08:00
|
|
|
'new' => 'Uusi',
|
2024-07-23 10:14:19 -07:00
|
|
|
'var' => [
|
|
|
|
'clone' => 'Clone :item_type',
|
|
|
|
'edit' => 'Edit :item_type',
|
|
|
|
'delete' => 'Delete :item_type',
|
2024-08-15 04:21:06 -07:00
|
|
|
'restore' => 'Restore :item_type',
|
2024-07-23 10:14:19 -07:00
|
|
|
'create' => 'Create New :item_type',
|
|
|
|
'checkout' => 'Checkout :item_type',
|
|
|
|
'checkin' => 'Checkin :item_type',
|
|
|
|
]
|
2022-01-13 21:27:29 -08:00
|
|
|
];
|