Skip to content

Commit

Permalink
Merge pull request #2 from robertjunek/main
Browse files Browse the repository at this point in the history
Czech translation
  • Loading branch information
invaders-xx authored Dec 11, 2024
2 parents 9261c35 + 72fc4c3 commit f1208ab
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions resources/lang/cs/filament-nested-list.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

return [
'root' => 'Root',

/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
*/
'button.save' => 'Uložit',

/*
|--------------------------------------------------------------------------
| Form
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Message
|--------------------------------------------------------------------------
*/
'actions.delete.confirmation.with_children' => 'Opravdu chcete smazat tento záznam a všechny jeho podřízené záznamy?',
];

0 comments on commit f1208ab

Please sign in to comment.