message.properties
3.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#******************系统操作日志记录,中文展示******************
business_log_20001=添加运单
business_log_20002=提交运单
business_log_20003=运单查询
business_log_20004=运单详细信息查询
business_log_20005=根据运单ID查询用户上传记录
business_log_20006=运单历史上传记录查询
business_log_20007=上传历史附件记录
business_log_20008=下载附件
system_exception_20003=提示信息过长,未保存成功
#******************鉴权相关提示,需要做国际化******************
#authentication包
#没有访问权限
system_exception_10001=No access rights.
#没有通过权限认证
system_exception_10002=Failed to pass the authentication.
#登录身份异常
system_exception_10003=Login identity is abnormal.
#登录超过8小时,请重新登录
system_exception_10004=Login has exceeded 8 hours, please log in again.
#登录已过期,请重新登录
system_exception_10005=Login has expired, please log in again.
#******************业务相关、需要做国际化******************
#*********用于字段描述使用,不单独使用**********
#发货人计费账号
business_field_31001=shipper account
#运单ID
business_field_31002=tracking number ID
#运单号
business_field_31003=tracking number
#始发国编码
business_field_31004=origin country ID
#始发国名称
business_field_31005=origin country
#目的国编码
business_field_31006=destination country ID
#目的国全称
business_field_31007=destination country
#文件业务类型
business_field_31008=upload file type
#*********具体响应到前端**********
#{0}必填字段未填写
business_exception_30001=Required fields not filled in.
#单次最多可查询1000个运单号码
business_exception_30002=A maximum of 1,000 waybill numbers can be queried at a time.
#暂时没用,预留
business_exception_30003={0}不正确,请重新输入
business_exception_30004=The waybill you entered is generated by another user, whether continue uploading?
business_exception_30005=The waybill you entered is generated by another account, whether continue uploading?
#附件未上传
business_exception_30006=Attachment not uploaded.
#所有上传文件数量不超过{0}个文件
business_exception_30007=The total number of uploaded files should not exceed 100 files.
#所有上传文件总大小不超过{0}M
business_exception_30008=The total size of all uploaded files should not exceed {0}MB.
#暂时没用,预留
business_exception_30009=运单或发票未上传
#暂时没用,预留
business_exception_30010=文件类型不在:运单、发票、箱单、其他
#该运单已被其他人创建,不可以重复创建
business_exception_30011=This waybill has been created by someone else and cannot be created again.
#暂时没用,预留
business_exception_30012=UUID不一致
#文件名为:{0},上传失败,请检查后重试
business_exception_30013=File name: {0}, upload failed, please check and try again
#运单信息加载失败,请稍后重试
business_exception_30014=Air waybill information loading failed, please try again later
#提交成功
business_success_30015=Submission successful
#提交失败,请稍后重试!
business_exception_30016=Submission failed, please try again later!
#运单号填写错误,请检查!
business_exception_30017=Air waybill number is incorrect, please check!
#运单提交失败,该运单正在被其他用户操作,请稍后重试
business_exception_30018=Air waybill submission failed, the waybill is being operated by other users, please try again later.
#Shipper Account填写错误(Shipper Account是由9位数字组成)
business_exception_30019=Incorrect Shipper Account(Shipper Account is composed of 9 digits).
#您当前登录账号的shipper Account与您正在录入的shipperAccount不一致,请确认是否继续?
business_exception_30020=The Shipper Account you are entering is inconsistent with your login Shipper Account. Please confirm whether to continue?