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>2018-10-08 22:20:16 +0300
committerGitHub <noreply@github.com>2018-10-08 22:20:16 +0300
commitd013b83a03a132b2385dc7a0439b7e586a928863 (patch)
treeb8e84d4d3dc05329722e394676d53bd08e732a4d /plugins/Ecommerce
parent89d8479ac242b2ffc98053fe504ce882086c6999 (diff)
language update (#13560)
Diffstat (limited to 'plugins/Ecommerce')
-rw-r--r--plugins/Ecommerce/lang/es.json4
-rw-r--r--plugins/Ecommerce/lang/uk.json8
2 files changed, 11 insertions, 1 deletions
diff --git a/plugins/Ecommerce/lang/es.json b/plugins/Ecommerce/lang/es.json
index d79a558766..26f27b16c2 100644
--- a/plugins/Ecommerce/lang/es.json
+++ b/plugins/Ecommerce/lang/es.json
@@ -2,8 +2,12 @@
"Ecommerce": {
"PluginDescription": "Comercio electrónico le permite rastrear cuando los usuarios agregan productos a su carrito y cuando se transforman en una venta electrónica. También rastrea productos y visualiza las categorías de producto y sus carritos abandonados.",
"Sales": "Ventas",
+ "Order": "Pedido",
+ "Orders": "Pedidos",
"SalesBy": "Ventas por %s",
"SalesAdjective": "Ventas %s",
+ "NumberOfItems": "Número de elementos en el carrito",
+ "OrderValue": "Valor del pedido",
"LifeTimeValue": "Ingresos atribuidos al cliente durante el tiempo que fue cliente: \"Ecommerce Life Time Value\"",
"LifeTimeValueDescription": "Ingresos totales por Ecommerce atribuidos a este cliente a lo largo de todas las visitas: la suma de los ingresos de todas las compras para el visitante %s",
"VisitorProfileLTV": "Generó un Life Time Revenue de %1$s.",
diff --git a/plugins/Ecommerce/lang/uk.json b/plugins/Ecommerce/lang/uk.json
index 9ada208f27..9b59ab080a 100644
--- a/plugins/Ecommerce/lang/uk.json
+++ b/plugins/Ecommerce/lang/uk.json
@@ -2,7 +2,13 @@
"Ecommerce": {
"PluginDescription": "Електронна комерція дозволяє відстежувати, коли користувачі додали товар у кошик, і що вони хочуть придбати. Також відстежуються продукти і категорії продуктів і кинуті кошики.",
"Sales": "Продажі",
+ "Order": "Замовлення",
+ "Orders": "Замовлення",
"SalesBy": "Продано %s",
- "SalesAdjective": "Продажів %s"
+ "SalesAdjective": "Продажів %s",
+ "NumberOfItems": "Кількість товарів у кошику",
+ "OrderValue": "Вартість замовлення",
+ "LifeTimeValueDescription": "Загальний дохід від електронної комерції, який призначається цьому клієнтові за всі відвідування: сума доходу від усіх замовлень електронної комерції для ідентифікатора відвідувача %s.",
+ "VisitorProfileAbandonedCartSummary": "Покинуто%1$s кошиків, в тому числі %2$s товарів на загальну суму %3$s."
}
} \ No newline at end of file