new crowdin translations
This commit is contained in:
11
resources/lang/cs-CZ/dashboards.php
Normal file
11
resources/lang/cs-CZ/dashboards.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'error' => [
|
||||
'not_user_dashboard' => 'Chyba: Nemáte oprávnění měnit tento dashboard!',
|
||||
'delete_last' => 'Chyba: Nelze odstranit poslední dashboard. Nejdříve, prosím, vytvořte nový!',
|
||||
'disable_last' => 'Chyba: Nelze odstranit poslední dashboard. Nejdříve, prosím, vytvořte nový!',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user