Skip to content

Commit

Permalink
#1539 add select schema message
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-wonjune committed Jun 10, 2019
1 parent 43b46d8 commit 8eb6a00
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<!-- edit -->
<div class="ddp-wrap-edit3 ddp-type">
<label class="ddp-label-type ddp-bold ">
스키마 선택
{{'msg.metadata.ui.select.schema' | translate}}
</label>
<!-- edit option -->
<div class="ddp-ui-edit-option">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<!-- edit -->
<div class="ddp-wrap-edit3 ddp-type">
<label class="ddp-label-type ddp-bold ">
스키마 선택
{{'msg.metadata.ui.select.schema' | translate}}
</label>
<!-- edit option -->
<div class="ddp-ui-edit-option">
Expand Down
1 change: 1 addition & 0 deletions discovery-frontend/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3911,6 +3911,7 @@
"msg.metadata.ui.no.db.list" : "No DB connection",
"msg.metadata.ui.no.col.dic" : "No column dictionary",
"msg.metadata.ui.no.code.table" : "No code table",
"msg.metadata.ui.select.schema" : "Select schema",
"msg.metadata.ui.title" : "Metadata",
"msg.metadata.ui.codetable.title" : "Code Table",
"msg.metadata.ui.dictionary.title" : "Column Dictionary",
Expand Down
1 change: 1 addition & 0 deletions discovery-frontend/src/assets/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -3912,6 +3912,7 @@
"msg.metadata.ui.no.db.list" : "DB 커넥션이 없습니다",
"msg.metadata.ui.no.col.dic" : "컬럼 사전이 없습니다",
"msg.metadata.ui.no.code.table" : "코드 테이블이 없습니다",
"msg.metadata.ui.select.schema" : "스키마 선택",
"msg.metadata.ui.title" : "메타 데이터",
"msg.metadata.ui.codetable.title" : "코드 테이블",
"msg.metadata.ui.dictionary.title" : "용어 사전",
Expand Down
1 change: 1 addition & 0 deletions discovery-frontend/src/assets/i18n/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -2971,6 +2971,7 @@
"msg.metadata.ui.no.db.list" : "No DB connection",
"msg.metadata.ui.no.col.dic" : "No column dictionary",
"msg.metadata.ui.no.code.table" : "No code table",
"msg.metadata.ui.select.schema" : "Select schema",
"msg.metadata.ui.title": "元数据",
"msg.metadata.ui.codetable.title": "代码表",
"msg.metadata.ui.dictionary.title": "列字典",
Expand Down

0 comments on commit 8eb6a00

Please sign in to comment.