This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -0,0 +1,18 @@
<?php
return array(
'about_models_title' => 'About Asset Models',
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
'deleted' => 'This model has been deleted.',
'bulk_delete' => 'Bulk Delete Asset Models',
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
'restore' => 'Restore Model',
'requestable' => 'Users may request this model',
'show_mac_address' => 'Show MAC address field in assets in this model',
'view_deleted' => 'View Deleted',
'view_models' => 'View Models',
'fieldset' => 'Fieldset',
'no_custom_field' => 'No custom fields',
'add_default_values' => 'Add default values',
);

View File

@ -0,0 +1,47 @@
<?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 properties 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.'
),
);

View File

@ -0,0 +1,17 @@
<?php
return array(
'create' => 'Vytvoriť model majetku',
'created_at' => 'Vytvorené',
'eol' => 'EOL',
'modelnumber' => 'Číslo modelu',
'name' => 'Názov modelu majetku',
'numassets' => 'Majetok',
'title' => 'Typy majetku',
'update' => 'Upraviť typ majetku',
'view' => 'Zobraziť typ majetku',
'update' => 'Upraviť typ majetku',
'clone' => 'Zduplikovať model',
'edit' => 'Upraviť model',
);