Files
snipe-it/resources/lang/sl-SI/admin/components/general.php
T
snipe cb2ffe6b3f Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2025-08-27 14:02:39 +01:00

17 lines
711 B
PHP

<?php
return array(
'component_name' => 'Ime komponente',
'checkin' => 'Prevzem komponent',
'checkout' => 'Izdaja komponent',
'cost' => 'Stroški nakupa',
'create' => 'Ustvari komponento',
'edit' => 'Uredi komponento',
'date' => 'Datum nakupa',
'order' => 'Številka naročila',
'remaining' => 'Ostanek',
'total' => 'Skupaj',
'update' => 'Posodobi komponento',
'checkin_limit' => 'Prijavljeni znesek mora biti enak ali manjši od :assigned_qty'
);