* Add lang for pivot.
This commit is contained in:
@@ -332,6 +332,7 @@ $lang->pivot->typeOptions['dept'] = 'Dept';
|
||||
|
||||
$lang->pivot->step2 = new stdclass();
|
||||
$lang->pivot->step2->group = 'Row Grouping';
|
||||
$lang->pivot->step2->summary = 'Summary Setting';
|
||||
$lang->pivot->step2->column = 'Column Settings';
|
||||
$lang->pivot->step2->groupTip = 'Select Field';
|
||||
$lang->pivot->step2->groupNum = array('One', 'Two', 'Three');
|
||||
@@ -344,6 +345,7 @@ $lang->pivot->step2->columnField = 'Field';
|
||||
$lang->pivot->step2->calcMode = 'Calc Mode';
|
||||
|
||||
$lang->pivot->step2->moreThanOne = 'Select at least one group field.';
|
||||
$lang->pivot->step2->summaryTip = 'After this parameter is selected, you can configure Row Grouping, Column Settings, and Show column totals';
|
||||
$lang->pivot->step2->groupsTip = 'By selecting a grouping field, the data of the SQL query is grouped and displayed hierarchically in the pivot table.';
|
||||
$lang->pivot->step2->columnsTip = 'Add 1 column to the pivot table and set it.';
|
||||
|
||||
|
||||
@@ -332,6 +332,7 @@ $lang->pivot->typeOptions['dept'] = 'Dept';
|
||||
|
||||
$lang->pivot->step2 = new stdclass();
|
||||
$lang->pivot->step2->group = 'Row Grouping';
|
||||
$lang->pivot->step2->summary = 'Summary Setting';
|
||||
$lang->pivot->step2->column = 'Column Settings';
|
||||
$lang->pivot->step2->groupTip = 'Select Field';
|
||||
$lang->pivot->step2->groupNum = array('One', 'Two', 'Three');
|
||||
@@ -344,6 +345,7 @@ $lang->pivot->step2->columnField = 'Field';
|
||||
$lang->pivot->step2->calcMode = 'Calc Mode';
|
||||
|
||||
$lang->pivot->step2->moreThanOne = 'Select at least one group field.';
|
||||
$lang->pivot->step2->summaryTip = 'After this parameter is selected, you can configure Row Grouping, Column Settings, and Show column totals';
|
||||
$lang->pivot->step2->groupsTip = 'By selecting a grouping field, the data of the SQL query is grouped and displayed hierarchically in the pivot table.';
|
||||
$lang->pivot->step2->columnsTip = 'Add 1 column to the pivot table and set it.';
|
||||
|
||||
|
||||
@@ -332,6 +332,7 @@ $lang->pivot->typeOptions['dept'] = 'Dept';
|
||||
|
||||
$lang->pivot->step2 = new stdclass();
|
||||
$lang->pivot->step2->group = 'Row Grouping';
|
||||
$lang->pivot->step2->summary = 'Summary Setting';
|
||||
$lang->pivot->step2->column = 'Column Settings';
|
||||
$lang->pivot->step2->groupTip = 'Select Field';
|
||||
$lang->pivot->step2->groupNum = array('One', 'Two', 'Three');
|
||||
@@ -344,6 +345,7 @@ $lang->pivot->step2->columnField = 'Field';
|
||||
$lang->pivot->step2->calcMode = 'Calc Mode';
|
||||
|
||||
$lang->pivot->step2->moreThanOne = 'Select at least one group field.';
|
||||
$lang->pivot->step2->summaryTip = 'After this parameter is selected, you can configure Row Grouping, Column Settings, and Show column totals';
|
||||
$lang->pivot->step2->groupsTip = 'By selecting a grouping field, the data of the SQL query is grouped and displayed hierarchically in the pivot table.';
|
||||
$lang->pivot->step2->columnsTip = 'Add 1 column to the pivot table and set it.';
|
||||
|
||||
|
||||
@@ -322,6 +322,7 @@ $lang->pivot->typeOptions['dept'] = 'Dept';
|
||||
|
||||
$lang->pivot->step2 = new stdclass();
|
||||
$lang->pivot->step2->group = 'Row Grouping';
|
||||
$lang->pivot->step2->summary = 'Summary Setting';
|
||||
$lang->pivot->step2->column = 'Column Settings';
|
||||
$lang->pivot->step2->groupTip = 'Select Field';
|
||||
$lang->pivot->step2->groupNum = array('One', 'Two', 'Three');
|
||||
@@ -334,6 +335,7 @@ $lang->pivot->step2->columnField = 'Field';
|
||||
$lang->pivot->step2->calcMode = 'Calc Mode';
|
||||
|
||||
$lang->pivot->step2->moreThanOne = 'Select at least one group field.';
|
||||
$lang->pivot->step2->summaryTip = 'After this parameter is selected, you can configure Row Grouping, Column Settings, and Show column totals';
|
||||
$lang->pivot->step2->groupsTip = 'By selecting a grouping field, the data of the SQL query is grouped and displayed hierarchically in the pivot table.';
|
||||
$lang->pivot->step2->columnsTip = 'Add 1 column to the pivot table and set it.';
|
||||
|
||||
|
||||
@@ -332,6 +332,7 @@ $lang->pivot->typeOptions['dept'] = '部门';
|
||||
|
||||
$lang->pivot->step2 = new stdclass();
|
||||
$lang->pivot->step2->group = '行分组';
|
||||
$lang->pivot->step2->summary = '汇总设置';
|
||||
$lang->pivot->step2->column = '列设置';
|
||||
$lang->pivot->step2->groupTip = '选择字段';
|
||||
$lang->pivot->step2->groupNum = array('一', '二', '三');
|
||||
@@ -344,6 +345,7 @@ $lang->pivot->step2->columnField = '字段';
|
||||
$lang->pivot->step2->calcMode = '计算方式';
|
||||
|
||||
$lang->pivot->step2->moreThanOne = '至少选择一个分组字段。';
|
||||
$lang->pivot->step2->summaryTip = '勾选后,可配置行分组、列设置、显示列的汇总。';
|
||||
$lang->pivot->step2->groupsTip = '通过选择分组字段,对SQL查询的数据进行分组,并分层级显示在透视表中。';
|
||||
$lang->pivot->step2->columnsTip = '在透视表中添加1列并对其进行设置。';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user