Skip to content

Commit

Permalink
chore: translation
Browse files Browse the repository at this point in the history
Signed-off-by: samuel.park <[email protected]>
  • Loading branch information
piggggggggy committed Sep 2, 2024
1 parent 18503e5 commit 7208ba4
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/language-pack/console-translation-2.8.babel
Original file line number Diff line number Diff line change
Expand Up @@ -26807,6 +26807,48 @@
</translation>
</translations>
</concept_node>
<concept_node>
<name>LEGACY_WARNING_DESC</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>LEGACY_WARNING_TITLE</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>QUERY_DESC</name>
<definition_loaded>false</definition_loaded>
Expand Down
2 changes: 2 additions & 0 deletions packages/language-pack/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,8 @@
"FILTERS": "Filters",
"GROUP_BY": "Group by",
"JOIN_DESC": "Merge rows from different tables based on a common column. ",
"LEGACY_WARNING_DESC": "This ‘{operator}’ format is no longer supported. Please remove it and implement the new data transformation.",
"LEGACY_WARNING_TITLE": "Unsupported ‘{operator}’ Format",
"QUERY_DESC": "Filter and extract data that meet specific conditions. ",
"SELECT_DATA_SOURCE_SUCCESS": "Data successfully changed.",
"SELECT_DATA_TABLE_WARNING": "Please save the data table first.",
Expand Down
2 changes: 2 additions & 0 deletions packages/language-pack/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,8 @@
"FILTERS": "フィルター",
"GROUP_BY": "グループ別統計(Group by)",
"JOIN_DESC": "共通の列に基づいて、異なるテーブルの行を結合します。",
"LEGACY_WARNING_DESC": "",
"LEGACY_WARNING_TITLE": "",
"QUERY_DESC": "特定の条件を満たすデータをフィルタリングして抽出します。",
"SELECT_DATA_SOURCE_SUCCESS": "データが正常に変更されました。",
"SELECT_DATA_TABLE_WARNING": "先にデータテーブルを保存してください。",
Expand Down
2 changes: 2 additions & 0 deletions packages/language-pack/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,8 @@
"FILTERS": "필터",
"GROUP_BY": "그룹별 통계(Group by)",
"JOIN_DESC": "공통 열을 기준으로 다른 테이블의 행을 병합합니다.",
"LEGACY_WARNING_DESC": "이 ‘{operator}’ 형식은 더 이상 지원되지 않습니다. 이 형식을 삭제하고 새로운 데이터 변환을 추가해 주세요.",
"LEGACY_WARNING_TITLE": "지원되지 않는 ‘{operator}’ 형식",
"QUERY_DESC": "특정 조건을 충족하는 데이터를 필터링하고 추출합니다.",
"SELECT_DATA_SOURCE_SUCCESS": "데이터 수정 완료",
"SELECT_DATA_TABLE_WARNING": "데이터 테이블을 먼저 저장하세요.",
Expand Down

0 comments on commit 7208ba4

Please sign in to comment.