locale ru
This commit is contained in:
23
src/i18n/message/webContact/zh.js
Normal file
23
src/i18n/message/webContact/zh.js
Normal file
@ -0,0 +1,23 @@
|
||||
const webContact = {
|
||||
demand: "需求",
|
||||
demandEmpty: "需求内容不能为空",
|
||||
demandPlaceholder: "请输入需求",
|
||||
email: "邮箱",
|
||||
emailEmpty: "邮箱不能为空",
|
||||
emailFormat: "请输入正确的邮箱",
|
||||
emailPlaceholder: "请输入邮箱",
|
||||
name: "姓名",
|
||||
nameEmpty: "姓名不能为空",
|
||||
namePlaceholder: "请输入姓名",
|
||||
phone: "联系电话",
|
||||
phoneEmpty: "联系电话不能为空",
|
||||
phoneFormat: "请输入正确的联系电话",
|
||||
phonePlaceholder: "请输入联系电话",
|
||||
submit: "提交",
|
||||
title: "联系我们",
|
||||
unit: "单位",
|
||||
unitEmpty: "所在单位不能为空",
|
||||
unitPlaceholder: "请输入所在单位",
|
||||
};
|
||||
|
||||
export default webContact;
|
Reference in New Issue
Block a user