Commit d7eeb2a3 authored by Đào Nhật Quang's avatar Đào Nhật Quang

quangdn

parent 801ae339
...@@ -87,15 +87,13 @@ customer.cusType.vip = VIP ...@@ -87,15 +87,13 @@ customer.cusType.vip = VIP
customer.cusType.blacklist = Blacklist customer.cusType.blacklist = Blacklist
customer.yes = Yes customer.yes = Yes
customer.not = No customer.not = No
customer.noData = Template empty
customer.nameRequired = Full name required; customer.nameRequired = Full name required;
customer.emailMax100=Email must less than 100 character;
customer.invalidRecord=Invalid Record, required one more contact information; customer.invalidRecord=Invalid Record, required one more contact information;
customer.onlyNumber=Phone contain number only; customer.onlyNumber=Phone contain number only;
customer.importSuccess = Import Successful
customer.importFailed = Import Failed
customer.errorValidate = Error while validating customer.errorValidate = Error while validating
customer.phoneMax50 = Mobile phone must less than 50 character; customer.phoneMax50=Mobile phone must less than 50 characters;
customer.phone8to15=Mobile phone from 8 to 15 characters;
customer.3phone=Max 3 mobile phone;
customer.phoneExists = Mobile phone exists; customer.phoneExists = Mobile phone exists;
customer.notMatch = not match regexp validation customer.notMatch = not match regexp validation
customer.notGreaterThan = not greater than customer.notGreaterThan = not greater than
......
...@@ -89,15 +89,13 @@ customer.cusType.vip = VIP ...@@ -89,15 +89,13 @@ customer.cusType.vip = VIP
customer.cusType.blacklist = Blacklist customer.cusType.blacklist = Blacklist
customer.yes = customer.yes =
customer.not = Không customer.not = Không
customer.noData = Template không có dữ liệu
customer.nameRequired = Họ và tên không được để trống; customer.nameRequired = Họ và tên không được để trống;
customer.emailMax100=Email không được quá 100 kí tự;
customer.invalidRecord=Bắt buộc nhập 1 trong 3 thông tin liên lạc(Số điện thoại chính, Số điện thoại phụ, Email); customer.invalidRecord=Bắt buộc nhập 1 trong 3 thông tin liên lạc(Số điện thoại chính, Số điện thoại phụ, Email);
customer.onlyNumber=Số điện thoại chỉ được nhập số; customer.onlyNumber=Số điện thoại chỉ được nhập số;
customer.importSuccess = Import dữ liệu thành công
customer.importFailed = Import dữ liệu thất bại
customer.errorValidate = Validate dữ liệu lỗi customer.errorValidate = Validate dữ liệu lỗi
customer.phoneMax50 = Số điện thoại không được quá 50 kí tự; customer.phoneMax50 = Số điện thoại không được quá 50 kí tự;
customer.phone8to15=Số điện thoại chỉ được từ 8 đến 15 kí tự;
customer.3phone=Tối đa chỉ được nhập 3 số điện thoại;
customer.phoneExists = Số điện thoại chính đã tồn tại; customer.phoneExists = Số điện thoại chính đã tồn tại;
customer.notMatch = không đúng định dạng customer.notMatch = không đúng định dạng
customer.notGreaterThan = không được lớn hơn customer.notGreaterThan = không được lớn hơn
......
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