Skip to content

Commit

Permalink
Add czech translations
Browse files Browse the repository at this point in the history
  • Loading branch information
JarkaP committed Sep 4, 2024
1 parent 0877b82 commit 42d5773
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions resources/lang/cs/ui.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

return [
'preview-action-label' => 'Náhled',

'preview-modal-title' => 'Náhled',

'close-modal-action-label' => 'Zavřít',

'builder-editor-title' => 'Editor',

'refresh-action-label' => 'Obnovit náhled',

'editor-settings-label' => 'Nastavení',

'editor-auto-refresh-label' => 'Automatické obnovení',

'accept-action-label' => 'Přijmout',

'discard-action-label' => 'Zrušit',
];

0 comments on commit 42d5773

Please sign in to comment.