Skip to content

Commit

Permalink
chore: update language
Browse files Browse the repository at this point in the history
Signed-off-by: yuda <[email protected]>
  • Loading branch information
yuda110 committed Dec 17, 2024
1 parent e690cdb commit b7ad3fb
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/language-pack/console-translation-2.8.babel
Original file line number Diff line number Diff line change
Expand Up @@ -22266,6 +22266,27 @@
</translation>
</translations>
</concept_node>
<concept_node>
<name>DUPLICATED_FIELD_NAME</name>
<definition_loaded>false</definition_loaded>
<description/>
<comment/>
<default_text/>
<translations>
<translation>
<language>en-US</language>
<approved>false</approved>
</translation>
<translation>
<language>ja-JP</language>
<approved>false</approved>
</translation>
<translation>
<language>ko-KR</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<folder_node>
<name>EVAL</name>
<children>
Expand Down
1 change: 1 addition & 0 deletions packages/language-pack/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1254,6 +1254,7 @@
"DATA_TABLE_NAME_SUCCESS": "Data name successfully changed.",
"DATA_TABLE_NAME_WARNING": "A data with this name already exists.",
"DATA_UNIT": "Data Unit",
"DUPLICATED_FIELD_NAME": "Field Name is duplicated.",
"EVAL": {
"ADD_FIELD": "Add Field",
"CONDITION": "Condition",
Expand Down
1 change: 1 addition & 0 deletions packages/language-pack/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -1254,6 +1254,7 @@
"DATA_TABLE_NAME_SUCCESS": "データ名が正常に変更されました。",
"DATA_TABLE_NAME_WARNING": "この名前のデータはすでに存在します。",
"DATA_UNIT": "データ単位",
"DUPLICATED_FIELD_NAME": "",
"EVAL": {
"ADD_FIELD": "フィールド追加",
"CONDITION": "",
Expand Down
1 change: 1 addition & 0 deletions packages/language-pack/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -1254,6 +1254,7 @@
"DATA_TABLE_NAME_SUCCESS": "데이터 이름 수정 완료",
"DATA_TABLE_NAME_WARNING": "동일한 이름의 데이터가 이미 존재합니다.",
"DATA_UNIT": "데이터 단위",
"DUPLICATED_FIELD_NAME": "",
"EVAL": {
"ADD_FIELD": "필드 추가",
"CONDITION": "",
Expand Down

0 comments on commit b7ad3fb

Please sign in to comment.