mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
dd458dfa7f
Signed-off-by: snipe <snipe@snipe.net>
35 lines
1.5 KiB
PHP
35 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
'actions' => 'Veiksmai',
|
|
'add' => 'Pridėti naują',
|
|
'cancel' => 'Atšaukti',
|
|
'checkin_and_delete' => 'Paimti viską / Panaikinti naudotoją',
|
|
'delete' => 'Panaikinti',
|
|
'edit' => 'Redaguoti',
|
|
'clone' => 'Klonuoti',
|
|
'restore' => 'Atkurti',
|
|
'remove' => 'Pašalinti',
|
|
'request' => 'Užsakyti',
|
|
'submit' => 'Išsaugoti',
|
|
'upload' => 'Įkelti',
|
|
'select_file' => 'Pasirinkite failą...',
|
|
'select_files' => 'Pasirinkite failus...',
|
|
'generate_labels' => '{1} Generuoti etiketę|[2,*] Generuoti etiketes',
|
|
'send_password_link' => 'Slaptažodžio nustatymo iš naujo nuoroda',
|
|
'go' => 'Vykdyti',
|
|
'bulk_actions' => 'Masiniai veiksmai',
|
|
'add_maintenance' => 'Pridėti aptarnavimą',
|
|
'append' => 'Papildyti',
|
|
'new' => 'Naujas',
|
|
'var' => [
|
|
'clone' => 'Klonuoti :item_type',
|
|
'edit' => 'Redaguoti :item_type',
|
|
'delete' => 'Panaikinti :item_type',
|
|
'restore' => 'Atkurti :item_type',
|
|
'create' => 'Kurti naują :item_type',
|
|
'checkout' => 'Išduoti :item_type',
|
|
'checkin' => 'Paimti :item_type',
|
|
]
|
|
];
|