-
-
Notifications
You must be signed in to change notification settings - Fork 43
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, fixed delete action color and modal icon (#82
) * Added Italian translation * Fixed delete action color and modal icon Fixed delete action color and modal icon * Update README.md
- Loading branch information
1 parent
f18521a
commit 475b674
Showing
3 changed files
with
76 additions
and
4 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
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,70 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'components' => [ | ||
'backup_destination_list' => [ | ||
'table' => [ | ||
'actions' => [ | ||
'download' => 'Download', | ||
'delete' => 'Cancella', | ||
], | ||
|
||
'fields' => [ | ||
'path' => 'Percorso', | ||
'disk' => 'Disco', | ||
'date' => 'Data', | ||
'size' => 'Dimensione', | ||
], | ||
|
||
'filters' => [ | ||
'disk' => 'Disco', | ||
], | ||
], | ||
], | ||
|
||
'backup_destination_status_list' => [ | ||
'table' => [ | ||
'fields' => [ | ||
'name' => 'Nome', | ||
'disk' => 'Disco', | ||
'healthy' => 'Salute', | ||
'amount' => 'Quantità', | ||
'newest' => 'Più recente', | ||
'used_storage' => 'Storage Utilizzato', | ||
], | ||
], | ||
], | ||
], | ||
|
||
'pages' => [ | ||
'backups' => [ | ||
'actions' => [ | ||
'create_backup' => 'Crea Backup', | ||
], | ||
|
||
'heading' => 'Backup', | ||
|
||
'messages' => [ | ||
'backup_success' => 'Creazione di un nuovo backup in background.', | ||
'backup_delete_success' => 'Eliminazione di questo backup in background.', | ||
], | ||
|
||
'modal' => [ | ||
'buttons' => [ | ||
'only_db' => 'Solo DB', | ||
'only_files' => 'Solo File', | ||
'db_and_files' => 'DB & File', | ||
], | ||
|
||
'label' => "Scegli un'opzione", | ||
], | ||
|
||
'navigation' => [ | ||
'group' => 'Impostazioni', | ||
'label' => 'Backup', | ||
], | ||
], | ||
], | ||
|
||
]; |
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