-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from MarioVillani/main
Fix Timezone/Added Italian Language
- Loading branch information
Showing
2 changed files
with
46 additions
and
1 deletion.
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
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,45 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Backup Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| The following language lines are used by the backup system. | ||
| You are free to change them to anything you want to customize your views to better match your application. | ||
| | ||
*/ | ||
|
||
'backup' => 'Backup', | ||
'backups' => 'Backups', | ||
'create_a_new_backup' => 'Crea un nuovo backup', | ||
'existing_backups' => 'Backups esistenti', | ||
'date' => 'Data', | ||
'file_size' => 'Dimensione file', | ||
'actions' => 'Azioni', | ||
'download' => 'Download', | ||
'delete' => 'Elimina', | ||
'delete_confirm' => 'Sei sicuro di voler eliminare questo file di backup?', | ||
'delete_confirmation_title' => 'Fatto', | ||
'delete_confirmation_message' => 'Il file di backup è stato eliminato.', | ||
'delete_error_title' => 'Errore', | ||
'delete_error_message' => 'Il file di backup NON è stato eliminato.', | ||
'delete_cancel_title' => 'Tutto a posto', | ||
'delete_cancel_message' => 'Il file di backup NON è stato eliminato.', | ||
'create_confirmation_title' => 'Processo di backup avviato.', | ||
'create_error_title' => 'Errore backup', | ||
'create_error_message' => 'Non è stato possibile creare il file di backup.', | ||
'create_warning_title' => 'Errore sconosciuto', | ||
'create_warning_message' => 'Il backup potrebbe NON essere stato creato. Per favore controlla i log file per dettagli.', | ||
'location' => 'Posizione', | ||
'no_disks_configured' => 'Nessun disco per il backup configurato in config/backup.php', | ||
'backup_doesnt_exist' => 'Il file di backup non esiste.', | ||
'only_local_downloads_supported' => 'Sono supportati solo i download dal file system locale.', | ||
'unknown_disk' => 'Disco sconosciuto.', | ||
'create_started_message' => 'Per favore attendi alcuni minuti per il completamento.', | ||
'create_completed_title' => 'Il backup è completato.', | ||
'download_confirmation_title' => 'Processo di download avviato.', | ||
'download_error_title' => 'Errore download', | ||
]; |