You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.4 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/** Flock Freight 中文界面文案(对齐官网表单结构) */
export const FLOCK_UI = {
formTitle: "获取即时报价",
formHint:
"填写货件信息即可询价;官网注册默认由系统自动完成,也可在下方附加项中自行填写邮箱与电话",
registrationSectionTitle: "官网注册信息(可选)",
registrationSectionHint:
"留空则系统自动生成随机邮箱与电话;仅填写部分字段时,其余仍由系统补全",
firstName: "名",
lastName: "姓",
company: "公司名称",
workEmail: "工作邮箱",
phone: "电话号码",
phoneHint: "10 位美国号码,不含国家区号",
shipmentsPerMonth: "月出货量(干货车)",
useCustomRegistration: "使用自定义注册信息",
useSystemRegistration: "使用系统自动注册",
pickupDate: "提货日期",
pickupDateHint: "不能选择今天之前的日期;周六、周日不可选",
pickupZip: "提货邮编",
deliveryZip: "派送邮编",
palletCount: "托盘件数",
palletCountHint: "只能输入 4 到 20 个托盘",
totalWeight: "整票总重",
totalWeightHint: "整票总重不能超过 45000 lb",
dimsTitle: "单托外尺寸",
length: "长度",
width: "宽度",
height: "高度",
weightUnit: "重量单位",
weightLb: "磅 (lb)",
weightKg: "千克 (kg)",
dimUnit: "尺寸单位",
dimIn: "英寸 (in)",
dimCm: "厘米 (cm)",
unitSwitchHint:
"切换单位时不改变数值;询价时服务端会自动换算为英制并向上取整。",
submit: "获取报价",
submitting: "查询中…",
resultTitle: "您的定制报价",
buildAnother: "再查一单",
directName: "FlockDirect®",
directTag: "直达优选",
standardName: "标准 LTL",
standardTag: "经济",
pricesFrom: "起价",
transit: "时效",
reference: "参考编号",
directFeatures: [
"直达运输,不经中转枢纽",
"可预期的准时到达时段",
"最高可减少约 40% CO₂e 排放",
],
standardFeatures: [
"有机会免费升级至 FlockDirect®",
"不保证直达、不保证免中转",
"无固定准时到达窗口",
],
standardNote: "由 Flock 的 LTL 合作承运商承运",
emptyResult: "暂无可用报价,请调整货件参数后重试",
disabledHint: "Flock 报价源未启用(请设置 FLOCK_RPA_ENABLED=true 或 RPA_MOCK_MODE=true",
busyHint: "Flock 官网正被占用,请稍后再试",
} as const;