2023-05-16 10:50:42 +08:00

26 lines
1.0 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang->task->importCase = '导入任务';
$lang->task->import = '导入Excel';
$lang->task->exportTemplate = '导出模板';
$lang->task->showImport = '显示导入内容';
$lang->task->importNotice = '请先导出模板,按照模板格式填写数据后再导入。';
$lang->task->noRequire = '%s行的“%s”是必填字段不能为空。';
$lang->task->new = '新增';
$lang->task->num = '任务记录数:';
$lang->task->filed = new stdclass();
$lang->task->field['id'] = 'ID编号';
$lang->task->field['title'] = '名称';
$lang->task->field['startTime'] = '开始时间';
$lang->task->field['pri'] = '优先级';
$lang->task->field['assignedTo'] = '指派给';
$lang->task->excelmodule = '模块#';
$lang->task->excelproduct = $lang->productCommon . '#';
$lang->task->exceltaskName = '任务#';
$lang->task->excelstory = "{$lang->SRCommon}#";
$lang->task->error->assignedToError = '系统检测到存在多人任务,指派给需在多人任务的团队中!';