zh.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
  1. {
  2. "workingHoursHousekeeper": "工时管家",
  3. "navigation": {
  4. "reports": "工时报告",
  5. "projectManagement": "项目管理",
  6. "professionalAudit": "专业审核",
  7. "departmentAudit": "部门审核",
  8. "projectReportReview": "项目报告审核",
  9. "ImportDailyReview": "导入日报审核",
  10. "laborCostStatistics": "工时成本统计",
  11. "customizeNumericalStatistics": "自定义数值统计",
  12. "financialAccountingCost": "财务核算成本",
  13. "upcomingTasks": "待办任务",
  14. "projectReportingService": "项目报表服务",
  15. "askForLeaveManagement": "请假管理",
  16. "evectionManagement": "出差管理",
  17. "customerManagement": "客户管理",
  18. "engineeringProfessionalManagement": "工程专业管理",
  19. "reimbursement": "费用报销",
  20. "researchCenterManagement": "研究中心管理",
  21. "supplierManagement": "供应商管理",
  22. "organizationalStructure": "组织架构",
  23. "approvalFlowSettings": "审批流设置",
  24. "basicDataManagemen": "基本数据管理",
  25. "basicSystemSettings": "系统基础设置",
  26. "roleRightsManagement": "角色权限管理"
  27. },
  28. "role": {
  29. "ordinaryEmployees": "普通员工",
  30. "superAdministrator": "超级管理员",
  31. "systemAdministrator": "系统管理员",
  32. "companyTop": "公司高层",
  33. "financialAdministrator": "财务管理员",
  34. "projectManager": "项目管理员",
  35. "companyLeadership": "公司领导"
  36. },
  37. "state": {
  38. "states": "状态",
  39. "notApproved": "审批未通过",
  40. "ThereIsAnewTask": "有新任务啦",
  41. "TheresBeen": "任务有新进展",
  42. "approvedProject": "项目日报审核通过",
  43. "allState": "全部状态",
  44. "DidNotFillIn": "未填报",
  45. "alreadyPassed": "已通过",
  46. "WaitingAudit": "待审核",
  47. "notThrough": "不通过",
  48. "waitingsubmit": "待提交",
  49. "hasBeenSubmitted": "已提交",
  50. "approved": "审核通过",
  51. "rejected": "已驳回",
  52. "completed": "已完成",
  53. "tried": "已审",
  54. "untrial": "未审",
  55. "undone": "已撤销",
  56. "yes": "是",
  57. "no": "否",
  58. "alreadyPassedAndWaitingAudit": "已通过和待审核"
  59. },
  60. "time": {
  61. "dueDate": "到期日期",
  62. "times": "时间",
  63. "day": "天",
  64. "duration": "时长",
  65. "hour": "小时",
  66. "startTime": "起始时间",
  67. "endTime": "结束时间",
  68. "startDate": "开始日期",
  69. "endDate": "结束日期",
  70. "workingHours": "工时",
  71. "twoWeeksAgo": "上上周",
  72. "lastWeek": "上周",
  73. "nextWeek": "下周",
  74. "thisWeek": "本周",
  75. "addedDate": "新增日期",
  76. "selectTimeRange": "选择时间范围",
  77. "dateRange": "日期范围",
  78. "selectdaterange": "选择日期范围"
  79. },
  80. "weekDay": {
  81. "sunday": "周日",
  82. "monday": "周一",
  83. "tuesday": "周二",
  84. "wednesday": "周三",
  85. "thursday": "周四",
  86. "friday": "周五",
  87. "saturday": "周六",
  88. "daily": "每日",
  89. "date": "日期",
  90. "Week": "星期",
  91. "month": "月",
  92. "day": "日"
  93. },
  94. "headerTop": {
  95. "projectName": "项目名称",
  96. "serialNumber": "序号"
  97. },
  98. "defaultText": {
  99. "pleaseEnterTheOldPassword": "请输入原密码",
  100. "pleaseEnterTheNewPassword": "请输入新密码",
  101. "PleaseEnterYourName": "请输入姓名",
  102. "PleaseEnterYourPhone": "请输入手机号",
  103. "pleaseSelectAsubstitute": "请选择代填人员",
  104. "selectWorkDate": "选择工作日期",
  105. "pleaseSelectWorkingHours": "请选择工作时长",
  106. "pleaseSelectWorkingHourss": "请选择工作时间",
  107. "pleaseSelectaJob": "请选择工作任务",
  108. "pleaseSelectSnItem": "请选择项目",
  109. "PleaseSelectaSub-item": "请选择子项目",
  110. "pleaseSelectaTaskGroup": "请选择任务分组",
  111. "pleaseSetTheTimeRatio": "请设置用时占比",
  112. "pleaseChoose": "请选择",
  113. "pleaseFillOut": "请填写",
  114. "pleaseSelectTheItemYouWantToFillIn": "请选择要填报的项目",
  115. "selectProject": "选择项目",
  116. "selectthepersonwhneedstofillinthereport": "选择需要代填报的人员",
  117. "pleaseEnterNametoSearch": "请输入姓名搜索",
  118. "pleaseEnterTheReason": "请输入原因",
  119. "pleaseEnterYourDecision": "请输入您决定",
  120. "Pleaseenterthereviewyoudecidetopass": "请输入您决定通过的评价",
  121. "pleaseselectaworkdate": "请选择工作日期",
  122. "pleaseset": "请设置"
  123. },
  124. "screening": {
  125. "selectPeople": "选择人员",
  126. "workingDate": "工作日期",
  127. "workTime": "工作时长",
  128. "workHours": "工作时间",
  129. "workTasks": "工作任务",
  130. "inputProject": "投入项目",
  131. "employeename": "员工姓名",
  132. "workinghoursss": "上班时间",
  133. "off-dutytime": "下班时间"
  134. },
  135. "lable": {
  136. "originalPassword": "原密码",
  137. "newPassword": "新密码",
  138. "name": "姓名",
  139. "phone": "手机号",
  140. "subproject": "子项目",
  141. "budgetSource": "预算来源",
  142. "taskGrouping": "任务分组",
  143. "percentageOfTime": "用时占比",
  144. "filledReport": "已填日报",
  145. "department": "部门",
  146. "allStaff": "全部人员",
  147. "unassigned": "未分配"
  148. },
  149. "title": {
  150. "modifyTheInformation": "修改信息",
  151. "Fillinginbatchesofworkinghours": "工时批量代填",
  152. "Workhoursimportresult": "工时导入结果",
  153. "reviewProcess": "审核流程"
  154. },
  155. "btn": {
  156. "cancel": "取消",
  157. "submit": "提交",
  158. "determine": "确定",
  159. "editWorkReport": "编辑日报",
  160. "delete": "删除",
  161. "through": "通过",
  162. "rejected": "驳回",
  163. "undo": "撤销",
  164. "withdraw": "撤回",
  165. "temporaryStorage": "暂存",
  166. "nextStep": "下一步",
  167. "selectAll": "全选",
  168. "choose": "已选中",
  169. "previousstep": "上一步",
  170. "nextstep": "上一步"
  171. },
  172. "textLink": {
  173. "fillInTheWork": "填写日报",
  174. "fillInAWeek": "按周填报",
  175. "helpToFillIn": "代填日报",
  176. "batchFillIn": "批量填写",
  177. "workHoursImport": "工时导入",
  178. "exportWork": "导出日报",
  179. "exportingTimeStatistics": "导出工时统计"
  180. },
  181. "other": {
  182. "customerService": "咨询客服",
  183. "sweepWeChatYards": "微信扫码",
  184. "messageCenter": "消息中心",
  185. "messageContent": "消息内容",
  186. "unread": "未读",
  187. "read": "已读",
  188. "changeThePassword": "修改密码",
  189. "launchTheLogin": "退出登录",
  190. "confirmExit": "确定退出吗?",
  191. "prompts": "提示",
  192. "expired": "已过期",
  193. "AskForLeaveOnTheSameDay": "当日请假",
  194. "AskForLeave": "请假",
  195. "dailyWork": "工作日报",
  196. "people": "人",
  197. "totalWorkingHours": "工作总时长",
  198. "approvalProcess": "审批流程",
  199. "project": "项目",
  200. "waitForTheProjectReviewer": "待项目审核人",
  201. "audit": "审核",
  202. "projectAuditor": "项目审核人",
  203. "reviewer": "审核人",
  204. "await": "待",
  205. "importWaitingForReview": "导入待审核",
  206. "automaticReview": "自动审核",
  207. "reason": "原因",
  208. "waitingForProfessionalReview": "待专业审核",
  209. "waitingForDepartmentReview": "待部门审核",
  210. "taskGroup": "任务分组",
  211. "inputStage": "投入阶段",
  212. "professionalProgress": "专业进度",
  213. "schedule": "进度",
  214. "task": "任务",
  215. "WorkOvertime": "加班",
  216. "matters": "事项",
  217. "projectDuration": "项目时长",
  218. "evaluation": "评价",
  219. "noReportYet": "暂无报告",
  220. "fillInTheTotal": "合计填报",
  221. "total": "总",
  222. "totals": "合计",
  223. "attendancePunch": "考勤打卡",
  224. "noAttendanceRecord": "暂无考勤记录",
  225. "IncludingOvertime": "含加班",
  226. "describe": "描述",
  227. "projectDescription": "项目描述",
  228. "milestone": "里程碑",
  229. "specificContentAndResults": "具体内容与结果",
  230. "workMatters": "工作事项",
  231. "tianspecificContentAndResults": "填写具体内容与结果",
  232. "tianworkMatters": "填写工作事项",
  233. "AddWorkTime": "添加工时",
  234. "addMore": "添加更多",
  235. "to": "至",
  236. "hoursFilled": "已填工时",
  237. "thisIsAPieceOfInformation": "这是一条信息",
  238. "timeSelection": "选择时间",
  239. "chooseDuration": "选择时长",
  240. "bulkProjectReportReview": "批量项目报告审核",
  241. "responsibleForTheProjectLength": "仅能看到自己负责的待项目审核的日报填写人员",
  242. "allProject": "全部项目",
  243. "selectdepartment": "选择部门",
  244. "allDepartments": "全部部门",
  245. "doesItContain": "日报状态",
  246. "doesNotIncludeUnreviewed": "不包含未审核",
  247. "containsUnreviewed": "包含未审核",
  248. "laborStatisticsExport": "工时统计导出",
  249. "filled": "已填",
  250. "unfilled": "未填",
  251. "personnelList": "人员列表",
  252. "unfilledontheday": "当日未填",
  253. "takeDayOff": "全天请假",
  254. "enterpriseWeChatReminder": "企业微信催填",
  255. "dingNingurgefilling": "钉钉催填",
  256. "weChatReminder": "微信催填",
  257. "completedHours": "已填工时情况",
  258. "unfilledPersonList": "未填人员列表",
  259. "missingDate": "未填日期",
  260. "attendanceData": "考勤数据",
  261. "reviewEvaluation": "审核评价",
  262. "Batchimportofworkinghours": "工时批量导入",
  263. "download": "下载",
  264. "projectsAndPeopleInThetemplate": "填写excel模板,请确保模板中的项目和人员已添加到系统中",
  265. "startImporting": "开始导入",
  266. "viewLaborImportRecords": "查看工时导入记录",
  267. "ImportTime": "导入时间",
  268. "operator": "操作人",
  269. "document": "文件",
  270. "selectadaterangetoimporthours": "选择要导入工时的日期范围",
  271. "downloadTemplateithattendancedata": "下载带考勤数据的模板",
  272. "filloutthetemplateanduploaddata": "填写模板,上传数据",
  273. "approvalStatus": "审核状态",
  274. "actualworkinghours": "实际工作时长",
  275. "chooseFileAndUpload": "选择文件并上传",
  276. "totalworkinghours": "总工时",
  277. "allDay": "全天",
  278. "morning": "上午",
  279. "afternoon": "下午",
  280. "PleaseselecttheXLSorXLSXfile": "请选择.xls或.xlsx文件",
  281. "successful": "成功",
  282. "importSuccess": "导入成功",
  283. "workHourData": "条工时数据",
  284. "specificcontentandresults": "具体内容与结果",
  285. "pleaseYes": "请对",
  286. "tofillin": "进行填写",
  287. "Tobereviewedbytheprojectreviewer": "待项目审核人审核"
  288. },
  289. "export": {
  290. "dailyExport": "日报导出",
  291. "export": "导出",
  292. "exportData": "导出数据",
  293. "Importfailure": "导入失败"
  294. },
  295. "message": {
  296. "logAganin": "修改成功,请重新登录",
  297. "modifyTheSuccess": "修改成功",
  298. "loading": "加载中",
  299. "noMoreData": "无更多数据",
  300. "Areyousureyouwanttodeletethisdaily": "确定要删除该日报吗?",
  301. "successfullyDeleted": "删除成功",
  302. "submittedSuccessfully": "提交成功",
  303. "SubmissionFailed": "提交失败",
  304. "Stagingfailed": "暂存失败",
  305. "Temporarysuccess": "暂存成功",
  306. "sentSuccessfully": "已发送成功",
  307. "Dailyreviewerhasnotbeensetpleasecontacttheprojectmanager": "日报审核人尚未设置,请联系该项目管理人员",
  308. "Pleaseselectthepersontoreview": "请选择要审核的人员",
  309. "Reviewsucceeded": "审核成功",
  310. "Pleaseselectareviewer": "请选择审核人",
  311. "Filledtimeperiodsoverlap": "填写的时间段重叠",
  312. "Pleasefillinthetime": "请填写时间",
  313. "Pleaseselectatime": "请选择时间",
  314. "cannotexceedtotal": "填报工时之和不能超过考勤总工时",
  315. "dailyreportinglimit": "填报工时之和不能超过每日填报上限",
  316. "fillinsuccessfully": "填报成功",
  317. "pleaseselectthepersontofillin": "请选择代填的人员",
  318. "canonlybeselectedonce": "只能选择一次",
  319. "Notatthesametimeaslastafternoon": "不能和上下午同时存在",
  320. "Thesumofthetimeratioscannotexceed": "用时比例之和不能超过",
  321. "cannotbesubmitted": "工时尚未完全分配,无法提交",
  322. "Fillinthesumofworkinghours": "填报工时之和",
  323. "Cannotexceedthetotalworkinghoursofattendance": "不能超过考勤总工时",
  324. "Cannotexceedthedailydailylimit": "不能超过填报日报上限",
  325. "period": "时间段",
  326. "mistaken": "有误",
  327. "Endtimemustbegreaterthanstarttime": "结束时间必须大于开始时间",
  328. "and": "与",
  329. "Thereisoverlappleaseedit": "存在重叠,请修改",
  330. "Pleasespecifyaprojectreviewer": "请指定项目审核人",
  331. "involvedintheproject": "项目上尚无参与的任务分组",
  332. "Taskgroupingfortheproject": "项目的任务分组",
  333. "Projectgroupleader": "项目的分组负责人",
  334. "Withdrawalsucceeded": "撤回成功",
  335. "rejectedsuccessfully": "驳回成功"
  336. },
  337. "template": {
  338. "EmployeeHoursStatisticsTemplate": "员工工时统计模板",
  339. "EmployeeTimeImportTemplate": "员工工时导入模板",
  340. "DownloadEmployeeHourStatisticsTemplate": "下载员工工时统计模板",
  341. "Staffdailyworkinghoursstatistics": "人员每日工时统计"
  342. },
  343. "leave": {
  344. "personalLeave": "事假",
  345. "sickLeave": "病假",
  346. "annualLeave": "年假",
  347. "maternityLeave": "产假",
  348. "marriageLeave": "婚假",
  349. "bereavementLeave": "丧假",
  350. "leave": "调休假",
  351. "paternityLeave": "陪产假",
  352. "other": "其他"
  353. },
  354. "qing-xuan-ze-bu-men": "请选择部门",
  355. "ren-yuan": "人员",
  356. "Batchthrough": "批量通过",
  357. "Batchrejected": "批量驳回",
  358. "Auditrecords": "审核记录",
  359. "workAttendance": "考勤时长",
  360. "operation": "操作",
  361. "reasonforyourdecisiontoreject": "请输入您决定驳回的原因",
  362. "AuditTime": "审核时间",
  363. "Reviewtheresults": "审核结果",
  364. "EmployeeDate": "员工/日期",
  365. "details": "详情",
  366. "yourdecisiontorevoke": "请输入您决定撤销的原因",
  367. "enterapassrating": "请输入通过评价",
  368. "Revocationofsuccess": "撤销成功",
  369. "Selectmonth": "选择月份",
  370. "projectworker": "无项目工时人员",
  371. "Apportionmentratesetting": "分摊比例设置",
  372. "Downloadthetemplate": "模板下载",
  373. "Dataupload": "数据上传",
  374. "Exportdata": "数据导出",
  375. "Customizesalaryitems": "自定义薪资项",
  376. "Setupauditor": "设置审核人",
  377. "Salaryuploadrecord": "薪资上传记录",
  378. "BelongsIn": "所属月份",
  379. "filename": "文件名",
  380. "Whetherdailycostiscovered": "是否覆盖日报成本",
  381. "Whethermonthlypersonnelcostiscovered": "是否覆盖人员月成本",
  382. "Uploadtime": "上传时间",
  383. "SelectionofAuditor": "选择审核人",
  384. "reviewercannotbeempty": "审核人不能为空",
  385. "Exportoffinancialdata": "财务数据导出",
  386. "Intheexport": "导出月份",
  387. "Worknumber": "工号",
  388. "totalcost": "总成本",
  389. "Batchdelete": "批量删除",
  390. "Apportionmentofpersonnelcosts": "分摊已填工时人员成本",
  391. "Spreadallpersonnelcosts": "分摊全部人员成本",
  392. "ExportingtheAllocationData": "导出分摊数据",
  393. "Itemno": "项目编号",
  394. "Pleaseentertheprojectnumber": "请输入项目编号",
  395. "Pleaseenteraprojectname": "请输入项目名称",
  396. "Allparticipants": "全部参与者",
  397. "Pleaseselectparticipants": "请选择参与者",
  398. "Principalpersoninharge": "主要负责人",
  399. "Pleaseselectthepersonincharge": "请选择负责人",
  400. "Checkthedetails": "查看详情",
  401. "costof": "成本",
  402. "Yuananhour": "元/小时",
  403. "Financialdataimport": "财务数据导入",
  404. "Itheimport": "导入月份",
  405. "Recalculatereportedcostsforthemonth": "重新计算该月已填日报成本",
  406. "Synchronizeemployeemonthlycosttorganizationalstructure": "同步到组织架构中员工月薪成本",
  407. "Viewtheimporthistory": "查看导入历史记录",
  408. "Selectthefilendstartimporting": "选择文件并开始导入",
  409. "Pleaseenteracustomsalaryitemname": "请输入自定义薪资项名称",
  410. "Addttotalcost": "计入总成本",
  411. "Pleaseenterthenameofcustomsalaryitem1": "请输入自定义薪资项1名称",
  412. "Pleaseenterthenameofcustomsalaryitem2": "请输入自定义薪资项2名称",
  413. "Pleaseenterthenameofcustomsalaryitem3": "请输入自定义薪资项3名称",
  414. "Shutdown": "关闭",
  415. "save": "保存",
  416. "Noallocationratioofprojectworkinghoursisset": "无项目工时人员分摊比例设置",
  417. "BatchSettingProportion": "批量设置比例",
  418. "UselastmonthscaleSettings": "使用上月比例设置",
  419. "Monthlyprojecttobeapportioned": "月待分摊项目设置",
  420. "Importallocationratio": "导入分摊比例",
  421. "Settheproportion": "设置比例",
  422. "setup": "设置",
  423. "projectstobe assessed": "月待分摊项目选择",
  424. "allocationdata": "导入分摊比例数据",
  425. "Deselectallitems": "取消选择全部项目",
  426. "Selectallitems": "选中全部项目",
  427. "allocationImporttemplates": "员工项目分摊比例导入模板",
  428. "eachitemofemployeecost": "设置员工成本各项目占比",
  429. "Selecttheemployee": "选择员工",
  430. "Automaticallocation": "自动分摊",
  431. "Accountedfor": "占比",
  432. "totalpercentage": "总比例",
  433. "importingtheallocationratio": "分摊比例导入结果",
  434. "AmortizedDataExport": "分摊数据导出",
  435. "Exportbyproject": "按项目导出",
  436. "Exportbprojectcategory": "按项目分类导出",
  437. "doyouwanttodeleteit": "是否确认删除?",
  438. "thedeletionhasbeencancelled": "已取消删除",
  439. "financialdata": "财务数据",
  440. "operationissuccessful": "操作成功",
  441. "operationfailure": "操作失败",
  442. "importtheaudits": "导入审核",
  443. "proportionofassignedpersonnelisnot ": "存在人员分配比例非",
  444. "savesuccess": "保存成功",
  445. "erroroccurred": "发生错误",
  446. "sumoftheallocationsmustbe": "分配比例之和必须是100%",
  447. "financialcoststatement": "财务成本报表",
  448. "choosewhethertoincludethetotalcost": "请选择是否计入总成本",
  449. "costintotal": "成本总计",
  450. "yuan": "元",
  451. "projectpersonnelcostincluded": "含无项目人员成本",
  452. "workcost": "工作成本",
  453. "financialcoststatisticss": "财务成本统计",
  454. "zongjia": "总价",
  455. "waiforverification": "导入成功,请等待审核",
  456. "apportionmentratiodata": "条分摊比例数据",
  457. "tasklist": "任务列表",
  458. "ongoing": "进行中",
  459. "subordinatedepartments": "所属部门",
  460. "types": "类型",
  461. "risk": "风险",
  462. "starttimes": "开始时间",
  463. "deadline": "截止时间",
  464. "interval": "区间",
  465. "alltaskss": "全部任务",
  466. "perform": "我执行的",
  467. "created": "我创建的",
  468. "taskstage": "任务阶段",
  469. "nameofthetask": "任务名称",
  470. "zhi-hang-ren": "执行人",
  471. "wan-cheng": "完成",
  472. "zhong-qi": "重启",
  473. "listofsubitems": "子项目列表",
  474. "names": "名称",
  475. "bian-ji": "编辑",
  476. "addsubitems": "新增子项目",
  477. "taskdefinition": "任务内容",
  478. "enterthetaskcontent": "请输入任务内容",
  479. "pleaseselectadate": "请选择日期",
  480. "pleaseselectanexecutor": "请选择执行人",
  481. "plantime": "计划工时",
  482. "pleaseentertheplannedworking": "请输入计划工作时长,单位小时",
  483. "addinganexecutor": "添加执行人",
  484. "priority": "优先级",
  485. "detaileddescription": "详细描述",
  486. "taskprogress": "任务进展",
  487. "addtaskprogress": "添加任务进展",
  488. "normals": "状态正常",
  489. "atrisk": "存在风险",
  490. "withinthetimelimit": "进展逾期",
  491. "detailedprogressdescription": "请输入详细进展描述",
  492. "whotoremindtocheck": "提醒谁查看",
  493. "fa-bu": "发布",
  494. "deleteList ": "删除列表",
  495. "viewingHistory": "查看历史记录",
  496. "geng-xin-yu": "更新于",
  497. "nodata": "暂无数据",
  498. "parenttask": "返回父任务",
  499. "participantin": "参与人",
  500. "alldynamic": "所有动态",
  501. "managerQucompletedthedependencytask": "屈经理完成了依赖任务",
  502. "onApril20": "4月20日",
  503. "pleaseentercontent": "请输入内容",
  504. "pleaseenteragroupname": "请输入分组名称",
  505. "pleaseenteratasklistname": "请输入任务列表名称",
  506. "pleaseentethetext": "请输入文本...",
  507. "hoursago": "7小时前",
  508. "hoursago8": "八小时前",
  509. "taskinprogress": "进行中的任务",
  510. "missionscompleted": "已完成的任务",
  511. "taskscheduled": "待安排任务",
  512. "createdthetask": "我创建的任务",
  513. "missionIwason": "我执行的任务",
  514. "todaytask": "今天的任务",
  515. "taskthatisoverdue": "已超期的任务",
  516. "yi-ban": "一般",
  517. "zhong-yao": "重要",
  518. "jin-ji": "紧急",
  519. "makesuretodeletethesubproject": "确定要删除子项目",
  520. "ma": "吗?",
  521. "deletesubproject": "删除子项目",
  522. "addWork": "新增任务",
  523. "modifytheproject": "修改项目",
  524. "identifytheproject": "确定要项目",
  525. "deletetheproject": "删除项目",
  526. "editingtasks": "编辑任务",
  527. "releasesuccess": "发布成功",
  528. "createtask ": "创建任务",
  529. "imageexceeds2MBpleaseuploaditagain": "图片超过了2MB,请重新上传",
  530. "pictureistoolargepleaseuploaditagain": "图片太大,请重新上传",
  531. "executorhasduplication": "执行人存在重复",
  532. "currenttaskanditssubtasks": "您确定要删除当前任务及其子任务吗?",
  533. "wanttodeletethecurrent task": "您确定要删除当前任务吗?",
  534. "projectreport": "项目报表",
  535. "projectTaskReport": "项目任务报表",
  536. "projectcoststatement": "项目成本报表",
  537. "projectcostbaselinetable": "项目成本基线表",
  538. "personneltimeallocationtable": "人员工时分配表",
  539. "timecostearlywarningtable": "工时成本预警表",
  540. "projectbalancesheet": "项目收支平衡表",
  541. "customerprojectincomestatement": "客户项目利润表",
  542. "projectphasetimesheet": "项目阶段工时表",
  543. "taskgrouptimesheet": "任务分组工时表",
  544. "statisticsofovertimework": "加班情况统计表",
  545. "employeereporttimelinessrate": "员工填报及时率",
  546. "dailyreporttobereviewedstatistics": "日报待审核统计",
  547. "statisticsofpersonnelhours": "人员工时统计表",
  548. "pleaseelectcustomers": "请选择客户",
  549. "selectstartdate": "选择开始日期",
  550. "pleaseselecttype": "请选择类型",
  551. "pleaseselectpersonnel": "请选择人员",
  552. "projectbereviewed": "项目待审核",
  553. "departmentobereviewed": "部门待审核",
  554. "pleaseselectstage": "请选择阶段",
  555. "reporderived": "报表导出",
  556. "projectmanager": "项目经理",
  557. "he-tong-jine-yuan": "合同金额(元)",
  558. "schedulestarttime": "计划开始时间",
  559. "scheduleendtime": "计划结束时间",
  560. "completeness": "完成度",
  561. "shi-ji-gong-shi": "实际工时",
  562. "expirationdate": "截止日期",
  563. "artificialcost": "人工成本",
  564. "generalcost": "一般费用",
  565. "travelexpenses": "差旅费用",
  566. "outsourcingcost": "外包费用",
  567. "totalcostos": "总费用",
  568. "costdetail": "费用明细",
  569. "reimbursementdetail": "报销明细",
  570. "contractamount": "合同金额",
  571. "profits": "利润",
  572. "profitmargin": "利润率",
  573. "customername": "客户名称",
  574. "relatedprojects": "相关项目",
  575. "statisticsarecollectedbytaskgroup": "按任务分组统计",
  576. "groupname": "分组名称",
  577. "statisticsbyproject": "按项目统计",
  578. "jia-ban-shi-chang": "加班时长",
  579. "overtimecost": "加班成本",
  580. "ordinaryprojecthours": "普通项目工时",
  581. "publicprojecthours": "公共项目工时",
  582. "publicprojecthourszan": "公共项目工时占比",
  583. "currenttotalbudget": "当前总预算",
  584. "currentsurplusbudget": "当前剩余预算",
  585. "totalsurplusbudget": "总剩余预算",
  586. "workinghourshasbeenreported": "已填报工时成本",
  587. "costbudget": "成本预算",
  588. "coshasbeenreported": "已填报成本",
  589. "proportionreported": "已填报占比",
  590. "timelyreportingrate": "填报及时率",
  591. "numberitemstobereviewed": "待审核条数",
  592. "percentageofactualtimespent": "实际用时占比",
  593. "projectoutput": "项目产值",
  594. "detailsofreimbursementexpenses": "报销费用明细",
  595. "departmentsuod": "所在部门",
  596. "forthedate": "费用日期",
  597. "costtype": "费用类型",
  598. "ppertype": "票据类型",
  599. "amountof": "金额",
  600. "tax": "含税",
  601. "notax": "不含税",
  602. "taxs": "税额",
  603. "workovertimedetails": "加班详情",
  604. "workovertimedate": "加班日期",
  605. "workinghoursoftheday": "当天工作时长",
  606. "fillincase": "填报情况",
  607. "zheng-chang": "正常",
  608. "zhong-yao-qie-jin-ji": "重要且紧急",
  609. "pojectbalancesheetincomestatement": "项目收支平衡表(利润表)",
  610. "customerprojectprofitstatement": "客户项目利润报表",
  611. "statisticsofstafffillingintimerate": "员工填报及时率统计",
  612. "ke-hu": "客户",
  613. "projectphasetimereport": "项目阶段工时报表",
  614. "statisticalreportofovertimework": "加班情况统计报表",
  615. "personnelfillingtimelyratestatistics": "人员填报及时率统计",
  616. "personnelhourstatistics": "人员工时统计",
  617. "timestatisticsofaskgroups": "任务分组工时统计",
  618. "clientlist": "客户列表",
  619. "pleaseenterthecustomernamekeyword": "请输入客户名称关键字",
  620. "newcustomer": "新增客户",
  621. "importingCustomersinBatches": "批量导入客户",
  622. "clientcode": "客户编码",
  623. "contact": "联系人",
  624. "contactphonenumber": "联系电话",
  625. "email": "邮箱",
  626. "address": "地址",
  627. "ustomernumber": "客户编号",
  628. "peaseenterthe": "请输入",
  629. "importingCustomerData": "导入客户数据",
  630. "customerimporttemplatisadded": "新增客户导入模板",
  631. "pleaseenterthecustomername": "请输入客户名称",
  632. "selecttheustomerdatayouwanttodelete": "请选择要删除的客户数据",
  633. "determinethatyouwantodelete": "确定要批量删除客户",
  634. "deleteCustomer": "删除客户",
  635. "importedupdatedsuccessfully": "成功导入/更新",
  636. "customerdata": "条客户数据。",
  637. "modifythecustomer": "修改客户",
  638. "makeuretodeletethecustomer": "确定要删除客户",
  639. "expensereimbursementmodule": "费用报销模块",
  640. "fillinthestaffexpenses": "员工费用填报",
  641. "generalexpenses": "一般费用填报",
  642. "travelexpensess": "差旅费用填报",
  643. "outsourcingcostshouldbereported": "外包费用填报",
  644. "listofreimbursementvouchers": "报销凭证列表",
  645. "myexpensevoucher": "我的报销凭证",
  646. "documentlist": "单据列表",
  647. "documentreview": "单据审核",
  648. "batchupload": "批量上传",
  649. "expensetypemanagement": "费用类型管理",
  650. "peopleconcerned": "报销人",
  651. "pleaseselecttheapplicant": "请选择报销人",
  652. "fillinthedate": "填报日期",
  653. "optiondate": "选择日期",
  654. "invoicenumber": "发票张数",
  655. "cha-lv": "差旅",
  656. "wai-bao": "外包",
  657. "bei-zhu": "备注",
  658. "newinvoice": "新增发票",
  659. "subordinatetotheproject": "所属项目",
  660. "invoices": "发票种类",
  661. "pleaseselectthetypeoffee": "请选择费用类型",
  662. "vATspecialinvoice": "增值税专用发票",
  663. "vATgeneralinvoice": "增值税普通发票",
  664. "amountoffees": "费用金额(含税)",
  665. "invoiceno": "发票号",
  666. "shui-shuai": "税率%",
  667. "expensereimbursementvoucher": "报销凭证",
  668. "clickupload": "点击上传",
  669. "selecttheapplicant": "选择报销人",
  670. "receiptnumber": "单据编号",
  671. "find": "查找",
  672. "ticketnumber": "票据编号",
  673. "dismissreason": "驳回原因",
  674. "cha-kan": "查看",
  675. "detailsofReimbursementvoucher": "报销凭证详情",
  676. "nodocuments": "暂无单据",
  677. "expensereimbursementimporttemplate": "费用报销导入模板",
  678. "exceltemplateanduploadit": "填写excel模板,并上传",
  679. "selecthefile": "选取文件",
  680. "toupload": "开始上传",
  681. "clears": "清空",
  682. "costofname": "费用名称",
  683. "newtype": "新增类型",
  684. "addeditfeetypes": "新增/编辑费用类型",
  685. "belongstype": "所属类型",
  686. "typename ": "类型名称",
  687. "customizethfeetypename": "自定义费用类型名称",
  688. "pleaseentercustomfeetypename": "请输入自定义费用类型名称",
  689. "operationmaycausedatalossAreyousuredeletethedata": "该操作可能造成已有数据丢失,确定要删除吗?",
  690. "confirmtoupload": "确认上传?",
  691. "uploadedsuccessfully": "上传成功",
  692. "editsuccess": "编辑成功",
  693. "pleaseaddtheinvoice": "请添加发票",
  694. "yousureyouwanttodelete": "确认要删除吗",
  695. "pleaseselectpictures": "请选择图片",
  696. "approvalprocesssetting": "审批流程设置",
  697. "timeApprovalProcess": "工时审批流程",
  698. "workinghoursapprovalprocessofdirectstaff": "直属人员工时审批流程",
  699. "employeeisallowed": "员工填报",
  700. "approvaltocomplete": "审批完成",
  701. "selectheapprovingdepartment": "请选择审批部门",
  702. "electanapprovaladministrator": "请选择审批管理员",
  703. "dministrator": "指定管理员",
  704. "departmenthead": "部门主管",
  705. "personnelAdministrator": "人事管理员",
  706. "setupthesuccess": "设置成功",
  707. "onlyapplicabletotheimmediatestaffofthecurrentdepartment": "仅适用于当前部门的直属人员,子部门人员的审批流程需要单独设置",
  708. "guan-li": "管理",
  709. "bulkimport": "批量导入",
  710. "add": "新增",
  711. "numberofrelatedprojects": "相关项目数量",
  712. "ge": "个",
  713. "addedormodifiedthemaintenancedata": "新增/修改维护数据",
  714. "importtheresults": "导入结果",
  715. "dao-ru": "导入",
  716. "shu-ju": "数据",
  717. "importTemplate": "导入模板",
  718. "pleaseentername": "请输入名称",
  719. "pleaseselectheonesyouwanttodelete": "请选择要删除的",
  720. "makesuretodeleteinbatches": "确定要批量删除",
  721. "customersdata": "条客户数据",
  722. "makesuretodeletethisone": "确定要删除这条",
  723. "peaseselectmonth": "请选择月份",
  724. "throughwithoneclick": "一键全部通过",
  725. "monany": "月份",
  726. "confirmapprovalofpendingdataforalldepartmentsanddates": "是否确认通过全部部门和日期的待审核数据?",
  727. "listofSuppliers": "供应商列表",
  728. "pleaseenterthevendornamekeyword": "请输入供应商名称关键字",
  729. "newsuppliers": "新增供应商",
  730. "importsuppliersinbatches": "批量导入供应商",
  731. "exportSupplier": "导出供应商",
  732. "classificationmanagement": "分类管理",
  733. "supplierNo": "供应商编号",
  734. "namsupplier": "供应商名称",
  735. "classificationSuppliers": "供应商分类",
  736. "importsupplierdata": "导入供应商数据",
  737. "supplierimporttemplate": "供应商导入模板",
  738. "supplierclassificationentrymanagement": "供应商分类条目管理",
  739. "newCategoryItem": "新增分类项",
  740. "addmodifycategoryentry": "新增/修改分类条目",
  741. "gong-ying-shang-dao-chu": "供应商导出",
  742. "selectthevendordatyouwanttodelete": "请选择要删除的供应商数据",
  743. "determinethatyouwanttodeletevendorsinbulk": "确定要批量删除供应商",
  744. "deletesupplier": "删除供应商",
  745. "barsupplierdata": "条供应商数据",
  746. "modifysupplier": "修改供应商",
  747. "makesuretoremovethevendor": "确定要删除供应商"
  748. }