We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0443148 commit 9ac7d69Copy full SHA for 9ac7d69
resources/lang/cs/actions.php
@@ -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
@@ -0,0 +1,10 @@
+ '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 commit comments