D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
grafana
/
resources
/
locales
/
Filename :
ko-KR.php
back
Copy
<?php // Copyright 1999-2023. Plesk International GmbH. All rights reserved. $messages = [ 'pageTitle' => 'Grafana', 'ui' => [ 'tabs' => [ 'installation' => '설치', 'overview' => '개요', 'statistics' => '통계', 'integrations' => '통합', 'settings' => '설정', ], 'links' => [ 'open-app' => '애플리케이션 열기', ], 'text' => [ 'service-is-running' => 'Grafana 서비스가 실행되고 있습니다.', 'service-is-not-running' => 'Grafana 서비스가 실행되고 있지 않습니다.', 'service-running-warning' => 'Grafana 서비스가 실행되고 있지 않습니다. 시작하시겠습니까?', 'status-getting-failed' => 'Grafana 서비스 상태 가져오기 요청이 실패했습니다.', 'service-installation-process-warning' => '확장 프로그램 설치가 아직 진행 중인 것 같습니다. 완료될 때까지 잠시 기다려주십시오.', 'service-installation-warning' => 'Grafana 서비스가 설치되지 않았습니다. 수정하시겠습니까?', 'integrations-getting-failed' => '통합 목록 가져오기 요청이 실패했습니다.', 'integration-statuses-getting-failed' => '통합 상태 가져오기 요청이 실패했습니다.', 'integration-has-failed' => '통합이 실패했거나 새로운 변경 내용이 있습니다.', 'integration-has-been-removed' => '통합이 제거되었습니다.', 'integration-something-went-wrong' => '통합 중 문제가 발생했습니다. 자세한 내용은 로그를 참조하십시오.', 'module-diff-modified' => '수정됨: %%total%%', 'module-diff-deleted' => '삭제됨: %%total%%', ], 'title' => [ 'module-name' => '모듈 이름', 'organizations' => '조직', 'datasources' => '데이터 소스', 'dashboards' => '대시보드', 'notification_channels' => '알림 채널', 'users' => '사용자', 'status' => '상태', ], 'btn' => [ 'start-service' => '서비스 시작', 'install-service' => '설치 수정', 'restart-integration' => '통합 다시 시작', 'reload-integration-status' => '리로드 상태', ], ], 'cli' => [ 'commands' => [ 'list-plugins' => '활성화된 Grafana 플러그인 목록을 표시합니다.', 'install-plugin' => '새 Grafana 플러그인을 설치합니다.', 'grafana-status' => 'Grafana 서비스 상태를 가져옵니다.', 'grafana-restart' => 'Grafana 서비스를 다시 시작합니다.', 'update-module-state' => '강제로 모듈 상태를 업데이트합니다.', 'version' => 'Grafana 서비스 버전을 가져옵니다.', ], ], ];