mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
15 lines
454 B
PHP
15 lines
454 B
PHP
<?php
|
|
|
|
return [
|
|
'model_label' => 'Backup Host|Backup Hosts',
|
|
'name' => 'Name',
|
|
'schema' => 'Schema',
|
|
'backups' => 'Backups',
|
|
'linked_nodes' => 'Linked Nodes',
|
|
'all_nodes' => 'All Nodes',
|
|
'configuration' => 'Configuration',
|
|
'no_configuration' => 'No additional configuration required',
|
|
'no_backup_hosts' => 'No Backup Hosts',
|
|
'local_backups_only' => 'All backups will be created locally on the respective node',
|
|
];
|