-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added European Portuguese translation
- Loading branch information
Showing
1 changed file
with
70 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,70 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'components' => [ | ||
'backup_destination_list' => [ | ||
'table' => [ | ||
'actions' => [ | ||
'download' => 'Download', | ||
'delete' => 'Eliminar', | ||
], | ||
|
||
'fields' => [ | ||
'path' => 'Caminho', | ||
'disk' => 'Disco', | ||
'date' => 'Data', | ||
'size' => 'Tamanho', | ||
], | ||
|
||
'filters' => [ | ||
'disk' => 'Disco', | ||
], | ||
], | ||
], | ||
|
||
'backup_destination_status_list' => [ | ||
'table' => [ | ||
'fields' => [ | ||
'name' => 'Nome', | ||
'disk' => 'Disco', | ||
'healthy' => 'Estado', | ||
'amount' => 'Quantidade', | ||
'newest' => 'Recente', | ||
'used_storage' => 'Espaço Utilizado', | ||
], | ||
], | ||
], | ||
], | ||
|
||
'pages' => [ | ||
'backups' => [ | ||
'actions' => [ | ||
'create_backup' => 'Criar Cópia de Segurança', | ||
], | ||
|
||
'heading' => 'Cópias de Segurança', | ||
|
||
'messages' => [ | ||
'backup_success' => 'A criar uma nova cópia de segurança em segundo plano.', | ||
'backup_delete_success' => 'A eliminar esta cópia de segurança em segundo plano.', | ||
], | ||
|
||
'modal' => [ | ||
'buttons' => [ | ||
'only_db' => 'Apenas BD', | ||
'only_files' => 'Apenas Ficheiros', | ||
'db_and_files' => 'BD & Ficheiros', | ||
], | ||
|
||
'label' => 'Por favor, seleccione uma opção', | ||
], | ||
|
||
'navigation' => [ | ||
'group' => 'Definições', | ||
'label' => 'Cópias de Segurança', | ||
], | ||
], | ||
], | ||
|
||
]; |