소스 검색

update label

master
Jason Chuang 1 년 전
부모
커밋
423cff4718
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      src/pages/DemandNote/Search/DataGrid.js
  2. +1
    -1
      src/translations/zh-CN.json
  3. +1
    -1
      src/translations/zh-HK.json

+ 1
- 1
src/pages/DemandNote/Search/DataGrid.js 파일 보기

@@ -440,7 +440,7 @@ export default function SearchDemandNote({ recordList, reloadFun, applySearch })
}}
>
<DialogContent style={{ display: 'flex', }}>
<Typography variant="h4" style={{ padding: '16px' }}>Calculating, please wait ...</Typography>
<Typography variant="h4" style={{ padding: '16px' }}>Please wait ...</Typography>
</DialogContent>
</Dialog>
</div>


+ 1
- 1
src/translations/zh-CN.json 파일 보기

@@ -437,7 +437,7 @@
"creditorAccount": "债权人帐户",
"nameEng": "姓名 (英文)",
"nameChi": "姓名 (中文)",
"expiryDate": "过期日期",
"expiryDate": "屆滿日期",
"create": "创建",
"confirmTo": "确定",



+ 1
- 1
src/translations/zh-HK.json 파일 보기

@@ -440,7 +440,7 @@
"creditorAccount": "債權人帳戶",
"nameEng": "姓名 (英文)",
"nameChi": "姓名 (中文)",
"expiryDate": "過期日期",
"expiryDate": "屆滿日期",
"create": "創建",
"confirmTo": "確定",



불러오는 중...
취소
저장