snipe-it/resources/lang/cs/admin/licenses/form.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
898 B
PHP

<?php
return array(
'asset' => 'Majetek',
'checkin' => 'Příjem',
'create' => 'Založ licenci',
'expiration' => 'Expirace',
'license_key' => 'Klíč',
'maintained' => 'Údržba',
'name' => 'Software',
'no_depreciation' => 'Neznehodnocovat',
'purchase_order' => 'Číslo objednávky',
'reassignable' => 'Přeřaditelné',
'remaining_seats' => 'Nasazeno',
'seats' => 'Počet licencí',
'termination_date' => 'Platná do',
'to_email' => 'Registrováno na Email',
'to_name' => 'Registrace na jméno',
'update' => 'Úprava licence',
'checkout_help' => 'Licence musí být přidělena majetku nebo uživateli. Pokud zvolíte obojí, uživatel zvoleného majetku musí souhlasit se zvoleným uživatelem.'
);