Skip to content

Commit

Permalink
chore: update translations
Browse files Browse the repository at this point in the history
Signed-off-by: NaYeong,Kim <[email protected]>
  • Loading branch information
skdud4659 committed Jan 9, 2025
1 parent fab1a61 commit 35537a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/language-pack/console-translation-2.8.babel
Original file line number Diff line number Diff line change
Expand Up @@ -5574,15 +5574,15 @@
<translations>
<translation>
<language>en-US</language>
<approved>false</approved>
<approved>true</approved>
</translation>
<translation>
<language>ja-JP</language>
<approved>false</approved>
<approved>true</approved>
</translation>
<translation>
<language>ko-KR</language>
<approved>false</approved>
<approved>true</approved>
</translation>
</translations>
</concept_node>
Expand Down
2 changes: 1 addition & 1 deletion packages/language-pack/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +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_HYPHEN": "The first character cannot be a hyphen.",
"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
2 changes: 1 addition & 1 deletion packages/language-pack/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"USER": "ユーザー",
"USER_GROUP": "ユーザーグループ",
"VALIDATION_KEY": "大文字、数字、ハイフンのみ使用できます。",
"VALIDATION_KEY_HYPHEN": "",
"VALIDATION_KEY_HYPHEN": "最初の文字としてハイフンは使用できません。",
"VALIDATION_KEY_UNIQUE": "同じ名前のキーがすでに存在します。",
"VALIDATION_NAME_UNIQUE": "同じ名前のサービスはすでに存在します。",
"VIEW_ALL_OPEN_ALERTS": "全ての発生アラートを見る",
Expand Down
2 changes: 1 addition & 1 deletion packages/language-pack/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"USER": "사용자",
"USER_GROUP": "사용자 그룹",
"VALIDATION_KEY": "대문자, 숫자, 하이픈만 허용됩니다.",
"VALIDATION_KEY_HYPHEN": "",
"VALIDATION_KEY_HYPHEN": "첫 글자로 하이픈은 사용할 수 없습니다.",
"VALIDATION_KEY_UNIQUE": "동일한 이름의 키가 이미 존재합니다. ",
"VALIDATION_NAME_UNIQUE": "동일한 이름의 서비스가 이미 존재합니다.",
"VIEW_ALL_OPEN_ALERTS": "오픈된 얼럿 모두 보기",
Expand Down

0 comments on commit 35537a2

Please sign in to comment.