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/CustomDimensions/lang/zh-cn.json')
m---------plugins/CustomDimensions0
-rw-r--r--plugins/CustomDimensions/lang/zh-cn.json43
2 files changed, 43 insertions, 0 deletions
diff --git a/plugins/CustomDimensions b/plugins/CustomDimensions
deleted file mode 160000
-Subproject 318661a2fb1ef3b3e5d6d999ae8b9628cb5a113
diff --git a/plugins/CustomDimensions/lang/zh-cn.json b/plugins/CustomDimensions/lang/zh-cn.json
new file mode 100644
index 0000000000..0283643b9c
--- /dev/null
+++ b/plugins/CustomDimensions/lang/zh-cn.json
@@ -0,0 +1,43 @@
+{
+ "CustomDimensions": {
+ "CustomDimensions": "自定义维度",
+ "CustomDimensionsIntro": "通过创建%1$s自定义维度%2$s,您可以收集“%3$s”的任何自定义数据。",
+ "CustomDimensionsIntroNext": "Matomo会生成每个自定义维度的报告(包括对每个目标的转化率),以便于您可以基于这些值轻松地细分用户。自定义维度类似于%1$s自定义变量%2$s,但自定义维度和自定义变量之间也有一些%3$s差异%4$s。",
+ "ScopeDescriptionVisit": "在“访问”范围内自定义维度可以发送任何跟踪请求,并存储在访问中。",
+ "ScopeDescriptionVisitMoreInfo": "如果您给访问的生命周期中给定的维度设置不同的值,最后一个值集将被使用。",
+ "ScopeDescriptionAction": "自定义维度范围'活动'可以沿着任何行动发送(如页面浏览,下载,事件等)。",
+ "ScopeDescriptionActionMoreInfo": "提取物可以被定义,以便自定义维度值从页面网址,网页标题或网页网址中提取查询参数。",
+ "IncreaseAvailableCustomDimensionsTitle": "增加可用自定义维度的数量",
+ "IncreaseAvailableCustomDimensionsTakesLong": "创建新的自定义维度可以根据您的数据库的大小需要很长的时间,因为它需要你的数据库架构更改。因此,这是唯一可能经由其需要在命令行上执行的控制台命令来做到这一点。",
+ "HowToCreateCustomDimension": "要创建新的自定义维度您的Matomo安装中执行以下命令:",
+ "HowToManyCreateCustomDimensions": "如果你想一次建立多个新的自定义维度,只需追加了应创建的维数。由于所有数据库的更改将在一个语句执行,也未必需要更长的时间来一次添加多个自定义维度。",
+ "ExampleCreateCustomDimensions": "例如,要在活动领域创建%s新自定义维度,可以执行以下命令:",
+ "HowToTrackManuallyTitle": "手动跟踪这个维度值",
+ "HowToTrackManuallyViaJs": "要跟踪在JavaScript中调用跟踪器的值:",
+ "HowToTrackManuallyViaJsDetails": "访问%1$s自定义维度的JavaScript跟踪指南%2$s获取更多信息",
+ "HowToTrackManuallyViaPhp": "要跟踪在PHP跟踪呼叫的值:",
+ "HowToTrackManuallyViaHttp": "要通过HTTP API追踪器追踪值使用的跟踪参数'尺寸',然后自定义维度ID:",
+ "Extractions": "提取",
+ "ExtractionsHelp": "这是可选的。字符regex可用于自动网页网址或页面标题抽取该自定义维度的值。这样一来,自定义维度值不必被经由追踪客户端手动设定。值仍然可以通过Matomo跟踪API手动设置。在跟踪客户手动设置尺寸值总是优先于拔牙。如果有多个提取定义,将使用匹配的第一个提取。",
+ "ExtractValue": "获取值",
+ "ExampleValue": "维度值",
+ "NoCustomDimensionConfigured": "尚未配置自定义维度,现在就配置一个吧。",
+ "ConfigureNewDimension": "配置一个新的维度",
+ "ConfigureDimension": "配置%1$s 自定义维度 %2$s",
+ "XofYLeft": "还剩 %1$s 维度,共 %2$s",
+ "CannotBeDeleted": "自定义维度不能被删除,只能停用。",
+ "PageUrlParam": "网页URL参数",
+ "NameAllowedCharacters": "允许的字符是任何字母,数字,空格,破折号和下划线。",
+ "NameIsRequired": "一个名称是必需的。",
+ "NameIsTooLong": "名称包含太多字符,最多只能使用 %d 个字符。",
+ "ExceptionDimensionDoesNotExist": "%d网站 %d的维度并不存在!",
+ "ExceptionDimensionIsNotActive": "%d网站 %d的维度并未激活!",
+ "DimensionCreated": "自定义维度创建",
+ "DimensionUpdated": "自定义维度更新",
+ "ColumnUniqueActions": "单一动作",
+ "ColumnAvgTimeOnDimension": "在维度上的平均时间",
+ "CustomDimensionId": "自定义维度(Id%d)",
+ "NoValue": "没有价值",
+ "EmptyValue": "空值"
+ }
+} \ No newline at end of file