diff options
| author | 2024-04-21 00:40:56 +0200 | |
|---|---|---|
| committer | 2024-04-21 00:40:56 +0200 | |
| commit | 2f74ebafa81920c4ad752f11a3733bc12ddfa376 (patch) | |
| tree | 83022b73f52e7b2b523c929ac5f15e558f656014 /app/i18n/cz/gen.php | |
| parent | 5c33e5191a98c99eb6cdc2c4260aad906d73fdc3 (diff) | |
[i18n] Added Czech translation (#6344)
* Add Czech tranlation for admin
* Add more translations
* add translations for sub.php
* 2nd check and remove TODO comment from translated strings
* fix
* Update sub.php
* update sub.php
---------
Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
Diffstat (limited to 'app/i18n/cz/gen.php')
| -rw-r--r-- | app/i18n/cz/gen.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/cz/gen.php b/app/i18n/cz/gen.php index 4f032ad78..3570261cf 100644 --- a/app/i18n/cz/gen.php +++ b/app/i18n/cz/gen.php @@ -134,7 +134,7 @@ return array( 'request_failed' => 'Požadavek selhal, to může být způsobeno problémy s připojení k internetu.', 'title_new_articles' => 'FreshRSS: nové články!', ), - 'labels_empty' => 'No labels', // TODO + 'labels_empty' => 'Žádné štítky', 'new_article' => 'Jsou dostupné nové články, klikněte pro obnovení stránky.', 'should_be_activated' => 'JavaScript musí být povolen', ), @@ -178,7 +178,7 @@ return array( 'queries' => 'Uživatelské dotazy', 'reading' => 'Čtení', 'search' => 'Hledat slova nebo #štítky', - 'search_help' => 'See documentation for advanced <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">search parameters</a>', // TODO + 'search_help' => 'Podívejte se na dokumentaci pro pokročilé parametry <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">parametry vyhledávání</a>', 'sharing' => 'Sdílení', 'shortcuts' => 'Zkratky', 'stats' => 'Statistika', @@ -203,7 +203,7 @@ return array( 'clipboard' => 'Schránka', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'E-mail', - 'email-webmail-firefox-fix' => 'Email (webmail - fix for Firefox)', // TODO + 'email-webmail-firefox-fix' => 'E-mail (webmail - oprava pro Firefox)', 'facebook' => 'Facebook', // IGNORE 'gnusocial' => 'GNU social', // IGNORE 'jdh' => 'Journal du hacker', // IGNORE |
