fix(i18n): rename country labels to '寄出国/到达国' to avoid ambiguity

This commit is contained in:
2026-07-15 19:27:26 +08:00
parent 2fe3ea5249
commit 0a8f8c4904
3 changed files with 8 additions and 8 deletions

View File

@@ -123,8 +123,8 @@
"pc_form.number_hint": "格式AB-1234567",
"pc_form.status": "状态",
"pc_form.recipient": "收件人",
"pc_form.country": "国家/地区",
"pc_form.country_from": "寄出地",
"pc_form.country_from": "寄出国",
"pc_form.country_to": "到达国",
"pc_form.send_time": "寄出时间",
"pc_form.arrival_time": "到达时间",
"pc_form.sender": "发件人",