export default { task: `支持配置的所有官方基础字段和自定义字段,这些字段包括:单选,多选,数字,日期,文本,成员 1.必填字段如“标题”字段:任务的标题,必填; 2.文本字段如“备注”字段:填写任务的具体详情描述; 3.单选字段如“优先级”字段:填写不同优先级所对应的键值如“非常紧急”、“紧急”,“普通”,若不填写则为“普通”; 4.多选字段如“所属平台”字段:填写所属平台所对应的多个键值,请用“|”符号隔开,如“iOS平台|Android平台|Web平台”; 5.数字字段如“数值”字段:填写相应的数值即可; 6.日期字段如“开始时间”字段:填写格式为 YYYY-MM-DD XX:XX,如“2017-04-10 12:00”,若不填具体时间,开始时间默认为9:00(GMT+8),截止时间默认为18:00(GMT+8); 7.成员字段如“执行者”字段:必须是项目中成员姓名,如张三,若项目中有同名则默认映射至最早加入的成员。 Tips: 1.“上级任务”字段:若该任务为子任务,则需填写上级任务标题,并将所有子任务紧跟上级任务; 2.*为必填项,是否为必填项根据配置而改变,必填字段为空时任务不予以导入,一次性最多上传500个任务 ; 3.字段名称和对应键值若与系统配置不匹配,任务将不予以导入。`, taskEn: `Supports all official base fields and custom fields for configuration, including: Radio, multiple selections, numbers, dates, text, members 1. Required fields such as "title" field: the title of the task, must be filled; 2. Text fields such as "Memo" field: Fill in the details of the task description; 3. Single-select fields such as "Priority" field: Fill in the corresponding key values of different priorities such as "very urgent", "urgent", "ordinary", if not filled out is "ordinary"; 4. Multiple-select fields such as the "Owning Platform" field: Fill in the corresponding multiple key values of the platform, please use "|" Symbols separated, such as "iOS platform | Android Platform | Web platform "; 5. Number field such as "Value" field: Fill in the corresponding value; 6. Date field such as "Start Time" field: Fill in the format for YYYY-MM-DD xx:xx, such as "2017-04-10 12:00", if not fill in the specific time, the start time defaults to 9:00 (gmt+8), the default for 18:00 (GMT+8); 7. Member fields such as "Performer" field: Must be the name of the member in the project, such as John, if the project has the same name, the default map to the first joined members. Tips: 1. "Superior Task" field: if the task is a subtask, you need to fill in the parent task title, and all subtasks follow the task of the superior; 2.* is required, whether it is required to change according to the configuration, the required field is empty when the task is not to import, one-time upload up to 500 tasks; 3. If the field name and corresponding key value do not match the system configuration, the task will not be imported. `, testcase: `Teambition 执行用例导入模板 1、标题:必填,填写用例的名称; 2、所属分组:填写当前测试计划下已有的分组名称,请从第一级分组开始完整填写(全部用例不属于分组层级),层级之间用“|”间隔,例如:Web端测试用例|首页|我的待办,填写错误则自动归入至未分组中; 3、执行者:选填,必须是当前当前项目范围内的成员名,若有同名则匹配最早加入的成员; 4、前置条件:选填,填写用例的前置条件; 5、操作步骤:选填,每条「操作步骤—预期结果」写一行,多个步骤请换行或者加编号填写,如【1】、【2】、【3】; 6、用例类型:选填,单选类型,选项依次为:功能测试、自动化测试、性能测试、配置相关、安装部署、安全相关、接口测试、其它; 7、用例等级:选填,单选类型,选项依次为:P0、P1、P2、P3、P4、P5。 Tips: (1)*为必填项,一次性最多上传500条数据。 (2)所属分组、执行者、用例类型、用例等级必须与已有信息相匹配,填写错误将无法导入; (3)填写规则和示例内容不得删除,删除后将无法正确导入。`, basictestcase: `Teambition 基础用例导入模板 1、标题:必填,填写用例的名称; 2、所属分组:填写当前用例库下已有的分组名称,请从第一级分组开始完整填写(全部用例不属于分组层级),层级之间用“|”间隔,例如:Web端测试用例|首页|我的待办,填写错误则自动归入至未分组中; 3、维护人:必须是当前企业中的成员名,若有同名则匹配最早加入的成员; 4、前置条件:选填,填写用例的前置条件; 5、操作步骤:选填,每条「操作步骤—预期结果」写一行,多个步骤请换行或者加编号填写,如【1】、【2】、【3】; 6、用例类型:选填,单选类型,选项依次为:功能测试、自动化测试、性能测试、配置相关、安装部署、安全相关、接口测试、其它; 7、用例等级:选填,单选类型,选项依次为:P0、P1、P2、P3、P4、P5。 Tips: (1)*为必填项,一次性最多上传500条数据。 (2)所属分组、维护人、用例类型、用例等级必须与已有信息相匹配,填写错误将无法导入; (3)填写规则和示例内容不得删除,删除后将无法正确导入。` }