Skip to content

Commit

Permalink
Add czech translations (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarkaP authored Dec 10, 2024
1 parent 0443148 commit 9ac7d69
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/lang/cs/actions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

return [
'previous_version' => 'Předchozí',
'next_version' => 'Další',
'restore' => [
'label' => 'Obnovit tuto revizi',
'modal_description' => 'Opravdu chcete obnovit tuto revizi?',
'modal_submit_action_label' => 'Ano, obnovit',
],
'revisions' => 'Revize',
];
10 changes: 10 additions & 0 deletions resources/lang/cs/page.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

return [
'title' => 'Porovnání revizí :title',
'breadcrumb' => 'Revize',
'content_tab_label' => 'Revize',
'revision_by' => 'Revize od :name',
'revisions_list' => 'Seznam revizí',
'anonymous_user' => 'Anonymní uživatel',
];

0 comments on commit 9ac7d69

Please sign in to comment.