Skip to content

Commit

Permalink
Added Italian translation (lonnieezell#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
tudo75 authored Mar 31, 2024
1 parent 16d55b0 commit 91dd6ff
Show file tree
Hide file tree
Showing 8 changed files with 169 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Consent/Language/it/Consent.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

/**
* This file is part of Bonfire.
*
* (c) Lonnie Ezell <lonnieje@gmail.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

return [
'consentModTitle' => 'Consenso',
];
14 changes: 14 additions & 0 deletions src/Email/Language/it/Email.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

/**
* This file is part of Bonfire.
*
* (c) Lonnie Ezell <lonnieje@gmail.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

return [
'emailModTitle' => 'Email',
];
14 changes: 14 additions & 0 deletions src/Groups/Language/it/Groups.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

/**
* This file is part of Bonfire.
*
* (c) Lonnie Ezell <lonnieje@gmail.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

return [
'groupsModTitle' => 'Ruoli',
];
62 changes: 62 additions & 0 deletions src/Language/it/Bonfire.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<?php

/**
* This file is part of Bonfire.
*
* (c) Lonnie Ezell <lonnieje@gmail.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

return [
'resourceNotFound' => '{0} non trovato.',
'resourceSaved' => '{0} salvato.',
'resourcesSaved' => '{0} salvati.',
'resourceDeleted' => '{0} eliminato.',
'resourcesDeleted' => '{0} eliminati.',
'resourceRestored' => '{0} ripristinato.',
'unknownSaveError' => 'Errore sconosciuto durante il slavataggio di {0}.',
'unknownError' => 'Errore sconosciuto.',
'resourcesNotSelected' => 'Nessun {0} selezionato.',

'deleteResource' => 'Eliminare questo {0}?',
'delete' => 'Elimina',
'edit' => 'Modifica',

'notAuthorized' => 'Non hai i permessi per accedere.',
'unknownAction' => 'L\'azione da te richiesta non è stata riconosciuta.',
'magicLinkInfo' => 'Ti sarà inviata un email con un link per effettuare l\'accesso.',

'lastModified' => 'Ultima modifica',
'fileSize' => 'Dimensione del file',

//collections:
'contentModTitle' => 'Contenuto',
'settingsModTitle' => 'Impostazioni',
'toolsModTitle' => 'Strumenti',
'generalModTitle' => 'Generali',

//theme:
'filter' => 'Filtro',
'dashboard' => 'Dashboard',
'searchResults' => 'Risultati della ricerca',
'nothingFound' => 'Nessun risultato per i tuoi criteri di ricerca. Rivedi i criteri di ricerca e riprova.',
'seeAll' => 'Visualizza tutto',
'search' => 'Cerca',
'myAccount' => 'Il mio profilo',
'signOut' => 'Esci',
'offlineNotice' => 'Il sito è attualmente non in linea. Attivalo.',
'here' => 'qui',
'collapseSidebar' => 'Minimizza la barra laterale',

// Dashboard:
'quickLinks' => 'Collegamenti veloci',

//users module Search template:
'email' => 'Email',
'username' => 'nome utente',
'groups' => 'Ruoli',
'lastActive' => 'Ultima attività',

];
14 changes: 14 additions & 0 deletions src/Recycler/Language/it/Recycler.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

return [
//controller
'recyclerModTitle' => 'Cestino',
'resourceType' => 'tipo di risorsa',
//view
'notFound' => '{0} non trovato.',
'restoreMsgTitle' => 'Ripristina',
'restoreMsgContent' => 'Ripristinare questa voce?',
'purgeMsgTitle' => 'Elimina definitivamente',
'purgeMsgContent' => 'Eliminare definitivamente questa voce?',
'resultLabel' => '{0} risulato(i)',
];
30 changes: 30 additions & 0 deletions src/Tools/Language/it/Tools.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?php

/**
* This file is part of Bonfire.
*
* (c) Lonnie Ezell <lonnieje@gmail.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

return [
'systemInfoModTitle' => 'Informazioni di sistema',
'logsModTitle' => 'Registri',
'log' => 'Registro',
'empty' => 'Nessun registro trovato.',
'level' => 'Livello',
'date' => 'Data',
'file' => 'Nome del file',
'content' => 'Contenuto',
'deleteFile' => 'Elimina il file di registro',
'deleteSelected' => 'Elimina la selezione',
'deleteAll' => 'Elimina tutti i registri',
'deleteConfirm' => 'Sei sicuro di voler eliminare il file corrente?',
'deleteSelectedConfirm' => 'Sei sicuro di voler eliminare tutti i file selezionati?',
'deleteAllConfirm' => 'Sei sicuro di voler eliminare tutti i file di registro?',
'deleteSuccess' => 'File eliminati con successo.',
'deleteAllSuccess' => 'Tutti i file sono stati eliminati con successo.',
'deleteError' => 'Impossibile eseguire l\'eliminazione.',
];
6 changes: 6 additions & 0 deletions src/Users/Language/it/Users.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
'usersModTitle' => 'Utenti',

];
15 changes: 15 additions & 0 deletions src/Widgets/Language/it/Widgets.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

/**
* This file is part of Bonfire.
*
* (c) Lonnie Ezell <lonnieje@gmail.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

return [
'widgetsModTitle' => 'Widgets',
'viewDetail' => 'Visualizza dettaglio',
];

0 comments on commit 91dd6ff

Please sign in to comment.