Commit ce4d3f47 authored by GuanHua's avatar GuanHua

fix: 翻译问题修复

parent 3172fbad
......@@ -20,7 +20,7 @@
"clean": "rimraf node_modules",
"start": "yarn api && yarn scripts:build && cross-env NODE_OPTIONS=--max_old_space_size=4096 UMI_ENV=local umi dev",
"start-noApi": "yarn scripts:build && cross-env NODE_OPTIONS=--max_old_space_size=4096 UMI_ENV=local umi dev",
"build": "yarn api && yarn scripts:build && yarn build:clean",
"build": "yarn && yarn api && yarn scripts:build && yarn build:clean",
"build-noApi": "yarn scripts:build && yarn build:clean",
"build:yxc": "yarn api && yarn scripts:build-yxc && umi build",
"build:analyze": "cross-env NODE_OPTIONS=--max_old_space_size=16384 ANALYZE=1 UMI_ENV=prod umi build",
......@@ -71,7 +71,7 @@
"@linkseeks/design-core": "^1.0.0",
"@linkseeks/design-react": "^1.0.2",
"@linkseeks/design-react-web": "^1.0.0",
"@linkseeks/design-ui": "^1.0.11",
"@linkseeks/design-ui": "^1.0.12",
"@linkseeks/god": "^1.0.0",
"@linkseeks/umi-plugin-yapi": "1.0.1",
"@turf/turf": "^6.4.0",
......
......@@ -269,4 +269,5 @@
'editor.advert.title': 'Advertising editor',
'editor.shopfloorline.goods': 'Product Recommendation Settings',
'editor.shopfloorline.category': 'Classification Recommendation Settings',
'editor.mainnav.title': 'Navigation bar editor',
}
......@@ -1131,5 +1131,7 @@ export default {
"37104": "Please fill in the address of the recipient of the order self-pickup method",
"37107": "The province does not exist",
"37108": "The city does not exist",
"37109": "Zone does not exist"
}
\ No newline at end of file
"37109": "Zone does not exist",
"60146": 'The member type is not a channel member or a channel individual member, and a channel cannot be created',
"47015": "Cannot find the corresponding portal ID, please create the corresponding portal first",
}
......@@ -269,5 +269,6 @@ export default {
'editor.advert.title': '광고 편집',
'editor.shopfloorline.goods': '상품 추천 설정',
'editor.shopfloorline.category': '분류 권장 설정',
'editor.mainnav.title': '탐색 모음 편집기',
}
......@@ -1130,5 +1130,7 @@ export default {
"37104": "주문접수 방법 수령인 주소를 기입해주세요",
"37107": "지역이 존재하지 않습니다",
"37108": "도시가 존재하지 않습니다",
"37109": "영역이 존재하지 않습니다"
}
\ No newline at end of file
"37109": "영역이 존재하지 않습니다",
"60146": '구성원 유형은 채널 구성원 또는 채널 개별 구성원이 아니며 채널을 만들 수 없습니다',
"47015": "해당 포털 ID를 찾을 수 없습니다. 먼저 해당 포털을 생성하십시오.",
}
......@@ -269,5 +269,6 @@ export default {
'editor.advert.title': '广告编辑',
'editor.shopfloorline.goods': '商品推荐设置',
'editor.shopfloorline.category': '分类推荐设置',
'editor.mainnav.title': '导航栏编辑',
}
......@@ -1131,5 +1131,8 @@ export default {
"37104": "请填写订单自提方式接收人的地址",
"37107": "省不存在",
"37108": "市不存在",
"37109": "区不存在"
"37109": "区不存在",
"60146": '会员类型不是渠道会员或渠道个人会员, 不能创建渠道',
"47015": "找不到对应门户ID,请先去创建对应门户",
}
import { ComponentSchemaType, PROPS_SETTING_TYPES } from '@linkseeks/design-core';
import { getIntl } from 'umi'
const intl = getIntl()
const MallMainNav: ComponentSchemaType = {
propsConfig: {
componentType: {
label: '导航朗编辑',
label: intl.formatMessage({ id: 'editor.mainnav.title' }),
type: PROPS_SETTING_TYPES.mallNav
},
},
......
......@@ -2,7 +2,7 @@
export const mallLayoutConfig = {
key: "0",
"0": {
"componentName": "MallLayout",
componentName: 'LocaleProvide',
"props": {
"style": {
"width": "100%",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment