snipe-it/resources/lang/ro/admin/components/general.php

17 lines
741 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-10-17 18:52:20 -07:00
'component_name' => 'Numele componentei',
'checkin' => 'Verificați componenta',
'checkout' => 'Componenta de verificare',
'cost' => 'Costul de achiziție',
'create' => 'Creați o componentă',
'edit' => 'Editați componenta',
'date' => 'Data cumpărării',
'order' => 'Numar de ordine',
'remaining' => 'Rămas',
2016-03-25 01:18:05 -07:00
'total' => 'Total',
2017-10-17 18:52:20 -07:00
'update' => 'Actualizați componenta',
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);