tao.mo

ALL | 修改 | 中英文国际化配置

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