From 1bdf069b30f0123bc1cf73f45f7f90f640c0ce3b Mon Sep 17 00:00:00 2001 From: songchenxuan Date: Thu, 24 Feb 2022 15:59:47 +0800 Subject: [PATCH 1/3] *Translate. --- module/weekly/lang/de.php | 2 +- module/weekly/lang/en.php | 2 +- module/weekly/lang/fr.php | 2 +- module/weekly/lang/vi.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/weekly/lang/de.php b/module/weekly/lang/de.php index f665865f2e..c0f42439ff 100644 --- a/module/weekly/lang/de.php +++ b/module/weekly/lang/de.php @@ -25,7 +25,7 @@ $lang->weekly->workloadByType = 'Workload Summary'; $lang->weekly->term = 'Reporting Cycle'; $lang->weekly->project = 'Project Name'; $lang->weekly->master = 'Project Manager '; -$lang->weekly->staff = 'The number of men in this week'; +$lang->weekly->staff = 'Weekly Effort'; $lang->weekly->weekDesc = 'Week % s (% s ~% s)'; $lang->weekly->progress = 'Progress of the project'; diff --git a/module/weekly/lang/en.php b/module/weekly/lang/en.php index f665865f2e..c0f42439ff 100644 --- a/module/weekly/lang/en.php +++ b/module/weekly/lang/en.php @@ -25,7 +25,7 @@ $lang->weekly->workloadByType = 'Workload Summary'; $lang->weekly->term = 'Reporting Cycle'; $lang->weekly->project = 'Project Name'; $lang->weekly->master = 'Project Manager '; -$lang->weekly->staff = 'The number of men in this week'; +$lang->weekly->staff = 'Weekly Effort'; $lang->weekly->weekDesc = 'Week % s (% s ~% s)'; $lang->weekly->progress = 'Progress of the project'; diff --git a/module/weekly/lang/fr.php b/module/weekly/lang/fr.php index f665865f2e..c0f42439ff 100644 --- a/module/weekly/lang/fr.php +++ b/module/weekly/lang/fr.php @@ -25,7 +25,7 @@ $lang->weekly->workloadByType = 'Workload Summary'; $lang->weekly->term = 'Reporting Cycle'; $lang->weekly->project = 'Project Name'; $lang->weekly->master = 'Project Manager '; -$lang->weekly->staff = 'The number of men in this week'; +$lang->weekly->staff = 'Weekly Effort'; $lang->weekly->weekDesc = 'Week % s (% s ~% s)'; $lang->weekly->progress = 'Progress of the project'; diff --git a/module/weekly/lang/vi.php b/module/weekly/lang/vi.php index f665865f2e..c0f42439ff 100644 --- a/module/weekly/lang/vi.php +++ b/module/weekly/lang/vi.php @@ -25,7 +25,7 @@ $lang->weekly->workloadByType = 'Workload Summary'; $lang->weekly->term = 'Reporting Cycle'; $lang->weekly->project = 'Project Name'; $lang->weekly->master = 'Project Manager '; -$lang->weekly->staff = 'The number of men in this week'; +$lang->weekly->staff = 'Weekly Effort'; $lang->weekly->weekDesc = 'Week % s (% s ~% s)'; $lang->weekly->progress = 'Progress of the project'; From 66bbe4cfbe093e9306096f40a4ea347781e5c5e7 Mon Sep 17 00:00:00 2001 From: songchenxuan Date: Thu, 24 Feb 2022 16:31:58 +0800 Subject: [PATCH 2/3] *Translate. --- module/program/lang/de.php | 2 +- module/program/lang/en.php | 2 +- module/program/lang/fr.php | 2 +- module/program/lang/vi.php | 2 +- module/project/lang/de.php | 2 +- module/project/lang/en.php | 2 +- module/project/lang/fr.php | 2 +- module/project/lang/vi.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/module/program/lang/de.php b/module/program/lang/de.php index 7790300bd9..aa12671c8b 100644 --- a/module/program/lang/de.php +++ b/module/program/lang/de.php @@ -73,7 +73,7 @@ $lang->program->tips = 'If a parent item set is selected, products under t $lang->program->endList[31] = 'One month'; $lang->program->endList[93] = 'Trimester'; -$lang->program->endList[186] = 'Half yearly'; +$lang->program->endList[186] = 'Half year'; $lang->program->endList[365] = 'One year'; $lang->program->endList[999] = 'Longtime'; diff --git a/module/program/lang/en.php b/module/program/lang/en.php index bf56083fe5..f351ba5040 100644 --- a/module/program/lang/en.php +++ b/module/program/lang/en.php @@ -93,7 +93,7 @@ $lang->program->beyondParentBudget = 'The remaining budget of the owned program $lang->program->endList[31] = 'One month'; $lang->program->endList[93] = 'Trimester'; -$lang->program->endList[186] = 'Half yearly'; +$lang->program->endList[186] = 'Half year'; $lang->program->endList[365] = 'One year'; $lang->program->endList[999] = 'Longtime'; diff --git a/module/program/lang/fr.php b/module/program/lang/fr.php index 7790300bd9..aa12671c8b 100644 --- a/module/program/lang/fr.php +++ b/module/program/lang/fr.php @@ -73,7 +73,7 @@ $lang->program->tips = 'If a parent item set is selected, products under t $lang->program->endList[31] = 'One month'; $lang->program->endList[93] = 'Trimester'; -$lang->program->endList[186] = 'Half yearly'; +$lang->program->endList[186] = 'Half year'; $lang->program->endList[365] = 'One year'; $lang->program->endList[999] = 'Longtime'; diff --git a/module/program/lang/vi.php b/module/program/lang/vi.php index ad4c2c2625..aca7145032 100644 --- a/module/program/lang/vi.php +++ b/module/program/lang/vi.php @@ -73,7 +73,7 @@ $lang->program->tips = 'If a parent item set is selected, products under t $lang->program->endList[31] = 'One month'; $lang->program->endList[93] = 'Trimester'; -$lang->program->endList[186] = 'Half yearly'; +$lang->program->endList[186] = 'Half year'; $lang->program->endList[365] = 'One year'; $lang->program->endList[999] = 'Longtime'; diff --git a/module/project/lang/de.php b/module/project/lang/de.php index 3ea1073bff..0ab41863e7 100644 --- a/module/project/lang/de.php +++ b/module/project/lang/de.php @@ -185,7 +185,7 @@ $lang->project->statusList['closed'] = 'Closed'; $lang->project->endList[31] = 'One month'; $lang->project->endList[93] = 'Trimester'; -$lang->project->endList[186] = 'Half yearly'; +$lang->project->endList[186] = 'Half year'; $lang->project->endList[365] = 'One year'; $lang->project->endList[999] = 'Longtime'; diff --git a/module/project/lang/en.php b/module/project/lang/en.php index 7678fff0d4..f07698077f 100644 --- a/module/project/lang/en.php +++ b/module/project/lang/en.php @@ -251,7 +251,7 @@ $lang->project->statusList['delay'] = 'Delayed'; $lang->project->endList[31] = 'One month'; $lang->project->endList[93] = 'Trimester'; -$lang->project->endList[186] = 'Half yearly'; +$lang->project->endList[186] = 'Half year'; $lang->project->endList[365] = 'One year'; $lang->project->endList[999] = 'Longtime'; diff --git a/module/project/lang/fr.php b/module/project/lang/fr.php index abe25e1d72..f8f216f032 100644 --- a/module/project/lang/fr.php +++ b/module/project/lang/fr.php @@ -185,7 +185,7 @@ $lang->project->statusList['closed'] = 'Closed'; $lang->project->endList[31] = 'One month'; $lang->project->endList[93] = 'Trimester'; -$lang->project->endList[186] = 'Half yearly'; +$lang->project->endList[186] = 'Half year'; $lang->project->endList[365] = 'One year'; $lang->project->endList[999] = 'Longtime'; diff --git a/module/project/lang/vi.php b/module/project/lang/vi.php index 023856e72f..814da115b2 100644 --- a/module/project/lang/vi.php +++ b/module/project/lang/vi.php @@ -185,7 +185,7 @@ $lang->project->statusList['closed'] = 'Closed'; $lang->project->endList[31] = 'One month'; $lang->project->endList[93] = 'Trimester'; -$lang->project->endList[186] = 'Half yearly'; +$lang->project->endList[186] = 'Half year'; $lang->project->endList[365] = 'One year'; $lang->project->endList[999] = 'Longtime'; From b4a5b7bff23c3466ef4ef6e6386be880247d135e Mon Sep 17 00:00:00 2001 From: songchenxuan Date: Thu, 24 Feb 2022 16:52:16 +0800 Subject: [PATCH 3/3] *Translate. --- module/program/lang/de.php | 2 +- module/program/lang/en.php | 2 +- module/program/lang/fr.php | 2 +- module/program/lang/vi.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/program/lang/de.php b/module/program/lang/de.php index aa12671c8b..494cd1942f 100644 --- a/module/program/lang/de.php +++ b/module/program/lang/de.php @@ -69,7 +69,7 @@ $lang->program->typeList['others'] = 'Others'; $lang->program->noProgram = 'No program.'; $lang->program->showClosed = 'Closed programs.'; -$lang->program->tips = 'If a parent item set is selected, products under that parent item set can be associated. If no item set is selected, a product with the same name as the item is created by default and associated with that item.'; +$lang->program->tips = 'If a parent program is selected, the products under the parent program can be associated. If no program is selected for the project, a product with the same name as the project is created and associated with the project by default.'; $lang->program->endList[31] = 'One month'; $lang->program->endList[93] = 'Trimester'; diff --git a/module/program/lang/en.php b/module/program/lang/en.php index f351ba5040..31568de285 100644 --- a/module/program/lang/en.php +++ b/module/program/lang/en.php @@ -77,7 +77,7 @@ $lang->program->stakeholderTypeList['outside'] = 'Outside'; $lang->program->noProgram = 'No program.'; $lang->program->showClosed = 'Closed'; -$lang->program->tips = 'If a parent item set is selected, products under that parent item set can be associated. If no item set is selected, a product with the same name as the item is created by default and associated with that item.'; +$lang->program->tips = 'If a parent program is selected, the products under the parent program can be associated. If no program is selected for the project, a product with the same name as the project is created and associated with the project by default.'; $lang->program->confirmBatchUnlink = "Do you want to batch unlink these stakeholders?"; $lang->program->beginLetterParent = "Parent begin date: %s, begin date should be > = parent begin date."; $lang->program->endGreaterParent = "Parent end date: %s, end date should be < = parent end date."; diff --git a/module/program/lang/fr.php b/module/program/lang/fr.php index aa12671c8b..494cd1942f 100644 --- a/module/program/lang/fr.php +++ b/module/program/lang/fr.php @@ -69,7 +69,7 @@ $lang->program->typeList['others'] = 'Others'; $lang->program->noProgram = 'No program.'; $lang->program->showClosed = 'Closed programs.'; -$lang->program->tips = 'If a parent item set is selected, products under that parent item set can be associated. If no item set is selected, a product with the same name as the item is created by default and associated with that item.'; +$lang->program->tips = 'If a parent program is selected, the products under the parent program can be associated. If no program is selected for the project, a product with the same name as the project is created and associated with the project by default.'; $lang->program->endList[31] = 'One month'; $lang->program->endList[93] = 'Trimester'; diff --git a/module/program/lang/vi.php b/module/program/lang/vi.php index aca7145032..f819aeebb3 100644 --- a/module/program/lang/vi.php +++ b/module/program/lang/vi.php @@ -69,7 +69,7 @@ $lang->program->typeList['others'] = 'Others'; $lang->program->noProgram = 'No program.'; $lang->program->showClosed = 'Closed programs.'; -$lang->program->tips = 'If a parent item set is selected, products under that parent item set can be associated. If no item set is selected, a product with the same name as the item is created by default and associated with that item.'; +$lang->program->tips = 'If a parent program is selected, the products under the parent program can be associated. If no program is selected for the project, a product with the same name as the project is created and associated with the project by default.'; $lang->program->endList[31] = 'One month'; $lang->program->endList[93] = 'Trimester';