add submit command

This commit is contained in:
Sola
2015-12-10 01:21:13 +08:00
parent cd473d0997
commit 3dd9e34614
7 changed files with 76 additions and 23 deletions

View File

@@ -1,14 +1,47 @@
#System Exception
Access_Denied: 'Access denied.'
Already_Registered: "You've already registered. for profile modification, please type 'editprofile'."
Event_Subscribe: "Welcome to ZSC Network Support Department (ZSCNSD) Wechat Ticket System (WTS).\nIf you have any problem, Please contact loli@sola.love."
Illegal_Request: "Access denied.\nYou are doing a illegal request, and our system has logged your behaviors.\nYou need to take this seriously, if you do this frequently, you may be banned from our system."
Invalid_Operation: 'Invalid operation.'
More_Details: 'For more details, please click >'
No_Ticket_Available: 'No tickets found.'
Query_Title: 'Your latest ticket details'
REGEX_QUERY: '^(?i)Query$'
REGEX_REGISTER: '^(?i)Reg(ister)?$'
Unknown_Encrypt_Type: 'Unknown encrypt-type.'
#Command Regex
REGEX_QUERY: '^(?i)(Query)|(查询)|(cx)$'
REGEX_REGISTER: '^(?i)(Reg(ister)?)|(注册)|(zc)$'
REGEX_SUBMIT: '^(?i)(Submit)|(报修)|(bx)$'
#Event
Event_Subscribe: "欢迎使用电子科技大学中山学院网络维护科微信自助报修平台。\n如您在使用中遇到任何问题请将投诉或建议邮件至loli@sola.love."
Invalid_Operation: 'Whoops报修姬找不到你想要的东西啦 (╯‵□′)╯︵┻━┻。'
Message_Spam: '你的语速太快了喝一杯82年的雪碧压压惊吧。'
#Register
Already_Registered: "您已进行过微信绑定。如果需要更改个人信息,请发送 '修改资料' 。"
#Query
Query_Title: '最近一次报修记录:'
More_Details: '查询更早的报修信息,请点击 >'
No_Ticket_Available: '您尚未提交过任何报修。'
Ticket_Info_Id: '报修单号: '
Ticket_Info_Desc: '报修描述: '
Ticket_Info_Submit_Time: '提交时间: '
Ticket_Info_Operator: '操作员: '
Ticket_Info_Remark: '维修描述: '
Ticket_Info_Update_Time: '更新时间: '
Ticket_Info_Status: '报修单状态: '
#Submit
Already_Opening_Ticket: "您上次提交的报修单仍在处理中. 若想查询报修单状态,请发送 '查询' 。"
Submit_Title: '在网维工作人员上门解决您的问题之前...'
Submit_Desc: '在网维工作人员上门解决您的问题之前,您可以尝试以下方法来更有效地解决您的问题:
重新插拔您电脑的网线以及墙上的端口。
尝试卸载掉您的wifi共享软件并重启电脑。
请您检查一下您的账号是否余额充足。
若您的电脑出现明显异常,请尝试使用他人的电脑能否正常登录,网维的工作成员主要负责网络的维护工作,可能无法解决您的个人电脑问题。
若以上步骤对您没有帮助,请点此提交报修表单。'
#URL
User_Register_Link: "您尚未进行微信绑定, 请<a href=\"http://topaz.sinaapp.com/nm/v1/reg.php?wechatid={0}\">点击这里</a>进行微信绑定操作。"
User_Query_Link: 'http://topaz.sinaapp.com/nm/v1/query.php?wechatid={0}'
User_Register_Link: "You''ve not registered, please <a href=\"http://topaz.sinaapp.com/nm/v1/reg.php?wechatid={0}\">CLICK HERE</a> to register."
Already_Opening_Ticket: "You are holding an opening ticket right now. please type 'query' for more information"
User_Submit_Link: 'http://topaz.sinaapp.com/nm/v1/submit.php?wechatid={0}'
#Localized
#Status
STATUS_UNCHECKED: '待处理'
STATUS_SOLVED: '已解决'