Skip to content

Commit dc10472

Browse files
authored
Merge pull request #469 from tapdata/TAP-8785-v3.28.0
refactor: update aggregate filter tips
2 parents 9105509 + 8f5e176 commit dc10472

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/dag/src/locale/lang/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ export default {
650650
packages_dag_date_processor_method: 'Please select the calculation method',
651651
packages_dag_date_processor_increase: 'Increase',
652652
packages_dag_date_processor_decrease: 'Decrease',
653-
packages_dag_nodes_table_shiligro: 'Example: {"$group": { "_id": "$name", totalQuantity: { $sum: "$quantity" } }}',
653+
packages_dag_nodes_table_shiligro: 'Example: [{"$group": { "_id": "$name", totalQuantity: { $sum: "$quantity" } }}]',
654654
packages_dag_nodes_table_jinzhichiqu: 'Only support query, for example: { "_id": "apples", "qty": 5 }',
655655
packages_dag_migration_settingpanel_shirenwubaocuo: 'When the task reports an error, stop',
656656
packages_dag_migration_settingpanel_dangtiaoguoshijian: 'When the number of skip events exceeds',

packages/dag/src/locale/lang/zh-CN.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ export default {
609609
packages_dag_date_processor_method: '请选择运算方式',
610610
packages_dag_date_processor_increase: '增加',
611611
packages_dag_date_processor_decrease: '减少',
612-
packages_dag_nodes_table_shiligro: '示例: {"$group": { "_id": "$name", totalQuantity: { $sum: "$quantity" } }}',
612+
packages_dag_nodes_table_shiligro: '示例: [{"$group": { "_id": "$name", totalQuantity: { $sum: "$quantity" } }}]',
613613
packages_dag_nodes_table_jinzhichiqu: '仅支持query, 例如: { "_id": "apples", "qty": 5 }',
614614
packages_dag_migration_settingpanel_shirenwubaocuo: '时,任务报错停止',
615615
packages_dag_migration_settingpanel_dangtiaoguoshijian: '当跳过事件数超过',

packages/dag/src/locale/lang/zh-TW.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ export default {
604604
packages_dag_date_processor_method: '請選擇運算方式',
605605
packages_dag_date_processor_increase: '增加',
606606
packages_dag_date_processor_decrease: '減少',
607-
packages_dag_nodes_table_shiligro: '示例: {"$group": { "_id": "$name", totalQuantity: { $sum: "$quantity" } }}',
607+
packages_dag_nodes_table_shiligro: '示例: [{"$group": { "_id": "$name", totalQuantity: { $sum: "$quantity" } }}]',
608608
packages_dag_nodes_table_jinzhichiqu: '僅支持query, 例如: { "_id": "apples", "qty": 5 }',
609609
packages_dag_migration_settingpanel_shirenwubaocuo: '時,任務報錯停止',
610610
packages_dag_migration_settingpanel_dangtiaoguoshijian: '當跳過事件數超過',

0 commit comments

Comments
 (0)