Commit 2651fee0 authored by Smile's avatar Smile

海运订单动态枚举缺少“下单”法语内容

parent 7ac66c5d
...@@ -11,7 +11,7 @@ import java.util.Arrays; ...@@ -11,7 +11,7 @@ import java.util.Arrays;
@Getter @Getter
public enum OrderSeaTimeEnum implements IntArrayValuable { public enum OrderSeaTimeEnum implements IntArrayValuable {
SEA_ORDER_PLACED(200, "下单", "Order placed", "","","",""), SEA_ORDER_PLACED(200, "下单", "Order placed", "Commande passée","","",""),
// SEA_IN_WAREHOUSE(520201, "入仓", "Warehousing", "货物已入捷道%s,本次入仓%s件,总入仓%s件","The There are %s ctns been arrived in E&C %s,TTL ctns are %s."), // SEA_IN_WAREHOUSE(520201, "入仓", "Warehousing", "货物已入捷道%s,本次入仓%s件,总入仓%s件","The There are %s ctns been arrived in E&C %s,TTL ctns are %s."),
SEA_IN_WAREHOUSE(520201, "入仓","Received", "Reçu", "货物已入捷道%s,本次入仓%s件,总入仓%s件","%s ctns have been arrived at E&C %s warehouse,TTL ctns are %s.","%s colis sont arrivés à l'entrepôt E&C %s, total est %s."), SEA_IN_WAREHOUSE(520201, "入仓","Received", "Reçu", "货物已入捷道%s,本次入仓%s件,总入仓%s件","%s ctns have been arrived at E&C %s warehouse,TTL ctns are %s.","%s colis sont arrivés à l'entrepôt E&C %s, total est %s."),
// SEA_IN_WAREHOUSE_REMARK(520201, "入仓", "Warehousing", "货物已入捷道%s,本次入仓%s件,总入仓%s件,未到齐","%s ctns have been arrived at E&C %s warehouse,TTL ctns are %s. Incomplete"), // SEA_IN_WAREHOUSE_REMARK(520201, "入仓", "Warehousing", "货物已入捷道%s,本次入仓%s件,总入仓%s件,未到齐","%s ctns have been arrived at E&C %s warehouse,TTL ctns are %s. Incomplete"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment