| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?php
- $lang->action->objectTypes['feedback'] = '反馈';
- $lang->action->objectTypes['ticket'] = '工单';
- $lang->action->label->feedback = '反馈|feedback|' . ($config->vision == 'lite' ? 'view' : 'adminView') . '|id=%s';
- $lang->action->label->ticket = '工单|ticket|view|id=%s';
- $lang->action->desc->asked = '$date, 由 <strong>$actor</strong> 追问。' . "\n";
- $lang->action->desc->replied = '$date, 由 <strong>$actor</strong> 回复。' . "\n";
- $lang->action->desc->tobug = '$date, 由 <strong>$actor</strong> 转为Bug <strong>$extra</strong>。' . "\n";
- $lang->action->desc->tostory = '$date, 由 <strong>$actor</strong> 转为' . $lang->SRCommon . ' <strong>$extra</strong>。' . "\n";
- $lang->action->desc->touserstory = '$date, 由 <strong>$actor</strong> 转为' . $lang->URCommon . ' <strong>$extra</strong>。' . "\n";
- $lang->action->desc->toepic = '$date, 由 <strong>$actor</strong> 转为' . $lang->ERCommon . ' <strong>$extra</strong>。' . "\n";
- $lang->action->desc->totask = '$date, 由 <strong>$actor</strong> 转为任务 <strong>$extra</strong>。' . "\n";
- $lang->action->desc->fromfeedback = '$date, 由 <strong>$actor</strong> 从<strong>反馈</strong>转化而来,反馈编号为 <strong>$extra</strong>。' . "\n";
- $lang->action->desc->fromticket = '$date, 由 <strong>$actor</strong> 从<strong>工单</strong>转化而来,工单编号为 <strong>$extra</strong>。' . "\n";
- $lang->action->desc->totodo = '$date, 由 <strong>$actor</strong> 转待办 <strong>$extra</strong>。' . "\n";
- $lang->action->desc->toticket = '$date, 由 <strong>$actor</strong> 转为工单 <strong>$extra</strong>。' . "\n";
- $lang->action->desc->todemand = '$date, 由 <strong>$actor</strong> 转为需求池需求 <strong>$extra</strong>。' . "\n";
- $lang->action->desc->processed = '$date, 由系统更新状态为已处理。' . "\n";
- $lang->action->desc->syncmodule = '$date, 合并到模块 <strong>$extra</strong>。' . "\n";
- $lang->action->desc->syncdoingbyticket = '$date, 由 <strong>$actor</strong> 转 <strong>$extra</strong>工单后,系统更新状态为处理中。' . "\n";
- $lang->action->desc->syncdoingbystory = '$date, 由 <strong>$actor</strong> 转 <strong>$extra</strong>' . $lang->SRCommon . '后,系统更新状态为处理中。' . "\n";
- $lang->action->desc->syncdoingbyuserstory = '$date, 由 <strong>$actor</strong> 转 <strong>$extra</strong>' . $lang->URCommon . '后,系统更新状态为处理中。' . "\n";
- $lang->action->desc->syncdoingbyepic = '$date, 由 <strong>$actor</strong> 转 <strong>$extra</strong>' . $lang->ERCommon . '后,系统更新状态为处理中。' . "\n";
- $lang->action->desc->syncdoingbytask = '$date, 由 <strong>$actor</strong> 转 <strong>$extra</strong>任务后,系统更新状态为处理中。' . "\n";
- $lang->action->desc->syncdoingbybug = '$date, 由 <strong>$actor</strong> 转 <strong>$extra</strong>Bug后,系统更新状态为处理中。' . "\n";
- $lang->action->desc->syncdoingbytodo = '$date, 由 <strong>$actor</strong> 转 <strong>$extra</strong>待办后,系统更新状态为处理中。' . "\n";
- $lang->action->desc->syncdoingbydemand = '$date, 由 <strong>$actor</strong> 转 <strong>$extra</strong>需求池需求后,系统更新状态为处理中。' . "\n";
- $lang->action->desc->processedbyticket = '$date, 由 <strong>$actor</strong> 完成 <strong>$extra</strong>工单后,系统更新状态为已处理。' . "\n";
- $lang->action->desc->processedbystory = '$date, 由 <strong>$actor</strong> 关闭 <strong>$extra</strong>' . $lang->SRCommon . '后,系统更新状态为已处理。' . "\n";
- $lang->action->desc->processedbyuserstory = '$date, 由 <strong>$actor</strong> 关闭 <strong>$extra</strong>' . $lang->URCommon . '后,系统更新状态为已处理。' . "\n";
- $lang->action->desc->processedbyepic = '$date, 由 <strong>$actor</strong> 关闭 <strong>$extra</strong>' . $lang->ERCommon . '后,系统更新状态为已处理。' . "\n";
- $lang->action->desc->processedbytask = '$date, 由 <strong>$actor</strong> 完成 <strong>$extra</strong>任务后,系统更新状态为已处理。' . "\n";
- $lang->action->desc->processedbybug = '$date, 由 <strong>$actor</strong> 解决 <strong>$extra</strong>Bug后,系统更新状态为已处理。' . "\n";
- $lang->action->desc->processedbytodo = '$date, 由 <strong>$actor</strong> 完成 <strong>$extra</strong>待办后,系统更新状态为已处理。' . "\n";
- $lang->action->desc->processedbydemand = '$date, 由 <strong>$actor</strong> 完成 <strong>$extra</strong>需求池需求后,系统更新状态为已处理。' . "\n";
- $lang->action->desc->activatedbyticket = '$date, 由 <strong>$actor</strong> 激活 <strong>$extra</strong>工单后,系统更新状态为处理中。' . "\n";
- $lang->action->desc->activatedbystory = '$date, 由 <strong>$actor</strong> 激活 <strong>$extra</strong>' . $lang->SRCommon . '后,系统更新状态为处理中。' . "\n";
- $lang->action->desc->activatedbyuserstory = '$date, 由 <strong>$actor</strong> 激活 <strong>$extra</strong>' . $lang->URCommon . '后,系统更新状态为处理中。' . "\n";
- $lang->action->desc->activatedbyepic = '$date, 由 <strong>$actor</strong> 激活 <strong>$extra</strong>' . $lang->ERCommon . '后,系统更新状态为处理中。' . "\n";
- $lang->action->desc->activatedbytask = '$date, 由 <strong>$actor</strong> 激活 <strong>$extra</strong>任务后,系统更新状态为处理中。' . "\n";
- $lang->action->desc->activatedbybug = '$date, 由 <strong>$actor</strong> 激活 <strong>$extra</strong>Bug后,系统更新状态为处理中。' . "\n";
- $lang->action->desc->activatedbytodo = '$date, 由 <strong>$actor</strong> 激活 <strong>$extra</strong>待办后,系统更新状态为处理中。' . "\n";
- $lang->action->desc->activatedbydemand = '$date, 由 <strong>$actor</strong> 激活 <strong>$extra</strong>需求池需求后,系统更新状态为处理中。' . "\n";
- $lang->action->label->asked = '追问了';
- $lang->action->label->replied = '回复了';
- $lang->action->label->tobug = '转bug';
- $lang->action->label->tostory = '转' . $lang->SRCommon;
- $lang->action->label->touserstory = '转' . $lang->URCommon;
- $lang->action->label->toepic = '转' . $lang->ERCommon;
- $lang->action->label->totask = '转任务';
- $lang->action->label->totodo = '转待办';
- $lang->action->label->toticket = '转工单';
- $lang->action->label->todemand = '转需求池需求';
- $lang->action->label->fromfeedback = '由反馈创建';
- $lang->action->label->syncmodule = '合并了模块';
- $lang->action->label->fromticket = '由工单创建';
- $lang->action->label->processed = '已处理';
- $lang->action->label->processedbyticket = '处理了';
- $lang->action->label->processedbystory = '处理了';
- $lang->action->label->processedbyuserstory = '处理了';
- $lang->action->label->processedbyepic = '处理了';
- $lang->action->label->processedbytask = '处理了';
- $lang->action->label->processedbybug = '处理了';
- $lang->action->label->processedbytodo = '处理了';
- $lang->action->label->processedbydemand = '处理了';
- $lang->action->label->activatedbyticket = '激活了';
- $lang->action->label->activatedbystory = '激活了';
- $lang->action->label->activatedbyuserstory = '激活了';
- $lang->action->label->activatedbyepic = '激活了';
- $lang->action->label->activatedbytask = '激活了';
- $lang->action->label->activatedbybug = '激活了';
- $lang->action->label->activatedbytodo = '激活了';
- $lang->action->label->activatedbydemand = '激活了';
|