forked from lonnieezell/Bonfire2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Italian translation (lonnieezell#462)
- Loading branch information
Showing
8 changed files
with
169 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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à', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'usersModTitle' => 'Utenti', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
]; |