CluPilotCloud/lang/en/provisioning.php

43 lines
1.8 KiB
PHP

<?php
return [
'step' => [
'validate_order' => 'Validate order',
'reserve_resources' => 'Reserve resources',
'clone_vm' => 'Clone VM from template',
'configure_cloud_init' => 'Configure cloud-init',
'start_vm' => 'Start VM',
'wait_for_guest_agent' => 'Wait for guest agent',
'configure_network' => 'Configure network',
'deploy_application_stack' => 'Deploy application stack',
'configure_nextcloud' => 'Set up Nextcloud',
'create_customer_admin' => 'Create admin account',
'configure_dns_and_tls' => 'Configure DNS & TLS',
'register_backup' => 'Register backup',
'register_monitoring' => 'Register monitoring',
'run_acceptance_checks' => 'Acceptance checks',
'complete_provisioning' => 'Complete provisioning',
'resize_vm' => 'Resize the VM',
'apply_storage_quota' => 'Apply storage quota',
'settle_plan_services' => 'Reconcile backup & monitoring',
],
'mail' => [
'ready_heading' => 'Your cloud is ready',
'ready_preheader' => 'Reachable at :url',
'ready_greeting_name' => 'Hello :name,',
'field_address' => 'Address',
'field_plan' => 'Plan',
'field_storage' => 'Storage',
'field_location' => 'Location',
'value_storage' => ':gb GB',
'ready_help' => 'Something not right? Raise it through support in your portal.',
'ready_subject' => 'Your CluPilot cloud is ready',
'ready_greeting' => 'Welcome to CluPilot!',
'ready_line' => 'Your cloud is set up and ready to use.',
'ready_address' => 'You can reach it at :url.',
'ready_credentials' => 'Your credentials are waiting for you in your customer portal.',
'ready_action' => 'Open customer portal',
],
];