workorder.php
5.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?php
return [
'Status' => '工单状态',
'Status 0' => '已提交',
'Status 1' => '已分派',
'Status 2' => '待工程师回复',
'Status 3' => '待您反馈',
'Status 4' => '待评价',
'Status 5' => '已结单',
'%d second%s ago' => '%d秒前',
'%d minute%s ago' => '%d分钟前',
'%d hour%s ago' => '%d小时前',
'%d day%s ago' => '%d天前',
'%d week%s ago' => '%d周前',
'%d month%s ago' => '%d月前',
'%d year%s ago' => '%d年前',
'Work order not found~' => '您要操作的工单找不到啦~',
'Record order not found!' => '您要查看的记录找不到啦!',
'Token incorrect!' => 'Token不正确!',
'You have no permission to operate!' => '您没有权限操作!',
'Delete Success~' => '删除成功~',
'Delete Fail!' => '删除失败,请重试!',
'You can delete a work order after closing it!' => '关闭/评价工单后才能删除哦!',
'The job has been closed automatically!' => '您太久时间没有回复,工单已自动关闭,若还有疑问,请重新提交工单',
'My work order' => '我的工单',
'work order manage' => '工单管理',
'%s can not be empty!' => '%s不能为空!',
'Reply Success~' => '回复成功~',
'Nothing happened~' => '什么也没发生~',
'The engineer has viewed your submitted questions' => '工程师已查看您提交的问题,正在处理中',
'The work order has been closed!' => '该工单已经关闭了哦!',
'The engineer was not allowed to close the work order~' => '未允许工程师关闭工单~',
'Work order closed successfully~' => '工单关闭成功~',
'Reminder function not enabled~' => '催办功能未开启~',
'Reminder message sent successfully~' => '催办消息发送成功~',
'Urge message sent frequently!' => '您之前的催办消息已发送,请勿频繁催办~',
'Submit user' => '提交用户',
'Work order details' => '工单详情',
'The work order has been evaluated~' => '该工单已经评价过了~',
'Please select the overall evaluation~' => '请选择整体评价~',
'Please select whether the problem has been solved~' => '请选择问题是否已解决~',
'Evaluation submitted successfully~' => '评价提交成功~',
'Evaluation failed, please try again!' => '评价失败,请重试!',
'Evaluation Work Order' => '评价工单',
'Query results' => '查询结果',
'Submit work order' => '提交工单',
'Recommended solutions' => '推荐解决方案',
'Product / service classification not found~' => '产品/服务分类找不到啦~',
'Submitted successfully~' => '提交成功~',
'Emergency level of no work order available!' => '无可用工单紧急程度!',
'Create work order' => '创建工单',
'I cant find the knowledge~' => '知识点找不到啦~',
'Waiting for your feedback' => '待您反馈',
'Waiting for user feedback' => '待用户反馈',
'To be evaluated' => '待评价',
'To be evaluated by users' => '待用户评价',
'Waiting for engineers reply' => '待工程师回复',
'Waiting for your reply' => '待您回复',
'The engineer has not bound users!' => '该工程师未绑定用户,无法进行转移!',
'Engineer and issuer cannot be the same person!' => '工程师与发单人不能为同一人,无法进行转移!',
'The work order has been transferred to:%s' => '工单已转接给:%s',
'Work order transferred~' => '工单已转接~',
];