mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
N°7247 - Update italian translations thanks to @DarkNight97boss (#594)
* Improved IT Translation 🌐 I proceeded to improve the Italian translation of iTop. Currently some files, despite having the Italian classification, are not Italian. * Update it.dict.authent-ldap.php * Update it.dict.itop-config.php * Update it.dict.itop-tickets.php * Update it.dict.itop-faq-light.php * Update it.dict.itop-bridge-cmdb-ticket.php * Update it.dict.itop-portal-base.php * Update it.dict.combodo-db-tools.php * Update it.dict.itop-oauth-client.php * Update it.dict.itop-files-information.php * Update it.dict.itop-service-mgmt.php * Update it.dict.itop-change-mgmt-itil.php * Update it.dict.itop-backup.php * Update it.dict.itop-core-update.php * Update it.dict.authent-local.php * Update it.dict.itop-request-mgmt-itil.php * Update it.dict.itop-attachments.php * Update it.dict.itop-hub-connector.php * Update it.dict.itop-bridge-cmdb-services.php * Update it.dict.authent-cas.php * Update it.dict.itop-change-mgmt.php * Update it.dict.itop-config-mgmt.php * Update it.dict.itop-request-mgmt.php * Update it.dict.itop-service-mgmt-provider.php * Update it.dict.combodo-backoffice-darkmoon-theme.php * Update it.dictionary.itop.core.php * Update it.dictionary.itop.ui.php * Update it.dictionary.itop.object.php * Update it.dictionary.itop.bulk.php * Update it.dictionary.itop.page-content.php * Update en.dictionary.itop.object.php * Update it.dictionary.itop.preferences.php * Update it.dictionary.itop.orm-document.php * Update it.dictionary.itop.display-block.php * Update it.dictionary.itop.modal.php * Update it.dictionary.itop.errorpage.php * Update it.dictionary.itop.breadcrumbs.php * Update it.dictionary.itop.tab-container.php * Update it.dictionary.itop.quick-create.php * Update it.dictionary.itop.activity-panel.php * Update it.dictionary.itop.object-details.php * Update it.dictionary.itop.global-search.php * Update it.dictionary.itop.navigation-menu.php * Update it.dictionary.itop.ui-content-block.php * Update it.dictionary.itop.links.php * Update it.dictionary.itop.datatable.php * Update it.dictionary.itop.input.php * Update it.dictionary.itop.field.php * Update it.dictionary.itop.uniqueness-rule.php * Update en.dictionary.itop.object.php - reverting revert bad changes for mistake * Apply suggestions from code review * Remove trailing ~~ from translated entries * Restore deleted entries --------- Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
This commit is contained in:
@@ -25,7 +25,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Page:GoPreviousPage' => 'Pagina precedente',
|
||||
'Page:ReloadPage' => 'Ricaricare pagina',
|
||||
'Portal:Button:Submit' => 'Invia',
|
||||
'Portal:Button:Apply' => 'Aggiorna',
|
||||
'Portal:Button:Apply' => 'Invia',
|
||||
'Portal:Button:Cancel' => 'Cancella',
|
||||
'Portal:Button:Close' => 'Chiudi',
|
||||
'Portal:Button:Add' => 'Aggiungi',
|
||||
@@ -35,10 +35,10 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Portal:EnvironmentBanner:GoToProduction' => 'Ritorna alla modalità Produzione',
|
||||
'Error:HTTP:400' => 'Bad request~~',
|
||||
'Error:HTTP:401' => 'Autenticazione',
|
||||
'Error:HTTP:404' => 'La Pagina non funziona',
|
||||
'Error:HTTP:404' => 'La Pagina non è stata trovata',
|
||||
'Error:HTTP:500' => 'Oops, si è presentato un errore',
|
||||
'Error:HTTP:GetHelp' => 'Contattate il suovstro $1$s amministratore se il problema persiste',
|
||||
'Error:XHR:Fail' => 'Non è possibile caricare i dati , cotattate il vostro %1$s amministratore',
|
||||
'Error:HTTP:GetHelp' => 'Contattate il referente iTop se il problema persiste',
|
||||
'Error:XHR:Fail' => 'Non è possibile caricare i dati , cotattate il referente iTop',
|
||||
'Portal:ErrorUserLoggedOut' => 'Sei disconnesso, bisogna effettuare un nuovo accesso per continuare',
|
||||
'Portal:Datatables:Language:Processing' => 'Attendere…',
|
||||
'Portal:Datatables:Language:Search' => 'Filtrare:',
|
||||
@@ -55,10 +55,10 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Portal:Datatables:Language:Paginate:Last' => 'Ultimo',
|
||||
'Portal:Datatables:Language:Sort:Ascending' => 'Attiva per crescente',
|
||||
'Portal:Datatables:Language:Sort:Descending' => 'Attiva de decrescente',
|
||||
'Portal:Autocomplete:NoResult' => 'No data',
|
||||
'Portal:Autocomplete:NoResult' => 'Nessun Risultato',
|
||||
'Portal:Attachments:DropZone:Message' => 'Trascina il tuo file per aggiungerlo tra gli allegati',
|
||||
'Portal:File:None' => 'No File',
|
||||
'Portal:File:DisplayInfo' => '<a href="%2$s" class="file_download_link">%1$s</a>~~',
|
||||
'Portal:File:None' => 'Nessun File',
|
||||
'Portal:File:DisplayInfo' => '<a href="%2$s" class="file_download_link">%1$s</a>',
|
||||
'Portal:File:DisplayInfo+' => '%1$s (%2$s) <a href="%3$s" class="file_open_link" target="_blank">Open</a> / <a href="%4$s" class="file_download_link">Download</a>~~',
|
||||
'Portal:Calendar-FirstDayOfWeek' => 'it', //work with moment.js locales
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user