mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-09 21:07:41 -08:00
593554daed
Signed-off-by: snipe <snipe@snipe.net>
13 lines
682 B
PHP
13 lines
682 B
PHP
<?php
|
||
|
||
return array(
|
||
'checkout' => 'Отписване на консумативи към потребител',
|
||
'consumable_name' => 'Консуматив',
|
||
'create' => 'Създаване на консуматив',
|
||
'item_no' => '№ на артикул',
|
||
'remaining' => 'Остава',
|
||
'total' => 'Oбщо',
|
||
'update' => 'Обновяване на консуматив',
|
||
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
|
||
);
|