D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
grafana
/
resources
/
locales
/
Filename :
en-US.php
back
Copy
<?php // Copyright 1999-2023. Plesk International GmbH. All rights reserved. $messages = [ 'pageTitle' => 'Grafana', 'ui' => [ 'tabs' => [ 'installation' => 'Installation', 'overview' => 'Overview', 'statistics' => 'Statistics', 'integrations' => 'Integrations', 'settings' => 'Settings', ], 'links' => [ 'open-app' => 'Open application', ], 'text' => [ 'service-is-running' => 'The Grafana service is running.', 'service-is-not-running' => 'The Grafana service is not running.', 'service-running-warning' => 'The Grafana service is not running. Start it?', 'status-getting-failed' => 'The request to get the Grafana service status has failed.', 'service-installation-process-warning' => 'It seems that the extension installation is still in progress. Wait a while until it is finished.', 'service-installation-warning' => 'The Grafana service is not installed. Fix it?', 'integrations-getting-failed' => 'The request to get the integrations list has failed.', 'integration-statuses-getting-failed' => 'The request to get the integrations\' statuses has failed.', 'integration-has-failed' => 'The integration has failed or new changes exist.', 'integration-has-been-removed' => 'The integration has been removed.', 'integration-something-went-wrong' => 'Something went wrong during the integration. See the logs for details.', 'module-diff-modified' => 'Modified: %%total%%', 'module-diff-deleted' => 'Deleted: %%total%%', ], 'title' => [ 'module-name' => 'Module name', 'organizations' => 'Organizations', 'datasources' => 'Data sources', 'dashboards' => 'Dashboards', 'notification_channels' => 'Notification channels', 'users' => 'Users', 'status' => 'Status', ], 'btn' => [ 'start-service' => 'Start service', 'install-service' => 'Fix installation', 'restart-integration' => 'Restart integration', 'reload-integration-status' => 'Reload status', ], ], 'cli' => [ 'commands' => [ 'list-plugins' => 'Shows the list of enabled Grafana plugins.', 'install-plugin' => 'Installs a new Grafana plugin.', 'grafana-status' => 'Gets the Grafana service status.', 'grafana-restart' => 'Restarts the Grafana service.', 'update-module-state' => 'Forces to update the module status.', 'version' => 'Gets the Grafana service version.', ], ], ];