Files
panel-pelican-dev/lang/en/admin/backuphost.php
Boy132 c5181c9c84 Backup hosts (#2125)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-07-08 07:06:59 -04:00

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',
];