Commit cbd9ed69 authored by Bill's avatar Bill

fix: 内容管理翻译

parent 3d5fddbe
......@@ -1136,4 +1136,7 @@ export default {
"47015": "Cannot find the corresponding portal ID, please create the corresponding portal first",
"60026": "Quote deadline must be less than delivery date",
"47016": "page type already exists",
"49114": "Sorting cannot be repeated",
"49117": 'Sorting under the same recommendation label cannot be repeated'
}
......@@ -1135,4 +1135,6 @@ export default {
"47015": "해당 포털 ID를 찾을 수 없습니다. 먼저 해당 포털을 생성하십시오.",
"60026": "견적 마감일은 배송 날짜보다 이전이어야 합니다.",
"47016": "페이지 유형이 이미 존재합니다",
"49114": "정렬은 중복될 수 없습니다.",
"49117": '같은 추천 탭 아래 정렬 중복 불가'
}
......@@ -1136,4 +1136,6 @@ export default {
"47015": "找不到对应门户ID,请先去创建对应门户",
"60026": "报价截止时间必须小于交付日期",
"47016": "页面类型已存在",
"49114": "排序不能重复",
"49117": "同一推荐标签下排序不能重复",
}
......@@ -107,7 +107,7 @@ const Web = () => {
{
loading && (
<div className={styles.loading}>
正在加载中
{ intl.formatMessage({ id: 'activePage.loading'}, { default: '正在加载中' }) }
</div>
) || null
}
......
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