Update Italian translation (Thanks to Paolo Mainieri)

This commit is contained in:
Frederic Guillot 2015-04-11 17:06:49 -04:00
parent d748b4f4c0
commit 510904afc2
1 changed files with 448 additions and 448 deletions

View File

@ -1,8 +1,8 @@
<?php
return array(
// 'number.decimals_separator' => '',
// 'number.thousands_separator' => '',
'number.decimals_separator' => ',',
'number.thousands_separator' => '.',
'None' => 'Nessuno',
'edit' => 'modificare',
'Edit' => 'Modificare',
@ -53,7 +53,7 @@ return array(
'Status' => 'Stato',
'Tasks' => 'Compiti',
'Board' => 'Bacheca',
// 'Actions' => '',
'Actions' => 'Azioni',
'Inactive' => 'Inattivo',
'Active' => 'Attivo',
'Column %d' => 'Colonna %d',
@ -86,7 +86,7 @@ return array(
'Application settings' => 'Impostazioni dell\'applicazione',
'Language' => 'Lingua',
'Webhook token:' => 'Identificatore (token) per i webhooks :',
// 'API token:' => '',
'API token:' => 'Token dell\'API:',
'More information' => 'Più informazioni',
'Database size:' => 'Dimensioni della base dati:',
'Download the database' => 'Scaricare la base dati',
@ -99,14 +99,14 @@ return array(
'Do you really want to close this task: "%s"?' => 'Veramente desideri chiudere questo compito: « %s » ?',
'Edit a task' => 'Modificare un compito',
'Column' => 'colonna',
// 'Color' => '',
'Color' => 'Colore',
'Assignee' => 'Persona assegnata',
'Create another task' => 'Creare un nuovo compito',
'New task' => 'Nuovo compito',
'Open a task' => 'Aprire un compito',
'Do you really want to open this task: "%s"?' => 'Veramente desideri aprire questo compito: « %s » ?',
'Back to the board' => 'Tornare alla bacheca',
// 'Created on %B %e, %Y at %k:%M %p' => '',
'Created on %B %e, %Y at %k:%M %p' => 'Creato il %B %e, %Y alle %k:%M %p',
'There is nobody assigned' => 'Non c\'è nessuno assegnato a questo compito',
'Column on the board:' => 'Colonna sulla bacheca: ',
'Status is open' => 'Stato aperto',
@ -123,7 +123,7 @@ return array(
'The username must be unique' => 'Il nome di utente deve essere unico',
'The username must be alphanumeric' => 'Il nome di utente deve essere alfanumerico',
'The user id is required' => 'Si richiede l\'identificatore dell\'utente',
// 'Passwords don\'t match' => '',
'Passwords don\'t match' => 'Le password non corrispondono',
'The confirmation is required' => 'Si richiede una conferma',
'The column is required' => 'Si richiede una colonna',
'The project is required' => 'Si richiede il progetto',
@ -168,7 +168,7 @@ return array(
'Work in progress' => 'In corso',
'Done' => 'Fatto',
'Application version:' => 'Versione dell\'applicazione:',
// 'Completed on %B %e, %Y at %k:%M %p' => '',
'Completed on %B %e, %Y at %k:%M %p' => 'Completato il %B %e, %Y alle %k:%M %p',
// '%B %e, %Y at %k:%M %p' => '',
'Date created' => 'Data di creazione',
'Date completed' => 'Data di termine',
@ -186,10 +186,10 @@ return array(
'Timezone' => 'Fuso orario',
'Sorry, I didn\'t find this information in my database!' => 'Mi dispiace, non ho trovato questa informazione sulla base dati!',
'Page not found' => 'Pagina non trovata',
// 'Complexity' => '',
'Complexity' => 'Complessità',
'limit' => 'limite',
'Task limit' => 'Numero massimo di compiti',
// 'Task count' => '',
'Task count' => 'Numero di compiti',
'This value must be greater than %d' => 'questo valore deve essere maggiore di %d',
'Edit project access list' => 'Modificare i permessi del progetto',
'Edit users access' => 'Modificare i permessi degli utenti',
@ -199,7 +199,7 @@ return array(
'Revoke' => 'Revocare',
'List of authorized users' => 'Lista di utenti autorizzati',
'User' => 'Utente',
// 'Nobody have access to this project.' => '',
'Nobody have access to this project.' => 'Nessuno ha accesso a questo progetto.',
'You are not allowed to access to this project.' => 'Non hai l\'accesso a questo progetto.',
'Comments' => 'Commenti',
'Post comment' => 'Mandare commento',
@ -213,7 +213,7 @@ return array(
'Edit this task' => 'Modificare questo compito',
'Due Date' => 'Data di scadenza',
'Invalid date' => 'Data sbagliata',
// 'Must be done before %B %e, %Y' => '',
'Must be done before %B %e, %Y' => 'Deve essere completato prima del %B %e, %Y',
// '%B %e, %Y' => '',
// '%b %e, %Y' => '',
'Automatic actions' => 'Azioni automatiche',
@ -224,7 +224,7 @@ return array(
'Action removed successfully.' => 'Azione cancellata correttamente.',
'Automatic actions for the project "%s"' => 'Azioni automatiche per questo progetto « %s »',
'Defined actions' => 'Azioni definite',
// 'Add an action' => '',
'Add an action' => 'Aggiungi un\'azione',
'Event name' => 'Nome dell\'evento',
'Action name' => 'Nome dell\'azione',
'Action parameters' => 'Parametri d\'azione',
@ -246,7 +246,7 @@ return array(
'Task creation' => 'Creazione di un compito',
'Open a closed task' => 'Riaprire un compito',
'Closing a task' => 'Chiudere un compito',
// 'Assign a color to a specific user' => '',
'Assign a color to a specific user' => 'Assegna un colore ad un utente specifico',
'Column title' => 'Titolo della colonna',
'Position' => 'Posizione',
'Move Up' => 'Alzare',
@ -389,463 +389,463 @@ return array(
'Creator' => 'Creatore',
'Modification date' => 'Data di modifica',
'Completion date' => 'Data di termine',
// 'Webhook URL for task creation' => '',
// 'Webhook URL for task modification' => '',
// 'Clone' => '',
// 'Clone Project' => '',
// 'Project cloned successfully.' => '',
// 'Unable to clone this project.' => '',
// 'Email notifications' => '',
// 'Enable email notifications' => '',
// 'Task position:' => '',
// 'The task #%d have been opened.' => '',
// 'The task #%d have been closed.' => '',
// 'Sub-task updated' => '',
// 'Title:' => '',
// 'Status:' => '',
// 'Assignee:' => '',
// 'Time tracking:' => '',
// 'New sub-task' => '',
'Webhook URL for task creation' => 'URL del Webhook per la creazione di compiti',
'Webhook URL for task modification' => 'URL del Webhook per la modifica di compiti',
'Clone' => 'Clona',
'Clone Project' => 'Clona il progetto',
'Project cloned successfully.' => 'Progetto clonato con successo.',
'Unable to clone this project.' => 'Impossibile clonare questo progetto',
'Email notifications' => 'Notifiche email',
'Enable email notifications' => 'Abilita le notifiche via email',
'Task position:' => 'Posizione del compito:',
'The task #%d have been opened.' => 'Il compito #%d è stato aperto.',
'The task #%d have been closed.' => 'Il compito #%d è stato chiuso.',
'Sub-task updated' => 'Sotto-compito aggiornato',
'Title:' => 'Titolo',
'Status:' => 'Stato',
'Assignee:' => 'Assegnatario',
'Time tracking:' => 'Gestione del tempo:',
'New sub-task' => 'Nuovo sotto-compito',
'New attachment added "%s"' => 'Nuovo allegato aggiunto « %s »',
'Comment updated' => 'Commento aggiornato',
'New comment posted by %s' => 'Nuovo commento aggiunto da « %s »',
'List of due tasks for the project "%s"' => 'Lista dei compiti scaduti per il progetto « %s »',
// 'New attachment' => '',
// 'New comment' => '',
// 'New subtask' => '',
// 'Subtask updated' => '',
// 'Task updated' => '',
// 'Task closed' => '',
// 'Task opened' => '',
'New attachment' => 'Nuovo allegato',
'New comment' => 'Nuovo commento',
'New subtask' => 'Nuovo sotto-compito',
'Subtask updated' => 'Sotto-compito aggiornato',
'Task updated' => 'Compito aggiornato',
'Task closed' => 'Compito chiuso',
'Task opened' => 'Compito aperto',
'[%s][Due tasks]' => '[%s][Compiti scaduti]',
'[Kanboard] Notification' => '[Kanboard] Notifica',
'I want to receive notifications only for those projects:' => 'Vorrei ricevere le notifiche solo da questi progetti:',
'view the task on Kanboard' => 'vedi il compito su Kanboard',
// 'Public access' => '',
// 'Category management' => '',
// 'User management' => '',
// 'Active tasks' => '',
// 'Disable public access' => '',
// 'Enable public access' => '',
// 'Active projects' => '',
// 'Inactive projects' => '',
// 'Public access disabled' => '',
// 'Do you really want to disable this project: "%s"?' => '',
// 'Do you really want to duplicate this project: "%s"?' => '',
// 'Do you really want to enable this project: "%s"?' => '',
// 'Project activation' => '',
// 'Move the task to another project' => '',
// 'Move to another project' => '',
// 'Do you really want to duplicate this task?' => '',
// 'Duplicate a task' => '',
// 'External accounts' => '',
// 'Account type' => '',
// 'Local' => '',
// 'Remote' => '',
// 'Enabled' => '',
// 'Disabled' => '',
// 'Google account linked' => '',
// 'Github account linked' => '',
'Public access' => 'Accesso pubblico',
'Category management' => 'Gestione delle categorie',
'User management' => 'Gestione utenti',
'Active tasks' => 'Compiti attivi',
'Disable public access' => 'Disabilita l\'accesso pubblico',
'Enable public access' => 'Abilita l\'accesso pubblico',
'Active projects' => 'Progetti attivi',
'Inactive projects' => 'Progetti inattivi',
'Public access disabled' => 'Accesso pubblico disattivato',
'Do you really want to disable this project: "%s"?' => 'Vuoi davvero disabilitare questo progetto: "%s"?',
'Do you really want to duplicate this project: "%s"?' => 'Vuoi davvero duplicare questo progetto: "%s"?',
'Do you really want to enable this project: "%s"?' => 'Vuoi davvero abilitare questo progetto: "%s"?',
'Project activation' => 'Attivazione progetto',
'Move the task to another project' => 'Muovi il compito in un altro progetto',
'Move to another project' => 'Muovi in un altro progetto',
'Do you really want to duplicate this task?' => 'Vuoi davvero duplicare questo compito?',
'Duplicate a task' => 'Duplica il compito',
'External accounts' => 'Account esterni',
'Account type' => 'Tipo di account',
'Local' => 'Locale',
'Remote' => 'Remoto',
'Enabled' => 'Abilitato',
'Disabled' => 'Disabilitato',
'Google account linked' => 'Account Google collegato',
'Github account linked' => 'Account Github collegato',
// 'Username:' => '',
// 'Name:' => '',
'Name:' => 'Nome:',
// 'Email:' => '',
// 'Default project:' => '',
// 'Notifications:' => '',
// 'Notifications' => '',
// 'Group:' => '',
// 'Regular user' => '',
// 'Account type:' => '',
// 'Edit profile' => '',
// 'Change password' => '',
// 'Password modification' => '',
// 'External authentications' => '',
// 'Google Account' => '',
// 'Github Account' => '',
// 'Never connected.' => '',
// 'No account linked.' => '',
// 'Account linked.' => '',
// 'No external authentication enabled.' => '',
// 'Password modified successfully.' => '',
// 'Unable to change the password.' => '',
// 'Change category for the task "%s"' => '',
// 'Change category' => '',
// '%s updated the task %s' => '',
// '%s opened the task %s' => '',
// '%s moved the task %s to the position #%d in the column "%s"' => '',
// '%s moved the task %s to the column "%s"' => '',
// '%s created the task %s' => '',
// '%s closed the task %s' => '',
// '%s created a subtask for the task %s' => '',
// '%s updated a subtask for the task %s' => '',
// 'Assigned to %s with an estimate of %s/%sh' => '',
// 'Not assigned, estimate of %sh' => '',
// '%s updated a comment on the task %s' => '',
// '%s commented the task %s' => '',
// '%s\'s activity' => '',
// 'No activity.' => '',
// 'RSS feed' => '',
// '%s updated a comment on the task #%d' => '',
// '%s commented on the task #%d' => '',
// '%s updated a subtask for the task #%d' => '',
// '%s created a subtask for the task #%d' => '',
// '%s updated the task #%d' => '',
// '%s created the task #%d' => '',
// '%s closed the task #%d' => '',
// '%s open the task #%d' => '',
// '%s moved the task #%d to the column "%s"' => '',
// '%s moved the task #%d to the position %d in the column "%s"' => '',
// 'Activity' => '',
// 'Default values are "%s"' => '',
// 'Default columns for new projects (Comma-separated)' => '',
// 'Task assignee change' => '',
// '%s change the assignee of the task #%d to %s' => '',
// '%s changed the assignee of the task %s to %s' => '',
// 'Column Change' => '',
// 'Position Change' => '',
// 'Assignee Change' => '',
// 'New password for the user "%s"' => '',
// 'Choose an event' => '',
// 'Github commit received' => '',
// 'Github issue opened' => '',
// 'Github issue closed' => '',
// 'Github issue reopened' => '',
// 'Github issue assignee change' => '',
// 'Github issue label change' => '',
// 'Create a task from an external provider' => '',
// 'Change the assignee based on an external username' => '',
// 'Change the category based on an external label' => '',
// 'Reference' => '',
// 'Reference: %s' => '',
// 'Label' => '',
'Default project:' => 'Progetto di default',
'Notifications:' => 'Notifiche:',
'Notifications' => 'Notifiche',
'Group:' => 'Gruppo',
'Regular user' => 'Utente regolare',
'Account type:' => 'Tipo di account',
'Edit profile' => 'Modifica il profilo',
'Change password' => 'Cambia password',
'Password modification' => 'Modifica della password',
'External authentications' => 'Autenticazione esterna',
'Google Account' => 'Account Google',
'Github Account' => 'Account Github',
'Never connected.' => 'Mai connesso.',
'No account linked.' => 'Nessun account collegato.',
'Account linked.' => 'Account collegato.',
'No external authentication enabled.' => 'Nessuna autenticazione esterna abilitata.',
'Password modified successfully.' => 'Password modificata con successo.',
'Unable to change the password.' => 'Impossibile cambiare la password.',
'Change category for the task "%s"' => 'Cambia categoria per il compito "%s"',
'Change category' => 'Cambia categoria',
'%s updated the task %s' => '%s ha aggiornato il compito %s',
'%s opened the task %s' => '%s ha aperto il compito %s',
'%s moved the task %s to the position #%d in the column "%s"' => '%s ha spostato il compito %s nella posizione #%d della colonna "%s"',
'%s moved the task %s to the column "%s"' => '%s ha spostato il compito %s nella colonna "%s"',
'%s created the task %s' => '%s ha creato il compito %s',
'%s closed the task %s' => '%s ha chiuso il compito %s',
'%s created a subtask for the task %s' => '%s ha creato un sotto-compito per il compito %s',
'%s updated a subtask for the task %s' => '%s ha aggiornato un sotto-compito per il compito %s',
'Assigned to %s with an estimate of %s/%sh' => 'Assegnato a %s con una stima di %s/%sh',
'Not assigned, estimate of %sh' => 'Non assegnato, stima %sh',
'%s updated a comment on the task %s' => '%s ha aggiornato un commento del compito %s',
'%s commented the task %s' => '%s ha commentato il compito %s',
'%s\'s activity' => 'Attività di %s',
'No activity.' => 'Nessuna attività.',
'RSS feed' => 'Feed RSS',
'%s updated a comment on the task #%d' => '%s ha aggiornato un commento del compito #%d',
'%s commented on the task #%d' => '%s ha commentato il compito #%d',
'%s updated a subtask for the task #%d' => '%s ha aggiornato un sotto-compito del compito #%d',
'%s created a subtask for the task #%d' => '%s ha creato un sotto-compito del compito #%d',
'%s updated the task #%d' => '%s ha aggiornato il compito #%d',
'%s created the task #%d' => '%s ha creato il compito #%d',
'%s closed the task #%d' => '%s ha chiuso il compito #%d',
'%s open the task #%d' => '%s ha aperto il compito #%d',
'%s moved the task #%d to the column "%s"' => '%s ha spostato il compito #%d nella colonna "%s"',
'%s moved the task #%d to the position %d in the column "%s"' => '%s ha spostato il compito #%d nella posizione %d della colonna "%s"',
'Activity' => 'Attività',
'Default values are "%s"' => 'Valori di default "%s"',
'Default columns for new projects (Comma-separated)' => 'Colonne di default per i nuovi progetti (Separati da virgola)',
'Task assignee change' => 'Cambiare l\'assegnatario del compito',
'%s change the assignee of the task #%d to %s' => '% dai l\'assegnazione del compito #%d a %s',
'%s changed the assignee of the task %s to %s' => '%s ha cambiato l\'assegnatario del compito %',
'Column Change' => 'Cambio di colonna',
'Position Change' => 'Posizione cambiata',
'Assignee Change' => 'Assegnatario cambiato',
'New password for the user "%s"' => 'Nuova password per l\'utente "%s"',
'Choose an event' => 'Scegli un evento',
'Github commit received' => 'Commit di Github ricevuto',
'Github issue opened' => 'Issue di Github ricevuto',
'Github issue closed' => 'Issue di Github chiusa',
'Github issue reopened' => 'Issue di Github riaperta',
'Github issue assignee change' => 'Assegnatario dell\'issue di Github cambiato',
'Github issue label change' => 'Etichetta dell\'issue di Github cambiata',
'Create a task from an external provider' => 'Crea un compito da un provider esterno',
'Change the assignee based on an external username' => 'Cambia l\'assegnatario basandosi su un username esterno',
'Change the category based on an external label' => 'Cambia la categoria basandosi su un\'etichetta esterna',
'Reference' => 'Referenza',
'Reference: %s' => 'Referenza :%s',
'Label' => 'Etichetta',
// 'Database' => '',
// 'About' => '',
// 'Database driver:' => '',
// 'Board settings' => '',
// 'URL and token' => '',
// 'Webhook settings' => '',
// 'URL for task creation:' => '',
// 'Reset token' => '',
// 'API endpoint:' => '',
// 'Refresh interval for private board' => '',
// 'Refresh interval for public board' => '',
// 'Task highlight period' => '',
// 'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => '',
// 'Frequency in second (60 seconds by default)' => '',
// 'Frequency in second (0 to disable this feature, 10 seconds by default)' => '',
// 'Application URL' => '',
// 'Example: http://example.kanboard.net/ (used by email notifications)' => '',
// 'Token regenerated.' => '',
// 'Date format' => '',
// 'ISO format is always accepted, example: "%s" and "%s"' => '',
// 'New private project' => '',
// 'This project is private' => '',
// 'Type here to create a new sub-task' => '',
// 'Add' => '',
// 'Estimated time: %s hours' => '',
// 'Time spent: %s hours' => '',
// 'Started on %B %e, %Y' => '',
// 'Start date' => '',
// 'Time estimated' => '',
// 'There is nothing assigned to you.' => '',
// 'My tasks' => '',
// 'Activity stream' => '',
// 'Dashboard' => '',
// 'Confirmation' => '',
// 'Allow everybody to access to this project' => '',
// 'Everybody have access to this project.' => '',
'About' => 'Info',
'Database driver:' => 'Driver per Database',
'Board settings' => 'Impostazioni bacheca',
'URL and token' => 'URL e token',
'Webhook settings' => 'Impostazione Webhook',
'URL for task creation:' => 'URL per la creazione dei compiti:',
'Reset token' => 'Rigenera il token',
'API endpoint:' => 'Endpoint dell\'API:',
'Refresh interval for private board' => 'Intervallo di refresh per le bacheche private',
'Refresh interval for public board' => 'Intervallo di refresh per le bacheche pubbliche',
'Task highlight period' => 'Periodo di evidenza per il compito',
'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Periodo (in secondi) per considerare un compito come modificato recentemente (0 per disabilitare, 2 giorni di default)',
'Frequency in second (60 seconds by default)' => 'Frequenza in secondi (60 secondi di default)',
'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Frequenza in secondi (0 secondi di default)',
'Application URL' => 'URL dell\'applicazione',
'Example: http://example.kanboard.net/ (used by email notifications)' => 'Esempio: http://example.kanboard.net/ (usato dalle notifiche email)',
'Token regenerated.' => 'Token rigenerato',
'Date format' => 'Formato data',
'ISO format is always accepted, example: "%s" and "%s"' => 'Il formato ISO è sempre accettato, esempio: "%s" e "%s"',
'New private project' => 'Nuovo progetto privato',
'This project is private' => 'Questo progetto è privato',
'Type here to create a new sub-task' => 'Scrivi qui per creare un sotto-compito',
'Add' => 'Aggiungi',
'Estimated time: %s hours' => 'Tempo stimato: %s ore',
'Time spent: %s hours' => 'Tempo trascorso: %s ore',
'Started on %B %e, %Y' => 'Avviato il %B %e, %Y',
'Start date' => 'Data di inizio',
'Time estimated' => 'Tempo stimato',
'There is nothing assigned to you.' => 'Non c\'è nulla assegnato a te.',
'My tasks' => 'I miei compiti',
'Activity stream' => 'Flusso di attività',
'Dashboard' => 'Bacheca',
'Confirmation' => 'Conferma',
'Allow everybody to access to this project' => 'Abilita tutti ad accedere a questo progetto',
'Everybody have access to this project.' => 'Tutti hanno accesso a questo progetto',
// 'Webhooks' => '',
// 'API' => '',
// 'Integration' => '',
// 'Github webhooks' => '',
// 'Help on Github webhooks' => '',
// 'Create a comment from an external provider' => '',
// 'Github issue comment created' => '',
// 'Configure' => '',
// 'Project management' => '',
// 'My projects' => '',
// 'Columns' => '',
// 'Task' => '',
// 'Your are not member of any project.' => '',
// 'Percentage' => '',
// 'Number of tasks' => '',
// 'Task distribution' => '',
// 'Reportings' => '',
// 'Task repartition for "%s"' => '',
'Integration' => 'Integrazione',
'Github webhooks' => 'Webhooks di Github',
'Help on Github webhooks' => 'Guida ai Webhooks di Github',
'Create a comment from an external provider' => 'Crea un commit da un provider esterno',
'Github issue comment created' => 'Commento ad un Issue di Github creato',
'Configure' => 'Configura',
'Project management' => 'Gestione del progetto',
'My projects' => 'I miei progetti',
'Columns' => 'Colonne',
'Task' => 'Compito',
'Your are not member of any project.' => 'Non sei membro di alcun progetto',
'Percentage' => 'Percentuale',
'Number of tasks' => 'Numero di compiti',
'Task distribution' => 'Distribuzione dei compiti',
'Reportings' => 'Rapporti',
'Task repartition for "%s"' => 'Ripartizione compiti per "%s"',
// 'Analytics' => '',
// 'Subtask' => '',
// 'My subtasks' => '',
// 'User repartition' => '',
// 'User repartition for "%s"' => '',
// 'Clone this project' => '',
// 'Column removed successfully.' => '',
// 'Edit Project' => '',
// 'Github Issue' => '',
// 'Not enough data to show the graph.' => '',
// 'Previous' => '',
// 'The id must be an integer' => '',
// 'The project id must be an integer' => '',
// 'The status must be an integer' => '',
// 'The subtask id is required' => '',
// 'The subtask id must be an integer' => '',
// 'The task id is required' => '',
// 'The task id must be an integer' => '',
// 'The user id must be an integer' => '',
// 'This value is required' => '',
// 'This value must be numeric' => '',
// 'Unable to create this task.' => '',
// 'Cumulative flow diagram' => '',
// 'Cumulative flow diagram for "%s"' => '',
// 'Daily project summary' => '',
// 'Daily project summary export' => '',
// 'Daily project summary export for "%s"' => '',
// 'Exports' => '',
// 'This export contains the number of tasks per column grouped per day.' => '',
// 'Nothing to preview...' => '',
// 'Preview' => '',
// 'Write' => '',
// 'Active swimlanes' => '',
// 'Add a new swimlane' => '',
// 'Change default swimlane' => '',
// 'Default swimlane' => '',
// 'Do you really want to remove this swimlane: "%s"?' => '',
// 'Inactive swimlanes' => '',
// 'Set project manager' => '',
// 'Set project member' => '',
// 'Remove a swimlane' => '',
// 'Rename' => '',
// 'Show default swimlane' => '',
// 'Swimlane modification for the project "%s"' => '',
// 'Swimlane not found.' => '',
// 'Swimlane removed successfully.' => '',
// 'Swimlanes' => '',
// 'Swimlane updated successfully.' => '',
// 'The default swimlane have been updated successfully.' => '',
// 'Unable to create your swimlane.' => '',
// 'Unable to remove this swimlane.' => '',
// 'Unable to update this swimlane.' => '',
// 'Your swimlane have been created successfully.' => '',
// 'Example: "Bug, Feature Request, Improvement"' => '',
// 'Default categories for new projects (Comma-separated)' => '',
// 'Gitlab commit received' => '',
// 'Gitlab issue opened' => '',
// 'Gitlab issue closed' => '',
// 'Gitlab webhooks' => '',
// 'Help on Gitlab webhooks' => '',
// 'Integrations' => '',
// 'Integration with third-party services' => '',
// 'Role for this project' => '',
// 'Project manager' => '',
// 'Project member' => '',
// 'A project manager can change the settings of the project and have more privileges than a standard user.' => '',
// 'Gitlab Issue' => '',
// 'Subtask Id' => '',
// 'Subtasks' => '',
// 'Subtasks Export' => '',
// 'Subtasks exportation for "%s"' => '',
// 'Task Title' => '',
// 'Untitled' => '',
// 'Application default' => '',
// 'Language:' => '',
// 'Timezone:' => '',
// 'All columns' => '',
// 'Calendar for "%s"' => '',
// 'Filter by column' => '',
// 'Filter by status' => '',
// 'Calendar' => '',
// 'Next' => '',
'Subtask' => 'Sotto-compiti',
'My subtasks' => 'I miei sotto-compiti',
'User repartition' => 'Ripartizione per utente',
'User repartition for "%s"' => 'Ripartizione utente per "%s"',
'Clone this project' => 'Clona questo progetto',
'Column removed successfully.' => 'Colonna rimossa con successo',
'Edit Project' => 'Modifica progetto',
'Github Issue' => 'Issue di Github',
'Not enough data to show the graph.' => 'Non ci sono abbastanza dati per visualizzare il grafico.',
'Previous' => 'Precendete',
'The id must be an integer' => 'L\'id deve essere un intero',
'The project id must be an integer' => 'L\'id del progetto deve essere un intero',
'The status must be an integer' => 'Lo status deve essere un intero',
'The subtask id is required' => 'L\'id del sotto-compito è necessario',
'The subtask id must be an integer' => 'L\'id del sotto-compito deve essere un intero',
'The task id is required' => 'Richiesto l\'id del compito',
'The task id must be an integer' => 'L\'id del compito deve essere un intero',
'The user id must be an integer' => 'L\'id dell\'utente deve essere un intero',
'This value is required' => 'Questo valore è necessario',
'This value must be numeric' => 'Questo valore deve essere numerico',
'Unable to create this task.' => 'Impossibile creare questo compito',
'Cumulative flow diagram' => 'Diagramma di flusso cumulativo',
'Cumulative flow diagram for "%s"' => 'Diagramma di flusso comulativo per "%s"',
'Daily project summary' => 'Sommario giornaliero del progetto',
'Daily project summary export' => 'Esportazione del sommario giornaliero del progetto',
'Daily project summary export for "%s"' => 'Esportazione del sommario giornaliero del progetto per "%s"',
'Exports' => 'Esporta',
'This export contains the number of tasks per column grouped per day.' => 'Questo export contiene il numero di compiti per colonna raggruppati per giorno',
'Nothing to preview...' => 'Nessuna anteprima...',
'Preview' => 'Anteprima',
'Write' => 'Scrivi',
'Active swimlanes' => 'Corsie attive',
'Add a new swimlane' => 'Aggiungi una corsia',
'Change default swimlane' => 'Cambia la corsia di default',
'Default swimlane' => 'Corsia di default',
'Do you really want to remove this swimlane: "%s"?' => 'Vuoi davvero rimuovere questa corsia: "%s"?',
'Inactive swimlanes' => 'Corsie inattive',
'Set project manager' => 'Imposta un manager del progetto',
'Set project member' => 'Imposta un membro del progetto',
'Remove a swimlane' => 'Rimuovi una corsia',
'Rename' => 'Rinomina',
'Show default swimlane' => 'Mostra le corsie di default',
'Swimlane modification for the project "%s"' => 'Modifica corsia per il progetto "%s"',
'Swimlane not found.' => 'Corsia non trovata',
'Swimlane removed successfully.' => 'Corsia rimossa con successo',
'Swimlanes' => 'Corsie',
'Swimlane updated successfully.' => 'Corsia aggiornata con successo',
'The default swimlane have been updated successfully.' => 'La corsia di default è stata aggiornata con successo.',
'Unable to create your swimlane.' => 'Impossibile creare la sua corsia.',
'Unable to remove this swimlane.' => 'Impossibile rimuovere questa corsia.',
'Unable to update this swimlane.' => 'Impossibile aggiornare questa corsia.',
'Your swimlane have been created successfully.' => 'La sua corsia è stata creata con successo',
'Example: "Bug, Feature Request, Improvement"' => 'Esempio: "Bug, Richiesta di Funzioni, Migliorie"',
'Default categories for new projects (Comma-separated)' => 'Categorie di default per i progetti (Separati da virgola)',
'Gitlab commit received' => 'Commit ricevuto da Gitlab',
'Gitlab issue opened' => 'Issue di Gitlab aperta',
'Gitlab issue closed' => 'Issue di Gitlab chiusa',
'Gitlab webhooks' => 'Webhooks di Gitlab',
'Help on Gitlab webhooks' => 'Guida ai Webhooks di Gitlab',
'Integrations' => 'Integrazioni',
'Integration with third-party services' => 'Integrazione con servizi di terze parti',
'Role for this project' => 'Ruolo per questo progetto',
'Project manager' => 'Manager del progetto',
'Project member' => 'Membro del progetto',
'A project manager can change the settings of the project and have more privileges than a standard user.' => 'Un manager del progetto può cambiare le impostazioni del progetto ed avere più privilegi di un utente standard.',
'Gitlab Issue' => 'Issue di Gitlab',
'Subtask Id' => 'Id del sotto-compito',
'Subtasks' => 'Sotto-compiti',
'Subtasks Export' => 'Esporta sotto-compiti',
'Subtasks exportation for "%s"' => 'Esportazione dei sotto-compiti per "%s"',
'Task Title' => 'Titolo del compito',
'Untitled' => 'Senza titolo',
'Application default' => 'Default dell\'applicazione',
'Language:' => 'Lingua',
'Timezone:' => 'Fuso Orario',
'All columns' => 'Tutte le colonne',
'Calendar for "%s"' => 'Calendario per "%s"',
'Filter by column' => 'Filtra per colonna',
'Filter by status' => 'Filtra per status',
'Calendar' => 'Calendario',
'Next' => 'Prossimo',
// '#%d' => '',
// 'Filter by color' => '',
// 'Filter by swimlane' => '',
// 'All swimlanes' => '',
// 'All colors' => '',
// 'All status' => '',
// 'Add a comment logging moving the task between columns' => '',
// 'Moved to column %s' => '',
// 'Change description' => '',
// 'User dashboard' => '',
// 'Allow only one subtask in progress at the same time for a user' => '',
// 'Edit column "%s"' => '',
// 'Enable time tracking for subtasks' => '',
// 'Select the new status of the subtask: "%s"' => '',
// 'Subtask timesheet' => '',
// 'There is nothing to show.' => '',
// 'Time Tracking' => '',
// 'You already have one subtask in progress' => '',
// 'Which parts of the project do you want to duplicate?' => '',
// 'Change dashboard view' => '',
// 'Show/hide activities' => '',
// 'Show/hide projects' => '',
// 'Show/hide subtasks' => '',
// 'Show/hide tasks' => '',
// 'Disable login form' => '',
// 'Show/hide calendar' => '',
// 'User calendar' => '',
// 'Bitbucket commit received' => '',
// 'Bitbucket webhooks' => '',
// 'Help on Bitbucket webhooks' => '',
// 'Start' => '',
// 'End' => '',
// 'Task age in days' => '',
// 'Days in this column' => '',
'Filter by color' => 'Filtra per colore',
'Filter by swimlane' => 'Filtra per corsia',
'All swimlanes' => 'Tutte le corsie',
'All colors' => 'Tutti i colori',
'All status' => 'Tutti gli stati',
'Add a comment logging moving the task between columns' => 'Aggiungi un commento per tracciare lo spostamento del compito tra colonne',
'Moved to column %s' => 'Spostato sulla colonna "%s"',
'Change description' => 'Cambia descrizione',
'User dashboard' => 'Bacheca utente',
'Allow only one subtask in progress at the same time for a user' => 'Permetti un solo sotto-compito in progresso per utente nello stesso tempo',
'Edit column "%s"' => 'Modifica la colonna "%s"',
'Enable time tracking for subtasks' => 'Abilita la gestione del tempo per i sotto-compiti',
'Select the new status of the subtask: "%s"' => 'Selziona il nuovo status per il sotto-compito: "%s"',
'Subtask timesheet' => 'Timesheet del sotto-compito',
'There is nothing to show.' => 'Nulla da mostrare.',
'Time Tracking' => 'Gestione del tempo',
'You already have one subtask in progress' => 'Hai già un sotto-compito in progresso',
'Which parts of the project do you want to duplicate?' => 'Quali parti del progetto vuoi duplicare?',
'Change dashboard view' => 'Cambia la vista della bacheca',
'Show/hide activities' => 'Mostra/nascondi attività',
'Show/hide projects' => 'Mostra/nascondi progetti',
'Show/hide subtasks' => 'Mostra/nascondi sotto-compiti',
'Show/hide tasks' => 'Mostra/nascondi compiti',
'Disable login form' => 'Disabilita form di login',
'Show/hide calendar' => 'Mostra/nascondi calendario',
'User calendar' => 'Calendario utente',
'Bitbucket commit received' => 'Commit ricevuto da Bitbucket',
'Bitbucket webhooks' => 'Webhooks di Bitbucket',
'Help on Bitbucket webhooks' => 'Guida ai Webhooks di Bitbucket',
'Start' => 'Inizio',
'End' => 'Fine',
'Task age in days' => 'Anzianità del compito in giorni',
'Days in this column' => 'Giorni in questa colonna',
// '%dd' => '',
// 'Add a link' => '',
// 'Add a new link' => '',
// 'Do you really want to remove this link: "%s"?' => '',
// 'Do you really want to remove this link with task #%d?' => '',
// 'Field required' => '',
// 'Link added successfully.' => '',
// 'Link updated successfully.' => '',
// 'Link removed successfully.' => '',
// 'Link labels' => '',
// 'Link modification' => '',
// 'Links' => '',
// 'Link settings' => '',
'Add a link' => 'Aggiungi un link',
'Add a new link' => 'Aggiungi un nuovo link',
'Do you really want to remove this link: "%s"?' => 'Vuoi davvero rimuovere questo link: "%s"?',
'Do you really want to remove this link with task #%d?' => 'Vuoi davvero rimuovere questo link dal compito #%d?',
'Field required' => 'Campo necessario',
'Link added successfully.' => 'Link aggiunto con successo.',
'Link updated successfully.' => 'Linka aggiornato con successo.',
'Link removed successfully.' => 'Link rimosso con successo.',
'Link labels' => 'Etichette dei link',
'Link modification' => 'Modifica link',
'Links' => 'Link',
'Link settings' => 'Impostazioni link',
// 'Opposite label' => '',
// 'Remove a link' => '',
// 'Task\'s links' => '',
// 'The labels must be different' => '',
// 'There is no link.' => '',
// 'This label must be unique' => '',
// 'Unable to create your link.' => '',
// 'Unable to update your link.' => '',
// 'Unable to remove this link.' => '',
// 'relates to' => '',
// 'blocks' => '',
// 'is blocked by' => '',
// 'duplicates' => '',
// 'is duplicated by' => '',
// 'is a child of' => '',
// 'is a parent of' => '',
// 'targets milestone' => '',
// 'is a milestone of' => '',
// 'fixes' => '',
// 'is fixed by' => '',
// 'This task' => '',
'Remove a link' => 'Rimuovi un link',
'Task\'s links' => 'Link del compito',
'The labels must be different' => 'Le etichette devono essere diverse',
'There is no link.' => 'Non c\'è alcun link',
'This label must be unique' => 'Questa etichetta deve essere unica',
'Unable to create your link.' => 'Impossibile creare il suo link.',
'Unable to update your link.' => 'Impossibile aggiornare il suo link.',
'Unable to remove this link.' => 'Impossibile rimuovere il suo link.',
'relates to' => 'si riferisce a',
'blocks' => 'blocca',
'is blocked by' => 'è bloccato da',
'duplicates' => 'duplica',
'is duplicated by' => 'è duplicato da',
'is a child of' => 'è un figlio di',
'is a parent of' => 'è un genitore di',
'targets milestone' => 'punta alla milestone',
'is a milestone of' => 'è una milestone di',
'fixes' => 'sistema',
'is fixed by' => 'è sistemato da',
'This task' => 'Questo compito',
// '<1h' => '',
// '%dh' => '',
// '%b %e' => '',
// 'Expand tasks' => '',
// 'Collapse tasks' => '',
// 'Expand/collapse tasks' => '',
// 'Close dialog box' => '',
// 'Submit a form' => '',
// 'Board view' => '',
// 'Keyboard shortcuts' => '',
// 'Open board switcher' => '',
// 'Application' => '',
// 'Filter recently updated' => '',
// 'since %B %e, %Y at %k:%M %p' => '',
// 'More filters' => '',
// 'Compact view' => '',
// 'Horizontal scrolling' => '',
// 'Compact/wide view' => '',
// 'No results match:' => '',
// 'Remove hourly rate' => '',
// 'Do you really want to remove this hourly rate?' => '',
// 'Hourly rates' => '',
// 'Hourly rate' => '',
// 'Currency' => '',
// 'Effective date' => '',
// 'Add new rate' => '',
// 'Rate removed successfully.' => '',
// 'Unable to remove this rate.' => '',
// 'Unable to save the hourly rate.' => '',
// 'Hourly rate created successfully.' => '',
// 'Start time' => '',
// 'End time' => '',
// 'Comment' => '',
// 'All day' => '',
// 'Day' => '',
// 'Manage timetable' => '',
// 'Overtime timetable' => '',
// 'Time off timetable' => '',
// 'Timetable' => '',
// 'Work timetable' => '',
// 'Week timetable' => '',
// 'Day timetable' => '',
// 'From' => '',
// 'To' => '',
// 'Time slot created successfully.' => '',
// 'Unable to save this time slot.' => '',
// 'Time slot removed successfully.' => '',
// 'Unable to remove this time slot.' => '',
// 'Do you really want to remove this time slot?' => '',
// 'Remove time slot' => '',
// 'Add new time slot' => '',
// 'This timetable is used when the checkbox "all day" is checked for scheduled time off and overtime.' => '',
'Expand tasks' => 'Espandi i compiti',
'Collapse tasks' => 'Minimizza i compiti',
'Expand/collapse tasks' => 'Espandi/Minimizza compiti',
'Close dialog box' => 'Chiudi dialog box',
'Submit a form' => 'Invia i dati',
'Board view' => 'Vista bacheca',
'Keyboard shortcuts' => 'Scorciatoie da tastiera',
'Open board switcher' => 'Apri il selezionatore di bacheche',
'Application' => 'Applicazione',
'Filter recently updated' => 'Filtri recentemente aggiornati',
'since %B %e, %Y at %k:%M %p' => 'dal %B %e, %Y alle %k:%M %p',
'More filters' => 'Più filtri',
'Compact view' => 'Vista compatta',
'Horizontal scrolling' => 'Scrolling orizzontale',
'Compact/wide view' => 'Vista compatta/estesa',
'No results match:' => 'Nessun risultato trovato:',
'Remove hourly rate' => 'Rimuovi tariffa oraria',
'Do you really want to remove this hourly rate?' => 'Vuoi davvero rimuovere questa tariffa oraria?',
'Hourly rates' => 'Tariffe orarie',
'Hourly rate' => 'Tariffa oraria',
'Currency' => 'Valuta',
'Effective date' => 'Data effettiva',
'Add new rate' => 'Aggiungi una nuova tariffa',
'Rate removed successfully.' => 'Tariffa rimossa con successo.',
'Unable to remove this rate.' => 'Impossibile rimuovere questa tariffa.',
'Unable to save the hourly rate.' => 'Impossibile salvare la tariffa oraria.',
'Hourly rate created successfully.' => 'Tariffa oraria creata con successo.',
'Start time' => 'Data di inizio',
'End time' => 'Data di completamento',
'Comment' => 'Commento',
'All day' => 'Tutto il giorno',
'Day' => 'Giorno',
'Manage timetable' => 'Gestisci orario',
'Overtime timetable' => 'Straordinari',
'Time off timetable' => 'Fuori orario',
'Timetable' => 'Orario',
'Work timetable' => 'Orario di lavoro',
'Week timetable' => 'Orario settimanale',
'Day timetable' => 'Orario giornaliero',
'From' => 'Da',
'To' => 'A',
'Time slot created successfully.' => 'Fascia oraria creata con successo.',
'Unable to save this time slot.' => 'Impossibile creare questa fascia oraria.',
'Time slot removed successfully.' => 'Fascia oraria rimossa con successo.',
'Unable to remove this time slot.' => 'Impossibile rimuovere questa fascia oraria.',
'Do you really want to remove this time slot?' => 'Vuoi davvero rimuovere questa fascia oraria?',
'Remove time slot' => 'Rimuovi fascia oraria',
'Add new time slot' => 'Aggiungi nuova fascia oraria',
'This timetable is used when the checkbox "all day" is checked for scheduled time off and overtime.' => 'Questo orario è utilizzato quando la casella "tutto il giorno" è selezionata per i fuori orari e per gli straordinari',
// 'Files' => '',
// 'Images' => '',
// 'Private project' => '',
// 'Amount' => '',
// 'AUD - Australian Dollar' => '',
// 'Budget' => '',
// 'Budget line' => '',
// 'Budget line removed successfully.' => '',
// 'Budget lines' => '',
// 'CAD - Canadian Dollar' => '',
// 'CHF - Swiss Francs' => '',
// 'Cost' => '',
// 'Cost breakdown' => '',
// 'Custom Stylesheet' => '',
'Images' => 'Immagini',
'Private project' => 'Progetto privato',
'Amount' => 'Totale',
'AUD - Australian Dollar' => 'AUD - Dollari Australiani',
'Budget' => 'Bilancio',
'Budget line' => 'Limite di bilancio',
'Budget line removed successfully.' => 'Limite al bilancio rimosso con successo.',
'Budget lines' => 'Limiti al bilancio',
'CAD - Canadian Dollar' => 'CAD - Dollari Canadesi',
'CHF - Swiss Francs' => 'CHF - Franchi Svizzeri',
'Cost' => 'Costi',
'Cost breakdown' => 'Abbattimento dei costi',
'Custom Stylesheet' => 'CSS personalizzato',
// 'download' => '',
// 'Do you really want to remove this budget line?' => '',
'Do you really want to remove this budget line?' => 'Vuoi davvero rimuovere questo limite al bilancio?',
// 'EUR - Euro' => '',
// 'Expenses' => '',
// 'GBP - British Pound' => '',
// 'INR - Indian Rupee' => '',
// 'JPY - Japanese Yen' => '',
// 'New budget line' => '',
// 'NZD - New Zealand Dollar' => '',
// 'Remove a budget line' => '',
// 'Remove budget line' => '',
// 'RSD - Serbian dinar' => '',
// 'The budget line have been created successfully.' => '',
// 'Unable to create the budget line.' => '',
// 'Unable to remove this budget line.' => '',
// 'USD - US Dollar' => '',
// 'Remaining' => '',
// 'Destination column' => '',
// 'Move the task to another column when assigned to a user' => '',
// 'Move the task to another column when assignee is cleared' => '',
// 'Source column' => '',
// 'Show subtask estimates in the user calendar' => '',
// 'Transitions' => '',
// 'Executer' => '',
// 'Time spent in the column' => '',
// 'Task transitions' => '',
// 'Task transitions export' => '',
// 'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => '',
// 'Currency rates' => '',
// 'Rate' => '',
// 'Change reference currency' => '',
// 'Add a new currency rate' => '',
// 'Currency rates are used to calculate project budget.' => '',
// 'Reference currency' => '',
// 'The currency rate have been added successfully.' => '',
// 'Unable to add this currency rate.' => '',
// 'Send notifications to a Slack channel' => '',
// 'Webhook URL' => '',
// 'Help on Slack integration' => '',
// '%s remove the assignee of the task %s' => '',
// 'Send notifications to Hipchat' => '',
// 'API URL' => '',
// 'Room API ID or name' => '',
// 'Room notification token' => '',
// 'Help on Hipchat integration' => '',
// 'Enable Gravatar images' => '',
// 'Information' => '',
// 'Check two factor authentication code' => '',
// 'The two factor authentication code is not valid.' => '',
// 'The two factor authentication code is valid.' => '',
// 'Code' => '',
// 'Two factor authentication' => '',
// 'Enable/disable two factor authentication' => '',
// 'This QR code contains the key URI: ' => '',
// 'Save the secret key in your TOTP software (by example Google Authenticator or FreeOTP).' => '',
// 'Check my code' => '',
// 'Secret key: ' => '',
// 'Test your device' => '',
// 'Assign a color when the task is moved to a specific column' => '',
'Expenses' => 'Spese',
'GBP - British Pound' => 'GBP - Pound Inglesi',
'INR - Indian Rupee' => 'INR - Rupie Indiani',
'JPY - Japanese Yen' => 'JPY - Yen Giapponesi',
'New budget line' => 'Nuovo limite al bilancio',
'NZD - New Zealand Dollar' => 'NZD - Dollari della Nuova Zelanda',
'Remove a budget line' => 'Rimuovi un limite al bilancio',
'Remove budget line' => 'Rimuovi limite di bilancio',
'RSD - Serbian dinar' => 'RSD - Dinar Serbi',
'The budget line have been created successfully.' => 'Il limite al bilancio è stato creato correttamente',
'Unable to create the budget line.' => 'Impossibile creare il limite al bilancio',
'Unable to remove this budget line.' => 'Impossibile rimuovere questo limite al bilancio.',
'USD - US Dollar' => 'USD - Dollari Americani',
'Remaining' => 'Restanti',
'Destination column' => 'Colonna destinazione',
'Move the task to another column when assigned to a user' => 'Sposta il compito in un\'altra colonna quando viene assegnato ad un utente',
'Move the task to another column when assignee is cleared' => 'Sposta il compito in un\'altra colonna quando l\'assegnatario cancellato',
'Source column' => 'Colonna sorgente',
'Show subtask estimates in the user calendar' => 'Mostra le stime dei sotto-compiti nel calendario utente',
'Transitions' => 'Transizioni',
'Executer' => 'Esecutore',
'Time spent in the column' => 'Tempo trascorso nella colonna',
'Task transitions' => 'Transizioni del compito',
'Task transitions export' => 'Esporta le transizioni del compito',
'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => 'Questo report contiene tutti i movimenti di colonna per ogni compito con le date, l\'utente ed il tempo trascorso per ogni transizione',
'Currency rates' => 'Tassi di cambio',
'Rate' => 'Cambio',
'Change reference currency' => 'Cambia la valuta di riferimento',
'Add a new currency rate' => 'Aggiungi un nuovo tasso di cambio',
'Currency rates are used to calculate project budget.' => 'I tassi di cambio sono utilizzati per calcolare i bilanci dei progetti',
'Reference currency' => 'Valuta di riferimento',
'The currency rate have been added successfully.' => 'Il tasso di cambio è stato aggiunto con successo.',
'Unable to add this currency rate.' => 'Impossibile aggiungere questo tasso di cambio.',
'Send notifications to a Slack channel' => 'Invia notifiche al canale Slack',
'Webhook URL' => 'URL Webhook',
'Help on Slack integration' => 'Guida all\'integrazione con Slack',
'%s remove the assignee of the task %s' => '%s rimuove l\'assegnatario del compito %s',
'Send notifications to Hipchat' => 'Invia notifiche a Hipchat',
'API URL' => 'URL API',
'Room API ID or name' => 'Nome o ID API della Room',
'Room notification token' => 'Token per le notifiche della Room',
'Help on Hipchat integration' => 'Guida all\'integrazione di Hipchat',
'Enable Gravatar images' => 'Abilita immagini Gravatar',
'Information' => 'Informazioni',
'Check two factor authentication code' => 'Controlla il codice di autenticazione a due fattori',
'The two factor authentication code is not valid.' => 'Il codice di autenticazione a due fattori non è valido',
'The two factor authentication code is valid.' => 'Il codice di autenticazione a due fattori è valido',
'Code' => 'Codice',
'Two factor authentication' => 'Autenticazione a due fattori',
'Enable/disable two factor authentication' => 'Abilita/disabilita autenticazione a due fattori',
'This QR code contains the key URI: ' => 'Questo QR code contiene l\'URI: ',
'Save the secret key in your TOTP software (by example Google Authenticator or FreeOTP).' => 'Salva la chiave privata nel tuo software TOTP (per esempio Google Authenticator oppure FreeOTP).',
'Check my code' => 'Controlla il mio codice',
'Secret key: ' => 'Chiave privata:',
'Test your device' => 'Testa il tuo dispositivo',
'Assign a color when the task is moved to a specific column' => 'Assegna un colore quando il compito viene spostato in una colonna specifica',
// '%s via Kanboard' => '',
// 'uploaded by: %s' => '',
// 'uploaded on: %s' => '',