Commit d05a0ef29d25bc531c6200635f9afe1c22b7d28e
1 parent
6ac78982
v1.9 发布广告分类没有翻译成中文的问题
Showing
1 changed file
with
16 additions
and
0 deletions
src/views/admin/advertManageLang.js
| @@ -29,6 +29,14 @@ export const messages = { | @@ -29,6 +29,14 @@ export const messages = { | ||
| 29 | outside: 'Outside', | 29 | outside: 'Outside', |
| 30 | noJump: 'No Jump' | 30 | noJump: 'No Jump' |
| 31 | }, | 31 | }, |
| 32 | + location:{ | ||
| 33 | + device: 'Device', | ||
| 34 | + ownerHome: 'Owner Home', | ||
| 35 | + businessHome: 'Business Home', | ||
| 36 | + serviceHome: 'Service Home', | ||
| 37 | + convenienceHome: 'Convenience Home', | ||
| 38 | + staffHome: 'Staff Home' | ||
| 39 | + }, | ||
| 32 | classify: { | 40 | classify: { |
| 33 | logistics: 'Logistics', | 41 | logistics: 'Logistics', |
| 34 | catering: 'Catering', | 42 | catering: 'Catering', |
| @@ -141,6 +149,14 @@ export const messages = { | @@ -141,6 +149,14 @@ export const messages = { | ||
| 141 | outside: '站外', | 149 | outside: '站外', |
| 142 | noJump: '不跳转' | 150 | noJump: '不跳转' |
| 143 | }, | 151 | }, |
| 152 | + location:{ | ||
| 153 | + device: '设备', | ||
| 154 | + ownerHome: '业主家', | ||
| 155 | + businessHome: '商家家', | ||
| 156 | + serviceHome: '服务家', | ||
| 157 | + convenienceHome: '便利家', | ||
| 158 | + staffHome: '员工' | ||
| 159 | + }, | ||
| 144 | classify: { | 160 | classify: { |
| 145 | logistics: '物流', | 161 | logistics: '物流', |
| 146 | catering: '餐饮', | 162 | catering: '餐饮', |