snipe-it/resources/lang/mk-MK/admin/components/general.php
snipe 7cf30003b6 Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-09-10 14:41:08 +01:00

17 lines
922 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'component_name' => 'Име на компонента',
'checkin' => 'Раздолжи компонента',
'checkout' => 'Задолжи компонента',
'cost' => 'Набавна цена',
'create' => 'Креирај компонента',
'edit' => 'Уреди компонента',
'date' => 'Датум на набавка',
'order' => 'Број на нарачка',
'remaining' => 'Останува',
'total' => 'Вкупно',
'update' => 'Уреди компонента',
'checkin_limit' => 'Количината што е вратена мора да биде еднаква или помала од :assigned_qty'
);