Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CustomVariables/lang/ko.json')
-rw-r--r--plugins/CustomVariables/lang/ko.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/CustomVariables/lang/ko.json b/plugins/CustomVariables/lang/ko.json
new file mode 100644
index 0000000000..050b27abd5
--- /dev/null
+++ b/plugins/CustomVariables/lang/ko.json
@@ -0,0 +1,11 @@
+{
+ "CustomVariables": {
+ "ColumnCustomVariableName": "맞춤 변수 이름",
+ "ColumnCustomVariableValue": "맞춤 변수 값",
+ "CustomVariables": "맞춤 변수",
+ "CustomVariablesReportDocumentation": "이 보고서는 맞춤 변수에 대한 정보를 포함합니다. 변수 이름을 클릭하여 값의 분포를 확인할 수 있습니다. %s 맞춤 변수에 대한 자세한 내용은 %spiwik.org의 맞춤 변수 설명서%s를 참조하세요.",
+ "PluginDescription": "맞춤 변수는 이름과 값으로 이루어집니다. Javascript API의 setVisitCustomVariables() 함수를 사용하여 방문 수를 설정할 수 있습니다. Piwik은 그 이름과 값에 대한 방문수와 페이지 전환수를 보고합니다.",
+ "ScopePage": "페이지 범위",
+ "ScopeVisit": "방문 범위"
+ }
+} \ No newline at end of file