D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
grafana
/
resources
/
locales
/
Filename :
nl-NL.php
back
Copy
<?php // Copyright 1999-2023. Plesk International GmbH. All rights reserved. $messages = [ 'pageTitle' => 'Grafana', 'ui' => [ 'tabs' => [ 'installation' => 'Installatie', 'overview' => 'Overzicht', 'statistics' => 'Statistieken', 'integrations' => 'integraties', 'settings' => 'Instellingen', ], 'links' => [ 'open-app' => 'Toepassing openen', ], 'text' => [ 'service-is-running' => 'De Grafana-service is actief.', 'service-is-not-running' => 'De Grafana-service is niet actief.', 'service-running-warning' => 'De Grafana-service is niet actief. Deze starten?', 'status-getting-failed' => 'De aanvraag om de status van de Grafana-service op te halen is mislukt.', 'service-installation-process-warning' => 'Het lijkt erop dat de installatie van de extensie nog aan de gang is. Wacht nog even, het is zo klaar.', 'service-installation-warning' => 'De Grafana-service is niet geïnstalleerd. Repareren?', 'integrations-getting-failed' => 'De aanvraag om de integratielijst op te halen is mislukt.', 'integration-statuses-getting-failed' => 'De aanvraag om de status van de integratie op te halen is mislukt.', 'integration-has-failed' => 'Deze integratie is mislukt of er zijn nieuwe wijzigingen.', 'integration-has-been-removed' => 'Deze integratie is verwijderd.', 'integration-something-went-wrong' => 'Er is tijdens de integratie iets misgegaan. Zie de logbestanden voor details.', 'module-diff-modified' => 'Gewijzigd: %%total%%', 'module-diff-deleted' => 'Verwijderd: %%total%%', ], 'title' => [ 'module-name' => 'Modulenaam', 'organizations' => 'Organisaties', 'datasources' => 'Gegevensbronnen', 'dashboards' => 'Dashboards', 'notification_channels' => 'Kanalen voor meldingen', 'users' => 'Gebruikers', 'status' => 'Status', ], 'btn' => [ 'start-service' => 'Service starten', 'install-service' => 'Installatie repareren', 'restart-integration' => 'De integratie opnieuw opstarten', 'reload-integration-status' => 'Status vernieuwen', ], ], 'cli' => [ 'commands' => [ 'list-plugins' => 'De lijst met ingeschakelde Grafana-plugins weergeven.', 'install-plugin' => 'Een nieuwe Grafana-plugin installeren', 'grafana-status' => 'De status van de Grafana-service ophalen.', 'grafana-restart' => 'De Grafana-service opnieuw opstarten', 'update-module-state' => 'Forceer een status-update van een module.', 'version' => 'Haalt de versie van de Grafana-service op.', ], ], ];