From bb08d45014d064e04cb0b3f37da4ff51338b8ea7 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Mon, 18 Mar 2024 11:07:57 +0800 Subject: [PATCH] * Unset waterpolo type chart. --- module/chart/lang/de.php | 2 +- module/chart/lang/en.php | 2 +- module/chart/lang/fr.php | 2 +- module/chart/lang/zh-cn.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/chart/lang/de.php b/module/chart/lang/de.php index f38fca8b3a..b8d7e1c8d0 100644 --- a/module/chart/lang/de.php +++ b/module/chart/lang/de.php @@ -44,4 +44,4 @@ $lang->chart->typeList['cluBarY'] = 'Clustered Bar Y'; $lang->chart->typeList['stackedBarY'] = 'Stacked Bar Y'; $lang->chart->typeList['cluBarX'] = 'Clustered Bar X'; $lang->chart->typeList['stackedBar'] = 'Stacked Bar X'; -$lang->chart->typeList['waterpolo'] = 'Liquid Fill'; +//$lang->chart->typeList['waterpolo'] = 'Liquid Fill'; diff --git a/module/chart/lang/en.php b/module/chart/lang/en.php index f38fca8b3a..b8d7e1c8d0 100644 --- a/module/chart/lang/en.php +++ b/module/chart/lang/en.php @@ -44,4 +44,4 @@ $lang->chart->typeList['cluBarY'] = 'Clustered Bar Y'; $lang->chart->typeList['stackedBarY'] = 'Stacked Bar Y'; $lang->chart->typeList['cluBarX'] = 'Clustered Bar X'; $lang->chart->typeList['stackedBar'] = 'Stacked Bar X'; -$lang->chart->typeList['waterpolo'] = 'Liquid Fill'; +//$lang->chart->typeList['waterpolo'] = 'Liquid Fill'; diff --git a/module/chart/lang/fr.php b/module/chart/lang/fr.php index f38fca8b3a..b8d7e1c8d0 100644 --- a/module/chart/lang/fr.php +++ b/module/chart/lang/fr.php @@ -44,4 +44,4 @@ $lang->chart->typeList['cluBarY'] = 'Clustered Bar Y'; $lang->chart->typeList['stackedBarY'] = 'Stacked Bar Y'; $lang->chart->typeList['cluBarX'] = 'Clustered Bar X'; $lang->chart->typeList['stackedBar'] = 'Stacked Bar X'; -$lang->chart->typeList['waterpolo'] = 'Liquid Fill'; +//$lang->chart->typeList['waterpolo'] = 'Liquid Fill'; diff --git a/module/chart/lang/zh-cn.php b/module/chart/lang/zh-cn.php index a15d6da60e..644f6c7d1c 100644 --- a/module/chart/lang/zh-cn.php +++ b/module/chart/lang/zh-cn.php @@ -44,4 +44,4 @@ $lang->chart->typeList['cluBarY'] = '簇状条形图'; $lang->chart->typeList['stackedBarY'] = '堆积条形图'; $lang->chart->typeList['cluBarX'] = '簇状柱形图'; $lang->chart->typeList['stackedBar'] = '堆积柱形图'; -$lang->chart->typeList['waterpolo'] = '水球图'; +//$lang->chart->typeList['waterpolo'] = '水球图';