CluPilotCloud/lang/en/datacenters.php

30 lines
1.0 KiB
PHP

<?php
return [
'title' => 'Datacenters',
'subtitle' => 'Create and manage locations — hosts and orders pick from these.',
'empty' => 'No datacenters yet. Add your first one.',
'code' => 'Code',
'code_hint' => 'Short & unique, e.g. fsn, hel, nbg.',
'name' => 'Name',
'location' => 'Location',
'location_hint' => 'Optional, e.g. DE, Falkenstein.',
'hosts' => 'Hosts',
'status' => 'Status',
'active' => 'Active',
'inactive' => 'Inactive',
'add' => 'Add datacenter',
'created' => 'Datacenter created.',
'updated' => 'Datacenter updated.',
'actions' => 'Actions',
'edit' => 'Edit',
'save' => 'Save',
'cancel' => 'Cancel',
'delete' => 'Delete',
'delete_title' => 'Delete datacenter?',
'delete_body' => '“:name” will be permanently removed. This cannot be undone.',
'delete_confirm' => 'Delete permanently',
'delete_blocked_title' => 'Cannot delete',
'delete_blocked_body' => '“:name” still has :count host(s). Remove or move the hosts first.',
];