FleetCart/Modules/Report/Resources/lang/en/admin.php
2023-12-03 14:07:47 +00:00

113 lines
3.5 KiB
PHP

<?php
return [
'reports' => 'Reports',
'no_data' => 'No data available!',
'filter' => 'Filter',
'filters' => [
'report_type' => 'Report Type',
'report_types' => [
'coupons_report' => 'Coupons Report',
'customers_order_report' => 'Customers Order Report',
'products_purchase_report' => 'Products Purchase Report',
'products_stock_report' => 'Products Stock Report',
'products_view_report' => 'Products View Report',
'branded_products_report' => 'Branded Products Report',
'categorized_products_report' => 'Categorized Products Report',
'taxed_products_report' => 'Taxed Products Report',
'tagged_products_report' => 'Tagged Products Report',
'sales_report' => 'Sales Report',
'search_report' => 'Search Report',
'shipping_report' => 'Shipping Report',
'tax_report' => 'Tax Report',
],
'date_start' => 'Date Start',
'date_end' => 'Date End',
'group_by' => 'Group By',
'groups' => [
'days' => 'Days',
'weeks' => 'Weeks',
'months' => 'Months',
'years' => 'Years',
],
'please_select' => 'Please Select',
'status' => 'Order Status',
'coupon_code' => 'Coupon Code',
'customer_name' => 'Customer Name',
'customer_email' => 'Customer Email',
'product' => 'Product',
'sku' => 'SKU',
'brand' => 'Brand',
'category' => 'Category',
'tax_class' => 'Tax Class',
'tag' => 'Tag',
'keyword' => 'Keyword',
'quantity_below' => 'Quantity Below',
'quantity_above' => 'Quantity Above',
'stock_availability' => 'Stock Availability',
'stock_availability_states' => [
'in_stock' => 'In Stock',
'out_of_stock' => 'Out of Stock',
],
'shipping_method' => 'Shipping Method',
'tax_name' => 'Tax Name',
],
'table' => [
'date' => 'Date',
'orders' => 'Orders',
'products' => 'Products',
'product' => 'Product',
'products_count' => 'Products Count',
'total' => 'Total',
# coupons_report
'coupon_name' => 'Coupon Name',
'coupon_code' => 'Coupon Code',
# customer orders report
'customer_name' => 'Customer Email',
'customer_email' => 'Customer Email',
'customer_group' => 'Customer Group',
'guest' => 'Guest',
'registered' => 'Registered',
# products purchase report
'qty' => 'Qty',
# products stock report
'stock_availability' => 'Stock Availability',
# products view report
'views' => 'Views',
# branded products report
'brand' => 'Brand',
# category products report
'category' => 'Category',
# taxed products report
'tax_class' => 'Tax Class',
# tagged products report
'tag' => 'Tag',
# sales report
'subtotal' => 'Subtotal',
'shipping' => 'Shipping',
'discount' => 'Discount',
'tax' => 'Tax',
# search report
'keyword' => 'Keyword',
'results' => 'Results',
'hits' => 'Hits',
# shipping report
'shipping_method' => 'Shipping Method',
# tax report
'tax_name' => 'Tax Name',
],
];