Skip to content

Commit

Permalink
chore: edit data-table group-by planning
Browse files Browse the repository at this point in the history
Signed-off-by: samuel.park <[email protected]>
  • Loading branch information
piggggggggy committed Jan 7, 2025
1 parent 4f8f490 commit 2a75336
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ interface Props {
/* Validation */
formInvalid: boolean;
}
const MAX_GROUP_BY_COUNT = 3;
const MAX_GROUP_BY_COUNT = 5;
const props = defineProps<Props>();
const emit = defineEmits<{(e: 'update:filter', value: Record<string, string[]>): void;
(e: 'update:selected-group-by-items', value: any[]): void;
Expand Down
4 changes: 2 additions & 2 deletions packages/language-pack/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@
"ADD_RULE": "Add Rule",
"ADVANCED_OPTIONS": "Advanced Options",
"AGGREGATE_DESC": "Combine and group label fields using aggregation",
"ALT_E_ADD_GROUP_BY": "There can be a maximum of 3 group-by options.",
"ALT_E_ADD_GROUP_BY": "There can be a maximum of 5 group-by options.",
"BASED_ON": "Based On",
"CASES": "Cases",
"CONCAT_DESC": "Combines multiple tables into one by stacking them.",
Expand Down Expand Up @@ -1292,7 +1292,7 @@
"FIELD_TYPE": "Field Type",
"FILTERS": "Filters",
"GROUP_BY": "Group by",
"GROUP_BY_HELP_TEXT": "Select up to 3 options to customize your view.",
"GROUP_BY_HELP_TEXT": "Select up to 5 options to customize your view.",
"JOIN_DESC": "Merge rows from different tables based on a common column. ",
"LEFT_KEY": "Left Key",
"LEFT_TABLE": "Left Table",
Expand Down
4 changes: 2 additions & 2 deletions packages/language-pack/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@
"ADD_RULE": "ルール追加",
"ADVANCED_OPTIONS": "詳細オプション",
"AGGREGATE_DESC": "ラベルフィールドを結合およびグループ化して集計します。",
"ALT_E_ADD_GROUP_BY": "最大で3つのグループ化オプションを選択できます",
"ALT_E_ADD_GROUP_BY": "最大で5つのグループ化オプションを選択できます",
"BASED_ON": "基準",
"CASES": "ケース",
"CONCAT_DESC": "複数のテーブルを1つに結合します。",
Expand Down Expand Up @@ -1292,7 +1292,7 @@
"FIELD_TYPE": "フィールドタイプ",
"FILTERS": "フィルター",
"GROUP_BY": "グループ別統計(Group by)",
"GROUP_BY_HELP_TEXT": "最大3つのオプションを選択して、ビューをお好みの形式で設定してください。",
"GROUP_BY_HELP_TEXT": "最大5つのオプションを選択して、ビューをお好みの形式で設定してください。",
"JOIN_DESC": "共通の列に基づいて、異なるテーブルの行を結合します。",
"LEFT_KEY": "左キー",
"LEFT_TABLE": "左テーブル",
Expand Down
4 changes: 2 additions & 2 deletions packages/language-pack/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@
"ADD_RULE": "규칙 추가",
"ADVANCED_OPTIONS": "고급 설정 옵션",
"AGGREGATE_DESC": "레이블 필드를 결합하고 그룹화하여 집계합니다.",
"ALT_E_ADD_GROUP_BY": "Group-by는 최대 3개까지만 선택이 가능합니다.",
"ALT_E_ADD_GROUP_BY": "Group-by는 최대 5개까지만 선택이 가능합니다.",
"BASED_ON": "기준",
"CASES": "조건",
"CONCAT_DESC": "여러 테이블을 하나로 결합합니다.",
Expand Down Expand Up @@ -1292,7 +1292,7 @@
"FIELD_TYPE": "필드 타입",
"FILTERS": "필터",
"GROUP_BY": "그룹별 통계(Group by)",
"GROUP_BY_HELP_TEXT": "최대 3개의 옵션을 선택하여 보기를 원하는 방식으로 설정하세요.",
"GROUP_BY_HELP_TEXT": "최대 5개의 옵션을 선택하여 보기를 원하는 방식으로 설정하세요.",
"JOIN_DESC": "공통 열을 기준으로 다른 테이블의 행을 병합합니다.",
"LEFT_KEY": "왼쪽 키",
"LEFT_TABLE": "왼쪽 테이블",
Expand Down

0 comments on commit 2a75336

Please sign in to comment.