snipe-it/resources/lang/sr-CS/admin/models/message.php
snipe a0b05bac8d Updated translations with new strings and new translations
Signed-off-by: snipe <snipe@snipe.net>
2023-02-21 03:54:55 -08:00

45 lines
1.7 KiB
PHP

<?php
return array(
'does_not_exist' => 'Model ne postoji.',
'no_association' => 'NO MODEL ASSOCIATED.',
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Ovaj je model trenutno povezan s jednom ili više imovina i ne može se izbrisati. Izbrišite imovinu pa pokušajte ponovo. ',
'create' => array(
'error' => 'Model nije kreiran, pokušajte ponovo.',
'success' => 'Model je uspešno kreiran.',
'duplicate_set' => 'Model imovine s tim nazivom, proizvođačem i brojem modela već postoji.',
),
'update' => array(
'error' => 'Model nije ažuriran, pokušajte ponovo',
'success' => 'Model je uspešno ažuriran.'
),
'delete' => array(
'confirm' => 'Jeste li sigurni da želite izbrisati ovaj model imovine?',
'error' => 'Došlo je do problema s brisanjem modela. Molim pokušajte ponovo.',
'success' => 'Model je uspešno izbrisan.'
),
'restore' => array(
'error' => 'Model nije obnovljen, pokušajte ponovo',
'success' => 'Model je uspešno obnovljen.'
),
'bulkedit' => array(
'error' => 'Polja nisu menjana, tako da ništa nije ažurirano.',
'success' => 'Modeli su ažurirani.'
),
'bulkdelete' => array(
'error' => 'Nijedan model nije odabran, tako da ništa nije izbrisano.',
'success' => ':success_count model(a) izbrisan(o)!',
'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.'
),
);