Update IT_it/translations.php
This commit is contained in:
parent
5e7a812933
commit
8dfa50a9c9
|
|
@ -1160,46 +1160,46 @@ return array(
|
|||
'Projects where "%s" is member' => 'Progetti all\'interno dei quali "%s" è membro',
|
||||
'Open tasks assigned to "%s"' => 'Task aperti assegnati a "%s"',
|
||||
'Closed tasks assigned to "%s"' => 'Task chiusi assegnati a "%s"',
|
||||
// 'Assign automatically a color based on a priority' => '',
|
||||
// 'Overdue tasks for the project(s) "%s"' => '',
|
||||
// 'Upload files' => '',
|
||||
// 'Installed Plugins' => '',
|
||||
// 'Plugin Directory' => '',
|
||||
// 'Plugin installed successfully.' => '',
|
||||
// 'Plugin updated successfully.' => '',
|
||||
// 'Plugin removed successfully.' => '',
|
||||
// 'Subtask converted to task successfully.' => '',
|
||||
// 'Unable to convert the subtask.' => '',
|
||||
// 'Unable to extract plugin archive.' => '',
|
||||
// 'Plugin not found.' => '',
|
||||
// 'You don\'t have the permission to remove this plugin.' => '',
|
||||
// 'Unable to download plugin archive.' => '',
|
||||
// 'Unable to write temporary file for plugin.' => '',
|
||||
// 'Unable to open plugin archive.' => '',
|
||||
// 'There is no file in the plugin archive.' => '',
|
||||
// 'Create tasks in bulk' => '',
|
||||
// 'Your Kanboard instance is not configured to install plugins from the user interface.' => '',
|
||||
// 'There is no plugin available.' => '',
|
||||
// 'Install' => '',
|
||||
// 'Update' => '',
|
||||
// 'Up to date' => '',
|
||||
// 'Not available' => '',
|
||||
// 'Remove plugin' => '',
|
||||
// 'Do you really want to remove this plugin: "%s"?' => '',
|
||||
// 'Uninstall' => '',
|
||||
// 'Listing' => '',
|
||||
// 'Metadata' => '',
|
||||
// 'Manage projects' => '',
|
||||
// 'Convert to task' => '',
|
||||
// 'Convert sub-task to task' => '',
|
||||
// 'Do you really want to convert this sub-task to a task?' => '',
|
||||
// 'My task title' => '',
|
||||
// 'Enter one task by line.' => '',
|
||||
// 'Number of failed login:' => '',
|
||||
// 'Account locked until:' => '',
|
||||
// 'Email settings' => '',
|
||||
// 'Email sender address' => '',
|
||||
// 'Email transport' => '',
|
||||
'Assign automatically a color based on a priority' => 'Assegna automaticamente un colore in base alla priorità',
|
||||
'Overdue tasks for the project(s) "%s"' => 'Task scaduti per il progetto "%s"',
|
||||
'Upload files' => 'Carica file',
|
||||
'Installed Plugins' => 'Plugin installati',
|
||||
'Plugin Directory' => 'Directory dei plugin',
|
||||
'Plugin installed successfully.' => 'Plugin installato con successo.',
|
||||
'Plugin updated successfully.' => 'Plugin aggiornato con successo.',
|
||||
'Plugin removed successfully.' => 'Plugin rimosso con successo.',
|
||||
'Subtask converted to task successfully.' => 'Sotto-task converito in task con successo.',
|
||||
'Unable to convert the subtask.' => 'Impossibile convertire il sotto-task.',
|
||||
'Unable to extract plugin archive.' => 'Impossibile estrarre l\' archivio del plugin.',
|
||||
'Plugin not found.' => 'Plugin non trovato.',
|
||||
'You don\'t have the permission to remove this plugin.' => 'Non hai i permessi per rimuovere questo plugin.',
|
||||
'Unable to download plugin archive.' => 'Impossibile scaricare l\'archivo del plugin',
|
||||
'Unable to write temporary file for plugin.' => 'Impossibile scrivere il file temporaneo per il plugin.',
|
||||
'Unable to open plugin archive.' => 'Impossibile aprire l\'archivio del plugin.',
|
||||
'There is no file in the plugin archive.' => 'N',
|
||||
'Create tasks in bulk' => 'Creazione massiva di task',
|
||||
'Your Kanboard instance is not configured to install plugins from the user interface.' => 'La tua installazione Kanboard non è configurata per installare plugin tramite l\'interfaccia utente.',
|
||||
'There is no plugin available.' => 'Non ci sono plugin disponibili.',
|
||||
'Install' => 'Installa',
|
||||
'Update' => 'Aggiorna',
|
||||
'Up to date' => 'Aggiornato',
|
||||
'Not available' => 'Non disponibile',
|
||||
'Remove plugin' => 'Disinstalla plugin',
|
||||
'Do you really want to remove this plugin: "%s"?' => 'Vuoi davvero rimuovere questo plugin: "%s"?',
|
||||
'Uninstall' => 'Disinstalla',
|
||||
'Listing' => 'Elenco',
|
||||
'Metadata' => 'Metadati',
|
||||
'Manage projects' => 'Gestione progetti',
|
||||
'Convert to task' => 'Converti in task',
|
||||
'Convert sub-task to task' => 'Converti il sotto-task in task',
|
||||
'Do you really want to convert this sub-task to a task?' => 'Vuoi davvero convertire questo sotto-task in un task?',
|
||||
'My task title' => 'Titolo del mio task',
|
||||
'Enter one task by line.' => 'Inserisci un task per ',
|
||||
'Number of failed login:' => 'Numero di login falliti:',
|
||||
'Account locked until:' => 'Account bloccato fino al:',
|
||||
'Email settings' => 'Impostazioni Email',
|
||||
'Email sender address' => 'Indirizzo Email mittente',
|
||||
'Email transport' => 'Trasporto Email',
|
||||
// 'Webhook token' => '',
|
||||
// 'Imports' => '',
|
||||
'Imports' => 'Importa',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue