update 完成设备页面的国际化
This commit is contained in:
@@ -104,6 +104,12 @@ t.produceTime = '生产日期'
|
||||
t.enterTime = '进厂日期'
|
||||
t.manufacturer = '制造商'
|
||||
|
||||
t.hints = {}
|
||||
t.hints.date = '请选择日期'
|
||||
t.hints.number = '请输入正确的数值'
|
||||
t.hints.upload2m = '上传文件大小不要超过 2mb (2048kb)'
|
||||
t.hints.upload2mPic = '上传图片文件,且大小不要超过 2mb (2048kb)'
|
||||
|
||||
t.factory = {}
|
||||
t.factory.title = '工厂'
|
||||
t.factory.name = '工厂名称'
|
||||
@@ -179,6 +185,16 @@ t.eq.groupcode = '分组编码'
|
||||
t.eq.excode = '设备外部代码'
|
||||
t.eq.input = '上片数据设备'
|
||||
t.eq.output = '下片数据设备'
|
||||
t.eq.tvalue = '设备TT值'
|
||||
t.eq.processingTime = '单件产品加工时间(秒)'
|
||||
t.eq.dtype = '数据类别'
|
||||
t.eq.dtypenone = '无类别'
|
||||
t.eq.dtypeinput = '上片数据设备'
|
||||
t.eq.dtypeoutput = '下片数据设备'
|
||||
t.eq.upload = '上传资料'
|
||||
t.eq.image = '设备图片'
|
||||
t.eq.viewattr = '查看设备属性'
|
||||
|
||||
|
||||
t.pl = {}
|
||||
t.pl.title = '产线'
|
||||
|
||||
Reference in New Issue
Block a user