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:
authorStefan Giehl <stefan@matomo.org>2019-09-27 16:08:34 +0300
committerGitHub <noreply@github.com>2019-09-27 16:08:34 +0300
commit79df2581d264f11aac1df1d5af335c82604cf8d6 (patch)
tree877104baf0513bb434063bf910403e98daf2c988 /plugins/Events
parenteec541ac24711bf5aaffb687d5cca68c96158e87 (diff)
language update (#14916)
Diffstat (limited to 'plugins/Events')
-rw-r--r--plugins/Events/lang/es-ar.json28
-rw-r--r--plugins/Events/lang/zh-cn.json26
2 files changed, 52 insertions, 2 deletions
diff --git a/plugins/Events/lang/es-ar.json b/plugins/Events/lang/es-ar.json
index 6155db0e55..2efd567b7a 100644
--- a/plugins/Events/lang/es-ar.json
+++ b/plugins/Events/lang/es-ar.json
@@ -1,9 +1,35 @@
{
"Events": {
+ "PluginDescription": "Rastreá eventos y obtené informes de la actividad de tus visitantes.",
+ "AvgEventValue": "El valor promedio del evento es: %s",
+ "AvgValue": "Valor promedio",
+ "AvgValueDocumentation": "El promedio de todos los valores para este evento",
+ "Category": "Categoria",
"Event": "Evento",
"EventAction": "Acción del evento",
+ "EventActions": "Acciones del evento",
+ "EventCategories": "Categorías del evento",
"EventCategory": "Categoría del evento",
"EventName": "Nombre del evento",
- "Events": "Eventos"
+ "EventNames": "Nombres del evento",
+ "EventUrl": "Dirección web del evento",
+ "EventUrls": "Direcciones web del evento",
+ "Events": "Eventos",
+ "EventsWithValue": "Eventos con un valor",
+ "EventsWithValueDocumentation": "Número de eventos en el cual se estableció un valor de evento",
+ "EventValue": "Valor del evento",
+ "EventValueTooltip": "El valor total del evento es la suma de los %1$svalores de eventos%2$s entre un mínimo de %3$s y un máximo de %4$s.",
+ "MaxValue": "Valor máximo del evento",
+ "MaxValueDocumentation": "El valor máximo para este evento",
+ "MinValue": "Valor mínimo del evento",
+ "MinValueDocumentation": "El valor mínimo para este evento",
+ "SecondaryDimension": "La dimensión secundaria es %s.",
+ "SwitchToSecondaryDimension": "Cambiar a %s",
+ "TopEvents": "Eventos principales",
+ "TotalEvents": "Eventos totales",
+ "TotalEventsDocumentation": "Número total de eventos",
+ "TotalValue": "Valor del evento",
+ "TotalValueDocumentation": "La suma de los valores del evento",
+ "ViewEvents": "Ver eventos"
}
} \ No newline at end of file
diff --git a/plugins/Events/lang/zh-cn.json b/plugins/Events/lang/zh-cn.json
index 1e51115345..ba806aa384 100644
--- a/plugins/Events/lang/zh-cn.json
+++ b/plugins/Events/lang/zh-cn.json
@@ -1,11 +1,35 @@
{
"Events": {
+ "PluginDescription": "跟踪活动并获取有关访客活动的报告。",
+ "AvgEventValue": "平均事件值为:%s",
"AvgValue": "平均值",
+ "AvgValueDocumentation": "此事件的所有值的平均值",
+ "Category": "类别",
"Event": "事件",
"EventAction": "事件行为",
+ "EventActions": "事件动作",
+ "EventCategories": "事件类别",
"EventCategory": "事件分类",
"EventName": "事件名字",
"EventNames": "事件名称",
- "Events": "事件"
+ "EventUrl": "事件网址",
+ "EventUrls": "更多事件网址",
+ "Events": "事件",
+ "EventsWithValue": "有价值的事件",
+ "EventsWithValueDocumentation": "设置事件值的事件数",
+ "EventValue": "事件值",
+ "EventValueTooltip": "总事件值是最小值%3$s和最大值%4$s之间的%1$s事件值%2$s之和。",
+ "MaxValue": "最大事件值",
+ "MaxValueDocumentation": "此事件的最大值",
+ "MinValue": "最小事件值",
+ "MinValueDocumentation": "此事件的最小值",
+ "SecondaryDimension": "次要维度为%s。",
+ "SwitchToSecondaryDimension": "切换到%s",
+ "TopEvents": "热门活动",
+ "TotalEvents": "总事件",
+ "TotalEventsDocumentation": "事件总数",
+ "TotalValue": "事件值",
+ "TotalValueDocumentation": "事件值的总和",
+ "ViewEvents": "查看活动"
}
} \ No newline at end of file