From 230270d534fddb7587f26a6796bf52225ca89343 Mon Sep 17 00:00:00 2001 From: liugang Date: Thu, 29 Jun 2023 14:28:28 +0800 Subject: [PATCH] * commonLang: add childrenAB item. --- module/common/lang/de.php | 1 + module/common/lang/en.php | 1 + module/common/lang/fr.php | 1 + module/common/lang/zh-cn.php | 1 + 4 files changed, 4 insertions(+) diff --git a/module/common/lang/de.php b/module/common/lang/de.php index 6dff188cdb..cff36bd6d3 100644 --- a/module/common/lang/de.php +++ b/module/common/lang/de.php @@ -93,6 +93,7 @@ $lang->agilePlusModel = 'Agile Plus'; $lang->waterfallPlusModel = 'Waterfall Plus'; $lang->all = 'All'; $lang->viewDetails = 'View Details'; +$lang->childrenAB = 'C'; $lang->actions = 'Aktionen'; $lang->restore = 'Wiederherstellen'; diff --git a/module/common/lang/en.php b/module/common/lang/en.php index f1ead4d448..0de7994cc9 100644 --- a/module/common/lang/en.php +++ b/module/common/lang/en.php @@ -93,6 +93,7 @@ $lang->agilePlusModel = 'Agile Plus'; $lang->waterfallPlusModel = 'Waterfall Plus'; $lang->all = 'All'; $lang->viewDetails = 'View Details'; +$lang->childrenAB = 'C'; $lang->actions = 'Action'; $lang->restore = 'Reset'; diff --git a/module/common/lang/fr.php b/module/common/lang/fr.php index bcb198e787..ac87d6f4f3 100644 --- a/module/common/lang/fr.php +++ b/module/common/lang/fr.php @@ -93,6 +93,7 @@ $lang->agilePlusModel = 'Agile Plus'; $lang->waterfallPlusModel = 'Waterfall Plus'; $lang->all = 'All'; $lang->viewDetails = 'View Details'; +$lang->childrenAB = 'C'; $lang->actions = 'Action'; $lang->restore = 'Réinitialiser'; diff --git a/module/common/lang/zh-cn.php b/module/common/lang/zh-cn.php index c4d5a2fd7e..8dac46f6bc 100644 --- a/module/common/lang/zh-cn.php +++ b/module/common/lang/zh-cn.php @@ -93,6 +93,7 @@ $lang->agilePlusModel = '融合敏捷模型'; $lang->waterfallPlusModel = '融合瀑布模型'; $lang->all = '全部'; $lang->viewDetails = '查看详情'; +$lang->childrenAB = '子'; $lang->actions = '操作'; $lang->restore = '恢复默认';