Skip to content

Commit

Permalink
Merge pull request #22 from radimnemecek/patch-1
Browse files Browse the repository at this point in the history
Add Czech translations
  • Loading branch information
0wain authored Sep 3, 2024
2 parents 74369bf + 56c0082 commit ac9f64a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/lang/cs/gaze.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

return [
'banner_text' => 'Tuto stránku právě prohlíží :viewers.',
'banner_text_other' => 'Tuto stránku právě prohlíží :viewers a ještě :count další.',
'banner_text_others' => 'Tuto stránku právě prohlíží :viewers a ještě :count dalších.',

'lock_is_controller' => 'Momentálně máte kontrolu nad touto stránkou.',
'lock_user_controller' => ':name má momentálně kontrolu nad touto stránkou.',
'lock_take_control' => 'Převzít kontrolu',
];

0 comments on commit ac9f64a

Please sign in to comment.