diff --git a/module/metric/lang/de.php b/module/metric/lang/de.php index 2a68de99c8..c9d65b70f3 100644 --- a/module/metric/lang/de.php +++ b/module/metric/lang/de.php @@ -67,12 +67,16 @@ $lang->metric->viewType->multiple = 'Multiple view'; $lang->metric->descTip = 'Enter the meaning, purpose, and impact of the metric'; $lang->metric->definitionTip = 'Enter the calculation rules and filtering conditions of the metric'; +$lang->metric->collectConfText = "%s %s %s"; $lang->metric->emptyCollect = 'There are no collect metrics at this time.'; $lang->metric->moveFailTip = 'Move metric file failed'; $lang->metric->maxSelect = 'A maximum of %s metrics can be selected'; $lang->metric->maxSelectTip = 'Multiple metrics can be selected across a range, up to a maximum of %s.'; $lang->metric->upgradeTip = 'This measure is supported by an earlier version. If you want to edit it, reconfigure it according to the rules for configuring the measure of the latest version. Also note that the new version of the measure no longer supports the SQL editor and cannot be referenced by the report template for the time being. Check whether you need to edit it.'; $lang->metric->saveSqlMeasSuccess = "Query success,result is:%s"; +$lang->metric->monthText = "%s day"; +$lang->metric->errorDateRange = "The start date cannot be longer than the end date"; +$lang->metric->errorCalcTimeRange = "The start time of collection cannot be later than the end time of collection"; $lang->metric->noDesc = "No description available"; $lang->metric->noFormula = "No calculation rules available"; @@ -92,10 +96,6 @@ $lang->metric->viewAction = 'View Metric'; $lang->metric->editAction = 'Edit Metric'; $lang->metric->implementAction = 'Implement Metric'; $lang->metric->deleteAction = 'Delete Metric'; -$lang->metric->implementAction = 'Implement Metric'; -$lang->metric->deleteAction = 'Delete Metric'; -$lang->metric->implementAction = 'Implement Metric'; -$lang->metric->deleteAction = 'Delete Metric'; $lang->metric->delistAction = 'Delist Metric'; $lang->metric->detailsAction = 'Metric Detail'; diff --git a/module/metric/lang/en.php b/module/metric/lang/en.php index 2a68de99c8..c9d65b70f3 100644 --- a/module/metric/lang/en.php +++ b/module/metric/lang/en.php @@ -67,12 +67,16 @@ $lang->metric->viewType->multiple = 'Multiple view'; $lang->metric->descTip = 'Enter the meaning, purpose, and impact of the metric'; $lang->metric->definitionTip = 'Enter the calculation rules and filtering conditions of the metric'; +$lang->metric->collectConfText = "%s %s %s"; $lang->metric->emptyCollect = 'There are no collect metrics at this time.'; $lang->metric->moveFailTip = 'Move metric file failed'; $lang->metric->maxSelect = 'A maximum of %s metrics can be selected'; $lang->metric->maxSelectTip = 'Multiple metrics can be selected across a range, up to a maximum of %s.'; $lang->metric->upgradeTip = 'This measure is supported by an earlier version. If you want to edit it, reconfigure it according to the rules for configuring the measure of the latest version. Also note that the new version of the measure no longer supports the SQL editor and cannot be referenced by the report template for the time being. Check whether you need to edit it.'; $lang->metric->saveSqlMeasSuccess = "Query success,result is:%s"; +$lang->metric->monthText = "%s day"; +$lang->metric->errorDateRange = "The start date cannot be longer than the end date"; +$lang->metric->errorCalcTimeRange = "The start time of collection cannot be later than the end time of collection"; $lang->metric->noDesc = "No description available"; $lang->metric->noFormula = "No calculation rules available"; @@ -92,10 +96,6 @@ $lang->metric->viewAction = 'View Metric'; $lang->metric->editAction = 'Edit Metric'; $lang->metric->implementAction = 'Implement Metric'; $lang->metric->deleteAction = 'Delete Metric'; -$lang->metric->implementAction = 'Implement Metric'; -$lang->metric->deleteAction = 'Delete Metric'; -$lang->metric->implementAction = 'Implement Metric'; -$lang->metric->deleteAction = 'Delete Metric'; $lang->metric->delistAction = 'Delist Metric'; $lang->metric->detailsAction = 'Metric Detail'; diff --git a/module/metric/lang/fr.php b/module/metric/lang/fr.php index 2a68de99c8..c9d65b70f3 100644 --- a/module/metric/lang/fr.php +++ b/module/metric/lang/fr.php @@ -67,12 +67,16 @@ $lang->metric->viewType->multiple = 'Multiple view'; $lang->metric->descTip = 'Enter the meaning, purpose, and impact of the metric'; $lang->metric->definitionTip = 'Enter the calculation rules and filtering conditions of the metric'; +$lang->metric->collectConfText = "%s %s %s"; $lang->metric->emptyCollect = 'There are no collect metrics at this time.'; $lang->metric->moveFailTip = 'Move metric file failed'; $lang->metric->maxSelect = 'A maximum of %s metrics can be selected'; $lang->metric->maxSelectTip = 'Multiple metrics can be selected across a range, up to a maximum of %s.'; $lang->metric->upgradeTip = 'This measure is supported by an earlier version. If you want to edit it, reconfigure it according to the rules for configuring the measure of the latest version. Also note that the new version of the measure no longer supports the SQL editor and cannot be referenced by the report template for the time being. Check whether you need to edit it.'; $lang->metric->saveSqlMeasSuccess = "Query success,result is:%s"; +$lang->metric->monthText = "%s day"; +$lang->metric->errorDateRange = "The start date cannot be longer than the end date"; +$lang->metric->errorCalcTimeRange = "The start time of collection cannot be later than the end time of collection"; $lang->metric->noDesc = "No description available"; $lang->metric->noFormula = "No calculation rules available"; @@ -92,10 +96,6 @@ $lang->metric->viewAction = 'View Metric'; $lang->metric->editAction = 'Edit Metric'; $lang->metric->implementAction = 'Implement Metric'; $lang->metric->deleteAction = 'Delete Metric'; -$lang->metric->implementAction = 'Implement Metric'; -$lang->metric->deleteAction = 'Delete Metric'; -$lang->metric->implementAction = 'Implement Metric'; -$lang->metric->deleteAction = 'Delete Metric'; $lang->metric->delistAction = 'Delist Metric'; $lang->metric->detailsAction = 'Metric Detail';