snipe-it/resources/lang/cs/admin/groups/message.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

23 lines
753 B
PHP

<?php
return array(
'group_exists' => 'Skupina již existuje!',
'group_not_found' => 'Skupina [:id] neexistuje.',
'group_name_required' => 'Název je vyžadován',
'success' => array(
'create' => 'Skupina byla úspěšně vytvořena.',
'update' => 'Skupina byla úspěšně upravena.',
'delete' => 'Skupina byla úspěšně odstraněna.',
),
'delete' => array(
'confirm' => 'Určitě chcete odstranit tuto skupinu?',
'create' => 'Vyskytl se problém s vytvářením skupiny. Zkuste to znovu.',
'update' => 'Vyskytl se problém s aktualizací skupiny. Zkuste to znovu.',
'delete' => 'Vyskytl se problém se smazáním skupiny. Zkuste to znovu.',
),
);