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
shenshaokai
jinfa-platform
Commits
202ca060
Commit
202ca060
authored
Feb 25, 2022
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 待请款提示国际化
parent
207c5fd1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
responseCode.ts
src/locales/en-US/responseCode.ts
+2
-1
responseCode.ts
src/locales/ko-KR/responseCode.ts
+2
-1
responseCode.ts
src/locales/zh-CN/responseCode.ts
+1
-0
No files found.
src/locales/en-US/responseCode.ts
View file @
202ca060
...
...
@@ -1137,6 +1137,7 @@ export default {
"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'
"49117"
:
'Sorting under the same recommendation label cannot be repeated'
,
"21055"
:
"The payment request amount of the document in the current payment request is greater than the remaining payment amount of the document"
,
}
src/locales/ko-KR/responseCode.ts
View file @
202ca060
...
...
@@ -1136,5 +1136,6 @@ export default {
"60026"
:
"견적 마감일은 배송 날짜보다 이전이어야 합니다."
,
"47016"
:
"페이지 유형이 이미 존재합니다"
,
"49114"
:
"정렬은 중복될 수 없습니다."
,
"49117"
:
'같은 추천 탭 아래 정렬 중복 불가'
"49117"
:
'같은 추천 탭 아래 정렬 중복 불가'
,
"21055"
:
"현재 청구서에 증빙서류가 존재하는 청구금액은 증빙서류의 남은 지불금액보다 크다"
,
}
src/locales/zh-CN/responseCode.ts
View file @
202ca060
...
...
@@ -1138,4 +1138,5 @@ export default {
"47016"
:
"页面类型已存在"
,
"49114"
:
"排序不能重复"
,
"49117"
:
"同一推荐标签下排序不能重复"
,
"21055"
:
"当前请款单中存在单据的请款金额大于单据剩余支付金额"
,
}
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