From f230c2a063495de64743c67b519832e7bfbdefaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E8=BE=B0=E8=BD=A9?= Date: Tue, 2 Jul 2024 17:16:10 +0800 Subject: [PATCH] * [misc] add fr.php --- module/pivot/lang/fr.php | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/module/pivot/lang/fr.php b/module/pivot/lang/fr.php index 04a702fd83..23b48acada 100644 --- a/module/pivot/lang/fr.php +++ b/module/pivot/lang/fr.php @@ -288,7 +288,16 @@ $lang->pivot->clearSettings = 'The configuration of the query data has been mo $lang->pivot->draftSave = 'The pivot table has been published and will be in draft state. Do you want to continue?'; $lang->pivot->cannotAddQuery = 'Result filter has been added, query filter cannot be added.'; $lang->pivot->cannotAddResult = 'Query filter has been added, result filter cannot be added.'; -$lang->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->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->emptyGroupError = 'The group cannot be empty.'; $lang->pivot->emptyColumnFieldError = 'Column fields cannot be null.'; @@ -420,10 +429,14 @@ $lang->datepicker->dpText->TEXT_MONTH_BEGIN = 'Begin Month'; $lang->datepicker->dpText->TEXT_MONTH_END = 'End Month'; $lang->pivot->drill = new stdclass(); -$lang->pivot->drill->common = 'Pivot Drill'; -$lang->pivot->drill->selectField = 'Select Drill Field'; -$lang->pivot->drill->selectObject = 'Select Link Object'; -$lang->pivot->drill->setCondition = 'Set Drill Condition'; -$lang->pivot->drill->equal = '='; -$lang->pivot->drill->inDrillField = 'Drill table field'; -$lang->pivot->drill->inQueryField = 'Query field'; +$lang->pivot->drill->common = 'Pivot Drill'; +$lang->pivot->drill->queryCondition = 'Query Condition'; +$lang->pivot->drill->drillResult = 'Drill Result'; +$lang->pivot->drill->selectField = 'Select Drill Field'; +$lang->pivot->drill->selectObject = 'Select Link Object'; +$lang->pivot->drill->setCondition = 'Set Drill Condition'; +$lang->pivot->drill->equal = '='; +$lang->pivot->drill->inDrillField = 'Drill table field'; +$lang->pivot->drill->inQueryField = 'Query field'; +$lang->pivot->drill->preview = 'Preview'; +$lang->pivot->drill->save = 'Save';