From 8dc213f9cca52bf588fa2e64e4b53771728bbba7 Mon Sep 17 00:00:00 2001 From: songchenxuan Date: Wed, 26 Jul 2023 12:38:45 +0800 Subject: [PATCH] * Fix bug #36839. --- module/pivot/lang/de.php | 2 +- module/pivot/lang/en.php | 2 +- module/pivot/lang/fr.php | 2 +- module/pivot/lang/vi.php | 2 +- module/pivot/lang/zh-cn.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/module/pivot/lang/de.php b/module/pivot/lang/de.php index 5e8b1a4f56..19826e8b7b 100644 --- a/module/pivot/lang/de.php +++ b/module/pivot/lang/de.php @@ -264,7 +264,7 @@ $lang->pivot->noChartSelected = 'Please select one pivot.'; $lang->pivot->beginGtEnd = 'Begin time should not be >= end time.'; $lang->pivot->resetSettings = 'The configuration of the query data has been modified, requiring redesign of the pivot, whether to continue.'; $lang->pivot->clearSettings = 'The configuration of the query data has been modified, whether to clear the pivot and save.'; -$lang->pivot->draftSave = 'Released content is edited, will be overwritten, whether to continue?'; +$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.'; diff --git a/module/pivot/lang/en.php b/module/pivot/lang/en.php index a4f92a6871..04bb815b3c 100644 --- a/module/pivot/lang/en.php +++ b/module/pivot/lang/en.php @@ -264,7 +264,7 @@ $lang->pivot->noChartSelected = 'Please select one pivot.'; $lang->pivot->beginGtEnd = 'Begin time should not be >= end time.'; $lang->pivot->resetSettings = 'The configuration of the query data has been modified, requiring redesign of the pivot, whether to continue.'; $lang->pivot->clearSettings = 'The configuration of the query data has been modified, whether to clear the pivot and save.'; -$lang->pivot->draftSave = 'Released content is edited, will be overwritten, whether to continue?'; +$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.'; diff --git a/module/pivot/lang/fr.php b/module/pivot/lang/fr.php index 9d550e0866..38aeea7ead 100644 --- a/module/pivot/lang/fr.php +++ b/module/pivot/lang/fr.php @@ -264,7 +264,7 @@ $lang->pivot->noChartSelected = 'Please select one pivot.'; $lang->pivot->beginGtEnd = 'Begin time should not be >= end time.'; $lang->pivot->resetSettings = 'The configuration of the query data has been modified, requiring redesign of the pivot, whether to continue.'; $lang->pivot->clearSettings = 'The configuration of the query data has been modified, whether to clear the pivot and save.'; -$lang->pivot->draftSave = 'Released content is edited, will be overwritten, whether to continue?'; +$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.'; diff --git a/module/pivot/lang/vi.php b/module/pivot/lang/vi.php index 34c11436c2..509e12df66 100644 --- a/module/pivot/lang/vi.php +++ b/module/pivot/lang/vi.php @@ -254,7 +254,7 @@ $lang->pivot->noChartSelected = 'Please select one pivot.'; $lang->pivot->beginGtEnd = 'Begin time should not be >= end time.'; $lang->pivot->resetSettings = 'The configuration of the query data has been modified, requiring redesign of the pivot, whether to continue.'; $lang->pivot->clearSettings = 'The configuration of the query data has been modified, whether to clear the pivot and save.'; -$lang->pivot->draftSave = 'Released content is edited, will be overwritten, whether to continue?'; +$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.'; diff --git a/module/pivot/lang/zh-cn.php b/module/pivot/lang/zh-cn.php index f7d5c2a6f2..473d9d364a 100644 --- a/module/pivot/lang/zh-cn.php +++ b/module/pivot/lang/zh-cn.php @@ -264,7 +264,7 @@ $lang->pivot->noChartSelected = '请选择至少一个图表。'; $lang->pivot->beginGtEnd = '开始时间不得大于结束时间。'; $lang->pivot->resetSettings = '查询数据的配置已修改,是否清空透视表设计,并重新设计。'; $lang->pivot->clearSettings = '查询数据的配置已修改,是否清空透视表设计并保存。'; -$lang->pivot->draftSave = '已发布的内容被编辑,将覆盖,是否继续?'; +$lang->pivot->draftSave = '该透视表已发布,将变为草稿态,是否继续?'; $lang->pivot->cannotAddQuery = '已添加结果筛选器,无法添加查询筛选器'; $lang->pivot->cannotAddResult = '已添加查询筛选器,无法添加结果筛选器';