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
XieZhiXiong
jinfa-platform
Commits
7d66a565
Commit
7d66a565
authored
Feb 17, 2022
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 处理订单收货上传单据按钮翻译问题
parent
e81e631e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
0 deletions
+6
-0
common.ts
src/locales/en-US/common.ts
+1
-0
common.ts
src/locales/ko-KR/common.ts
+1
-0
common.ts
src/locales/zh-CN/common.ts
+1
-0
index.tsx
src/pages/transaction/components/orderDeleveRecord/index.tsx
+3
-0
No files found.
src/locales/en-US/common.ts
View file @
7d66a565
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
'common.button.select'
:
'Select'
,
'common.button.select'
:
'Select'
,
'common.button.advanced.filter'
:
'Advanced Filter'
,
'common.button.advanced.filter'
:
'Advanced Filter'
,
'common.button.submit'
:
'Submit'
,
'common.button.submit'
:
'Submit'
,
'common.button.upload'
:
'Upload files'
,
/** tips */
/** tips */
'common.tip.save.confirm'
:
'You still have unsaved content. Are you sure you want to leave? '
,
'common.tip.save.confirm'
:
'You still have unsaved content. Are you sure you want to leave? '
,
...
...
src/locales/ko-KR/common.ts
View file @
7d66a565
...
@@ -24,6 +24,7 @@ export default {
...
@@ -24,6 +24,7 @@ export default {
'common.button.select'
:
'선택 항목'
,
'common.button.select'
:
'선택 항목'
,
'common.button.advanced.filter'
:
'고급 필터'
,
'common.button.advanced.filter'
:
'고급 필터'
,
'common.button.submit'
:
'커밋'
,
'common.button.submit'
:
'커밋'
,
'common.button.upload'
:
'파일 업로드'
,
/** tips */
/** tips */
'common.tip.save.confirm'
:
'아직 저장하지 않은 내용이 있습니다. 떠나시겠습니까?'
,
'common.tip.save.confirm'
:
'아직 저장하지 않은 내용이 있습니다. 떠나시겠습니까?'
,
...
...
src/locales/zh-CN/common.ts
View file @
7d66a565
...
@@ -24,6 +24,7 @@ export default {
...
@@ -24,6 +24,7 @@ export default {
'common.button.select'
:
'选择'
,
'common.button.select'
:
'选择'
,
'common.button.advanced.filter'
:
'高级筛选'
,
'common.button.advanced.filter'
:
'高级筛选'
,
'common.button.submit'
:
'提交'
,
'common.button.submit'
:
'提交'
,
'common.button.upload'
:
'上传文件'
,
/** tips */
/** tips */
'common.tip.save.confirm'
:
'您还有未保存的内容,是否确定要离开?'
,
'common.tip.save.confirm'
:
'您还有未保存的内容,是否确定要离开?'
,
...
...
src/pages/transaction/components/orderDeleveRecord/index.tsx
View file @
7d66a565
...
@@ -549,6 +549,9 @@ const OrderDeleveRecord:React.FC<OrderDeleveRecordProps> = () => {
...
@@ -549,6 +549,9 @@ const OrderDeleveRecord:React.FC<OrderDeleveRecordProps> = () => {
headers
:
{
headers
:
{
token
token
},
},
locale
:
{
uploadText
:
intl
.
formatMessage
({
id
:
'common.button.upload'
})
}
}
}
}
}
}
}
...
...
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