@miraiva_test/miravia-order-report 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +61 -0
- package/dist/.keypair.json +5 -0
- package/dist/README.md +249 -0
- package/dist/SKILL.md +329 -0
- package/dist/VERSION +1 -0
- package/dist/executive_summary_prompt_v2.md +574 -0
- package/dist/reference.md +409 -0
- package/dist/requirements.txt +6 -0
- package/dist/scripts/auth_cli.py +1442 -0
- package/dist/scripts/config.py +216 -0
- package/dist/scripts/cred_crypto.py +235 -0
- package/dist/scripts/estimate_time.py +244 -0
- package/dist/scripts/export_orders.py +1549 -0
- package/dist/scripts/i18n.py +1162 -0
- package/dist/scripts/inject_insights.py +96 -0
- package/dist/scripts/login.bat +14 -0
- package/dist/scripts/miravia_client.py +468 -0
- package/dist/scripts/report_v4.py +1694 -0
- package/dist/scripts/run.bat +15 -0
- package/dist/scripts/skill_crypto.py +86 -0
- package/dist/scripts/skill_keypair.py +86 -0
- package/dist/scripts/skill_logger.py +262 -0
- package/dist/scripts/test_v4_render.py +322 -0
- package/dist/scripts/trace_logger.py +97 -0
- package/dist/scripts/validate_render.py +101 -0
- package/dist/static/chart.umd.min.js +20 -0
- package/dist/static/chartjs-plugin-datalabels.min.js +7 -0
- package/dist/static/miravia-logo.svg +61 -0
- package/dist/templates/report_v4.html +1005 -0
- package/lib/build-dist.js +86 -0
- package/lib/clean-dist.js +18 -0
- package/lib/installer.js +444 -0
- package/package.json +34 -0
|
@@ -0,0 +1,1162 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
"""Internationalization (i18n) module for v4 dashboard.
|
|
4
|
+
|
|
5
|
+
Supports: en, es, it, zh
|
|
6
|
+
Usage:
|
|
7
|
+
from i18n import get_translations, SUPPORTED_LANGS
|
|
8
|
+
t = get_translations("es")
|
|
9
|
+
"""
|
|
10
|
+
from __future__ import annotations
|
|
11
|
+
from typing import Dict
|
|
12
|
+
|
|
13
|
+
SUPPORTED_LANGS = ["en", "es", "it", "zh"]
|
|
14
|
+
DEFAULT_LANG = "en"
|
|
15
|
+
|
|
16
|
+
TRANSLATIONS: Dict[str, Dict[str, str]] = {
|
|
17
|
+
# ============================================================
|
|
18
|
+
# ENGLISH
|
|
19
|
+
# ============================================================
|
|
20
|
+
"en": {
|
|
21
|
+
# -- page --
|
|
22
|
+
"lang_code": "en",
|
|
23
|
+
"page_title": "Miravia Order Analytics Dashboard v4",
|
|
24
|
+
"title": "Miravia Order Analytics Dashboard",
|
|
25
|
+
"subtitle": "For Operations Team · Auto-generated from Order API Data · v4.0",
|
|
26
|
+
"footer": "Miravia Order Analytics Dashboard v4.0 · Based on OpenAPI order data (forward + reverse) · Internal use only",
|
|
27
|
+
# -- executive summary --
|
|
28
|
+
"exec_summary": "Executive Summary",
|
|
29
|
+
"top_alerts": "TOP Concerns",
|
|
30
|
+
"suggested_actions": "Suggested Actions",
|
|
31
|
+
# -- tabs --
|
|
32
|
+
"tab_overview": "Overview",
|
|
33
|
+
"tab_sales": "Sales",
|
|
34
|
+
"tab_refund": "Cancellation & Refund",
|
|
35
|
+
"tab_product": "Product Insights",
|
|
36
|
+
"tab_buyer": "Buyer & Market",
|
|
37
|
+
"tab_logistics": "Logistics & Fulfillment",
|
|
38
|
+
# -- sections: overview --
|
|
39
|
+
"sec_kpi_dashboard": "Core KPI Dashboard",
|
|
40
|
+
"sec_kpi_sub": "Overall / Miravia / M2A · Based on selected time range",
|
|
41
|
+
"sec_channel_compare": "Channel Comparison",
|
|
42
|
+
"sec_channel_sub": "Miravia vs M2A · Left: absolute metrics · Right: rate metrics (max 50%)",
|
|
43
|
+
"sec_country_gmv": "Country Distribution (GMV)",
|
|
44
|
+
"sec_country_sub": "Based on shipTo field",
|
|
45
|
+
"sec_risk_alerts": "Risk Alerts",
|
|
46
|
+
"sec_risk_sub": "Anomaly detection based on selected time range",
|
|
47
|
+
# -- sections: sales --
|
|
48
|
+
"sec_trend": "Core Metrics Trend",
|
|
49
|
+
"sec_trend_sub": "Daily · Switch metrics to view different trends",
|
|
50
|
+
"sec_net_rev": "Net Revenue Analysis",
|
|
51
|
+
"sec_net_rev_sub": "GMV - Refund Amount = Net Revenue",
|
|
52
|
+
"sec_aov": "AOV Segments",
|
|
53
|
+
"sec_aov_sub": "Distribution by order amount range",
|
|
54
|
+
"sec_pay": "Payment Method Distribution",
|
|
55
|
+
"sec_pay_sub": "Based on PaymentMethod field",
|
|
56
|
+
"sec_voucher": "Seller Discount Analysis",
|
|
57
|
+
"sec_voucher_sub": "Based on VoucherSeller · Dual Y-axis: usage rate (left) / amount (right)",
|
|
58
|
+
"sec_shipping": "Shipping Analysis",
|
|
59
|
+
"sec_shipping_sub": "ShippingFee / shippingFeeOriginal / shippingFeeDiscountSeller",
|
|
60
|
+
# -- sections: refund --
|
|
61
|
+
"sec_status": "Order Status Distribution",
|
|
62
|
+
"sec_status_sub": "Based on main order Status field",
|
|
63
|
+
"sec_cancel_init": "Cancel Initiator Analysis",
|
|
64
|
+
"sec_cancel_init_sub": "Based on CancelReturnInitiator field",
|
|
65
|
+
"sec_cancel_agree": "Seller Cancel Approval Rate",
|
|
66
|
+
"sec_cancel_agree_sub": "Based on reverseStatus inference",
|
|
67
|
+
"sec_cancel_reason": "Cancel Reason Distribution",
|
|
68
|
+
"sec_cancel_reason_sub": "Based on Reason field",
|
|
69
|
+
"sec_ref_type": "Refund Type Distribution",
|
|
70
|
+
"sec_ref_type_sub": "requestType: CANCEL / RETURN / ONLY_REFUND",
|
|
71
|
+
"sec_duty": "Refund Duty Party Distribution",
|
|
72
|
+
"sec_duty_sub": "dutyParty: SELLER / PLATFORM / LOGISTIC / pending",
|
|
73
|
+
"sec_ref_reason": "Refund Root Cause Analysis",
|
|
74
|
+
"sec_ref_reason_click": "Click row for details",
|
|
75
|
+
"sec_ref_reason_sub": "reasonText × dutyParty × refundAmount",
|
|
76
|
+
"sec_fast_ref": "Fast Refund Analysis",
|
|
77
|
+
"sec_fast_ref_sub": "isFastRefund / isInstantRefund",
|
|
78
|
+
"sec_ref_sku": "Top 10 Refund SKUs",
|
|
79
|
+
"sec_ref_sku_sub": "Sorted by refund amount · By platform",
|
|
80
|
+
# -- sections: product --
|
|
81
|
+
"sec_top_sku": "Top SKU TOP 10",
|
|
82
|
+
"sec_top_sku_sub": "Sorted by quantity sum · By platform",
|
|
83
|
+
"sec_matrix": "SKU Health Matrix",
|
|
84
|
+
"sec_matrix_sub": "Sales × Refund Rate quadrant · Bubble size = GMV",
|
|
85
|
+
"sec_cat": "Category Structure",
|
|
86
|
+
"sec_cat_sub": "Keyword clustering based on Name field",
|
|
87
|
+
"sec_discount": "Discount Depth",
|
|
88
|
+
"sec_discount_sub": "Original vs Paid (Price vs paidPrice)",
|
|
89
|
+
"sec_fbm": "FBM vs Non-FBM",
|
|
90
|
+
"sec_fbm_sub": "Based on isFBL field",
|
|
91
|
+
"sec_digital": "Physical vs Digital",
|
|
92
|
+
"sec_digital_sub": "Based on IsDigital field",
|
|
93
|
+
# -- sections: buyer --
|
|
94
|
+
"sec_buyer_overview": "Buyer Overview",
|
|
95
|
+
"sec_buyer_sub": "Deduplicated by buyerId · Overall / Miravia / M2A",
|
|
96
|
+
"sec_country_platform": "Country Distribution (By Platform)",
|
|
97
|
+
"sec_country_platform_sub": "shipTo field",
|
|
98
|
+
"sec_city_top10": "City TOP 10",
|
|
99
|
+
"sec_city_sub": "Based on AddressShipping.City",
|
|
100
|
+
"sec_country_mini": "Country Mini Reports",
|
|
101
|
+
"sec_country_mini_sub": "Core metrics per country",
|
|
102
|
+
"sec_pay_country": "Payment × Country",
|
|
103
|
+
"sec_pay_country_sub": "PaymentMethod × shipTo",
|
|
104
|
+
"sec_ab_buyer": "High-Refund Buyer Detection",
|
|
105
|
+
"sec_ab_buyer_sub": "buyerId dimension · Refund rate > 20% and orders >= 3",
|
|
106
|
+
# -- sections: logistics --
|
|
107
|
+
"sec_carrier": "Carrier Distribution",
|
|
108
|
+
"sec_carrier_sub": "Based on ShipmentProvider field",
|
|
109
|
+
"sec_fbm2": "FBM vs Non-FBM (By Platform)",
|
|
110
|
+
"sec_fbm2_sub": "isFBL field",
|
|
111
|
+
"sec_ship_type": "Shipping Type Distribution",
|
|
112
|
+
"sec_ship_type_sub": "ShippingType field",
|
|
113
|
+
# -- table headers --
|
|
114
|
+
"th_metric": "Metric",
|
|
115
|
+
"th_overall": "Overall",
|
|
116
|
+
"th_alert_item": "Alert",
|
|
117
|
+
"th_severity": "Severity",
|
|
118
|
+
"th_trigger": "Trigger",
|
|
119
|
+
"ai_generated_badge": "\u2728 AI Generated",
|
|
120
|
+
"th_dimension": "Dimension",
|
|
121
|
+
"th_total_shipping": "Total Shipping",
|
|
122
|
+
"th_avg_shipping": "Avg Shipping",
|
|
123
|
+
"th_seller_disc": "Seller Discount",
|
|
124
|
+
"th_disc_ratio": "Discount Ratio",
|
|
125
|
+
"th_free_ratio": "Free Shipping %",
|
|
126
|
+
"th_refund_reason": "Refund Reason",
|
|
127
|
+
"th_ratio": "Ratio",
|
|
128
|
+
"th_amount": "Amount",
|
|
129
|
+
"th_duty_party": "Duty Party",
|
|
130
|
+
"th_features": "Features",
|
|
131
|
+
"th_sku": "SKU",
|
|
132
|
+
"th_product_name": "Product Name",
|
|
133
|
+
"th_miravia_refund": "Miravia Refund",
|
|
134
|
+
"th_m2a_refund": "M2A Refund",
|
|
135
|
+
"th_total_refund": "Total Refund",
|
|
136
|
+
"th_refund_rate": "Refund Rate",
|
|
137
|
+
"th_miravia_sales": "Miravia Sales",
|
|
138
|
+
"th_m2a_sales": "M2A Sales",
|
|
139
|
+
"th_total_sales": "Total Sales",
|
|
140
|
+
"th_country": "Country",
|
|
141
|
+
"th_miravia_orders": "Miravia Orders",
|
|
142
|
+
"th_m2a_orders": "M2A Orders",
|
|
143
|
+
"th_total_orders": "Total Orders",
|
|
144
|
+
"th_total_gmv": "Total GMV",
|
|
145
|
+
"th_buyer_id": "Buyer ID",
|
|
146
|
+
"th_order_count": "Orders",
|
|
147
|
+
"th_refund_count": "Refunds",
|
|
148
|
+
"th_risk_level": "Risk Level",
|
|
149
|
+
"th_carrier": "Carrier",
|
|
150
|
+
"th_share": "Share",
|
|
151
|
+
"th_cancel_rate": "Cancel Rate",
|
|
152
|
+
# -- quadrant labels --
|
|
153
|
+
"q1_label": "Cash Cow — High Sales / Low Refund",
|
|
154
|
+
"q2_label": "Problem Star — High Sales / High Refund",
|
|
155
|
+
"q3_label": "Long Tail — Low Sales / Low Refund",
|
|
156
|
+
"q4_label": "Phase-out Candidate — Low Sales / High Refund",
|
|
157
|
+
# -- JS dynamic text --
|
|
158
|
+
"no_data": "No data available",
|
|
159
|
+
"no_alerts": "No alerts",
|
|
160
|
+
"no_refund_data": "No refund data",
|
|
161
|
+
"no_refund_sku": "No refund products in selected date range",
|
|
162
|
+
"no_abnormal_buyer": "No abnormal buyers",
|
|
163
|
+
"time_range": "Time Range",
|
|
164
|
+
"preset_1w": "1 Week",
|
|
165
|
+
"preset_1m": "1 Month",
|
|
166
|
+
"preset_3m": "3 Months",
|
|
167
|
+
"preset_6m": "6 Months",
|
|
168
|
+
"preset_1y": "1 Year",
|
|
169
|
+
"preset_all": "All",
|
|
170
|
+
"pf_all": "Overall",
|
|
171
|
+
"pf_miravia": "Miravia",
|
|
172
|
+
"pf_m2a": "M2A",
|
|
173
|
+
"days_suffix": "days",
|
|
174
|
+
"kpi_orders": "Total Orders",
|
|
175
|
+
"kpi_gmv": "Total GMV",
|
|
176
|
+
"kpi_aov": "AOV",
|
|
177
|
+
"kpi_cancel_rate": "Cancel Rate",
|
|
178
|
+
"kpi_refund_rate": "Refund Rate",
|
|
179
|
+
"kpi_net_rev": "Net Revenue",
|
|
180
|
+
# -- overview table row labels --
|
|
181
|
+
"ov_orders": "Orders",
|
|
182
|
+
"ov_gmv": "GMV",
|
|
183
|
+
"ov_aov": "AOV",
|
|
184
|
+
"ov_cancel_rate": "Cancel Rate",
|
|
185
|
+
"ov_refund_rate": "Refund Rate",
|
|
186
|
+
"ov_net_rev": "Net Revenue",
|
|
187
|
+
"ov_buyers": "Buyers",
|
|
188
|
+
"ov_repurchase": "Repurchase Rate",
|
|
189
|
+
# -- severity --
|
|
190
|
+
"sev_high": "High",
|
|
191
|
+
"sev_medium": "Medium",
|
|
192
|
+
"sev_low": "Low",
|
|
193
|
+
# -- risk tags --
|
|
194
|
+
"risk_high": "High Risk",
|
|
195
|
+
"risk_mid": "Medium Risk",
|
|
196
|
+
"risk_low": "Low Risk",
|
|
197
|
+
# -- chart labels --
|
|
198
|
+
"chart_gmv": "GMV",
|
|
199
|
+
"chart_aov": "AOV",
|
|
200
|
+
"chart_net_rev": "Net Revenue",
|
|
201
|
+
"chart_cancel_rate": "Cancel Rate",
|
|
202
|
+
"chart_refund_rate": "Refund Rate",
|
|
203
|
+
"chart_orders": "Orders",
|
|
204
|
+
"chart_scale": "Scale Metrics",
|
|
205
|
+
"chart_rate": "Rate Metrics",
|
|
206
|
+
"chart_trendline": "Trendline",
|
|
207
|
+
"chart_usage_rate": "Seller Discount Usage (%)",
|
|
208
|
+
"chart_avg_disc": "Avg Discount Amount",
|
|
209
|
+
"chart_usage_axis": "Usage Rate (%)",
|
|
210
|
+
"chart_qty": "Quantity",
|
|
211
|
+
"chart_refund_rate_pct": "Refund Rate (%)",
|
|
212
|
+
"chart_share_pct": "Share (%)",
|
|
213
|
+
# -- cancel agree --
|
|
214
|
+
"seller_agree": "Seller Approved",
|
|
215
|
+
"seller_reject": "Seller Rejected",
|
|
216
|
+
# -- FBM / Digital labels --
|
|
217
|
+
"fbm_label": "FBM (Platform Warehouse)",
|
|
218
|
+
"non_fbm_label": "Non-FBM",
|
|
219
|
+
"physical_goods": "Physical Goods",
|
|
220
|
+
"digital_goods": "Digital Goods",
|
|
221
|
+
# -- buyer KPIs --
|
|
222
|
+
"buyer_total": "Total Buyers",
|
|
223
|
+
"buyer_repurchase": "Repurchase Rate",
|
|
224
|
+
"buyer_top5": "TOP5 Concentration",
|
|
225
|
+
# -- country mini --
|
|
226
|
+
"mini_orders": "Orders",
|
|
227
|
+
"mini_gmv": "GMV",
|
|
228
|
+
"mini_refund_rate": "Refund Rate",
|
|
229
|
+
# -- insight templates (use {0}, {1}, ... placeholders) --
|
|
230
|
+
"insight_top_market": "{0} is the largest market, GMV share {1}%.",
|
|
231
|
+
"insight_compare": "Orders: Miravia {0} vs M2A {1}. Cancel rate: Miravia {2} vs M2A {3}. Refund rate: Miravia {4} vs M2A {5}.",
|
|
232
|
+
"insight_trend_avg": "{0} average {1}. Trend {2}. Peak {3}, trough {4}.",
|
|
233
|
+
"insight_trend_up": "upward",
|
|
234
|
+
"insight_trend_down": "downward",
|
|
235
|
+
"insight_net_rev_rate": "Net revenue ratio is {0}%.",
|
|
236
|
+
"insight_aov_main": "{0} price range is the primary segment ({1}%).",
|
|
237
|
+
"insight_pay_main": "{0} accounts for {1}% as the main payment method.",
|
|
238
|
+
"insight_voucher": "Seller discount usage rate {0}%, average discount {1} {2}.",
|
|
239
|
+
"insight_shipping": "Seller shipping discount accounts for {0}% of total shipping, free shipping orders {1}%.",
|
|
240
|
+
"insight_status_main": "{0} accounts for {1}% as the main status.",
|
|
241
|
+
"insight_cancel_init_main": "{0} accounts for {1}% as the main cancel initiator.",
|
|
242
|
+
"insight_cancel_agree": "Seller cancel approval rate is {0}%.",
|
|
243
|
+
"insight_cancel_reason_main": "\"{0}\" is the main cancel reason ({1}%).",
|
|
244
|
+
"insight_ref_type_main": "{0} accounts for {1}% as the main refund type.",
|
|
245
|
+
"insight_duty_main": "{0} accounts for {1}% as the main refund duty party.",
|
|
246
|
+
"insight_ref_reason_top": "\"{0}\" has the highest share ({1}%).",
|
|
247
|
+
"insight_ref_reason_click": "Click row for details.",
|
|
248
|
+
"insight_fast_ref": "Fast refund accounts for {0}%.",
|
|
249
|
+
"insight_ref_sku_top": "{0} ({1}) has the highest refund rate {2}, needs attention.",
|
|
250
|
+
"insight_top_sku": "{0} ({1}) ranks first with {2} units sold.",
|
|
251
|
+
"insight_matrix": "Cash cow quadrant: {0} SKUs, phase-out candidates: {1} SKUs.",
|
|
252
|
+
"insight_cat_top": "{0} category has the highest GMV ({1}), refund rate {2}.",
|
|
253
|
+
"insight_discount_top": "{0} discount range has the highest share ({1}%).",
|
|
254
|
+
"insight_fbm": "FBM orders account for {0}%.",
|
|
255
|
+
"insight_digital": "Digital goods account for {0}%, business is mainly physical goods.",
|
|
256
|
+
"insight_country_dominant": "{0} market dominates.",
|
|
257
|
+
"insight_city_top": "{0} leads with {1} orders.",
|
|
258
|
+
"insight_pay_country": "Payment method distribution comparison across countries.",
|
|
259
|
+
"insight_ab_buyer": "Identified {0} high-refund-rate buyers.",
|
|
260
|
+
"insight_carrier_top": "{0} is the largest carrier ({1}%).",
|
|
261
|
+
"insight_ship_type_main": "{0} accounts for {1}% as the main shipping type.",
|
|
262
|
+
# -- ES body template --
|
|
263
|
+
"es_body": "In the selected period, total orders <b>{0}</b>, GMV <b>{1}</b>, net revenue <b>{2}</b>.{3}Refund rate <b>{4}</b>, cancel rate <b>{5}</b>.",
|
|
264
|
+
"es_miravia_pct": " Miravia contributes <b>{0}%</b> of orders.",
|
|
265
|
+
# -- fallback (rule-engine) Executive Summary --
|
|
266
|
+
"fallback_high_refund": "Above threshold, needs attention",
|
|
267
|
+
"fallback_medium_refund": "Moderate level, monitor trend",
|
|
268
|
+
"fallback_low_refund": "Healthy level",
|
|
269
|
+
"fallback_high_cancel": "Above threshold",
|
|
270
|
+
"fallback_medium_cancel": "Moderate level",
|
|
271
|
+
"fallback_low_cancel": "Healthy level",
|
|
272
|
+
"fallback_top_refund_reason": "Top Refund Reason",
|
|
273
|
+
"fallback_action_refund": "Investigate top refund reasons and optimize product/logistics quality",
|
|
274
|
+
"fallback_action_cancel": "Review cancellation patterns \u2014 check pricing competitiveness and stock availability",
|
|
275
|
+
"fallback_action_monitor": "Continue monitoring weekly trends for GMV, refund rate, and cancel rate",
|
|
276
|
+
"fallback_summary_tpl": "Period overview: {0} orders, GMV {1}, AOV {2}, refund rate {3}, cancel rate {4}, net revenue {5}.",
|
|
277
|
+
# -- modal --
|
|
278
|
+
"modal_ratio": "Ratio",
|
|
279
|
+
"modal_refund_amount": "Refund Amount",
|
|
280
|
+
"modal_duty_party": "Duty Party",
|
|
281
|
+
"modal_dimension": "Dimension",
|
|
282
|
+
"modal_detail": "Detail",
|
|
283
|
+
"modal_related_sku": "Related SKUs",
|
|
284
|
+
"modal_related_carrier": "Related Carriers",
|
|
285
|
+
"modal_trend": "Trend",
|
|
286
|
+
"modal_suggestion": "Suggestion",
|
|
287
|
+
# -- Python-side: categories --
|
|
288
|
+
"cat_home": "Home & Living",
|
|
289
|
+
"cat_digital": "Electronics",
|
|
290
|
+
"cat_kitchen": "Kitchen",
|
|
291
|
+
"cat_sports": "Sports & Outdoor",
|
|
292
|
+
"cat_beauty": "Beauty & Personal Care",
|
|
293
|
+
"cat_fashion": "Fashion & Accessories",
|
|
294
|
+
"cat_baby": "Baby & Toys",
|
|
295
|
+
"cat_auto": "Automotive",
|
|
296
|
+
"cat_other": "Other",
|
|
297
|
+
|
|
298
|
+
# -- Python-side: refund reason detail --
|
|
299
|
+
"ref_detail_trend": "Statistics within data period",
|
|
300
|
+
"ref_detail_rec": "For '{0}' type refunds, recommend reviewing related SKUs and carriers, optimize after-sales process.",
|
|
301
|
+
"ref_unspecified": "Not specified",
|
|
302
|
+
# -- smart recommendation templates per refund category --
|
|
303
|
+
"rec_system_error": "System/platform error (share {pct}, total {amt}). This is typically caused by platform-side issues. Monitor frequency and file tickets with Miravia support if persistent. No immediate seller action required.",
|
|
304
|
+
"rec_out_of_stock": "Out of stock issue (share {pct}, total {amt}). SKU {sku} triggered stock-out cancellation. Improve inventory forecasting, set low-stock alerts, and consider temporary listing deactivation when stock runs low.",
|
|
305
|
+
"rec_preparation_delay": "Order preparation delay (share {pct}, total {amt}). Orders are being cancelled due to slow processing. Optimize warehouse picking/packing workflow, ensure adequate staffing during peak hours. Target: ship within 24h of order placement.",
|
|
306
|
+
"rec_seller_unresponsive": "Seller communication gap (share {pct}, total {amt}). Buyers escalated due to lack of response. Set up auto-reply for common inquiries, ensure customer service responds within 24h.",
|
|
307
|
+
"rec_shipping_delay": "Delivery speed issue (share {pct}, total {amt}). Carrier '{carrier}' should be evaluated for SLA compliance. Consider switching to faster logistics for SKU {sku}, or setting clearer delivery time expectations in listings.",
|
|
308
|
+
"rec_wrong_item": "Wrong item sent (share {pct}, total {amt}). Review warehouse picking process for SKU {sku}. Verify product-SKU mapping accuracy and add barcode validation in packing workflow.",
|
|
309
|
+
"rec_quantity_mismatch": "Quantity discrepancy (share {pct}, total {amt}). Audit packing checklist for SKU {sku}. Implement double-check or photo evidence at packing station. Review multi-item order fulfillment process.",
|
|
310
|
+
"rec_quality_issue": "Product quality/damage complaint (share {pct}, total {amt}). Inspect packaging protection for SKU {sku} via carrier '{carrier}'. Consider adding bubble wrap or rigid boxes. Review supplier quality control.",
|
|
311
|
+
"rec_description_mismatch": "Listing description mismatch (share {pct}, total {amt}). Audit product page for SKU {sku}: verify photos, dimensions, materials, and color accuracy. Update misleading descriptions immediately.",
|
|
312
|
+
"rec_buyer_regret": "Buyer changed mind (share {pct}, total {amt}). This is typically non-actionable, but monitor if concentrated on specific SKUs. Consider improving pre-purchase information or offering exchanges.",
|
|
313
|
+
"rec_customs_issue": "Customs hold/rejection (share {pct}, total {amt}). Review customs documentation and HS codes for SKU {sku}. Ensure compliance with destination country import regulations. Contact carrier '{carrier}' for customs clearance support.",
|
|
314
|
+
"rec_logistics_issue": "Logistics failure (share {pct}, total {amt}). Carrier '{carrier}' shows delivery issues. Investigate lost/returned parcels, consider backup carriers or insurance for high-value shipments.",
|
|
315
|
+
"rec_shipping_method": "Shipping method/address change request (share {pct}, total {amt}). Improve pre-shipment order modification window. Consider allowing address changes before dispatch.",
|
|
316
|
+
"rec_missing_parts": "Missing parts/accessories (share {pct}, total {amt}). Review BOM (bill of materials) for SKU {sku}. Add accessory checklist to packing SOP. Implement weight verification before sealing.",
|
|
317
|
+
"rec_refund_agreement": "Agreed refund with buyer (share {pct}, total {amt}). Monitor negotiation patterns. If concentrated on specific SKUs, investigate root cause to prevent recurring agreements.",
|
|
318
|
+
"rec_unknown": "Refund category '{reason}' (share {pct}, total {amt}). Review associated SKU {sku} and carrier '{carrier}' (duty: {duty}). Analyze order details to identify actionable improvement areas.",
|
|
319
|
+
},
|
|
320
|
+
|
|
321
|
+
# ============================================================
|
|
322
|
+
# SPANISH
|
|
323
|
+
# ============================================================
|
|
324
|
+
"es": {
|
|
325
|
+
"lang_code": "es",
|
|
326
|
+
"page_title": "Panel de Análisis de Pedidos Miravia v4",
|
|
327
|
+
"title": "Panel de Análisis de Pedidos Miravia",
|
|
328
|
+
"subtitle": "Para el equipo de operaciones · Generado automáticamente desde datos de API · v4.0",
|
|
329
|
+
"footer": "Panel de Análisis de Pedidos Miravia v4.0 · Basado en datos de pedidos OpenAPI (directos + inversos) · Solo uso interno",
|
|
330
|
+
"exec_summary": "Resumen Ejecutivo",
|
|
331
|
+
"top_alerts": "Principales Alertas",
|
|
332
|
+
"suggested_actions": "Acciones Sugeridas",
|
|
333
|
+
"tab_overview": "Resumen",
|
|
334
|
+
"tab_sales": "Ventas",
|
|
335
|
+
"tab_refund": "Cancelaciones y Reembolsos",
|
|
336
|
+
"tab_product": "Productos",
|
|
337
|
+
"tab_buyer": "Compradores y Mercado",
|
|
338
|
+
"tab_logistics": "Logística y Cumplimiento",
|
|
339
|
+
"sec_kpi_dashboard": "Panel de KPIs Principales",
|
|
340
|
+
"sec_kpi_sub": "Global / Miravia / M2A · Basado en el rango temporal seleccionado",
|
|
341
|
+
"sec_channel_compare": "Comparativa de Canales",
|
|
342
|
+
"sec_channel_sub": "Miravia vs M2A · Izq: métricas absolutas · Der: métricas de ratio (máx 50%)",
|
|
343
|
+
"sec_country_gmv": "Distribución por País (GMV)",
|
|
344
|
+
"sec_country_sub": "Basado en campo shipTo",
|
|
345
|
+
"sec_risk_alerts": "Alertas de Riesgo",
|
|
346
|
+
"sec_risk_sub": "Detección de anomalías según rango temporal seleccionado",
|
|
347
|
+
"sec_trend": "Tendencia de Métricas Principales",
|
|
348
|
+
"sec_trend_sub": "Diario · Cambia métricas para ver diferentes tendencias",
|
|
349
|
+
"sec_net_rev": "Análisis de Ingresos Netos",
|
|
350
|
+
"sec_net_rev_sub": "GMV - Reembolsos = Ingresos Netos",
|
|
351
|
+
"sec_aov": "Segmentos de Valor Medio de Pedido",
|
|
352
|
+
"sec_aov_sub": "Distribución por rango de importe de pedido",
|
|
353
|
+
"sec_pay": "Distribución de Métodos de Pago",
|
|
354
|
+
"sec_pay_sub": "Basado en campo PaymentMethod",
|
|
355
|
+
"sec_voucher": "Análisis de Descuentos del Vendedor",
|
|
356
|
+
"sec_voucher_sub": "Basado en VoucherSeller · Doble eje Y: tasa de uso (izq) / importe (der)",
|
|
357
|
+
"sec_shipping": "Análisis de Envío",
|
|
358
|
+
"sec_shipping_sub": "ShippingFee / shippingFeeOriginal / shippingFeeDiscountSeller",
|
|
359
|
+
"sec_status": "Distribución de Estado de Pedidos",
|
|
360
|
+
"sec_status_sub": "Basado en campo Status del pedido principal",
|
|
361
|
+
"sec_cancel_init": "Análisis de Iniciador de Cancelación",
|
|
362
|
+
"sec_cancel_init_sub": "Basado en campo CancelReturnInitiator",
|
|
363
|
+
"sec_cancel_agree": "Tasa de Aprobación de Cancelación del Vendedor",
|
|
364
|
+
"sec_cancel_agree_sub": "Basado en inferencia de reverseStatus",
|
|
365
|
+
"sec_cancel_reason": "Distribución de Razones de Cancelación",
|
|
366
|
+
"sec_cancel_reason_sub": "Basado en campo Reason",
|
|
367
|
+
"sec_ref_type": "Distribución de Tipos de Reembolso",
|
|
368
|
+
"sec_ref_type_sub": "requestType: CANCEL / RETURN / ONLY_REFUND",
|
|
369
|
+
"sec_duty": "Distribución de Responsable del Reembolso",
|
|
370
|
+
"sec_duty_sub": "dutyParty: SELLER / PLATFORM / LOGISTIC / pending",
|
|
371
|
+
"sec_ref_reason": "Análisis de Causas de Reembolso",
|
|
372
|
+
"sec_ref_reason_click": "Clic en fila para detalles",
|
|
373
|
+
"sec_ref_reason_sub": "reasonText × dutyParty × refundAmount",
|
|
374
|
+
"sec_fast_ref": "Análisis de Reembolso Rápido",
|
|
375
|
+
"sec_fast_ref_sub": "isFastRefund / isInstantRefund",
|
|
376
|
+
"sec_ref_sku": "Top 10 SKU con Más Reembolsos",
|
|
377
|
+
"sec_ref_sku_sub": "Ordenados por importe de reembolso · Por plataforma",
|
|
378
|
+
"sec_top_sku": "Top SKU TOP 10",
|
|
379
|
+
"sec_top_sku_sub": "Ordenados por suma de cantidad · Por plataforma",
|
|
380
|
+
"sec_matrix": "Matriz de Salud de SKU",
|
|
381
|
+
"sec_matrix_sub": "Ventas × Tasa de reembolso cuadrantes · Tamaño burbuja = GMV",
|
|
382
|
+
"sec_cat": "Estructura de Categorías",
|
|
383
|
+
"sec_cat_sub": "Agrupación por palabras clave del campo Name",
|
|
384
|
+
"sec_discount": "Profundidad de Descuento",
|
|
385
|
+
"sec_discount_sub": "Original vs Pagado (Price vs paidPrice)",
|
|
386
|
+
"sec_fbm": "FBM vs No-FBM",
|
|
387
|
+
"sec_fbm_sub": "Basado en campo isFBL",
|
|
388
|
+
"sec_digital": "Físico vs Digital",
|
|
389
|
+
"sec_digital_sub": "Basado en campo IsDigital",
|
|
390
|
+
"sec_buyer_overview": "Resumen de Compradores",
|
|
391
|
+
"sec_buyer_sub": "Deduplicado por buyerId · Global / Miravia / M2A",
|
|
392
|
+
"sec_country_platform": "Distribución por País (Por Plataforma)",
|
|
393
|
+
"sec_country_platform_sub": "Campo shipTo",
|
|
394
|
+
"sec_city_top10": "Ciudad TOP 10",
|
|
395
|
+
"sec_city_sub": "Basado en AddressShipping.City",
|
|
396
|
+
"sec_country_mini": "Mini Informes por País",
|
|
397
|
+
"sec_country_mini_sub": "Métricas principales por país",
|
|
398
|
+
"sec_pay_country": "Pago × País",
|
|
399
|
+
"sec_pay_country_sub": "PaymentMethod × shipTo",
|
|
400
|
+
"sec_ab_buyer": "Detección de Compradores con Alto Reembolso",
|
|
401
|
+
"sec_ab_buyer_sub": "Dimensión buyerId · Tasa de reembolso > 20% y pedidos >= 3",
|
|
402
|
+
"sec_carrier": "Distribución de Transportistas",
|
|
403
|
+
"sec_carrier_sub": "Basado en campo ShipmentProvider",
|
|
404
|
+
"sec_fbm2": "FBM vs No-FBM (Por Plataforma)",
|
|
405
|
+
"sec_fbm2_sub": "Campo isFBL",
|
|
406
|
+
"sec_ship_type": "Distribución de Tipos de Envío",
|
|
407
|
+
"sec_ship_type_sub": "Campo ShippingType",
|
|
408
|
+
"th_metric": "Métrica",
|
|
409
|
+
"th_overall": "Global",
|
|
410
|
+
"th_alert_item": "Alerta",
|
|
411
|
+
"th_severity": "Severidad",
|
|
412
|
+
"th_trigger": "Condición",
|
|
413
|
+
"ai_generated_badge": "\u2728 Generado por IA",
|
|
414
|
+
"th_dimension": "Dimensión",
|
|
415
|
+
"th_total_shipping": "Envío Total",
|
|
416
|
+
"th_avg_shipping": "Envío Medio",
|
|
417
|
+
"th_seller_disc": "Dto. Vendedor",
|
|
418
|
+
"th_disc_ratio": "Ratio Dto.",
|
|
419
|
+
"th_free_ratio": "% Envío Gratis",
|
|
420
|
+
"th_refund_reason": "Razón de Reembolso",
|
|
421
|
+
"th_ratio": "Proporción",
|
|
422
|
+
"th_amount": "Importe",
|
|
423
|
+
"th_duty_party": "Responsable",
|
|
424
|
+
"th_features": "Características",
|
|
425
|
+
"th_sku": "SKU",
|
|
426
|
+
"th_product_name": "Producto",
|
|
427
|
+
"th_miravia_refund": "Reembolso Miravia",
|
|
428
|
+
"th_m2a_refund": "Reembolso M2A",
|
|
429
|
+
"th_total_refund": "Reembolso Total",
|
|
430
|
+
"th_refund_rate": "Tasa Reembolso",
|
|
431
|
+
"th_miravia_sales": "Ventas Miravia",
|
|
432
|
+
"th_m2a_sales": "Ventas M2A",
|
|
433
|
+
"th_total_sales": "Ventas Total",
|
|
434
|
+
"th_country": "País",
|
|
435
|
+
"th_miravia_orders": "Pedidos Miravia",
|
|
436
|
+
"th_m2a_orders": "Pedidos M2A",
|
|
437
|
+
"th_total_orders": "Pedidos Total",
|
|
438
|
+
"th_total_gmv": "GMV Total",
|
|
439
|
+
"th_buyer_id": "ID Comprador",
|
|
440
|
+
"th_order_count": "Pedidos",
|
|
441
|
+
"th_refund_count": "Reembolsos",
|
|
442
|
+
"th_risk_level": "Nivel de Riesgo",
|
|
443
|
+
"th_carrier": "Transportista",
|
|
444
|
+
"th_share": "Cuota",
|
|
445
|
+
"th_cancel_rate": "Tasa Cancel.",
|
|
446
|
+
"q1_label": "Vaca lechera — Altas ventas / Bajo reembolso",
|
|
447
|
+
"q2_label": "Estrella problemática — Altas ventas / Alto reembolso",
|
|
448
|
+
"q3_label": "Cola larga — Bajas ventas / Bajo reembolso",
|
|
449
|
+
"q4_label": "Candidato a retirar — Bajas ventas / Alto reembolso",
|
|
450
|
+
"no_data": "Sin datos disponibles",
|
|
451
|
+
"no_alerts": "Sin alertas",
|
|
452
|
+
"no_refund_data": "Sin datos de reembolso",
|
|
453
|
+
"no_refund_sku": "Sin productos con reembolso en el rango de fechas seleccionado",
|
|
454
|
+
"no_abnormal_buyer": "Sin compradores anómalos",
|
|
455
|
+
"time_range": "Rango Temporal",
|
|
456
|
+
"preset_1w": "1 Semana",
|
|
457
|
+
"preset_1m": "1 Mes",
|
|
458
|
+
"preset_3m": "3 Meses",
|
|
459
|
+
"preset_6m": "6 Meses",
|
|
460
|
+
"preset_1y": "1 Año",
|
|
461
|
+
"preset_all": "Todo",
|
|
462
|
+
"pf_all": "Global",
|
|
463
|
+
"pf_miravia": "Miravia",
|
|
464
|
+
"pf_m2a": "M2A",
|
|
465
|
+
"days_suffix": "días",
|
|
466
|
+
"kpi_orders": "Pedidos Totales",
|
|
467
|
+
"kpi_gmv": "GMV Total",
|
|
468
|
+
"kpi_aov": "AOV",
|
|
469
|
+
"kpi_cancel_rate": "Tasa de Cancelación",
|
|
470
|
+
"kpi_refund_rate": "Tasa de Reembolso",
|
|
471
|
+
"kpi_net_rev": "Ingresos Netos",
|
|
472
|
+
"ov_orders": "Pedidos",
|
|
473
|
+
"ov_gmv": "GMV",
|
|
474
|
+
"ov_aov": "AOV",
|
|
475
|
+
"ov_cancel_rate": "Tasa de Cancelación",
|
|
476
|
+
"ov_refund_rate": "Tasa de Reembolso",
|
|
477
|
+
"ov_net_rev": "Ingresos Netos",
|
|
478
|
+
"ov_buyers": "Compradores",
|
|
479
|
+
"ov_repurchase": "Tasa de Recompra",
|
|
480
|
+
"sev_high": "Alto",
|
|
481
|
+
"sev_medium": "Medio",
|
|
482
|
+
"sev_low": "Bajo",
|
|
483
|
+
"risk_high": "Alto Riesgo",
|
|
484
|
+
"risk_mid": "Riesgo Medio",
|
|
485
|
+
"risk_low": "Bajo Riesgo",
|
|
486
|
+
"chart_gmv": "GMV",
|
|
487
|
+
"chart_aov": "AOV",
|
|
488
|
+
"chart_net_rev": "Ingresos Netos",
|
|
489
|
+
"chart_cancel_rate": "Tasa Cancel.",
|
|
490
|
+
"chart_refund_rate": "Tasa Reemb.",
|
|
491
|
+
"chart_orders": "Pedidos",
|
|
492
|
+
"chart_scale": "Métricas de Escala",
|
|
493
|
+
"chart_rate": "Métricas de Ratio",
|
|
494
|
+
"chart_trendline": "Línea de tendencia",
|
|
495
|
+
"chart_usage_rate": "Uso de Dto. Vendedor (%)",
|
|
496
|
+
"chart_avg_disc": "Importe Medio Dto.",
|
|
497
|
+
"chart_usage_axis": "Tasa de uso (%)",
|
|
498
|
+
"chart_qty": "Cantidad",
|
|
499
|
+
"chart_refund_rate_pct": "Tasa Reembolso (%)",
|
|
500
|
+
"chart_share_pct": "Cuota (%)",
|
|
501
|
+
"seller_agree": "Vendedor Aprobó",
|
|
502
|
+
"seller_reject": "Vendedor Rechazó",
|
|
503
|
+
"fbm_label": "FBM (Almacén Plataforma)",
|
|
504
|
+
"non_fbm_label": "No-FBM",
|
|
505
|
+
"physical_goods": "Productos Físicos",
|
|
506
|
+
"digital_goods": "Productos Digitales",
|
|
507
|
+
"buyer_total": "Total Compradores",
|
|
508
|
+
"buyer_repurchase": "Tasa de Recompra",
|
|
509
|
+
"buyer_top5": "Concentración TOP5",
|
|
510
|
+
"mini_orders": "Pedidos",
|
|
511
|
+
"mini_gmv": "GMV",
|
|
512
|
+
"mini_refund_rate": "Tasa Reemb.",
|
|
513
|
+
"insight_top_market": "{0} es el mayor mercado, cuota GMV {1}%.",
|
|
514
|
+
"insight_compare": "Pedidos: Miravia {0} vs M2A {1}. Tasa cancel.: Miravia {2} vs M2A {3}. Tasa reemb.: Miravia {4} vs M2A {5}.",
|
|
515
|
+
"insight_trend_avg": "{0} promedio {1}. Tendencia {2}. Pico {3}, valle {4}.",
|
|
516
|
+
"insight_trend_up": "ascendente",
|
|
517
|
+
"insight_trend_down": "descendente",
|
|
518
|
+
"insight_net_rev_rate": "Ratio de ingresos netos es {0}%.",
|
|
519
|
+
"insight_aov_main": "El rango {0} es el segmento principal ({1}%).",
|
|
520
|
+
"insight_pay_main": "{0} representa {1}% como método de pago principal.",
|
|
521
|
+
"insight_voucher": "Tasa de uso de descuento vendedor {0}%, descuento medio {1} {2}.",
|
|
522
|
+
"insight_shipping": "Descuento envío vendedor es {0}% del total, pedidos envío gratis {1}%.",
|
|
523
|
+
"insight_status_main": "{0} representa {1}% como estado principal.",
|
|
524
|
+
"insight_cancel_init_main": "{0} representa {1}% como principal iniciador de cancelación.",
|
|
525
|
+
"insight_cancel_agree": "Tasa de aprobación de cancelación del vendedor es {0}%.",
|
|
526
|
+
"insight_cancel_reason_main": "\"{0}\" es la razón de cancelación principal ({1}%).",
|
|
527
|
+
"insight_ref_type_main": "{0} representa {1}% como tipo de reembolso principal.",
|
|
528
|
+
"insight_duty_main": "{0} representa {1}% como principal responsable de reembolso.",
|
|
529
|
+
"insight_ref_reason_top": "\"{0}\" tiene la mayor proporción ({1}%).",
|
|
530
|
+
"insight_ref_reason_click": "Clic en fila para detalles.",
|
|
531
|
+
"insight_fast_ref": "Reembolso rápido representa {0}%.",
|
|
532
|
+
"insight_ref_sku_top": "{0} ({1}) tiene la mayor tasa de reembolso {2}, requiere atención.",
|
|
533
|
+
"insight_top_sku": "{0} ({1}) lidera con {2} unidades vendidas.",
|
|
534
|
+
"insight_matrix": "Cuadrante vaca lechera: {0} SKUs, candidatos a retirar: {1} SKUs.",
|
|
535
|
+
"insight_cat_top": "Categoría {0} tiene el mayor GMV ({1}), tasa reembolso {2}.",
|
|
536
|
+
"insight_discount_top": "Rango de descuento {0} tiene la mayor proporción ({1}%).",
|
|
537
|
+
"insight_fbm": "Pedidos FBM representan {0}%.",
|
|
538
|
+
"insight_digital": "Productos digitales representan {0}%, el negocio es principalmente físico.",
|
|
539
|
+
"insight_country_dominant": "El mercado {0} domina.",
|
|
540
|
+
"insight_city_top": "{0} lidera con {1} pedidos.",
|
|
541
|
+
"insight_pay_country": "Comparación de distribución de métodos de pago entre países.",
|
|
542
|
+
"insight_ab_buyer": "Identificados {0} compradores con alta tasa de reembolso.",
|
|
543
|
+
"insight_carrier_top": "{0} es el mayor transportista ({1}%).",
|
|
544
|
+
"insight_ship_type_main": "{0} representa {1}% como tipo de envío principal.",
|
|
545
|
+
"es_body": "En el período seleccionado, pedidos totales <b>{0}</b>, GMV <b>{1}</b>, ingresos netos <b>{2}</b>.{3}Tasa de reembolso <b>{4}</b>, tasa de cancelación <b>{5}</b>.",
|
|
546
|
+
"es_miravia_pct": " Miravia contribuye <b>{0}%</b> de los pedidos.",
|
|
547
|
+
# -- fallback (rule-engine) Executive Summary --
|
|
548
|
+
"fallback_high_refund": "Supera el umbral, requiere atención",
|
|
549
|
+
"fallback_medium_refund": "Nivel moderado, monitorear tendencia",
|
|
550
|
+
"fallback_low_refund": "Nivel saludable",
|
|
551
|
+
"fallback_high_cancel": "Supera el umbral",
|
|
552
|
+
"fallback_medium_cancel": "Nivel moderado",
|
|
553
|
+
"fallback_low_cancel": "Nivel saludable",
|
|
554
|
+
"fallback_top_refund_reason": "Motivo principal de reembolso",
|
|
555
|
+
"fallback_action_refund": "Investigar los principales motivos de reembolso y optimizar la calidad del producto/logística",
|
|
556
|
+
"fallback_action_cancel": "Revisar patrones de cancelación — verificar competitividad de precios y disponibilidad de stock",
|
|
557
|
+
"fallback_action_monitor": "Continuar monitoreando tendencias semanales de GMV, tasa de reembolso y cancelación",
|
|
558
|
+
"fallback_summary_tpl": "Resumen del período: {0} pedidos, GMV {1}, AOV {2}, tasa de reembolso {3}, tasa de cancelación {4}, ingresos netos {5}.",
|
|
559
|
+
"modal_ratio": "Proporción",
|
|
560
|
+
"modal_refund_amount": "Importe Reembolso",
|
|
561
|
+
"modal_duty_party": "Responsable",
|
|
562
|
+
"modal_dimension": "Dimensión",
|
|
563
|
+
"modal_detail": "Detalle",
|
|
564
|
+
"modal_related_sku": "SKUs Relacionados",
|
|
565
|
+
"modal_related_carrier": "Transportistas Relacionados",
|
|
566
|
+
"modal_trend": "Tendencia",
|
|
567
|
+
"modal_suggestion": "Sugerencia",
|
|
568
|
+
"cat_home": "Hogar y Vida",
|
|
569
|
+
"cat_digital": "Electrónica",
|
|
570
|
+
"cat_kitchen": "Cocina",
|
|
571
|
+
"cat_sports": "Deportes y Exterior",
|
|
572
|
+
"cat_beauty": "Belleza y Cuidado Personal",
|
|
573
|
+
"cat_fashion": "Moda y Accesorios",
|
|
574
|
+
"cat_baby": "Bebé y Juguetes",
|
|
575
|
+
"cat_auto": "Automoción",
|
|
576
|
+
"cat_other": "Otros",
|
|
577
|
+
|
|
578
|
+
"ref_detail_trend": "Estadísticas del período de datos",
|
|
579
|
+
"ref_detail_rec": "Para reembolsos tipo '{0}', se recomienda revisar SKUs y transportistas relacionados, optimizar proceso posventa.",
|
|
580
|
+
"ref_unspecified": "No especificado",
|
|
581
|
+
"rec_system_error": "Error de sistema/plataforma (proporción {pct}, total {amt}). Causado típicamente por problemas de la plataforma. Monitorear frecuencia y abrir tickets con soporte de Miravia si persiste. No requiere acción inmediata del vendedor.",
|
|
582
|
+
"rec_out_of_stock": "Problema de falta de stock (proporción {pct}, total {amt}). SKU {sku} disparó cancelación por agotamiento. Mejorar previsión de inventario, configurar alertas de bajo stock y considerar desactivar listados cuando el stock sea bajo.",
|
|
583
|
+
"rec_preparation_delay": "Retraso en preparación del pedido (proporción {pct}, total {amt}). Los pedidos se cancelan por procesamiento lento. Optimizar flujo de picking/empaque, asegurar personal adecuado en horas pico. Objetivo: enviar en 24h.",
|
|
584
|
+
"rec_seller_unresponsive": "Falta de comunicación del vendedor (proporción {pct}, total {amt}). Los compradores escalaron por falta de respuesta. Configurar auto-respuesta para consultas comunes, asegurar respuesta en 24h.",
|
|
585
|
+
"rec_shipping_delay": "Problema de velocidad de entrega (proporción {pct}, total {amt}). Evaluar el cumplimiento de SLA del transportista '{carrier}'. Considerar cambiar a logística más rápida para SKU {sku}, o establecer expectativas de entrega más claras en los listados.",
|
|
586
|
+
"rec_wrong_item": "Artículo incorrecto enviado (proporción {pct}, total {amt}). Revisar el proceso de picking en almacén para SKU {sku}. Verificar la precisión del mapeo producto-SKU y añadir validación por código de barras.",
|
|
587
|
+
"rec_quantity_mismatch": "Discrepancia de cantidad (proporción {pct}, total {amt}). Auditar la lista de verificación de empaque para SKU {sku}. Implementar doble verificación o evidencia fotográfica en la estación de empaque.",
|
|
588
|
+
"rec_quality_issue": "Queja de calidad/daño (proporción {pct}, total {amt}). Inspeccionar la protección del embalaje para SKU {sku} vía transportista '{carrier}'. Considerar añadir plástico de burbujas o cajas rígidas.",
|
|
589
|
+
"rec_description_mismatch": "Discrepancia en descripción (proporción {pct}, total {amt}). Auditar la página del producto para SKU {sku}: verificar fotos, dimensiones, materiales y precisión de colores. Actualizar descripciones engañosas.",
|
|
590
|
+
"rec_buyer_regret": "Comprador cambió de opinión (proporción {pct}, total {amt}). Generalmente no accionable, pero monitorear si se concentra en SKUs específicos. Considerar mejorar la información pre-compra.",
|
|
591
|
+
"rec_customs_issue": "Retención/rechazo en aduanas (proporción {pct}, total {amt}). Revisar documentación aduanera y códigos HS para SKU {sku}. Asegurar cumplimiento con regulaciones de importación del país destino.",
|
|
592
|
+
"rec_logistics_issue": "Fallo logístico (proporción {pct}, total {amt}). Transportista '{carrier}' muestra problemas de entrega. Investigar paquetes perdidos/devueltos, considerar transportistas alternativos.",
|
|
593
|
+
"rec_shipping_method": "Solicitud de cambio de envío/dirección (proporción {pct}, total {amt}). Mejorar la ventana de modificación de pedido pre-envío. Considerar permitir cambios de dirección antes del despacho.",
|
|
594
|
+
"rec_missing_parts": "Piezas/accesorios faltantes (proporción {pct}, total {amt}). Revisar BOM para SKU {sku}. Añadir lista de verificación de accesorios al SOP de empaque.",
|
|
595
|
+
"rec_refund_agreement": "Reembolso acordado con comprador (proporción {pct}, total {amt}). Monitorear patrones de negociación. Si se concentra en SKUs específicos, investigar causa raíz.",
|
|
596
|
+
"rec_unknown": "Categoría de reembolso '{reason}' (proporción {pct}, total {amt}). Revisar SKU {sku} y transportista '{carrier}' (responsable: {duty}). Analizar detalles del pedido para identificar mejoras.",
|
|
597
|
+
},
|
|
598
|
+
|
|
599
|
+
# ============================================================
|
|
600
|
+
# ITALIAN
|
|
601
|
+
# ============================================================
|
|
602
|
+
"it": {
|
|
603
|
+
"lang_code": "it",
|
|
604
|
+
"page_title": "Dashboard Analisi Ordini Miravia v4",
|
|
605
|
+
"title": "Dashboard Analisi Ordini Miravia",
|
|
606
|
+
"subtitle": "Per il team operativo · Generato automaticamente dai dati API · v4.0",
|
|
607
|
+
"footer": "Dashboard Analisi Ordini Miravia v4.0 · Basato su dati ordini OpenAPI (diretti + inversi) · Solo uso interno",
|
|
608
|
+
"exec_summary": "Riepilogo Esecutivo",
|
|
609
|
+
"top_alerts": "Principali Criticità",
|
|
610
|
+
"suggested_actions": "Azioni Suggerite",
|
|
611
|
+
"tab_overview": "Panoramica",
|
|
612
|
+
"tab_sales": "Vendite",
|
|
613
|
+
"tab_refund": "Cancellazioni e Rimborsi",
|
|
614
|
+
"tab_product": "Prodotti",
|
|
615
|
+
"tab_buyer": "Acquirenti e Mercato",
|
|
616
|
+
"tab_logistics": "Logistica e Consegna",
|
|
617
|
+
"sec_kpi_dashboard": "Dashboard KPI Principali",
|
|
618
|
+
"sec_kpi_sub": "Globale / Miravia / M2A · Basato sull'intervallo temporale selezionato",
|
|
619
|
+
"sec_channel_compare": "Confronto Canali",
|
|
620
|
+
"sec_channel_sub": "Miravia vs M2A · Sin: metriche assolute · Des: metriche di tasso (max 50%)",
|
|
621
|
+
"sec_country_gmv": "Distribuzione per Paese (GMV)",
|
|
622
|
+
"sec_country_sub": "Basato sul campo shipTo",
|
|
623
|
+
"sec_risk_alerts": "Avvisi di Rischio",
|
|
624
|
+
"sec_risk_sub": "Rilevamento anomalie basato sull'intervallo temporale selezionato",
|
|
625
|
+
"sec_trend": "Tendenza Metriche Principali",
|
|
626
|
+
"sec_trend_sub": "Giornaliero · Cambia metrica per visualizzare diverse tendenze",
|
|
627
|
+
"sec_net_rev": "Analisi Ricavi Netti",
|
|
628
|
+
"sec_net_rev_sub": "GMV - Importo Rimborsi = Ricavi Netti",
|
|
629
|
+
"sec_aov": "Segmenti Valore Medio Ordine",
|
|
630
|
+
"sec_aov_sub": "Distribuzione per fascia di importo ordine",
|
|
631
|
+
"sec_pay": "Distribuzione Metodi di Pagamento",
|
|
632
|
+
"sec_pay_sub": "Basato sul campo PaymentMethod",
|
|
633
|
+
"sec_voucher": "Analisi Sconti Venditore",
|
|
634
|
+
"sec_voucher_sub": "Basato su VoucherSeller · Doppio asse Y: tasso utilizzo (sin) / importo (des)",
|
|
635
|
+
"sec_shipping": "Analisi Spedizione",
|
|
636
|
+
"sec_shipping_sub": "ShippingFee / shippingFeeOriginal / shippingFeeDiscountSeller",
|
|
637
|
+
"sec_status": "Distribuzione Stato Ordini",
|
|
638
|
+
"sec_status_sub": "Basato sul campo Status dell'ordine principale",
|
|
639
|
+
"sec_cancel_init": "Analisi Iniziatore Cancellazione",
|
|
640
|
+
"sec_cancel_init_sub": "Basato sul campo CancelReturnInitiator",
|
|
641
|
+
"sec_cancel_agree": "Tasso Approvazione Cancellazione Venditore",
|
|
642
|
+
"sec_cancel_agree_sub": "Basato su inferenza reverseStatus",
|
|
643
|
+
"sec_cancel_reason": "Distribuzione Motivi Cancellazione",
|
|
644
|
+
"sec_cancel_reason_sub": "Basato sul campo Reason",
|
|
645
|
+
"sec_ref_type": "Distribuzione Tipi di Rimborso",
|
|
646
|
+
"sec_ref_type_sub": "requestType: CANCEL / RETURN / ONLY_REFUND",
|
|
647
|
+
"sec_duty": "Distribuzione Responsabile Rimborso",
|
|
648
|
+
"sec_duty_sub": "dutyParty: SELLER / PLATFORM / LOGISTIC / pending",
|
|
649
|
+
"sec_ref_reason": "Analisi Cause Rimborso",
|
|
650
|
+
"sec_ref_reason_click": "Clicca riga per dettagli",
|
|
651
|
+
"sec_ref_reason_sub": "reasonText × dutyParty × refundAmount",
|
|
652
|
+
"sec_fast_ref": "Analisi Rimborso Rapido",
|
|
653
|
+
"sec_fast_ref_sub": "isFastRefund / isInstantRefund",
|
|
654
|
+
"sec_ref_sku": "Top 10 SKU per Rimborsi",
|
|
655
|
+
"sec_ref_sku_sub": "Ordinati per importo rimborso · Per piattaforma",
|
|
656
|
+
"sec_top_sku": "Top SKU TOP 10",
|
|
657
|
+
"sec_top_sku_sub": "Ordinati per somma quantità · Per piattaforma",
|
|
658
|
+
"sec_matrix": "Matrice Salute SKU",
|
|
659
|
+
"sec_matrix_sub": "Vendite × Tasso rimborso quadranti · Dimensione bolla = GMV",
|
|
660
|
+
"sec_cat": "Struttura Categorie",
|
|
661
|
+
"sec_cat_sub": "Raggruppamento per parole chiave del campo Name",
|
|
662
|
+
"sec_discount": "Profondità Sconto",
|
|
663
|
+
"sec_discount_sub": "Originale vs Pagato (Price vs paidPrice)",
|
|
664
|
+
"sec_fbm": "FBM vs Non-FBM",
|
|
665
|
+
"sec_fbm_sub": "Basato sul campo isFBL",
|
|
666
|
+
"sec_digital": "Fisico vs Digitale",
|
|
667
|
+
"sec_digital_sub": "Basato sul campo IsDigital",
|
|
668
|
+
"sec_buyer_overview": "Panoramica Acquirenti",
|
|
669
|
+
"sec_buyer_sub": "Deduplicato per buyerId · Globale / Miravia / M2A",
|
|
670
|
+
"sec_country_platform": "Distribuzione per Paese (Per Piattaforma)",
|
|
671
|
+
"sec_country_platform_sub": "Campo shipTo",
|
|
672
|
+
"sec_city_top10": "Città TOP 10",
|
|
673
|
+
"sec_city_sub": "Basato su AddressShipping.City",
|
|
674
|
+
"sec_country_mini": "Mini Report per Paese",
|
|
675
|
+
"sec_country_mini_sub": "Metriche principali per paese",
|
|
676
|
+
"sec_pay_country": "Pagamento × Paese",
|
|
677
|
+
"sec_pay_country_sub": "PaymentMethod × shipTo",
|
|
678
|
+
"sec_ab_buyer": "Rilevamento Acquirenti Alto Rimborso",
|
|
679
|
+
"sec_ab_buyer_sub": "Dimensione buyerId · Tasso rimborso > 20% e ordini >= 3",
|
|
680
|
+
"sec_carrier": "Distribuzione Corrieri",
|
|
681
|
+
"sec_carrier_sub": "Basato sul campo ShipmentProvider",
|
|
682
|
+
"sec_fbm2": "FBM vs Non-FBM (Per Piattaforma)",
|
|
683
|
+
"sec_fbm2_sub": "Campo isFBL",
|
|
684
|
+
"sec_ship_type": "Distribuzione Tipi Spedizione",
|
|
685
|
+
"sec_ship_type_sub": "Campo ShippingType",
|
|
686
|
+
"th_metric": "Metrica",
|
|
687
|
+
"th_overall": "Globale",
|
|
688
|
+
"th_alert_item": "Avviso",
|
|
689
|
+
"th_severity": "Gravità",
|
|
690
|
+
"th_trigger": "Condizione",
|
|
691
|
+
"ai_generated_badge": "\u2728 Generato da IA",
|
|
692
|
+
"th_dimension": "Dimensione",
|
|
693
|
+
"th_total_shipping": "Spedizione Totale",
|
|
694
|
+
"th_avg_shipping": "Spedizione Media",
|
|
695
|
+
"th_seller_disc": "Sconto Venditore",
|
|
696
|
+
"th_disc_ratio": "Rapporto Sconto",
|
|
697
|
+
"th_free_ratio": "% Spediz. Gratuita",
|
|
698
|
+
"th_refund_reason": "Motivo Rimborso",
|
|
699
|
+
"th_ratio": "Proporzione",
|
|
700
|
+
"th_amount": "Importo",
|
|
701
|
+
"th_duty_party": "Responsabile",
|
|
702
|
+
"th_features": "Caratteristiche",
|
|
703
|
+
"th_sku": "SKU",
|
|
704
|
+
"th_product_name": "Prodotto",
|
|
705
|
+
"th_miravia_refund": "Rimborso Miravia",
|
|
706
|
+
"th_m2a_refund": "Rimborso M2A",
|
|
707
|
+
"th_total_refund": "Rimborso Totale",
|
|
708
|
+
"th_refund_rate": "Tasso Rimborso",
|
|
709
|
+
"th_miravia_sales": "Vendite Miravia",
|
|
710
|
+
"th_m2a_sales": "Vendite M2A",
|
|
711
|
+
"th_total_sales": "Vendite Totale",
|
|
712
|
+
"th_country": "Paese",
|
|
713
|
+
"th_miravia_orders": "Ordini Miravia",
|
|
714
|
+
"th_m2a_orders": "Ordini M2A",
|
|
715
|
+
"th_total_orders": "Ordini Totale",
|
|
716
|
+
"th_total_gmv": "GMV Totale",
|
|
717
|
+
"th_buyer_id": "ID Acquirente",
|
|
718
|
+
"th_order_count": "Ordini",
|
|
719
|
+
"th_refund_count": "Rimborsi",
|
|
720
|
+
"th_risk_level": "Livello di Rischio",
|
|
721
|
+
"th_carrier": "Corriere",
|
|
722
|
+
"th_share": "Quota",
|
|
723
|
+
"th_cancel_rate": "Tasso Cancel.",
|
|
724
|
+
"q1_label": "Vacca da mungere — Alte vendite / Basso rimborso",
|
|
725
|
+
"q2_label": "Stella problematica — Alte vendite / Alto rimborso",
|
|
726
|
+
"q3_label": "Coda lunga — Basse vendite / Basso rimborso",
|
|
727
|
+
"q4_label": "Candidato al ritiro — Basse vendite / Alto rimborso",
|
|
728
|
+
"no_data": "Nessun dato disponibile",
|
|
729
|
+
"no_alerts": "Nessun avviso",
|
|
730
|
+
"no_refund_data": "Nessun dato di rimborso",
|
|
731
|
+
"no_refund_sku": "Nessun prodotto con rimborso nel periodo selezionato",
|
|
732
|
+
"no_abnormal_buyer": "Nessun acquirente anomalo",
|
|
733
|
+
"time_range": "Intervallo Temporale",
|
|
734
|
+
"preset_1w": "1 Settimana",
|
|
735
|
+
"preset_1m": "1 Mese",
|
|
736
|
+
"preset_3m": "3 Mesi",
|
|
737
|
+
"preset_6m": "6 Mesi",
|
|
738
|
+
"preset_1y": "1 Anno",
|
|
739
|
+
"preset_all": "Tutto",
|
|
740
|
+
"pf_all": "Globale",
|
|
741
|
+
"pf_miravia": "Miravia",
|
|
742
|
+
"pf_m2a": "M2A",
|
|
743
|
+
"days_suffix": "giorni",
|
|
744
|
+
"kpi_orders": "Ordini Totali",
|
|
745
|
+
"kpi_gmv": "GMV Totale",
|
|
746
|
+
"kpi_aov": "AOV",
|
|
747
|
+
"kpi_cancel_rate": "Tasso Cancellazione",
|
|
748
|
+
"kpi_refund_rate": "Tasso Rimborso",
|
|
749
|
+
"kpi_net_rev": "Ricavi Netti",
|
|
750
|
+
"ov_orders": "Ordini",
|
|
751
|
+
"ov_gmv": "GMV",
|
|
752
|
+
"ov_aov": "AOV",
|
|
753
|
+
"ov_cancel_rate": "Tasso Cancellazione",
|
|
754
|
+
"ov_refund_rate": "Tasso Rimborso",
|
|
755
|
+
"ov_net_rev": "Ricavi Netti",
|
|
756
|
+
"ov_buyers": "Acquirenti",
|
|
757
|
+
"ov_repurchase": "Tasso Riacquisto",
|
|
758
|
+
"sev_high": "Alto",
|
|
759
|
+
"sev_medium": "Medio",
|
|
760
|
+
"sev_low": "Basso",
|
|
761
|
+
"risk_high": "Alto Rischio",
|
|
762
|
+
"risk_mid": "Rischio Medio",
|
|
763
|
+
"risk_low": "Basso Rischio",
|
|
764
|
+
"chart_gmv": "GMV",
|
|
765
|
+
"chart_aov": "AOV",
|
|
766
|
+
"chart_net_rev": "Ricavi Netti",
|
|
767
|
+
"chart_cancel_rate": "Tasso Cancel.",
|
|
768
|
+
"chart_refund_rate": "Tasso Rimb.",
|
|
769
|
+
"chart_orders": "Ordini",
|
|
770
|
+
"chart_scale": "Metriche di Scala",
|
|
771
|
+
"chart_rate": "Metriche di Tasso",
|
|
772
|
+
"chart_trendline": "Linea di tendenza",
|
|
773
|
+
"chart_usage_rate": "Uso Sconto Venditore (%)",
|
|
774
|
+
"chart_avg_disc": "Importo Medio Sconto",
|
|
775
|
+
"chart_usage_axis": "Tasso utilizzo (%)",
|
|
776
|
+
"chart_qty": "Quantità",
|
|
777
|
+
"chart_refund_rate_pct": "Tasso Rimborso (%)",
|
|
778
|
+
"chart_share_pct": "Quota (%)",
|
|
779
|
+
"seller_agree": "Venditore Approvato",
|
|
780
|
+
"seller_reject": "Venditore Rifiutato",
|
|
781
|
+
"fbm_label": "FBM (Magazzino Piattaforma)",
|
|
782
|
+
"non_fbm_label": "Non-FBM",
|
|
783
|
+
"physical_goods": "Prodotti Fisici",
|
|
784
|
+
"digital_goods": "Prodotti Digitali",
|
|
785
|
+
"buyer_total": "Totale Acquirenti",
|
|
786
|
+
"buyer_repurchase": "Tasso Riacquisto",
|
|
787
|
+
"buyer_top5": "Concentrazione TOP5",
|
|
788
|
+
"mini_orders": "Ordini",
|
|
789
|
+
"mini_gmv": "GMV",
|
|
790
|
+
"mini_refund_rate": "Tasso Rimb.",
|
|
791
|
+
"insight_top_market": "{0} è il mercato più grande, quota GMV {1}%.",
|
|
792
|
+
"insight_compare": "Ordini: Miravia {0} vs M2A {1}. Tasso cancel.: Miravia {2} vs M2A {3}. Tasso rimb.: Miravia {4} vs M2A {5}.",
|
|
793
|
+
"insight_trend_avg": "{0} media {1}. Tendenza {2}. Picco {3}, minimo {4}.",
|
|
794
|
+
"insight_trend_up": "in salita",
|
|
795
|
+
"insight_trend_down": "in discesa",
|
|
796
|
+
"insight_net_rev_rate": "Rapporto ricavi netti è {0}%.",
|
|
797
|
+
"insight_aov_main": "La fascia {0} è il segmento principale ({1}%).",
|
|
798
|
+
"insight_pay_main": "{0} rappresenta {1}% come metodo di pagamento principale.",
|
|
799
|
+
"insight_voucher": "Tasso utilizzo sconto venditore {0}%, sconto medio {1} {2}.",
|
|
800
|
+
"insight_shipping": "Sconto spedizione venditore è {0}% del totale, ordini spedizione gratuita {1}%.",
|
|
801
|
+
"insight_status_main": "{0} rappresenta {1}% come stato principale.",
|
|
802
|
+
"insight_cancel_init_main": "{0} rappresenta {1}% come principale iniziatore cancellazione.",
|
|
803
|
+
"insight_cancel_agree": "Tasso approvazione cancellazione venditore è {0}%.",
|
|
804
|
+
"insight_cancel_reason_main": "\"{0}\" è il motivo di cancellazione principale ({1}%).",
|
|
805
|
+
"insight_ref_type_main": "{0} rappresenta {1}% come tipo di rimborso principale.",
|
|
806
|
+
"insight_duty_main": "{0} rappresenta {1}% come principale responsabile rimborso.",
|
|
807
|
+
"insight_ref_reason_top": "\"{0}\" ha la proporzione più alta ({1}%).",
|
|
808
|
+
"insight_ref_reason_click": "Clicca riga per dettagli.",
|
|
809
|
+
"insight_fast_ref": "Rimborso rapido rappresenta {0}%.",
|
|
810
|
+
"insight_ref_sku_top": "{0} ({1}) ha il tasso di rimborso più alto {2}, richiede attenzione.",
|
|
811
|
+
"insight_top_sku": "{0} ({1}) è in testa con {2} unità vendute.",
|
|
812
|
+
"insight_matrix": "Quadrante vacca da mungere: {0} SKU, candidati al ritiro: {1} SKU.",
|
|
813
|
+
"insight_cat_top": "Categoria {0} ha il GMV più alto ({1}), tasso rimborso {2}.",
|
|
814
|
+
"insight_discount_top": "Fascia sconto {0} ha la quota più alta ({1}%).",
|
|
815
|
+
"insight_fbm": "Ordini FBM rappresentano {0}%.",
|
|
816
|
+
"insight_digital": "Prodotti digitali rappresentano {0}%, il business è principalmente fisico.",
|
|
817
|
+
"insight_country_dominant": "Il mercato {0} domina.",
|
|
818
|
+
"insight_city_top": "{0} è in testa con {1} ordini.",
|
|
819
|
+
"insight_pay_country": "Confronto distribuzione metodi di pagamento tra paesi.",
|
|
820
|
+
"insight_ab_buyer": "Identificati {0} acquirenti con alto tasso di rimborso.",
|
|
821
|
+
"insight_carrier_top": "{0} è il corriere più grande ({1}%).",
|
|
822
|
+
"insight_ship_type_main": "{0} rappresenta {1}% come tipo di spedizione principale.",
|
|
823
|
+
"es_body": "Nel periodo selezionato, ordini totali <b>{0}</b>, GMV <b>{1}</b>, ricavi netti <b>{2}</b>.{3}Tasso rimborso <b>{4}</b>, tasso cancellazione <b>{5}</b>.",
|
|
824
|
+
"es_miravia_pct": " Miravia contribuisce <b>{0}%</b> degli ordini.",
|
|
825
|
+
# -- fallback (rule-engine) Executive Summary --
|
|
826
|
+
"fallback_high_refund": "Sopra la soglia, richiede attenzione",
|
|
827
|
+
"fallback_medium_refund": "Livello moderato, monitorare tendenza",
|
|
828
|
+
"fallback_low_refund": "Livello sano",
|
|
829
|
+
"fallback_high_cancel": "Sopra la soglia",
|
|
830
|
+
"fallback_medium_cancel": "Livello moderato",
|
|
831
|
+
"fallback_low_cancel": "Livello sano",
|
|
832
|
+
"fallback_top_refund_reason": "Motivo principale di rimborso",
|
|
833
|
+
"fallback_action_refund": "Indagare i principali motivi di rimborso e ottimizzare la qualità del prodotto/logistica",
|
|
834
|
+
"fallback_action_cancel": "Rivedere i pattern di cancellazione — verificare competitività dei prezzi e disponibilità stock",
|
|
835
|
+
"fallback_action_monitor": "Continuare a monitorare le tendenze settimanali di GMV, tasso di rimborso e cancellazione",
|
|
836
|
+
"fallback_summary_tpl": "Panoramica del periodo: {0} ordini, GMV {1}, AOV {2}, tasso di rimborso {3}, tasso di cancellazione {4}, ricavi netti {5}.",
|
|
837
|
+
"modal_ratio": "Proporzione",
|
|
838
|
+
"modal_refund_amount": "Importo Rimborso",
|
|
839
|
+
"modal_duty_party": "Responsabile",
|
|
840
|
+
"modal_dimension": "Dimensione",
|
|
841
|
+
"modal_detail": "Dettaglio",
|
|
842
|
+
"modal_related_sku": "SKU Correlati",
|
|
843
|
+
"modal_related_carrier": "Corrieri Correlati",
|
|
844
|
+
"modal_trend": "Tendenza",
|
|
845
|
+
"modal_suggestion": "Suggerimento",
|
|
846
|
+
"cat_home": "Casa e Vita",
|
|
847
|
+
"cat_digital": "Elettronica",
|
|
848
|
+
"cat_kitchen": "Cucina",
|
|
849
|
+
"cat_sports": "Sport e Outdoor",
|
|
850
|
+
"cat_beauty": "Bellezza e Cura Personale",
|
|
851
|
+
"cat_fashion": "Moda e Accessori",
|
|
852
|
+
"cat_baby": "Bambini e Giocattoli",
|
|
853
|
+
"cat_auto": "Automotive",
|
|
854
|
+
"cat_other": "Altro",
|
|
855
|
+
|
|
856
|
+
"ref_detail_trend": "Statistiche del periodo dati",
|
|
857
|
+
"ref_detail_rec": "Per rimborsi tipo '{0}', si raccomanda di rivedere SKU e corrieri correlati, ottimizzare processo post-vendita.",
|
|
858
|
+
"ref_unspecified": "Non specificato",
|
|
859
|
+
"rec_system_error": "Errore di sistema/piattaforma (quota {pct}, totale {amt}). Tipicamente causato da problemi lato piattaforma. Monitorare la frequenza e aprire ticket con supporto Miravia se persiste. Nessuna azione immediata richiesta al venditore.",
|
|
860
|
+
"rec_out_of_stock": "Problema di esaurimento stock (quota {pct}, totale {amt}). SKU {sku} ha attivato cancellazione per esaurimento. Migliorare le previsioni di inventario, impostare avvisi di stock basso.",
|
|
861
|
+
"rec_preparation_delay": "Ritardo nella preparazione ordine (quota {pct}, totale {amt}). Gli ordini vengono cancellati per elaborazione lenta. Ottimizzare il flusso di picking/imballaggio, assicurare personale adeguato. Obiettivo: spedire entro 24h.",
|
|
862
|
+
"rec_seller_unresponsive": "Mancata comunicazione del venditore (quota {pct}, totale {amt}). Gli acquirenti hanno escalato per mancanza di risposta. Configurare auto-risposte per domande comuni, assicurare risposta entro 24h.",
|
|
863
|
+
"rec_shipping_delay": "Problema di velocità di consegna (quota {pct}, totale {amt}). Valutare il rispetto degli SLA del corriere '{carrier}'. Considerare il passaggio a una logistica più veloce per SKU {sku}, o impostare aspettative di consegna più chiare.",
|
|
864
|
+
"rec_wrong_item": "Articolo errato inviato (quota {pct}, totale {amt}). Rivedere il processo di picking per SKU {sku}. Verificare l'accuratezza della mappatura prodotto-SKU e aggiungere validazione codice a barre.",
|
|
865
|
+
"rec_quantity_mismatch": "Discrepanza di quantità (quota {pct}, totale {amt}). Verificare la checklist di imballaggio per SKU {sku}. Implementare doppio controllo o prova fotografica alla stazione di imballaggio.",
|
|
866
|
+
"rec_quality_issue": "Reclamo qualità/danno (quota {pct}, totale {amt}). Ispezionare la protezione dell'imballaggio per SKU {sku} tramite corriere '{carrier}'. Considerare l'aggiunta di pluriball o scatole rigide.",
|
|
867
|
+
"rec_description_mismatch": "Discrepanza nella descrizione (quota {pct}, totale {amt}). Verificare la pagina prodotto per SKU {sku}: controllare foto, dimensioni, materiali e accuratezza colori. Aggiornare descrizioni fuorvianti.",
|
|
868
|
+
"rec_buyer_regret": "Acquirente ha cambiato idea (quota {pct}, totale {amt}). Generalmente non azionabile, ma monitorare se concentrato su SKU specifici. Considerare il miglioramento delle informazioni pre-acquisto.",
|
|
869
|
+
"rec_customs_issue": "Blocco/rifiuto doganale (quota {pct}, totale {amt}). Rivedere documentazione doganale e codici HS per SKU {sku}. Assicurare conformità con le normative di importazione del paese di destinazione.",
|
|
870
|
+
"rec_logistics_issue": "Guasto logistico (quota {pct}, totale {amt}). Corriere '{carrier}' mostra problemi di consegna. Investigare pacchi persi/restituiti, considerare corrieri alternativi.",
|
|
871
|
+
"rec_shipping_method": "Richiesta cambio spedizione/indirizzo (quota {pct}, totale {amt}). Migliorare la finestra di modifica ordine pre-spedizione. Considerare di permettere cambi indirizzo prima della spedizione.",
|
|
872
|
+
"rec_missing_parts": "Parti/accessori mancanti (quota {pct}, totale {amt}). Rivedere BOM per SKU {sku}. Aggiungere checklist accessori al SOP di imballaggio.",
|
|
873
|
+
"rec_refund_agreement": "Rimborso concordato con acquirente (quota {pct}, totale {amt}). Monitorare i pattern di negoziazione. Se concentrato su SKU specifici, investigare la causa radice.",
|
|
874
|
+
"rec_unknown": "Categoria rimborso '{reason}' (quota {pct}, totale {amt}). Rivedere SKU {sku} e corriere '{carrier}' (responsabile: {duty}). Analizzare dettagli ordine per identificare miglioramenti.",
|
|
875
|
+
},
|
|
876
|
+
|
|
877
|
+
# ============================================================
|
|
878
|
+
# CHINESE
|
|
879
|
+
# ============================================================
|
|
880
|
+
"zh": {
|
|
881
|
+
"lang_code": "zh-CN",
|
|
882
|
+
"page_title": "Miravia 订单运营分析看板 v4",
|
|
883
|
+
"title": "Miravia 订单运营分析看板",
|
|
884
|
+
"subtitle": "面向运营团队 · 基于订单出参数据自动生成 · v4.0",
|
|
885
|
+
"footer": "Miravia 订单运营分析看板 v4.0 · 基于 OpenAPI 订单出参数据(正向+逆向) · 仅供内部使用",
|
|
886
|
+
"exec_summary": "执行摘要",
|
|
887
|
+
"top_alerts": "TOP 关注项",
|
|
888
|
+
"suggested_actions": "建议行动",
|
|
889
|
+
"tab_overview": "概览",
|
|
890
|
+
"tab_sales": "销售表现",
|
|
891
|
+
"tab_refund": "取消与退款",
|
|
892
|
+
"tab_product": "商品洞察",
|
|
893
|
+
"tab_buyer": "买家与市场",
|
|
894
|
+
"tab_logistics": "物流与履约",
|
|
895
|
+
"sec_kpi_dashboard": "核心指标仪表盘",
|
|
896
|
+
"sec_kpi_sub": "整体 / Miravia / M2A · 基于所选时间范围",
|
|
897
|
+
"sec_channel_compare": "渠道对比",
|
|
898
|
+
"sec_channel_sub": "Miravia vs M2A · 左:绝对值指标 · 右:比率指标(max 50%)",
|
|
899
|
+
"sec_country_gmv": "国家分布(GMV)",
|
|
900
|
+
"sec_country_sub": "基于shipTo字段",
|
|
901
|
+
"sec_risk_alerts": "风险告警",
|
|
902
|
+
"sec_risk_sub": "基于所选时间范围的异常识别",
|
|
903
|
+
"sec_trend": "核心指标趋势",
|
|
904
|
+
"sec_trend_sub": "按天展示 · 切换指标查看不同趋势",
|
|
905
|
+
"sec_net_rev": "净收入分析",
|
|
906
|
+
"sec_net_rev_sub": "GMV - 退款金额 = 净收入",
|
|
907
|
+
"sec_aov": "客单价分层",
|
|
908
|
+
"sec_aov_sub": "按单笔订单金额区间分布",
|
|
909
|
+
"sec_pay": "支付方式分布",
|
|
910
|
+
"sec_pay_sub": "基于PaymentMethod字段",
|
|
911
|
+
"sec_voucher": "商家折扣分析",
|
|
912
|
+
"sec_voucher_sub": "基于VoucherSeller字段 · 双纵轴:使用率(左) / 金额(右)",
|
|
913
|
+
"sec_shipping": "运费分析",
|
|
914
|
+
"sec_shipping_sub": "ShippingFee / shippingFeeOriginal / shippingFeeDiscountSeller",
|
|
915
|
+
"sec_status": "订单状态分布",
|
|
916
|
+
"sec_status_sub": "基于主单Status字段",
|
|
917
|
+
"sec_cancel_init": "取消发起方分析",
|
|
918
|
+
"sec_cancel_init_sub": "基于CancelReturnInitiator字段",
|
|
919
|
+
"sec_cancel_agree": "卖家取消同意率",
|
|
920
|
+
"sec_cancel_agree_sub": "基于reverseStatus推断",
|
|
921
|
+
"sec_cancel_reason": "取消原因分布",
|
|
922
|
+
"sec_cancel_reason_sub": "基于Reason字段",
|
|
923
|
+
"sec_ref_type": "退款类型分布",
|
|
924
|
+
"sec_ref_type_sub": "requestType: CANCEL / RETURN / ONLY_REFUND",
|
|
925
|
+
"sec_duty": "退款责任方分布",
|
|
926
|
+
"sec_duty_sub": "dutyParty: SELLER / PLATFORM / LOGISTIC / pending",
|
|
927
|
+
"sec_ref_reason": "退款根因分析",
|
|
928
|
+
"sec_ref_reason_click": "点击行查看详情",
|
|
929
|
+
"sec_ref_reason_sub": "reasonText × dutyParty × refundAmount",
|
|
930
|
+
"sec_fast_ref": "极速退款分析",
|
|
931
|
+
"sec_fast_ref_sub": "isFastRefund / isInstantRefund",
|
|
932
|
+
"sec_ref_sku": "退款商品 TOP 10",
|
|
933
|
+
"sec_ref_sku_sub": "按退款金额排序 · 分平台",
|
|
934
|
+
"sec_top_sku": "Top SKU TOP 10",
|
|
935
|
+
"sec_top_sku_sub": "按quantity求和排序 · 分平台",
|
|
936
|
+
"sec_matrix": "SKU 健康度矩阵",
|
|
937
|
+
"sec_matrix_sub": "销量 × 退款率四象限 · 气泡大小=GMV",
|
|
938
|
+
"sec_cat": "品类结构",
|
|
939
|
+
"sec_cat_sub": "基于Name字段关键词聚类",
|
|
940
|
+
"sec_discount": "折扣深度",
|
|
941
|
+
"sec_discount_sub": "原价 vs 实付(Price vs paidPrice)",
|
|
942
|
+
"sec_fbm": "FBM vs 非FBM",
|
|
943
|
+
"sec_fbm_sub": "基于isFBL字段",
|
|
944
|
+
"sec_digital": "虚拟 vs 实物",
|
|
945
|
+
"sec_digital_sub": "基于IsDigital字段",
|
|
946
|
+
"sec_buyer_overview": "买家概览",
|
|
947
|
+
"sec_buyer_sub": "基于buyerId去重 · 整体/Miravia/M2A",
|
|
948
|
+
"sec_country_platform": "国家分布(分平台)",
|
|
949
|
+
"sec_country_platform_sub": "shipTo字段",
|
|
950
|
+
"sec_city_top10": "城市 TOP 10",
|
|
951
|
+
"sec_city_sub": "基于AddressShipping.City",
|
|
952
|
+
"sec_country_mini": "分国家迷你报告",
|
|
953
|
+
"sec_country_mini_sub": "每个国家核心指标",
|
|
954
|
+
"sec_pay_country": "支付方式 × 国家",
|
|
955
|
+
"sec_pay_country_sub": "PaymentMethod × shipTo",
|
|
956
|
+
"sec_ab_buyer": "高退款买家识别",
|
|
957
|
+
"sec_ab_buyer_sub": "buyerId维度 · 退款率>20% 且 订单>=3",
|
|
958
|
+
"sec_carrier": "物流商分布",
|
|
959
|
+
"sec_carrier_sub": "基于ShipmentProvider字段",
|
|
960
|
+
"sec_fbm2": "FBM vs 非FBM(分平台)",
|
|
961
|
+
"sec_fbm2_sub": "isFBL字段",
|
|
962
|
+
"sec_ship_type": "物流类型分布",
|
|
963
|
+
"sec_ship_type_sub": "ShippingType字段",
|
|
964
|
+
"th_metric": "指标",
|
|
965
|
+
"th_overall": "整体",
|
|
966
|
+
"th_alert_item": "告警项",
|
|
967
|
+
"th_severity": "严重度",
|
|
968
|
+
"th_trigger": "触发条件",
|
|
969
|
+
"ai_generated_badge": "\u2728 AI 生成",
|
|
970
|
+
"th_dimension": "维度",
|
|
971
|
+
"th_total_shipping": "总运费",
|
|
972
|
+
"th_avg_shipping": "平均运费",
|
|
973
|
+
"th_seller_disc": "商家运费折扣",
|
|
974
|
+
"th_disc_ratio": "折扣占比",
|
|
975
|
+
"th_free_ratio": "免运费订单占比",
|
|
976
|
+
"th_refund_reason": "退款原因",
|
|
977
|
+
"th_ratio": "占比",
|
|
978
|
+
"th_amount": "金额",
|
|
979
|
+
"th_duty_party": "责任方",
|
|
980
|
+
"th_features": "关联特征",
|
|
981
|
+
"th_sku": "SKU",
|
|
982
|
+
"th_product_name": "商品名",
|
|
983
|
+
"th_miravia_refund": "Miravia退款",
|
|
984
|
+
"th_m2a_refund": "M2A退款",
|
|
985
|
+
"th_total_refund": "整体退款",
|
|
986
|
+
"th_refund_rate": "退款率",
|
|
987
|
+
"th_miravia_sales": "Miravia销量",
|
|
988
|
+
"th_m2a_sales": "M2A销量",
|
|
989
|
+
"th_total_sales": "整体销量",
|
|
990
|
+
"th_country": "国家",
|
|
991
|
+
"th_miravia_orders": "Miravia订单",
|
|
992
|
+
"th_m2a_orders": "M2A订单",
|
|
993
|
+
"th_total_orders": "整体订单",
|
|
994
|
+
"th_total_gmv": "整体GMV",
|
|
995
|
+
"th_buyer_id": "买家ID",
|
|
996
|
+
"th_order_count": "订单数",
|
|
997
|
+
"th_refund_count": "退款数",
|
|
998
|
+
"th_risk_level": "风险等级",
|
|
999
|
+
"th_carrier": "物流商",
|
|
1000
|
+
"th_share": "占比",
|
|
1001
|
+
"th_cancel_rate": "取消率",
|
|
1002
|
+
"q1_label": "现金牛 — 高销量/低退款",
|
|
1003
|
+
"q2_label": "问题明星 — 高销量/高退款",
|
|
1004
|
+
"q3_label": "长尾品 — 低销量/低退款",
|
|
1005
|
+
"q4_label": "淘汰候选 — 低销量/高退款",
|
|
1006
|
+
"no_data": "暂无数据",
|
|
1007
|
+
"no_alerts": "暂无告警",
|
|
1008
|
+
"no_refund_data": "暂无退款数据",
|
|
1009
|
+
"no_refund_sku": "选定日期内无退款商品",
|
|
1010
|
+
"no_abnormal_buyer": "暂无异常买家",
|
|
1011
|
+
"time_range": "时间范围",
|
|
1012
|
+
"preset_1w": "近1周",
|
|
1013
|
+
"preset_1m": "近1月",
|
|
1014
|
+
"preset_3m": "近3月",
|
|
1015
|
+
"preset_6m": "近6月",
|
|
1016
|
+
"preset_1y": "近1年",
|
|
1017
|
+
"preset_all": "全部",
|
|
1018
|
+
"pf_all": "整体",
|
|
1019
|
+
"pf_miravia": "Miravia",
|
|
1020
|
+
"pf_m2a": "M2A",
|
|
1021
|
+
"days_suffix": "天",
|
|
1022
|
+
"kpi_orders": "总订单量",
|
|
1023
|
+
"kpi_gmv": "总GMV",
|
|
1024
|
+
"kpi_aov": "客单价AOV",
|
|
1025
|
+
"kpi_cancel_rate": "取消率",
|
|
1026
|
+
"kpi_refund_rate": "退款率",
|
|
1027
|
+
"kpi_net_rev": "净收入",
|
|
1028
|
+
"ov_orders": "订单量",
|
|
1029
|
+
"ov_gmv": "GMV",
|
|
1030
|
+
"ov_aov": "AOV",
|
|
1031
|
+
"ov_cancel_rate": "取消率",
|
|
1032
|
+
"ov_refund_rate": "退款率",
|
|
1033
|
+
"ov_net_rev": "净收入",
|
|
1034
|
+
"ov_buyers": "买家数",
|
|
1035
|
+
"ov_repurchase": "复购率",
|
|
1036
|
+
"sev_high": "High",
|
|
1037
|
+
"sev_medium": "Medium",
|
|
1038
|
+
"sev_low": "Low",
|
|
1039
|
+
"risk_high": "高风险",
|
|
1040
|
+
"risk_mid": "中风险",
|
|
1041
|
+
"risk_low": "低风险",
|
|
1042
|
+
"chart_gmv": "GMV",
|
|
1043
|
+
"chart_aov": "AOV",
|
|
1044
|
+
"chart_net_rev": "净收入",
|
|
1045
|
+
"chart_cancel_rate": "取消率",
|
|
1046
|
+
"chart_refund_rate": "退款率",
|
|
1047
|
+
"chart_orders": "订单量",
|
|
1048
|
+
"chart_scale": "规模指标",
|
|
1049
|
+
"chart_rate": "比率指标",
|
|
1050
|
+
"chart_trendline": "趋势线",
|
|
1051
|
+
"chart_usage_rate": "商家折扣使用率(%)",
|
|
1052
|
+
"chart_avg_disc": "平均折扣金额",
|
|
1053
|
+
"chart_usage_axis": "使用率(%)",
|
|
1054
|
+
"chart_qty": "销量",
|
|
1055
|
+
"chart_refund_rate_pct": "退款率(%)",
|
|
1056
|
+
"chart_share_pct": "占比(%)",
|
|
1057
|
+
"seller_agree": "卖家同意",
|
|
1058
|
+
"seller_reject": "卖家拒绝",
|
|
1059
|
+
"fbm_label": "FBM(平台仓发)",
|
|
1060
|
+
"non_fbm_label": "非FBM",
|
|
1061
|
+
"physical_goods": "实物商品",
|
|
1062
|
+
"digital_goods": "虚拟商品",
|
|
1063
|
+
"buyer_total": "买家总数",
|
|
1064
|
+
"buyer_repurchase": "复购率",
|
|
1065
|
+
"buyer_top5": "TOP5集中度",
|
|
1066
|
+
"mini_orders": "订单",
|
|
1067
|
+
"mini_gmv": "GMV",
|
|
1068
|
+
"mini_refund_rate": "退款率",
|
|
1069
|
+
"insight_top_market": "{0}是最大市场,GMV占比{1}%。",
|
|
1070
|
+
"insight_compare": "订单量:Miravia {0} vs M2A {1}。取消率:Miravia {2} vs M2A {3}。退款率:Miravia {4} vs M2A {5}。",
|
|
1071
|
+
"insight_trend_avg": "{0}均值{1}。趋势{2}。峰值{3},低谷{4}。",
|
|
1072
|
+
"insight_trend_up": "上升",
|
|
1073
|
+
"insight_trend_down": "下降",
|
|
1074
|
+
"insight_net_rev_rate": "净收入率为{0}%。",
|
|
1075
|
+
"insight_aov_main": "{0}价格段是订单主力区间({1}%)。",
|
|
1076
|
+
"insight_pay_main": "{0}占{1}%为主力支付方式。",
|
|
1077
|
+
"insight_voucher": "商家折扣使用率{0}%,平均折扣{1} {2}。",
|
|
1078
|
+
"insight_shipping": "商家运费折扣占总运费{0}%,免运费订单占{1}%。",
|
|
1079
|
+
"insight_status_main": "{0}占{1}%为最主要状态。",
|
|
1080
|
+
"insight_cancel_init_main": "{0}占{1}%为最主要取消发起方。",
|
|
1081
|
+
"insight_cancel_agree": "卖家取消同意率为{0}%。",
|
|
1082
|
+
"insight_cancel_reason_main": "\"{0}\"是最主要的取消原因({1}%)。",
|
|
1083
|
+
"insight_ref_type_main": "{0}占{1}%为最主要退款类型。",
|
|
1084
|
+
"insight_duty_main": "{0}占{1}%为最主要退款责任方。",
|
|
1085
|
+
"insight_ref_reason_top": "\"{0}\"占比最高({1}%)。",
|
|
1086
|
+
"insight_ref_reason_click": "点击行查看详情。",
|
|
1087
|
+
"insight_fast_ref": "极速退款占{0}%。",
|
|
1088
|
+
"insight_ref_sku_top": "{0}({1})退款率{2}最高,需重点关注。",
|
|
1089
|
+
"insight_top_sku": "{0}({1})以{2}单位居销量榜首。",
|
|
1090
|
+
"insight_matrix": "现金牛象限{0}个SKU,淘汰候选{1}个SKU。",
|
|
1091
|
+
"insight_cat_top": "{0}品类GMV最高({1}),退款率{2}。",
|
|
1092
|
+
"insight_discount_top": "{0}折扣区间占比最高({1}%)。",
|
|
1093
|
+
"insight_fbm": "FBM订单占{0}%。",
|
|
1094
|
+
"insight_digital": "虚拟商品占比{0}%,业务以实物商品为主。",
|
|
1095
|
+
"insight_country_dominant": "{0}市场占主导地位。",
|
|
1096
|
+
"insight_city_top": "{0}以{1}单领先。",
|
|
1097
|
+
"insight_pay_country": "各国家支付方式分布对比。",
|
|
1098
|
+
"insight_ab_buyer": "识别出{0}位高退款率买家。",
|
|
1099
|
+
"insight_carrier_top": "{0}为最大物流商({1}%)。",
|
|
1100
|
+
"insight_ship_type_main": "{0}占{1}%为最主要物流类型。",
|
|
1101
|
+
"es_body": "所选时段内,总订单 <b>{0}</b> 单,GMV <b>{1}</b>,净收入 <b>{2}</b>。{3}退款率 <b>{4}</b>,取消率 <b>{5}</b>。",
|
|
1102
|
+
"es_miravia_pct": "Miravia贡献 <b>{0}%</b> 订单。",
|
|
1103
|
+
# -- fallback (rule-engine) Executive Summary --
|
|
1104
|
+
"fallback_high_refund": "超出阈值,需要关注",
|
|
1105
|
+
"fallback_medium_refund": "中等水平,持续监控",
|
|
1106
|
+
"fallback_low_refund": "健康水平",
|
|
1107
|
+
"fallback_high_cancel": "超出阈值",
|
|
1108
|
+
"fallback_medium_cancel": "中等水平",
|
|
1109
|
+
"fallback_low_cancel": "健康水平",
|
|
1110
|
+
"fallback_top_refund_reason": "首要退款原因",
|
|
1111
|
+
"fallback_action_refund": "排查退款率最高的原因,优化商品品质与物流服务",
|
|
1112
|
+
"fallback_action_cancel": "分析取消订单规律——检查价格竞争力与库存可用性",
|
|
1113
|
+
"fallback_action_monitor": "持续关注GMV、退款率、取消率的周度趋势变化",
|
|
1114
|
+
"fallback_summary_tpl": "周期概览:{0}笔订单,GMV {1},客单价 {2},退款率 {3},取消率 {4},净收入 {5}。",
|
|
1115
|
+
"modal_ratio": "占比",
|
|
1116
|
+
"modal_refund_amount": "退款金额",
|
|
1117
|
+
"modal_duty_party": "责任方",
|
|
1118
|
+
"modal_dimension": "维度",
|
|
1119
|
+
"modal_detail": "详情",
|
|
1120
|
+
"modal_related_sku": "关联SKU",
|
|
1121
|
+
"modal_related_carrier": "关联物流商",
|
|
1122
|
+
"modal_trend": "趋势",
|
|
1123
|
+
"modal_suggestion": "建议措施",
|
|
1124
|
+
"cat_home": "家居生活",
|
|
1125
|
+
"cat_digital": "数码电子",
|
|
1126
|
+
"cat_kitchen": "厨房用具",
|
|
1127
|
+
"cat_sports": "运动户外",
|
|
1128
|
+
"cat_beauty": "美妆个护",
|
|
1129
|
+
"cat_fashion": "服装配饰",
|
|
1130
|
+
"cat_baby": "母婴玩具",
|
|
1131
|
+
"cat_auto": "汽车配件",
|
|
1132
|
+
"cat_other": "其他",
|
|
1133
|
+
|
|
1134
|
+
"ref_detail_trend": "数据周期内统计",
|
|
1135
|
+
"ref_detail_rec": "针对'{0}'类退款,建议核查关联SKU和物流商,优化售后流程。",
|
|
1136
|
+
"ref_unspecified": "未指定",
|
|
1137
|
+
"rec_system_error": "系统/平台故障(占比{pct},累计{amt})。通常由平台侧问题引起。监控发生频率,若持续发生建议向Miravia平台提交工单。卖家无需立即操作。",
|
|
1138
|
+
"rec_out_of_stock": "缺货问题(占比{pct},累计{amt})。SKU {sku}触发了无货取消。建议优化库存预测,设置低库存预警,库存不足时主动下架商品避免空卖。",
|
|
1139
|
+
"rec_preparation_delay": "备货延迟(占比{pct},累计{amt})。订单因处理过慢被取消。优化仓库拣货/包装流程,确保高峰期人手充足。目标:下单后24小时内发货。",
|
|
1140
|
+
"rec_seller_unresponsive": "卖家未回复(占比{pct},累计{amt})。买家因未收到回复而申请退款。建议配置常见问题自动回复,确保客服在24小时内响应。",
|
|
1141
|
+
"rec_shipping_delay": "物流时效问题(占比{pct},累计{amt})。物流商'{carrier}'需评估SLA达标情况。建议对SKU {sku}切换更快物流方案,或在商品详情页明确标注预计到货时间。",
|
|
1142
|
+
"rec_wrong_item": "发错货问题(占比{pct},累计{amt})。排查仓库拣货流程,重点核查SKU {sku}的商品-SKU映射准确性。建议在包装环节增加条码扫描验证。",
|
|
1143
|
+
"rec_quantity_mismatch": "数量差异问题(占比{pct},累计{amt})。审计SKU {sku}的包装清单,在包装工位实施双人核查或拍照存证制度。检查多件商品订单的履约流程。",
|
|
1144
|
+
"rec_quality_issue": "商品质量/破损投诉(占比{pct},累计{amt})。检查SKU {sku}经物流商'{carrier}'运输的包装保护方案。建议增加气泡膜或硬质包装盒,同时排查供应商品控问题。",
|
|
1145
|
+
"rec_description_mismatch": "商品描述不符(占比{pct},累计{amt})。审核SKU {sku}的商品详情页:核实图片、尺寸、材质、颜色描述是否与实物一致。立即修正有误导性的描述。",
|
|
1146
|
+
"rec_buyer_regret": "买家主动取消/不再需要(占比{pct},累计{amt})。该类退款通常不可避免,但需监控是否集中在特定 SKU。建议优化购前信息展示或提供换货选项。",
|
|
1147
|
+
"rec_customs_issue": "海关扣留/拒绝(占比{pct},累计{amt})。核查SKU {sku}的报关文件和HS编码,确保符合目的国进口法规。联系物流商'{carrier}'协助清关。",
|
|
1148
|
+
"rec_logistics_issue": "物流异常(占比{pct},累计{amt})。物流商'{carrier}'存在丢件/退回问题。建议调查异常包裹,考虑备用物流方案或为高价值包裹购买运输保险。",
|
|
1149
|
+
"rec_shipping_method": "换地址/换物流方式请求(占比{pct},累计{amt})。建议优化发货前订单修改窗口,允许买家在发货前修改收货地址。",
|
|
1150
|
+
"rec_missing_parts": "缺少配件/附件(占比{pct},累计{amt})。核查SKU {sku}的BOM物料清单,在包装SOP中增加配件清单核对环节,建议实施封箱前重量校验。",
|
|
1151
|
+
"rec_refund_agreement": "与买家协商退款(占比{pct},累计{amt})。监控协商退款模式,若集中在特定SKU上,需深入排查根因以避免反复发生。",
|
|
1152
|
+
"rec_unknown": "退款类型'{reason}'(占比{pct},累计{amt})。排查关联SKU {sku}和物流商'{carrier}'(责任方: {duty}),分析订单详情以识别可改进环节。",
|
|
1153
|
+
},
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
|
|
1157
|
+
def get_translations(lang: str) -> dict:
|
|
1158
|
+
"""Get translation dictionary for given language code."""
|
|
1159
|
+
lang = lang.lower().strip()
|
|
1160
|
+
if lang not in TRANSLATIONS:
|
|
1161
|
+
lang = DEFAULT_LANG
|
|
1162
|
+
return TRANSLATIONS[lang]
|