From 6e392d1d03c439edbe0067281bb17d71c8ebc0ce Mon Sep 17 00:00:00 2001 From: zhouxin Date: Thu, 4 Jul 2024 19:13:50 +0800 Subject: [PATCH] * [task#121628,doing,0h,1h] adust lang. --- module/pivot/lang/de.php | 2 +- module/pivot/lang/en.php | 2 +- module/pivot/lang/fr.php | 2 +- module/pivot/lang/zh-cn.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/pivot/lang/de.php b/module/pivot/lang/de.php index 8646ae59fc..4c56b8945f 100644 --- a/module/pivot/lang/de.php +++ b/module/pivot/lang/de.php @@ -299,7 +299,7 @@ $lang->pivot->drillModalTip = <<pivot->drillingTip = 'The system will automatically configure some drilling columns for you and display them here. You can check and adjust them, or add data drilling configuration for other columns.'; $lang->pivot->drillConditionTip = 'For subsequent configuration data, ensure that the id field of the query object is included in the query result set.'; -$lang->pivot->drillResultEmptyTip = 'Select the target object associated with the column to drill down, and set the query conditions for drilling down, click the "preview" button, you can view the drill down results here.'; +$lang->pivot->drillResultEmptyTip = 'Click the "preview" button, you can view the drill down results here.'; $lang->pivot->emptyGroupError = 'The group cannot be empty.'; $lang->pivot->emptyColumnFieldError = 'Column fields cannot be null.'; diff --git a/module/pivot/lang/en.php b/module/pivot/lang/en.php index a3e8aaffb8..e241e25607 100644 --- a/module/pivot/lang/en.php +++ b/module/pivot/lang/en.php @@ -299,7 +299,7 @@ $lang->pivot->drillModalTip = <<pivot->drillingTip = 'The system will automatically configure some drilling columns for you and display them here. You can check and adjust them, or add data drilling configuration for other columns.'; $lang->pivot->drillConditionTip = 'For subsequent configuration data, ensure that the id field of the query object is included in the query result set.'; -$lang->pivot->drillResultEmptyTip = 'Select the target object associated with the column to drill down, and set the query conditions for drilling down, click the "preview" button, you can view the drill down results here.'; +$lang->pivot->drillResultEmptyTip = 'Click the "preview" button, you can view the drill down results here.'; $lang->pivot->emptyGroupError = 'The group cannot be empty.'; $lang->pivot->emptyColumnFieldError = 'Column fields cannot be null.'; diff --git a/module/pivot/lang/fr.php b/module/pivot/lang/fr.php index 5b115c9491..290d48fa0b 100644 --- a/module/pivot/lang/fr.php +++ b/module/pivot/lang/fr.php @@ -299,7 +299,7 @@ $lang->pivot->drillModalTip = <<pivot->drillingTip = 'The system will automatically configure some drilling columns for you and display them here. You can check and adjust them, or add data drilling configuration for other columns.'; $lang->pivot->drillConditionTip = 'For subsequent configuration data, ensure that the id field of the query object is included in the query result set.'; -$lang->pivot->drillResultEmptyTip = 'Select the target object associated with the column to drill down, and set the query conditions for drilling down, click the "preview" button, you can view the drill down results here.'; +$lang->pivot->drillResultEmptyTip = 'Click the "preview" button, you can view the drill down results here.'; $lang->pivot->emptyGroupError = 'The group cannot be empty.'; $lang->pivot->emptyColumnFieldError = 'Column fields cannot be null.'; diff --git a/module/pivot/lang/zh-cn.php b/module/pivot/lang/zh-cn.php index 640f519b5c..42942367ad 100644 --- a/module/pivot/lang/zh-cn.php +++ b/module/pivot/lang/zh-cn.php @@ -299,7 +299,7 @@ $lang->pivot->drillModalTip = <<pivot->drillingTip = '系统会为您自动配置一些可下钻的列并展示在此,您可检查调整,或为其他列添加数据下钻配置。'; $lang->pivot->drillConditionTip = '为后续配置数据下钻,请确保查询结果集中包含查询对象的id字段。'; -$lang->pivot->drillResultEmptyTip = '选择要下钻的列关联目标对象,并设置下钻的查询条件后,点击“预览”按钮,即可在此查看下钻结果。'; +$lang->pivot->drillResultEmptyTip = '点击“预览”按钮,即可在此查看下钻结果。'; $lang->pivot->emptyGroupError = '分组不能为空。'; $lang->pivot->emptyColumnFieldError = '列字段不能为空。';