snipe-it/resources/lang/sk-SK/admin/models/message.php
snipe 026ea41dee Use correct language codes, updated strings
Signed-off-by: snipe <snipe@snipe.net>
2023-12-19 17:23:16 +00:00

48 lines
2.1 KiB
PHP

<?php
return array(
'deleted' => 'Deleted asset model',
'does_not_exist' => 'Model neexistuje.',
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Tento model je použítý v jednom alebo viacerých majetkoch, preto nemôže byť odstránený. Prosím odstráňte príslušný majetok a skúste odstrániť znovu. ',
'create' => array(
'error' => 'Model nebol vytovrený, prosím skúste znovu.',
'success' => 'Model bol úspešne vytvorený.',
'duplicate_set' => 'Model majetku s týmto názvom, výrobcom a číslom modelu už existuje.',
),
'update' => array(
'error' => 'Model nebol upravený, prosím skúste znovu',
'success' => 'Model bol úspešne upravený.',
),
'delete' => array(
'confirm' => 'Ste si istý, že chcete odstrániť tento model majetku?',
'error' => 'Pri odstraňovaní modelu sa vyskytla chyba. Skúste prosím znovu.',
'success' => 'Model bol úspešne odstránený.'
),
'restore' => array(
'error' => 'Model nebol obnovený, prosím skúste znovu',
'success' => 'Model bol obnovený úspešne.'
),
'bulkedit' => array(
'error' => 'Neboli zmenené žiadne polia, preto nebolo nič aktualizované.',
'success' => 'Model successfully updated. |:model_count models successfully updated.',
'warn' => 'You are about to update the properies of the following model: |You are about to edit the properties of the following :model_count models:',
),
'bulkdelete' => array(
'error' => 'Neboli vybrané ziadne modely, preto nebolo nič odmazané.',
'success' => 'Model deleted!|:success_count models deleted!',
'success_partial' => ':success_count model(y) odstránené, avšak :fail_count nebolo možné odstrániť pretože stále majú priradené majetky.'
),
);