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:
authorsgiehl <stefan@piwik.org>2015-06-24 16:01:40 +0300
committersgiehl <stefan@piwik.org>2015-06-24 16:01:40 +0300
commitdfe07325f251d3e27d537645b3d97018b8137f8c (patch)
treef600791bbf93ce6c860fb6bbe0cce6d77ad2bb44 /plugins/Ecommerce
parenta5c874ba1dd0430214928e1ac2c65822ea9d9bfa (diff)
language update
Diffstat (limited to 'plugins/Ecommerce')
-rw-r--r--plugins/Ecommerce/lang/de.json1
-rw-r--r--plugins/Ecommerce/lang/es.json5
-rw-r--r--plugins/Ecommerce/lang/hi.json8
-rw-r--r--plugins/Ecommerce/lang/it.json1
4 files changed, 14 insertions, 1 deletions
diff --git a/plugins/Ecommerce/lang/de.json b/plugins/Ecommerce/lang/de.json
index ac51a69aad..3a0f526943 100644
--- a/plugins/Ecommerce/lang/de.json
+++ b/plugins/Ecommerce/lang/de.json
@@ -1,5 +1,6 @@
{
"Ecommerce": {
+ "PluginDescription": "Mit Ecommerce haben Sie die Möglichkeit zu Erfassen wenn ein Besucher Produkte in den Warenkorb legt, und wann es zu einem Verkauf kommt. Zusätzlich lassen sich auch Besuche von Produkt- sowie Kategorieseiten und verlassene Warenkörbe erfassen.",
"Sales": "Umsatz",
"SalesBy": "Umsatz nach %s",
"SalesAdjective": "Umsatz %s"
diff --git a/plugins/Ecommerce/lang/es.json b/plugins/Ecommerce/lang/es.json
index 0693e1b119..3a42081dea 100644
--- a/plugins/Ecommerce/lang/es.json
+++ b/plugins/Ecommerce/lang/es.json
@@ -1,5 +1,8 @@
{
"Ecommerce": {
- "Sales": "Ventas"
+ "PluginDescription": "Comercio electrónico le permite rastrear cuando los usuarios agregan productos a su carrito, y cuando lo transforman en una venta electrónica. También rastrea productos y visualiza las categorías de producto y sus carritos abandonados.",
+ "Sales": "Ventas",
+ "SalesBy": "Ventas por %s",
+ "SalesAdjective": "Ventas %s"
}
} \ No newline at end of file
diff --git a/plugins/Ecommerce/lang/hi.json b/plugins/Ecommerce/lang/hi.json
new file mode 100644
index 0000000000..cf2a915f7f
--- /dev/null
+++ b/plugins/Ecommerce/lang/hi.json
@@ -0,0 +1,8 @@
+{
+ "Ecommerce": {
+ "PluginDescription": "वे एक ई-कॉमर्स बिक्री कन्वर्ट करने के लिए जब ई-कॉमर्स उपयोगकर्ताओं गाड़ियां करने के लिए उत्पादों को जोड़ने जब आप ट्रैक कर सकते हैं, और। इसके अलावा उत्पादों और उत्पाद श्रेणियों के विचार को त्याग दिया और गाड़ियां ट्रैक।",
+ "Sales": "बिक्री",
+ "SalesBy": "%s द्वारा बिक्री",
+ "SalesAdjective": "बिक्री %s"
+ }
+} \ No newline at end of file
diff --git a/plugins/Ecommerce/lang/it.json b/plugins/Ecommerce/lang/it.json
index 45cb067b0c..2a4fb97b24 100644
--- a/plugins/Ecommerce/lang/it.json
+++ b/plugins/Ecommerce/lang/it.json
@@ -2,6 +2,7 @@
"Ecommerce": {
"PluginDescription": "Ecommerce ti consente di tracciare quando gli utenti aggiungono al carrello dei prodotti, e quando questi vengono convertiti in una vendita. Traccia anche le visioni dei prodotti, delle categorie di prodotti e i carrelli abbandonati.",
"Sales": "Vendite",
+ "SalesBy": "Vendite per %s",
"SalesAdjective": "Vendite %s"
}
} \ No newline at end of file