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@piwik.org>2017-08-22 09:20:08 +0300
committerGitHub <noreply@github.com>2017-08-22 09:20:08 +0300
commit82479402ddb05e3917f28b8bd3a92464081d5ba1 (patch)
treedae136ad273ab24a78742c6f162d01b8f5d3e84f /plugins/Ecommerce
parentd61d175c43c66a7baafbea3fb7e4a0cfcc4c89c6 (diff)
language update (#11970)
Diffstat (limited to 'plugins/Ecommerce')
-rw-r--r--plugins/Ecommerce/lang/id.json7
-rw-r--r--plugins/Ecommerce/lang/zh-cn.json8
2 files changed, 13 insertions, 2 deletions
diff --git a/plugins/Ecommerce/lang/id.json b/plugins/Ecommerce/lang/id.json
new file mode 100644
index 0000000000..a665423bf6
--- /dev/null
+++ b/plugins/Ecommerce/lang/id.json
@@ -0,0 +1,7 @@
+{
+ "Ecommerce": {
+ "Sales": "Penjualan",
+ "SalesBy": "Penjualan oleh %s",
+ "SalesAdjective": "Penjualan %s"
+ }
+} \ No newline at end of file
diff --git a/plugins/Ecommerce/lang/zh-cn.json b/plugins/Ecommerce/lang/zh-cn.json
index de22d029fa..91cafadffd 100644
--- a/plugins/Ecommerce/lang/zh-cn.json
+++ b/plugins/Ecommerce/lang/zh-cn.json
@@ -1,9 +1,13 @@
{
"Ecommerce": {
+ "PluginDescription": "电子商务插件可以让您追踪用户何时添加商品到购物车,何时转化为电子商务销售。它也可以追踪产品和产品分类的浏览以及被放弃的购物车信息。",
"Sales": "销售",
"SalesBy": "由%s销售",
"SalesAdjective": "销售%s",
- "LifeTimeValue": "商业生命周期",
- "VisitorProfileLTV": "生成一个生命周期值%1$s"
+ "LifeTimeValue": "电商终生价值",
+ "LifeTimeValueDescription": "电子商务总收入由此客户的全部行为而来:访客编码%s的所有电商订单的收入总和。",
+ "VisitorProfileLTV": "生成一个%1$s的终生收入。",
+ "VisitorProfileItemsAndOrders": "在%2$s电商订单中共购买了%1$s个商品。",
+ "VisitorProfileAbandonedCartSummary": "被放弃的%1$s购物车包含了%2$s个商品,总值%3$s。"
}
} \ No newline at end of file