diff options
| author | 2024-01-24 00:54:26 +0100 | |
|---|---|---|
| committer | 2024-01-24 00:54:26 +0100 | |
| commit | c66382cc916d3fe79db9ac22a2d6ec3a3c9f921c (patch) | |
| tree | 230fc36b46522e6e976d68087c981dbfc45f6987 /app/i18n/it/feedback.php | |
| parent | 415490dd7c066ae87e90479df67c6ad09ac2a481 (diff) | |
Updated italian translations (#6060)
* Updated italian translations
* Minor fixes
* Workaround bug with `array (`
---------
Co-authored-by: loviuz <loviuz@mailbox.org>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/it/feedback.php')
| -rw-r--r-- | app/i18n/it/feedback.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/i18n/it/feedback.php b/app/i18n/it/feedback.php index 93c256f45..c4647a499 100644 --- a/app/i18n/it/feedback.php +++ b/app/i18n/it/feedback.php @@ -115,11 +115,11 @@ return array( 'purge_completed' => 'Svecchiamento completato (%d articoli cancellati)', ), 'tag' => array( - 'created' => 'Il Tag “%s” è stato creato.', // DIRTY - 'error' => 'Label could not be updated!', // TODO - 'name_exists' => 'Il nome del tag è già presente.', // DIRTY - 'renamed' => 'Il Tag “%s” è stato rinominato in “%s”.', // DIRTY - 'updated' => 'Label has been updated.', // TODO + 'created' => 'Il tag “%s” è stato creato.', + 'error' => 'Il tag non può essere aggiornato!', + 'name_exists' => 'Il nome del tag è già presente.', + 'renamed' => 'Il tag “%s” è stato rinominato in “%s”.', + 'updated' => 'Il tag è stato aggiornato.', ), 'update' => array( 'can_apply' => 'FreshRSS verrà aggiornato alla <strong>versione %s</strong>.', |
