Skip to content

Commit 9ac7d69

Browse files
authored
Add czech translations (#27)
1 parent 0443148 commit 9ac7d69

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

resources/lang/cs/actions.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
return [
4+
'previous_version' => 'Předchozí',
5+
'next_version' => 'Další',
6+
'restore' => [
7+
'label' => 'Obnovit tuto revizi',
8+
'modal_description' => 'Opravdu chcete obnovit tuto revizi?',
9+
'modal_submit_action_label' => 'Ano, obnovit',
10+
],
11+
'revisions' => 'Revize',
12+
];

resources/lang/cs/page.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
return [
4+
'title' => 'Porovnání revizí :title',
5+
'breadcrumb' => 'Revize',
6+
'content_tab_label' => 'Revize',
7+
'revision_by' => 'Revize od :name',
8+
'revisions_list' => 'Seznam revizí',
9+
'anonymous_user' => 'Anonymní uživatel',
10+
];

0 commit comments

Comments
 (0)