Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
前端-吴智勇
jinfa-platform
Commits
cbd9ed69
Commit
cbd9ed69
authored
Feb 22, 2022
by
Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 内容管理翻译
parent
3d5fddbe
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
1 deletion
+8
-1
responseCode.ts
src/locales/en-US/responseCode.ts
+3
-0
responseCode.ts
src/locales/ko-KR/responseCode.ts
+2
-0
responseCode.ts
src/locales/zh-CN/responseCode.ts
+2
-0
web.tsx
...marketingActivitiesManagement/activePage/fixtures/web.tsx
+1
-1
No files found.
src/locales/en-US/responseCode.ts
View file @
cbd9ed69
...
...
@@ -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'
}
src/locales/ko-KR/responseCode.ts
View file @
cbd9ed69
...
...
@@ -1135,4 +1135,6 @@ export default {
"47015"
:
"해당 포털 ID를 찾을 수 없습니다. 먼저 해당 포털을 생성하십시오."
,
"60026"
:
"견적 마감일은 배송 날짜보다 이전이어야 합니다."
,
"47016"
:
"페이지 유형이 이미 존재합니다"
,
"49114"
:
"정렬은 중복될 수 없습니다."
,
"49117"
:
'같은 추천 탭 아래 정렬 중복 불가'
}
src/locales/zh-CN/responseCode.ts
View file @
cbd9ed69
...
...
@@ -1136,4 +1136,6 @@ export default {
"47015"
:
"找不到对应门户ID,请先去创建对应门户"
,
"60026"
:
"报价截止时间必须小于交付日期"
,
"47016"
:
"页面类型已存在"
,
"49114"
:
"排序不能重复"
,
"49117"
:
"同一推荐标签下排序不能重复"
,
}
src/pages/transaction/marketingAbility/marketingActivitiesManagement/activePage/fixtures/web.tsx
View file @
cbd9ed69
...
...
@@ -107,7 +107,7 @@ const Web = () => {
{
loading
&&
(
<
div
className=
{
styles
.
loading
}
>
正在加载中
{
intl
.
formatMessage
({
id
:
'activePage.loading'
},
{
default
:
'正在加载中'
})
}
</
div
>
)
||
null
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment