Skip to content

Commit

Permalink
chore: update translations
Browse files Browse the repository at this point in the history
Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
  • Loading branch information
skdud4659 committed Jan 9, 2025
1 parent 6db82f0 commit fab1a61
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 @@ -5565,6 +5565,27 @@
</translation>
</translations>
</concept_node>
<concept_node>
<name>VALIDATION_KEY_HYPHEN</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>
<concept_node>
<name>VALIDATION_KEY_UNIQUE</name>
<definition_loaded>false</definition_loaded>
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 @@ -272,6 +272,7 @@
"USER": "User",
"USER_GROUP": "User Group",
"VALIDATION_KEY": "Only uppercase letters, numbers, and hyphens are allowed.",
"VALIDATION_KEY_HYPHEN": "hyphens can't be at the start.",
"VALIDATION_KEY_UNIQUE": "A service with this key name already exists.",
"VALIDATION_NAME_UNIQUE": "A service with this name already exists.",
"VIEW_ALL_OPEN_ALERTS": "View all open alerts",
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 @@ -272,6 +272,7 @@
"USER": "ユーザー",
"USER_GROUP": "ユーザーグループ",
"VALIDATION_KEY": "大文字、数字、ハイフンのみ使用できます。",
"VALIDATION_KEY_HYPHEN": "",
"VALIDATION_KEY_UNIQUE": "同じ名前のキーがすでに存在します。",
"VALIDATION_NAME_UNIQUE": "同じ名前のサービスはすでに存在します。",
"VIEW_ALL_OPEN_ALERTS": "全ての発生アラートを見る",
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 @@ -272,6 +272,7 @@
"USER": "사용자",
"USER_GROUP": "사용자 그룹",
"VALIDATION_KEY": "대문자, 숫자, 하이픈만 허용됩니다.",
"VALIDATION_KEY_HYPHEN": "",
"VALIDATION_KEY_UNIQUE": "동일한 이름의 키가 이미 존재합니다. ",
"VALIDATION_NAME_UNIQUE": "동일한 이름의 서비스가 이미 존재합니다.",
"VIEW_ALL_OPEN_ALERTS": "오픈된 얼럿 모두 보기",
Expand Down

0 comments on commit fab1a61

Please sign in to comment.