clusev/lang/en/health.php

39 lines
1004 B
PHP

<?php
return [
'eyebrow' => 'Operations',
'title' => 'Uptime',
'subtitle' => 'HTTP/TCP reachability of monitored services',
'scan_hint' => 'Checking services …',
'up_of' => ':up/:total up',
// Add
'new_check' => 'New check',
'label_label' => 'Label',
'type_label' => 'Type',
'type_http' => 'HTTP',
'type_tcp' => 'TCP',
'target_label' => 'Target',
'target_http_placeholder' => 'https://service.example.com',
'target_tcp_placeholder' => 'host.example.com',
'port_label' => 'Port',
'add' => 'Add',
// List
'no_checks_title' => 'No checks',
'no_checks' => 'No monitored services yet. Add the first one above.',
'status_up' => 'Up',
'status_down' => 'Down',
'latency' => ':ms ms',
'delete' => 'Remove',
// Toasts
'added' => 'Check added.',
'deleted' => 'Check removed.',
// Delete confirm
'delete_heading' => 'Remove check',
'delete_body' => ':target will no longer be monitored.',
];