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/feedback.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/feedback.php')
| -rw-r--r-- | app/i18n/cz/feedback.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/cz/feedback.php b/app/i18n/cz/feedback.php index daa798b1f..e12db7b9b 100644 --- a/app/i18n/cz/feedback.php +++ b/app/i18n/cz/feedback.php @@ -116,10 +116,10 @@ return array( ), 'tag' => array( 'created' => 'Štítek „%s“ byl vytvořen.', - 'error' => 'Label could not be updated!', // TODO + 'error' => 'Štítek se nepodařilo aktualizovat!', 'name_exists' => 'Název štítku již existuje.', 'renamed' => 'Štítek „%s“ byl přejmenován na „%s“.', - 'updated' => 'Label has been updated.', // TODO + 'updated' => 'Štítek byl aktualizován.', ), 'update' => array( 'can_apply' => 'FreshRSS bude nyní aktualizováno na <strong>verzi %s</strong>.', |
