From 6f187e3a23b13fc62daae499762112ec8eab18ea Mon Sep 17 00:00:00 2001 From: liumengyi Date: Tue, 23 Aug 2022 17:16:49 +0800 Subject: [PATCH] * Correct the translation. --- module/task/lang/de.php | 2 +- module/task/lang/en.php | 2 +- module/task/lang/fr.php | 4 ++-- module/task/lang/vi.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/module/task/lang/de.php b/module/task/lang/de.php index 7f3109669d..bf5d6c16dc 100644 --- a/module/task/lang/de.php +++ b/module/task/lang/de.php @@ -261,7 +261,7 @@ $lang->task->error->realStartedEmpty = '"Real Started" should not be empty.'; $lang->task->error->finishedDateEmpty = '"Finished Date" should not be empty.'; $lang->task->error->finishedDateSmall = '"Finished Date" should be > "Real Started"'; $lang->task->error->alreadyConsumed = 'The currently selected parent task has been consumed.'; -$lang->task->error->date = 'The date should be >= today.'; +$lang->task->error->date = 'The date should be <= today.'; $lang->task->error->leftEmptyAB = 'When the task status is %s, "Hours Left" cannot be 0'; $lang->task->error->leftEmpty = 'Task#%sWhen the task status is %s, "Left" cannot be 0'; diff --git a/module/task/lang/en.php b/module/task/lang/en.php index 1e1b1e536b..2058e72cad 100755 --- a/module/task/lang/en.php +++ b/module/task/lang/en.php @@ -261,7 +261,7 @@ $lang->task->error->realStartedEmpty = '"Real Started" should not be empty.'; $lang->task->error->finishedDateEmpty = '"Finished Date" should not be empty.'; $lang->task->error->finishedDateSmall = '"Finished Date" should be > "Real Started"'; $lang->task->error->alreadyConsumed = 'The currently selected parent task has been consumed.'; -$lang->task->error->date = 'The date should be >= today.'; +$lang->task->error->date = 'The date should be <= today.'; $lang->task->error->leftEmptyAB = 'When the task status is %s, "Hours Left" cannot be 0'; $lang->task->error->leftEmpty = 'Task#%sWhen the task status is %s, "Left" cannot be 0'; diff --git a/module/task/lang/fr.php b/module/task/lang/fr.php index 4d668186e3..d676f327a7 100644 --- a/module/task/lang/fr.php +++ b/module/task/lang/fr.php @@ -261,7 +261,7 @@ $lang->task->error->realStartedEmpty = '"Real Started" should not be empty.'; $lang->task->error->finishedDateEmpty = '"Finished Date" should not be empty.'; $lang->task->error->finishedDateSmall = '"Finished Date" should be > "Real Started"'; $lang->task->error->alreadyConsumed = 'The currently selected parent task has been consumed.'; -$lang->task->error->date = 'The date should be >= today.'; +$lang->task->error->date = 'The date should be <= today.'; $lang->task->error->leftEmptyAB = 'When the task status is %s, "Hours Left" cannot be 0'; $lang->task->error->leftEmpty = 'Task#%sWhen the task status is %s, "Left" cannot be 0'; @@ -354,4 +354,4 @@ $lang->taskestimate = new stdclass(); $lang->taskestimate->consumed = 'Estimés'; $lang->task->overEsStartDate = 'The %s schedule start time has exceeded, please modify the %s schedule start time first'; -$lang->task->overEsEndDate = 'The %s schedule end time has exceeded, please modify the %s schedule end time first'; \ No newline at end of file +$lang->task->overEsEndDate = 'The %s schedule end time has exceeded, please modify the %s schedule end time first'; diff --git a/module/task/lang/vi.php b/module/task/lang/vi.php index 488a1fccea..42cccd53b3 100644 --- a/module/task/lang/vi.php +++ b/module/task/lang/vi.php @@ -223,7 +223,7 @@ $lang->task->error->realStartedEmpty = '"Real Started" should not be empty.'; $lang->task->error->finishedDateEmpty = '"Finished Date" should not be empty.'; $lang->task->error->finishedDateSmall = '"Finished Date" should be > "Real Started"'; $lang->task->error->alreadyConsumed = 'The currently selected parent task has been consumed.'; -$lang->task->error->date = 'The date should be >= today.'; +$lang->task->error->date = 'The date should be <= today.'; /* Report. */ $lang->task->report = new stdclass();