|
@@ -188,8 +188,8 @@ export default {
|
|
|
index: {
|
|
|
scanCodeIn: "扫码入库",
|
|
|
scanCodeOut: "扫码出库",
|
|
|
- notice: "公告",
|
|
|
- quickService: "快捷服务",
|
|
|
+ notice: "Notice",
|
|
|
+ quickService: "Quick Service",
|
|
|
statisticalTask: "任务统计",
|
|
|
monthlyPolicy: "月度政策",
|
|
|
numberquery: "胎号查询",
|
|
@@ -215,7 +215,7 @@ export default {
|
|
|
},
|
|
|
// 我的
|
|
|
my: {
|
|
|
- title: "我的",
|
|
|
+ title: "My",
|
|
|
contacts: "contact",
|
|
|
region: "region",
|
|
|
balanceCenter: "Balance Center",
|
|
@@ -258,22 +258,22 @@ export default {
|
|
|
version: "version",
|
|
|
exit: "exit",
|
|
|
loadingFail: "loading fail",
|
|
|
- tips1: "已是最新版",
|
|
|
- tips2: "发现新版本",
|
|
|
- tips3: "此功能暂不开放",
|
|
|
- tips4: "立即去AppStore更新"
|
|
|
+ tips1: "It's the latest version",
|
|
|
+ tips2: "New version found",
|
|
|
+ tips3: "This function is not available",
|
|
|
+ tips4: "Go to the app store to update now"
|
|
|
},
|
|
|
|
|
|
// 经销商库存
|
|
|
agentStock: {
|
|
|
- title: "经销商库存",
|
|
|
- stockStatus: "库存是否充足",
|
|
|
- status1: "充足",
|
|
|
- status2: "紧张",
|
|
|
- all: "全部",
|
|
|
- brand: "品牌",
|
|
|
- pattern: "花纹",
|
|
|
- placeholder: "请输入品牌或规格"
|
|
|
+ title: "Agent Stock",
|
|
|
+ stockStatus: "Is the stock sufficient",
|
|
|
+ status1: "adequate",
|
|
|
+ status2: "short supply",
|
|
|
+ all: "all",
|
|
|
+ brand: "brand",
|
|
|
+ pattern: "pattern",
|
|
|
+ placeholder: "placeholder"
|
|
|
},
|
|
|
|
|
|
// 奖励明细页面
|
|
@@ -318,5 +318,30 @@ export default {
|
|
|
noPass: "noPass",
|
|
|
pass: "pass",
|
|
|
expired: "expired"
|
|
|
+ },
|
|
|
+
|
|
|
+ // 隐私政策
|
|
|
+ policy: {
|
|
|
+ title: "Privacy Policy"
|
|
|
+ },
|
|
|
+
|
|
|
+ // 用户协议
|
|
|
+ agreement: {
|
|
|
+ title: "Agreement"
|
|
|
+ },
|
|
|
+
|
|
|
+ // uView组件内文字
|
|
|
+ uView: {
|
|
|
+ choiceDate: "Choice Date",
|
|
|
+ startTime: "start",
|
|
|
+ endTime: "end",
|
|
|
+ finished: "finished"
|
|
|
+
|
|
|
+ },
|
|
|
+
|
|
|
+ tabBar: {
|
|
|
+ index: "index",
|
|
|
+ msg: "message",
|
|
|
+ my: "my"
|
|
|
}
|
|
|
}
|