diff options
author | Go MAEDA <maeda@farend.jp> | 2025-07-10 10:25:46 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2025-07-10 10:25:46 +0000 |
commit | 36446be97cae4b10f61b2006a72146a5f70e101d (patch) | |
tree | b43368abe27c8c0ee4ca50a215b43275d7851c08 | |
parent | 8d83d365b6f62993edf3ce97c881427f54822de2 (diff) | |
download | redmine-36446be97cae4b10f61b2006a72146a5f70e101d.tar.gz redmine-36446be97cae4b10f61b2006a72146a5f70e101d.zip |
Italian translation update for 6.0-stable (#42971).
Patch by Nicola Danese (user:darkfrank_it).
git-svn-id: https://svn.redmine.org/redmine/trunk@23884 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/it.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/locales/it.yml b/config/locales/it.yml index 21942da44..12d8934b8 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -219,7 +219,7 @@ it: error_no_tracker_in_project: 'Nessun tracker è associato a questo progetto. Per favore verifica le impostazioni del Progetto.' error_no_default_issue_status: 'Nessuno stato predefinito delle segnalazioni è configurato. Per favore verifica le impostazioni (Vai in "Amministrazione -> Stati segnalazioni").' error_can_not_delete_custom_field: Impossibile eliminare il campo personalizzato - error_can_not_delete_tracker_html: "Questo tracker contiene segnalazioni e non può essere eliminato.<p>The following projects have issues with this tracker:<br>%{projects}</p>" + error_can_not_delete_tracker_html: "Questo tracker contiene segnalazioni e non può essere eliminato.<p>I seguenti progetti presentano problemi con questo tracker:<br>%{projects}</p>" error_can_not_remove_role: "Questo ruolo è in uso e non può essere eliminato." error_can_not_reopen_issue_on_closed_version: Una segnalazione assegnata ad una versione chiusa non può essere riaperta error_can_not_archive_project: Questo progetto non può essere archiviato @@ -731,6 +731,10 @@ it: label_attachment_plural: File label_file_added: File aggiunti label_attachment_description: Descrizione del file + label_attachment_summary: + zero: "%{filename}" + one: "%{filename} e 1 file" + other: "%{filename} e %{count} file" label_report: Report label_report_plural: Report label_news: News @@ -1434,10 +1438,6 @@ it: text_user_destroy_confirmation: "Vuoi davvero eliminare questo utente e rimuovere tutti i riferimenti ad esso associati? Questa operazione non può essere annullata. Spesso, bloccare un utente anziché eliminarlo è la soluzione migliore. Per confermare, inserisci il suo login (%{login}) qui sotto." text_project_destroy_enter_identifier: "Per confermare, inserisci l'identificativo del progetto (%{identifier}) qui sotto." field_name_or_email_or_login: Nome, email o login - label_attachment_summary: - zero: "%{filename}" - one: "%{filename} and 1 file" - other: "%{filename} and %{count} files" setting_wiki_tablesort_enabled: Javascript based table sorting in wiki content label_progressbar: Progress bar error_spent_on_closed_issue: Cannot log time on a closed issue |