Skip to content

Commit

Permalink
feat(language-pack): add translations for "TAB_ALERTS"
Browse files Browse the repository at this point in the history
- Added "TAB_ALERTS" concept node with translations in console-translation file
- Updated English, Japanese, and Korean JSON files with "TAB_ALERTS" translation

Signed-off-by: sulmo <sulmo@megazone.com>
  • Loading branch information
sulmoJ committed Jan 13, 2025
1 parent dbfe03b commit ad798e5
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 @@ -68452,6 +68452,27 @@
</translation>
</translations>
</concept_node>
<concept_node>
<name>TAB_ALERTS</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>TAB_DATA</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 @@ -3752,6 +3752,7 @@
"EDIT_CUSTOM_TAGS": "Edit Custom Tag",
"NO_SELECTED": "Select a cloud service for more details.",
"PROVIDER": "Provider",
"TAB_ALERTS": "Alerts",
"TAB_DATA": "Data ",
"TAB_DETAILS": "Details",
"TAB_HISTORY": "History",
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 @@ -3752,6 +3752,7 @@
"EDIT_CUSTOM_TAGS": "Customタグの編集",
"NO_SELECTED": "クラウドサービスを選択すると、詳細な情報が表示されます",
"PROVIDER": "プロバイダー",
"TAB_ALERTS": "アラート",
"TAB_DATA": "データ",
"TAB_DETAILS": "詳細情報",
"TAB_HISTORY": "変更履歴",
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 @@ -3752,6 +3752,7 @@
"EDIT_CUSTOM_TAGS": "Custom 태그 수정",
"NO_SELECTED": "클라우드 서비스를 선택하면 자세한 정보를 볼 수 있습니다.",
"PROVIDER": "프로바이더",
"TAB_ALERTS": "얼럿",
"TAB_DATA": "데이터 ",
"TAB_DETAILS": "상세 정보",
"TAB_HISTORY": "변경 이력",
Expand Down

0 comments on commit ad798e5

Please sign in to comment.