snipe-it/resources/lang/lt/admin/models/general.php

19 lines
1.2 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-10-17 18:52:20 -07:00
'about_models_title' => 'Apie turto modelius',
'about_models_text' => 'Turto modeliai yra būdas grupuoti identišką turtą. "MBP 2013", "IPhone 6s" ir kt.',
2016-03-25 01:18:05 -07:00
'deleted' => 'Šis modelis ištrintas. <a href="/hardware/models/:model_id/restore">Spauskite atkurti modelį čia</a>.',
2017-12-12 09:20:57 -08:00
'bulk_delete' => 'Bulk Delete Asset Models',
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
'bulk_delete_warn' => 'You are about to delete :model_count asset models.',
2016-03-25 01:18:05 -07:00
'restore' => 'Atkurti modelį',
2016-10-25 12:30:52 -07:00
'requestable' => 'Naudotojai gali užklausi šį modelį',
2016-03-25 01:18:05 -07:00
'show_mac_address' => 'Rodykite MAC adreso laukelį įrangoje šiam modeliui',
'view_deleted' => 'Peržiūrėti ištrintus',
'view_models' => 'Peržiūrėti modelius',
'fieldset' => 'Laukų grupė',
'no_custom_field' => 'Nėra pritaikytų laukų',
2018-05-02 14:32:50 -07:00
'add_default_values' => 'Add default values',
2016-03-25 01:18:05 -07:00
);