mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
903609b5a5
Signed-off-by: snipe <snipe@snipe.net>
23 lines
1 KiB
PHP
23 lines
1 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about_assets_title' => 'Apie turtą',
|
|
'about_assets_text' => 'Turtas - tai daiktai, kurie stebimi serijos numeriu arba turinio žyma. Jie dažniausiai būna vertingesni dalykai, kai svarbu nustatyti konkretų elementą.',
|
|
'archived' => 'Archyvuota',
|
|
'asset' => 'Įranga',
|
|
'bulk_checkout' => 'Išduota įranga',
|
|
'checkin' => 'Išduota įranga',
|
|
'checkout' => 'Patikros turtas',
|
|
'clone' => 'Kopijuoti įrangą',
|
|
'deployable' => 'Naudojamas',
|
|
'deleted' => 'This asset has been deleted.',
|
|
'edit' => 'Keisti įrangą',
|
|
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
|
'requestable' => 'Reiklaujamas',
|
|
'requested' => 'Užklausta',
|
|
'restore' => 'Atkurti įrangą',
|
|
'pending' => 'Vykdoma',
|
|
'undeployable' => 'Negalimas naudoti',
|
|
'view' => 'Peržiūrėti įrangą',
|
|
);
|