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/Ecommerce')
-rw-r--r--plugins/Ecommerce/config/config.php9
-rw-r--r--plugins/Ecommerce/lang/ja.json5
2 files changed, 4 insertions, 10 deletions
diff --git a/plugins/Ecommerce/config/config.php b/plugins/Ecommerce/config/config.php
deleted file mode 100644
index 3431748e41..0000000000
--- a/plugins/Ecommerce/config/config.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-return array(
-
- 'tracker.request.processors' => DI\add(array(
- DI\get('Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor'),
- )),
-
-);
diff --git a/plugins/Ecommerce/lang/ja.json b/plugins/Ecommerce/lang/ja.json
index 62ccf9fe7d..822234b795 100644
--- a/plugins/Ecommerce/lang/ja.json
+++ b/plugins/Ecommerce/lang/ja.json
@@ -1,5 +1,8 @@
{
"Ecommerce": {
- "Sales": "売り上げ"
+ "PluginDescription": "E コマースでは、いつユーザーがカートに製品を追加し、いつ E コマース販売に結びついたか、を追跡できます。製品、製品のカテゴリビュー、および放棄されたカートも追跡できます。",
+ "Sales": "売り上げ",
+ "SalesBy": "%s 別売り上げ高",
+ "SalesAdjective": "売り上げ %s"
}
} \ No newline at end of file