|
@@ -4,7 +4,7 @@ export default {
|
|
|
login:"Login",
|
|
|
sign:"Sign up now",
|
|
|
no:"No account?",
|
|
|
- Lan:"Switch language—English",
|
|
|
+ Lan:"Switch language-English",
|
|
|
mobile:"Enter mobile number",
|
|
|
code:"Enter verification code",
|
|
|
},
|
|
@@ -26,8 +26,297 @@ export default {
|
|
|
delupload:"",
|
|
|
reloadText:""
|
|
|
},
|
|
|
+
|
|
|
+ unified:{
|
|
|
+ networkstate: 'network state',
|
|
|
+ nodata:'nodata',
|
|
|
+ Loading:'Loading',
|
|
|
+ error:'error',
|
|
|
+ error1: '出错了,请稍后再试',
|
|
|
+ search:'search',
|
|
|
+ //下面是日历的周一到周天
|
|
|
+ sun:'Sun',
|
|
|
+ mon:'Mon',
|
|
|
+ tues:'Tues',
|
|
|
+ wed:'Wed',
|
|
|
+ thur:'Thur',
|
|
|
+ fri:'Fri',
|
|
|
+ sat:'Sat',
|
|
|
+ cancel: 'cancel',
|
|
|
+ submit: 'submit'
|
|
|
+ },
|
|
|
+ // 任务统计
|
|
|
+ taskStatistics: {
|
|
|
+ title: 'Task Statistics'
|
|
|
+ },
|
|
|
+
|
|
|
+ // 月度政策
|
|
|
+ monthlyPolicy: {
|
|
|
+ title: 'Monthly Policy'
|
|
|
+ },
|
|
|
+
|
|
|
+ // 扫码页面
|
|
|
+ scanenter: {
|
|
|
+ titleIn: 'Scan Enter',
|
|
|
+ titleOut: 'Scan Out',
|
|
|
+ tips: 'tips',
|
|
|
+ tips_a:'tips_a',
|
|
|
+ input: 'input',
|
|
|
+ confirmentry:'confirmentry',
|
|
|
+ number: 'number',
|
|
|
+ Specifications: 'Specifications',
|
|
|
+ operation: 'operation',
|
|
|
+ Delete:'Delete',
|
|
|
+ slide: 'slide',
|
|
|
+ confirm: 'confirm',
|
|
|
+ pleaseenter: 'pleaseenter',
|
|
|
+ pleaseenter_s: 'pleaseenter_s',
|
|
|
+ nodata: 'nodata!',
|
|
|
+ networkstate_s: 'networkstate_s',
|
|
|
+ locationstate: 'locationstate',
|
|
|
+ seekfailed:'seekfailed',
|
|
|
+ repeat: 'repeat',
|
|
|
+ inputsuccess: 'inputsuccess',
|
|
|
+ scansuccess: 'scansuccess',
|
|
|
+ transformation:'transformation',
|
|
|
+ repeatscan:'repeatscan'
|
|
|
+ },
|
|
|
+ //出入库扫码确认
|
|
|
+ scanningconfirm:{
|
|
|
+ titleIn: 'scanning In confirm',
|
|
|
+ titleOut: 'scanning Out confirm',
|
|
|
+ strip:'strip',
|
|
|
+ Successfullypit:'Successfully pit',
|
|
|
+ success:'success',
|
|
|
+ fail:'fail',
|
|
|
+ number:'number',
|
|
|
+ number_s: 'number_s',
|
|
|
+ failreason:'failreason',
|
|
|
+ stateA:'stateA',
|
|
|
+ stateB:'stateB',
|
|
|
+ stateC:'stateC',
|
|
|
+ reward:'reward',
|
|
|
+ yuan:'yuan',
|
|
|
+ integral:'integral',
|
|
|
+ one:'one',
|
|
|
+ materiel:'materiel',
|
|
|
+ estimatereward:'estimatereward',
|
|
|
+ total:'total',
|
|
|
+ attention:'attention',
|
|
|
+ confirm: 'confirm',
|
|
|
+ networkstate:'networkstate',
|
|
|
+ notincluded:'notincluded'
|
|
|
+ },
|
|
|
+
|
|
|
+ //出入库明细
|
|
|
+ scancodeenter: {
|
|
|
+ titleIn: 'Warehouse Detail',
|
|
|
+ titleOut: 'Delivery Detail',
|
|
|
+ total: 'total',
|
|
|
+ tips: 'tips',
|
|
|
+ tabs_a: 'tabs_a',
|
|
|
+ tabs_b: 'tabs_b',
|
|
|
+ tabs_c: 'tabs_c',
|
|
|
+ number:'number',
|
|
|
+ describe:'describe',
|
|
|
+ number_d:'number_d',
|
|
|
+ activity:'activity',
|
|
|
+ creationtime:'creation time',
|
|
|
+ daterange:'date range',
|
|
|
+ strip:'strip',
|
|
|
+ start:'start',
|
|
|
+ end:'end',
|
|
|
+ loadmore:'load more',
|
|
|
+ loading:'loading',
|
|
|
+ nomore:'no more',
|
|
|
+ nodata:'no data',
|
|
|
+ participation:'participation',
|
|
|
+ noparticipation:'no participation',
|
|
|
+ networkstate:'network state',
|
|
|
+ Loading:'Loading',
|
|
|
+ determine:'determine',
|
|
|
+ delivery:'delivery'
|
|
|
+ },
|
|
|
+
|
|
|
+ //胎号查询
|
|
|
+ numberquery:{
|
|
|
+ title: "Number Query",
|
|
|
+ clickscancode:'click scan code',
|
|
|
+ input:'input',
|
|
|
+ promptinput:'prompt input',
|
|
|
+ errormessage:'error message',
|
|
|
+ query:'query',
|
|
|
+ pleaseinput:'please input',
|
|
|
+ number:'number',
|
|
|
+ brand:'brand',
|
|
|
+ specifications:'specifications',
|
|
|
+ type:'type',
|
|
|
+ time:'time',
|
|
|
+ success:'success',
|
|
|
+ networkstate:'networkstate',
|
|
|
+ },
|
|
|
+
|
|
|
+ //我的供应商
|
|
|
+ supplier:{
|
|
|
+ title: "My Supplier",
|
|
|
+ basicInfo: "basic Info",
|
|
|
+ brand: "brand",
|
|
|
+ noLogo: "noLogo"
|
|
|
+ },
|
|
|
+
|
|
|
+ //我的经营品牌
|
|
|
+ brandmanagement:{
|
|
|
+ title: 'My Brand Management',
|
|
|
+ reason:'reason',
|
|
|
+ rejected:'reject',
|
|
|
+ approved:'approved',
|
|
|
+ deleted:'deleted',
|
|
|
+ notreviewed:'notReviewed'
|
|
|
+ },
|
|
|
+
|
|
|
+ //我的库存
|
|
|
+ stock:{
|
|
|
+ tips: 'tips',
|
|
|
+ specifications:'specifications',
|
|
|
+ stock:'stock',
|
|
|
+ tabs_a: 'tabs_a',
|
|
|
+ loadmore:'loadmore',
|
|
|
+ loading:'loading',
|
|
|
+ nomore:'nomore',
|
|
|
+ },
|
|
|
+ // 首页
|
|
|
+ index: {
|
|
|
+ scanCodeIn: "扫码入库",
|
|
|
+ scanCodeOut: "扫码出库",
|
|
|
+ notice: "公告",
|
|
|
+ quickService: "快捷服务",
|
|
|
+ statisticalTask: "任务统计",
|
|
|
+ monthlyPolicy: "月度政策",
|
|
|
+ numberquery: "胎号查询",
|
|
|
+ myStock: "我的仓库",
|
|
|
+ monthlyTaskQuery: "每月任务查询",
|
|
|
+ monthlyPolicyUpdate: "每月最新政策",
|
|
|
+ queryTireInformation: "查询轮胎信息",
|
|
|
+ viewTireInventory: "查看轮胎库存",
|
|
|
+ goToSee: "去看看",
|
|
|
+ loginSuc: "登录成功",
|
|
|
+ tips1: "发现新版本",
|
|
|
+ tips2: "立即去AppStore更新",
|
|
|
+
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
message: {
|
|
|
title: 'info',
|
|
|
- noData: 'no data'
|
|
|
+ noData: 'no data',
|
|
|
+ deleted: "delete",
|
|
|
+ deletedSuc: "delete success"
|
|
|
+ },
|
|
|
+ // 我的
|
|
|
+ my: {
|
|
|
+ title: "我的",
|
|
|
+ contacts: "contact",
|
|
|
+ region: "region",
|
|
|
+ balanceCenter: "Balance Center",
|
|
|
+ MyReward: "reward",
|
|
|
+ frozenAwards: "frozen awards",
|
|
|
+ waitingForReview: "waiting for review",
|
|
|
+ availablePoints: "available points",
|
|
|
+ myService: "My Service",
|
|
|
+ warehouseDetails: "warehouse details",
|
|
|
+ deliveryDetails: "delivery detail",
|
|
|
+ awardDetails: "award detail",
|
|
|
+ auditRecords: "audit records",
|
|
|
+ brandManagement: "brand management",
|
|
|
+ mySupplier: "my supplier",
|
|
|
+ setUp: "set up",
|
|
|
+ viewAll: "view all"
|
|
|
+ },
|
|
|
+ // 结算中心
|
|
|
+ balanceCenter: {
|
|
|
+ title: "Balance Center",
|
|
|
+ brand: "brand",
|
|
|
+ reward: "reward",
|
|
|
+ checkAll: "check all",
|
|
|
+ rebate: "rebate",
|
|
|
+ tips1: "奖励金额不能为0!",
|
|
|
+ tips2: "核销成功",
|
|
|
+ tips3: "请选择要核销的返利!",
|
|
|
+ unit: "元"
|
|
|
+ },
|
|
|
+ // 设置
|
|
|
+ setUp: {
|
|
|
+ title: "Set Up",
|
|
|
+ modifyAvatar: "modify avatar",
|
|
|
+ addressManagement: "address management",
|
|
|
+ storeName: "store name",
|
|
|
+ storeContact: "store contact",
|
|
|
+ mobile: "mobile",
|
|
|
+ agreement: "agreement",
|
|
|
+ policy: "policy",
|
|
|
+ version: "version",
|
|
|
+ exit: "exit",
|
|
|
+ loadingFail: "loading fail",
|
|
|
+ tips1: "已是最新版",
|
|
|
+ tips2: "发现新版本",
|
|
|
+ tips3: "此功能暂不开放",
|
|
|
+ tips4: "立即去AppStore更新"
|
|
|
+ },
|
|
|
+
|
|
|
+ // 经销商库存
|
|
|
+ agentStock: {
|
|
|
+ title: "经销商库存",
|
|
|
+ stockStatus: "库存是否充足",
|
|
|
+ status1: "充足",
|
|
|
+ status2: "紧张",
|
|
|
+ all: "全部",
|
|
|
+ brand: "品牌",
|
|
|
+ pattern: "花纹",
|
|
|
+ placeholder: "请输入品牌或规格"
|
|
|
+ },
|
|
|
+
|
|
|
+ // 奖励明细页面
|
|
|
+ awardDetail: {
|
|
|
+ title: "Award Detail",
|
|
|
+ all: "all",
|
|
|
+ brand: "brand",
|
|
|
+ time: "time",
|
|
|
+ placeholder: "placehoder",
|
|
|
+ rewarded: "rewarded",
|
|
|
+ tireType: "tireType",
|
|
|
+ tireCode: "tireCode",
|
|
|
+ rewardType: "rewardType",
|
|
|
+ time: "time",
|
|
|
+ scanCodeType1: "scanCodeType1",
|
|
|
+ scanCodeType2: "scanCodeType2"
|
|
|
+ },
|
|
|
+
|
|
|
+ // 搜索页面
|
|
|
+ search: {
|
|
|
+ placeholder: "placeholder",
|
|
|
+ rewarded: "rewarded",
|
|
|
+ tireType: "tire Type",
|
|
|
+ tireCode: "tire Code",
|
|
|
+ rewardType: "reward Type",
|
|
|
+ time: "time",
|
|
|
+ scanCodeType1: "scanCodeType1",
|
|
|
+ scanCodeType2: "scanCodeType2"
|
|
|
+ },
|
|
|
+
|
|
|
+ // 核销管理
|
|
|
+ auditManagement: {
|
|
|
+ title: "Audit Management",
|
|
|
+ waitingForAudit: "waiting For Audit",
|
|
|
+ audited: "audited",
|
|
|
+ invaild: "invaild",
|
|
|
+ money: "money",
|
|
|
+ createTime: "create Time",
|
|
|
+ auditTime: "audit Time",
|
|
|
+ tire: "tire",
|
|
|
+ currentStatus: "currentStatus",
|
|
|
+ noPass: "noPass",
|
|
|
+ pass: "pass",
|
|
|
+ expired: "expired"
|
|
|
}
|
|
|
}
|