CluPilotCloud/lang/en/datacenters.php

19 lines
561 B
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.',
];