snipe-it/resources/lang/sk/admin/categories/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

27 lines
1.2 KiB
PHP

<?php
return array(
'does_not_exist' => 'Kategória neexistuje.',
'assoc_models' => 'Táto kategória je priradená minimálne jednému modelu, preto nemôže byť odstránená. Prosím upravte príslušný model, aby neodkazoval na túto kategóriu a skúsne znovu. ',
'assoc_items' => 'Táto kategória je priradená minimálne jednému :aset_tzpe, preto nemôže byť odstránená. Prosím upravte príslušný :asset_type, aby neodkazoval na túto kategóriu a skúsne znovu. ',
'create' => array(
'error' => 'Kategória nebola vytvorená, skúste prosím znovu.',
'success' => 'Kategória bola úspešne vytvorená.'
),
'update' => array(
'error' => 'Kategóriu sa nepodarilo aktualizovať, skúste prosím znovu',
'success' => 'Kategória bola úspešne aktualizovaná.',
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
'confirm' => 'Ste si istý, že chceete odstrániť túto kategóriu?',
'error' => 'Pri odstraňovaní kategórie sa vyskytla chyba. Skúste prosím znovu.',
'success' => 'Kategória bola úspešne odstránená.'
)
);