* fix lang of zentao bot.

This commit is contained in:
Wenrui LI
2022-12-01 16:37:40 +08:00
parent d7ab82aaf2
commit 1c87eaed8c
4 changed files with 8 additions and 0 deletions

View File

@@ -86,12 +86,14 @@ $lang->im->bot->zentaoBot->errors->unauthorized = 'You are not authorized to
$lang->im->bot->zentaoBot->errors->taskIDRequired = 'Task ID is required.';
$lang->im->bot->zentaoBot->errors->taskNotFound = 'Task not found.';
$lang->im->bot->zentaoBot->finish = new stdclass();
$lang->im->bot->zentaoBot->finish->tip = 'Click the link below to finish the task. Time consumed and starting time of this task are required.';
$lang->im->bot->zentaoBot->finish->tipLinkTitle = 'Finish Task';
$lang->im->bot->zentaoBot->finish->done = 'Task #%d is finished, ended at:%s, time consumed: %f hours.';
$lang->im->bot->zentaoBot->finish->bugTip = 'Task #%d is associated with a bug, you may mark the bug as resolved by clicking the link below.';
$lang->im->bot->zentaoBot->finish->bugTipLinkTitle = 'Resolve Bug';
$lang->im->bot->zentaoBot->start = new stdclass();
$lang->im->bot->zentaoBot->start->tip = 'Click the link below to start task #%d.';
$lang->im->bot->zentaoBot->start->tipLinkTitle = 'Start Task';
$lang->im->bot->zentaoBot->start->finishWithZeroLeft = 'Hours left is 0 thus the task is finished.';

View File

@@ -86,12 +86,14 @@ $lang->im->bot->zentaoBot->errors->unauthorized = 'You are not authorized to
$lang->im->bot->zentaoBot->errors->taskIDRequired = 'Task ID is required.';
$lang->im->bot->zentaoBot->errors->taskNotFound = 'Task not found.';
$lang->im->bot->zentaoBot->finish = new stdclass();
$lang->im->bot->zentaoBot->finish->tip = 'Click the link below to finish the task. Time consumed and starting time of this task are required.';
$lang->im->bot->zentaoBot->finish->tipLinkTitle = 'Finish Task';
$lang->im->bot->zentaoBot->finish->done = 'Task #%d is finished, ended at:%s, time consumed: %f hours.';
$lang->im->bot->zentaoBot->finish->bugTip = 'Task #%d is associated with a bug, you may mark the bug as resolved by clicking the link below.';
$lang->im->bot->zentaoBot->finish->bugTipLinkTitle = 'Resolve Bug';
$lang->im->bot->zentaoBot->start = new stdclass();
$lang->im->bot->zentaoBot->start->tip = 'Click the link below to start task #%d.';
$lang->im->bot->zentaoBot->start->tipLinkTitle = 'Start Task';
$lang->im->bot->zentaoBot->start->finishWithZeroLeft = 'Hours left is 0 thus the task is finished.';

View File

@@ -86,12 +86,14 @@ $lang->im->bot->zentaoBot->errors->unauthorized = 'You are not authorized to
$lang->im->bot->zentaoBot->errors->taskIDRequired = 'Task ID is required.';
$lang->im->bot->zentaoBot->errors->taskNotFound = 'Task not found.';
$lang->im->bot->zentaoBot->finish = new stdclass();
$lang->im->bot->zentaoBot->finish->tip = 'Click the link below to finish the task. Time consumed and starting time of this task are required.';
$lang->im->bot->zentaoBot->finish->tipLinkTitle = 'Finish Task';
$lang->im->bot->zentaoBot->finish->done = 'Task #%d is finished, ended at:%s, time consumed: %f hours.';
$lang->im->bot->zentaoBot->finish->bugTip = 'Task #%d is associated with a bug, you may mark the bug as resolved by clicking the link below.';
$lang->im->bot->zentaoBot->finish->bugTipLinkTitle = 'Resolve Bug';
$lang->im->bot->zentaoBot->start = new stdclass();
$lang->im->bot->zentaoBot->start->tip = 'Click the link below to start task #%d.';
$lang->im->bot->zentaoBot->start->tipLinkTitle = 'Start Task';
$lang->im->bot->zentaoBot->start->finishWithZeroLeft = 'Hours left is 0 thus the task is finished.';

View File

@@ -94,12 +94,14 @@ $lang->im->bot->zentaoBot->errors->unauthorized = '您无权操作此任务';
$lang->im->bot->zentaoBot->errors->taskIDRequired = '请输入任务编号';
$lang->im->bot->zentaoBot->errors->taskNotFound = '任务不存在';
$lang->im->bot->zentaoBot->finish = new stdclass();
$lang->im->bot->zentaoBot->finish->tip = '完成任务指令需要填入工时与记录起始时间,请点击下方入口';
$lang->im->bot->zentaoBot->finish->tipLinkTitle = '工时记录';
$lang->im->bot->zentaoBot->finish->done = '任务 #%d 已完成,完成时间:%s消耗%f 小时';
$lang->im->bot->zentaoBot->finish->bugTip = '检测到任务 #%d 关联相关 Bug您可以点击以下链接进行处理';
$lang->im->bot->zentaoBot->finish->bugTipLinkTitle = '关联 Bug 处理';
$lang->im->bot->zentaoBot->start = new stdclass();
$lang->im->bot->zentaoBot->start->tip = '点击链接开始任务 #%d';
$lang->im->bot->zentaoBot->start->tipLinkTitle = '开始任务';
$lang->im->bot->zentaoBot->start->finishWithZeroLeft = '剩余工时为 0任务将被标记为"已完成"';