Skip to content

Commit

Permalink
#14 change message label
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-wonjune committed Aug 14, 2018
1 parent 026ec37 commit 93888dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions discovery-frontend/src/assets/i18n/en.json
Expand Up @@ -1514,9 +1514,9 @@
"msg.storage.ui.title.Summary": "Summary",
"msg.storage.ui.th.column.name": "Column name",
"msg.storage.ui.th.row.count": "Row count",
"msg.storage.li.admin.input" : "Enter by manager",
"msg.storage.li.user.account" : "Use user account",
"msg.storage.li.direct.input" : "Input on connection",
"msg.storage.li.admin.input" : "Always connect",
"msg.storage.li.user.account" : "Connect by user's account",
"msg.storage.li.direct.input" : "Connect with ID and password",
"msg.storage.alert.host.required" : "Host is required",
"msg.storage.alert.port.required" : "Port is required",
"msg.storage.alert.sid.required" : "SID is required",
Expand Down
6 changes: 3 additions & 3 deletions discovery-frontend/src/assets/i18n/ko.json
Expand Up @@ -1514,9 +1514,9 @@
"msg.storage.ui.title.Summary": "요약",
"msg.storage.ui.th.column.name": "컬럼 이름",
"msg.storage.ui.th.row.count": "건 수",
"msg.storage.li.admin.input" : "관리자 직접 입력",
"msg.storage.li.user.account" : "사용자의 계정 사용",
"msg.storage.li.direct.input" : "워크벤치 접속 시, 직접 입력",
"msg.storage.li.connect.always" : "항상 연결",
"msg.storage.li.connect.account" : "사용자의 계정으로 연결",
"msg.storage.li.connect.id" : "아이디와 비밀번호로 연결",
"msg.storage.alert.host.required" : "Host가 필요합니다",
"msg.storage.alert.port.required" : "Port가 필요합니다",
"msg.storage.alert.sid.required" : "SID가 필요합니다",
Expand Down

0 comments on commit 93888dd

Please sign in to comment.