From 4b37af11aaefad5676f2239a96542e31cb2a9c06 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Wed, 31 Mar 2021 17:07:43 +0800 Subject: [PATCH] * Fix lang. --- module/execution/lang/de.php | 2 +- module/execution/lang/en.php | 2 +- module/execution/lang/fr.php | 2 +- module/execution/lang/vi.php | 2 +- module/execution/lang/zh-cn.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/module/execution/lang/de.php b/module/execution/lang/de.php index 5b8e661d3e..6ecb67a29f 100644 --- a/module/execution/lang/de.php +++ b/module/execution/lang/de.php @@ -20,7 +20,7 @@ $lang->execution->project = 'Project'; $lang->execution->execName = 'Execution Name'; $lang->execution->execCode = 'Execution Code'; $lang->execution->execType = 'Execution Type'; -$lang->execution->statge = 'Stage'; +$lang->execution->stage = 'Stage'; $lang->execution->pri = 'Priorität'; $lang->execution->openedBy = 'OpenedBy'; $lang->execution->openedDate = 'OpenedDate'; diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index de995d3193..23da343dff 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -20,7 +20,7 @@ $lang->execution->project = 'Project'; $lang->execution->execName = 'Execution Name'; $lang->execution->execCode = 'Execution Code'; $lang->execution->execType = 'Execution Type'; -$lang->execution->statge = 'Stage'; +$lang->execution->stage = 'Stage'; $lang->execution->pri = 'Priority'; $lang->execution->openedBy = 'OpenedBy'; $lang->execution->openedDate = 'OpenedDate'; diff --git a/module/execution/lang/fr.php b/module/execution/lang/fr.php index 1a7b3dc0f9..ab7290e61e 100644 --- a/module/execution/lang/fr.php +++ b/module/execution/lang/fr.php @@ -20,7 +20,7 @@ $lang->execution->project = 'Project'; $lang->execution->execName = 'Execution Name'; $lang->execution->execCode = 'Execution Code'; $lang->execution->execType = 'Execution Type'; -$lang->execution->statge = 'Etape'; +$lang->execution->stage = 'Etape'; $lang->execution->pri = 'Priorité'; $lang->execution->openedBy = 'Ouvert par'; $lang->execution->openedDate = "Date d'ouverture"; diff --git a/module/execution/lang/vi.php b/module/execution/lang/vi.php index 667c32b1cd..ce60cbfa02 100644 --- a/module/execution/lang/vi.php +++ b/module/execution/lang/vi.php @@ -20,7 +20,7 @@ $lang->execution->project = 'Project'; $lang->execution->execName = 'Execution Name'; $lang->execution->execCode = 'Execution Code'; $lang->execution->execType = 'Execution Type'; -$lang->execution->statge = 'Giai đoạn'; +$lang->execution->stage = 'Giai đoạn'; $lang->execution->pri = 'Ưu tiên'; $lang->execution->openedBy = 'Mở bởi'; $lang->execution->openedDate = 'Ngày mở'; diff --git a/module/execution/lang/zh-cn.php b/module/execution/lang/zh-cn.php index 288ba21af7..c326d385bf 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -20,7 +20,7 @@ $lang->execution->project = '所属项目'; $lang->execution->execName = '执行名称'; $lang->execution->execCode = '执行代号'; $lang->execution->execType = '执行类型'; -$lang->execution->statge = '阶段'; +$lang->execution->stage = '阶段'; $lang->execution->pri = '优先级'; $lang->execution->openedBy = '由谁创建'; $lang->execution->openedDate = '创建日期';