123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- export default {
- login:{
- code:"Click for authentication code",
- login:"Login",
- sign:"Sign up now",
- no:"No account?",
- Lan:"Switch language鈥擡nglish",
- mobile:"Enter mobile number",
- code:"Enter verification code",
- },
- //注册
- register:{
- tips:"",
- uplicense:"",
- uppicture:" ",
- tips2:"",
- nextstep:"",
- tipstitle:"",
- tipscontent: "",
- tipscancelText: "",
- tipsconfirmText: "",
- Analyse: "",
- sucAnalyse: "",
- errAnalyse: "",
- sucupload:"",
- delupload:"",
- reloadText:""
- },
- //注册2
- register_2:{
- cardtitle:"",
- storeText:"",
- store:"",
- companyText:"",
- company:"",
- notwrite:"",
- name: "",
- phone: "",
- code: "",
- region: "",
- latitude: "",
- nextstep:"",
- tipstitle:"",
- modelcontent: "",
- storemessage: "",
- namemessage: "",
- namemessage2: "",
- phonemessage: "",
- codemessage: "",
- codemessage2: "",
- bd09Text: "",
- repeatcode:"",
- confirmText: ""
- },
- //注册3
- register_3:{
- cardtitle:"",
- cooperation:"",
- confirmText: "",
- cancelText:"",
- cardtitle2:"",
- cardtitle3:"",
- cardtitle4:"",
- cardText:"",
- Text:"",
- Text2:"",
- Text3:"",
- Text4:"",
- confirmRegister:"",
- cooperationmessage: "",
- tips:"",
- tips2:"",
- tips3:"",
- tips4:"",
- tips5:"",
- },
- //页面标题
- pagetitle:{
- entertitle: "",
- outtitle: "",
- numberquery: "",
- supplier:"",
- brandmanagement: ""
- },
- unified:{
- networkstate: "",
- nodata: "",
- Loading: "",
- error: "",
- search: "",
- //下面是日历的周一到周天
- sun: "",
- mon: "",
- tues:"",
- wed: "",
- thur: "",
- fri: "",
- sat: ""
- },
- //扫码页面
- scanenter: {
- title: "",
- tips: "",
- tips_a: "",
- input: "",
- confirmentry: "",
- number: "",
- Specifications: "",
- operation: "",
- Delete: "",
- slide: "",
- confirm: "",
- pleaseenter: "",
- pleaseenter_s: "",
- nodata: "",
- networkstate_s: "",
- locationstate: "",
- seekfailed: "",
- repeat: "",
- inputsuccess: "",
- scansuccess: "",
- transformation: "",
- repeatscan: ""
- },
- //出入库扫码确认
- scanningconfirm:{
- strip: "",
- Successfullypit: "",
- success: "",
- fail:"",
- number: "",
- number_s: "",
- failreason: "",
- stateA: "",
- stateB: "",
- stateC: "",
- reward: "",
- yuan: "",
- integral: "",
- one: "",
- materiel: "",
- estimatereward: "",
- total: "",
- attention: "",
- confirm: "",
- networkstate: "",
- notincluded: ""
- },
- //出入库明细
- scancodeenter: {
- total: "",
- tips: "",
- tabs_a: "",
- tabs_b: "",
- tabs_c: "",
- number: "",
- describe: "",
- number_d: "",
- activity: "",
- creationtime: "",
- daterange: "",
- strip: "",
- start: "",
- end: "",
- loadmore: "",
- loading: "",
- nomore: "",
- nodata: "",
- participation: "",
- noparticipation: "",
- networkstate: "",
- Loading: "",
- determine: "",
- delivery: ""
- },
- //胎号查询
- numberquery:{
- clickscancode: "",
- input: "",
- promptinput: "",
- errormessage: "",
- query: "",
- pleaseinput: "",
- number: "",
- brand: "",
- specifications: "",
- type: "",
- time: "",
- success: "",
- networkstate: "",
- },
- //我的供应商
- supplier:{
- //暂无
- },
- //我的经营品牌
- brandmanagement:{
- reason: "",
- rejected: "",
- approved: "",
- deleted: "",
- notreviewed: ""
- },
- //我的库存
- stock:{
- tips: "",
- specifications: "",
- stock: "",
- tabs_a: "",
- loadmore: "",
- loading: "",
- nomore: "",
- }
- }
|