ok
This commit is contained in:
24
Production/SNIPE-IT/resources/lang/cs-CZ/button.php
Normal file
24
Production/SNIPE-IT/resources/lang/cs-CZ/button.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'actions' => 'Akce',
|
||||
'add' => 'Přidej nový',
|
||||
'cancel' => 'Zrušit',
|
||||
'checkin_and_delete' => 'Vrátit vše / Smazat uživatele',
|
||||
'delete' => 'Smazat',
|
||||
'edit' => 'Upravit',
|
||||
'restore' => 'Obnovit',
|
||||
'remove' => 'Odebrat',
|
||||
'request' => 'Požadavek',
|
||||
'submit' => 'Odeslat',
|
||||
'upload' => 'Nahrát',
|
||||
'select_file' => 'Vybrat soubor...',
|
||||
'select_files' => 'Vybrat soubory…',
|
||||
'generate_labels' => '{1} Generovat štítek|[2,*] Generovat štítky',
|
||||
'send_password_link' => 'Poslat odkaz na obnovení hesla',
|
||||
'go' => 'Spustit',
|
||||
'bulk_actions' => 'Hromadné operace',
|
||||
'add_maintenance' => 'Přidat údržbu',
|
||||
'append' => 'Připojit',
|
||||
'new' => 'Nový',
|
||||
];
|
Reference in New Issue
Block a user