1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/Ecommerce/lang/en.json
Peter Zhang e1eea7a089 Add Two New segments (#18953)
* add order revenue

add order revenue

* add order revenue

update

* Update DimensionTest.php

add 2 tests

* update cart

update cart

* update errors

update errors

* update segment, and add tests

update segment, and add tests

* update query on cart left in cart

update query on cart left in cart

* update tests

update tests

* Update Revenue.php

update type

* Update test_apiGetReportMetadata__API.getSegmentsMetadata.xml

update tests

* Update Revenue.php

update

* Update Revenue.php

update checks

* Update Revenue.php

group into functions

* Update Revenue.php

update

* Update Revenue.php

update and

* Update test_ecommerceOrderWithItems_SegmentRevenueOrder__Goals.get_day.xml

update tests

* Update Revenue.php

update support type

* Update Revenue.php

update wrong variable

* tests

Co-authored-by: sgiehl <stefan@matomo.org>
2022-03-26 19:11:32 +01:00

32 خطوط
2.8 KiB
JSON

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Ecommerce": {
"PluginDescription": "Ecommerce lets you track when users add products to carts, and when they convert to an ecommerce sale. Also track products and product categories views and abandoned carts.",
"Sales": "Sales",
"Order": "Order",
"OrderId": "Order ID",
"OrderRevenue": "Order Revenue",
"RevenueLeftInCart": "Revenue Left In Cart",
"Orders": "Orders",
"ViewedProductCategory": "Viewed Product Category",
"ViewedProductName": "Viewed Product Name",
"ViewedProductPrice": "Viewed Product Price",
"ViewedProductSKU": "Viewed Product SKU",
"SalesBy": "Sales by %s",
"SalesAdjective": "Sales %s",
"NumberOfItems": "Number of Items in Cart",
"OrderValue": "Order value",
"LifeTimeValue": "Ecommerce Life Time Value",
"LifeTimeValueDescription": "Total Ecommerce revenue attributed to this customer across all visits: the sum of revenue of all Ecommerce orders for Visitor ID %s.",
"VisitorProfileLTV": "Generated a Life Time Revenue of %1$s.",
"VisitorProfileItemsAndOrders": "Purchased %1$s items in %2$s ecommerce orders.",
"VisitorProfileAbandonedCartSummary": "Abandoned %1$s carts including %2$s items worth a total of %3$s.",
"EcommerceOverviewSubcategoryHelp1": "The Ecommerce Overview section is the best place to get a high-level view of your online stores performance. At a glance, you can see how many sales youre making, how much revenue you are generating, and your websites conversion rate.",
"EcommerceOverviewSubcategoryHelp2": "Click on an individual metric within the sparkline chart to focus on it within the full-sized evolution graph.",
"EcommerceOverviewSubcategoryHelp3": "Learn more in our Ecommerce guide here.",
"SalesSubcategoryHelp1": "This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.",
"SalesSubcategoryHelp2": "You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.",
"EcommerceLogSubcategoryHelp1": "The Ecommerce log provides granular session-level data so you can look at the full session for each user that either made a purchase or abandoned their cart. This can help you understand what users do before and after purchasing to reveal optimisation opportunities.",
"EcommerceLogSubcategoryHelp2": "Data on this page is updated in real-time.",
"ProductSubcategoryHelp": "The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages."
}
}