ticket.lang 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. # en_US lang file for module ticket
  2. # Copyright (C) 2013 Jean-François FERRY <hello@librethic.io>
  3. #
  4. # This program is free software: you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation, either version 3 of the License, or
  7. # (at your option) any later version.
  8. #
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. # GNU General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program. If not, see <https://www.gnu.org/licenses/>.
  16. #
  17. # Generic
  18. #
  19. Module56000Name=票据
  20. Module56000Desc=发行或请求管理的票务系统
  21. Permission56001=查看票据
  22. Permission56002=修改票证
  23. Permission56003=删除票据
  24. Permission56004=管理票据
  25. Permission56005=See tickets of all third parties (not effective for external users, always be limited to the third party they depend on)
  26. Permission56006=Export tickets
  27. Tickets=工单
  28. TicketDictType=Ticket - Types
  29. TicketDictCategory=Ticket - Groupes
  30. TicketDictSeverity=Ticket - Severities
  31. TicketDictResolution=Ticket - Resolution
  32. TicketTypeShortCOM=商业问题
  33. TicketTypeShortHELP=Request for functionnal help
  34. TicketTypeShortISSUE=Issue or bug
  35. TicketTypeShortPROBLEM=Problem
  36. TicketTypeShortREQUEST=Change or enhancement request
  37. TicketTypeShortPROJET=项目
  38. TicketTypeShortOTHER=其他
  39. TicketSeverityShortLOW=低
  40. TicketSeverityShortNORMAL=正常
  41. TicketSeverityShortHIGH=高
  42. TicketSeverityShortBLOCKING=Critical, Blocking
  43. TicketCategoryShortOTHER=其他
  44. ErrorBadEmailAddress=字段'%s'不正确
  45. MenuTicketMyAssign=我的票据
  46. MenuTicketMyAssignNonClosed=我的有效票据
  47. MenuListNonClosed=有效票据
  48. TypeContact_ticket_internal_CONTRIBUTOR=捐助
  49. TypeContact_ticket_internal_SUPPORTTEC=指定用户
  50. TypeContact_ticket_external_SUPPORTCLI=客户联系/事件跟踪
  51. TypeContact_ticket_external_CONTRIBUTOR=外部贡献者
  52. OriginEmail=Reporter Email
  53. Notify_TICKET_SENTBYMAIL=Send ticket message by email
  54. ExportDataset_ticket_1=工单
  55. # Status
  56. Read=阅读
  57. Assigned=分配
  58. InProgress=进行中
  59. NeedMoreInformation=Waiting for reporter feedback
  60. NeedMoreInformationShort=Waiting for feedback
  61. Answered=回答
  62. Waiting=等候
  63. SolvedClosed=Solved
  64. Deleted=删除
  65. # Dict
  66. Type=类型
  67. Severity=严重
  68. TicketGroupIsPublic=Group is public
  69. TicketGroupIsPublicDesc=If a ticket group is public, it will be visible in the form when creating a ticket from the public interface
  70. # Email templates
  71. MailToSendTicketMessage=从票证消息发送电子邮件
  72. #
  73. # Admin page
  74. #
  75. TicketSetup=故障单模块设置
  76. TicketSettings=设置
  77. TicketSetupPage=
  78. TicketPublicAccess=以下网址提供不需要识别的公共接口
  79. TicketSetupDictionaries=The type of ticket, severity and analytic codes are configurable from dictionaries
  80. TicketParamModule=模块变量设置
  81. TicketParamMail=电子邮件设置
  82. TicketEmailNotificationFrom=Sender e-mail for notification on answers
  83. TicketEmailNotificationFromHelp=Sender e-mail to use to send the notification email when an answer is provided inside the backoffice. For example noreply@example.com
  84. TicketEmailNotificationTo=Notify ticket creation to this e-mail address
  85. TicketEmailNotificationToHelp=If present, this e-mail address will be notified of a ticket creation
  86. TicketNewEmailBodyLabel=Text message sent after creating a ticket
  87. TicketNewEmailBodyHelp=此处指定的文本将插入到确认从公共界面创建新票证的电子邮件中。有关票务咨询的信息会自动添加。
  88. TicketParamPublicInterface=公共界面设置
  89. TicketsEmailMustExist=需要现有电子邮件地址才能创建故障单
  90. TicketsEmailMustExistHelp=在公共界面中,电子邮件地址应该已经填入数据库以创建新票证。
  91. TicketCreateThirdPartyWithContactIfNotExist=Ask name and company name for unknown emails.
  92. TicketCreateThirdPartyWithContactIfNotExistHelp=Check if a thirdparty or a contact exists for the email entered. If not, ask a name and a company name to create a third party with contact.
  93. PublicInterface=公共界面
  94. TicketUrlPublicInterfaceLabelAdmin=Alternative URL for public interface
  95. TicketUrlPublicInterfaceHelpAdmin=It is possible to define an alias to the web server and thus make available the public interface with another URL (the server must act as a proxy on this new URL)
  96. TicketPublicInterfaceTextHomeLabelAdmin=公共界面的欢迎文本
  97. TicketPublicInterfaceTextHome=您可以从其标识符跟踪故障单创建支持凭单或查看现有支持凭证。
  98. TicketPublicInterfaceTextHomeHelpAdmin=此处定义的文本将显示在公共界面的主页上。
  99. TicketPublicInterfaceTopicLabelAdmin=界面标题
  100. TicketPublicInterfaceTopicHelp=此文本将显示为公共界面的标题。
  101. TicketPublicInterfaceTextHelpMessageLabelAdmin=帮助文本到消息条目
  102. TicketPublicInterfaceTextHelpMessageHelpAdmin=此文本将显示在用户的消息输入区域上方。
  103. ExtraFieldsTicket=额外的属性
  104. TicketCkEditorEmailNotActivated=HTML编辑器未激活。请将FCKEDITOR_ENABLE_MAIL内容设置为1以获取它。
  105. TicketsDisableEmail=不要发送电子邮件以创建故障单或邮件记录
  106. TicketsDisableEmailHelp=默认情况下,会在创建新故障单或消息时发送电子邮件。启用此选项可禁用* all *电子邮件通知
  107. TicketsLogEnableEmail=通过电子邮件启用日志
  108. TicketsLogEnableEmailHelp=每次更改时,都会向与该票证相关联的每个联系人**发送一封电子邮件。
  109. TicketParams=PARAMS
  110. TicketsShowModuleLogo=在公共界面中显示模块的徽标
  111. TicketsShowModuleLogoHelp=启用此选项可在公共界面的页面中隐藏徽标模块
  112. TicketsShowCompanyLogo=在公共界面中显示公司的徽标
  113. TicketsShowCompanyLogoHelp=启用此选项可在公共界面的页面中隐藏主公司的徽标
  114. TicketsEmailAlsoSendToMainAddress=Also send a notification to the main email address
  115. TicketsEmailAlsoSendToMainAddressHelp=Enable this option to also send an email to the address defined into setup "%s" (see tab "%s")
  116. TicketsLimitViewAssignedOnly=Restrict the display to tickets assigned to the current user (not effective for external users, always be limited to the third party they depend on)
  117. TicketsLimitViewAssignedOnlyHelp=仅显示分配给当前用户的票证。不适用于具有票证管理权限的用户。
  118. TicketsActivatePublicInterface=激活公共接口
  119. TicketsActivatePublicInterfaceHelp=公共接口允许任何访问者创建票证。
  120. TicketsAutoAssignTicket=自动分配创建故障单的用户
  121. TicketsAutoAssignTicketHelp=创建故障单时,可以自动将用户分配给故障单。
  122. TicketNumberingModules=票据编号模块
  123. TicketsModelModule=Document templates for tickets
  124. TicketNotifyTiersAtCreation=Notify third party at creation
  125. TicketsDisableCustomerEmail=Always disable emails when a ticket is created from public interface
  126. TicketsPublicNotificationNewMessage=Send email(s) when a new message/comment is added to a ticket
  127. TicketsPublicNotificationNewMessageHelp=Send email(s) when a new message is added from public interface (to assigned user or the notifications email to (update) and/or the notifications email to)
  128. TicketPublicNotificationNewMessageDefaultEmail=Notifications email to (update)
  129. TicketPublicNotificationNewMessageDefaultEmailHelp=Send an email to this address for each new message notifications if the ticket doesn't have a user assigned to it or if the user doesn't have any known email.
  130. TicketsAutoReadTicket=Automatically mark the ticket as read (when created from backoffice)
  131. TicketsAutoReadTicketHelp=Automatically mark the ticket as read when created from backoffice. When ticket is create from the public interface, ticket remains with the status "Not Read".
  132. TicketsDelayBeforeFirstAnswer=A new ticket should receive a first answer before (hours):
  133. TicketsDelayBeforeFirstAnswerHelp=If a new ticket has not received an answer after this time period (in hours), an important warning icon will be displayed in the list view.
  134. TicketsDelayBetweenAnswers=An unresolved ticket should not be unactive during (hours):
  135. TicketsDelayBetweenAnswersHelp=If an unresolved ticket that has already received an answer has not had further interaction after this time period (in hours), a warning icon will be displayed in the list view.
  136. TicketsAutoNotifyClose=Automatically notify thirdparty when closing a ticket
  137. TicketsAutoNotifyCloseHelp=When closing a ticket, you will be proposed to send a message to one of thirdparty's contacts. On mass closing, a message will be sent to one contact of the thirdparty linked to the ticket.
  138. TicketWrongContact=Provided contact is not part of current ticket contacts. Email not sent.
  139. TicketChooseProductCategory=Product category for ticket support
  140. TicketChooseProductCategoryHelp=Select the product category of ticket support. This will be used to automatically link a contract to a ticket.
  141. TicketUseCaptchaCode=Use graphical code (CAPTCHA) when creating a ticket
  142. TicketUseCaptchaCodeHelp=Adds CAPTCHA verification when creating a new ticket.
  143. #
  144. # Index & list page
  145. #
  146. TicketsIndex=Tickets area
  147. TicketList=票据清单
  148. TicketAssignedToMeInfos=This page display ticket list created by or assigned to current user
  149. NoTicketsFound=没有找到票据
  150. NoUnreadTicketsFound=No unread ticket found
  151. TicketViewAllTickets=查看所有票据
  152. TicketViewNonClosedOnly=仅查看有效票据
  153. TicketStatByStatus=票据按状态
  154. OrderByDateAsc=Sort by ascending date
  155. OrderByDateDesc=Sort by descending date
  156. ShowAsConversation=Show as conversation list
  157. MessageListViewType=Show as table list
  158. ConfirmMassTicketClosingSendEmail=Automatically send emails when closing tickets
  159. ConfirmMassTicketClosingSendEmailQuestion=Do you want to notify thirdparties when closing these tickets ?
  160. #
  161. # Ticket card
  162. #
  163. Ticket=Ticket
  164. TicketCard=票据卡
  165. CreateTicket=创建票证
  166. EditTicket=编辑票证
  167. TicketsManagement=票据管理
  168. CreatedBy=制作:
  169. NewTicket=新票据
  170. SubjectAnswerToTicket=票据应答
  171. TicketTypeRequest=请求类型
  172. TicketCategory=Ticket categorization
  173. SeeTicket=查看票据
  174. TicketMarkedAsRead=票据已标记为已读
  175. TicketReadOn=请继续阅读
  176. TicketCloseOn=关闭日期
  177. MarkAsRead=将票证标记为已读
  178. TicketHistory=票务历史
  179. AssignUser=分配给用户
  180. TicketAssigned=现在分配了票证
  181. TicketChangeType=改变类型
  182. TicketChangeCategory=Change analytic code
  183. TicketChangeSeverity=改变严重程度
  184. TicketAddMessage=Add private message
  185. MessageSuccessfullyAdded=新增票据
  186. TicketMessageSuccessfullyAdded=消息已成功添加
  187. TicketMessagesList=消息列表
  188. NoMsgForThisTicket=此票证没有消息
  189. TicketProperties=Classification
  190. LatestNewTickets=最新%s最新票据(未读)
  191. TicketSeverity=严重
  192. ShowTicket=看票
  193. RelatedTickets=相关票据
  194. TicketAddIntervention=创建干预
  195. CloseTicket=Close|Solve
  196. AbandonTicket=Abandon
  197. CloseATicket=Close|Solve a ticket
  198. ConfirmCloseAticket=确认票据关闭
  199. ConfirmAbandonTicket=Do you confirm the closing of the ticket to status 'Abandonned'
  200. ConfirmDeleteTicket=请确认删除票据
  201. TicketDeletedSuccess=票证已成功删除
  202. TicketMarkedAsClosed=票据标记为已关闭
  203. TicketDurationAuto=计算的持续时间
  204. TicketDurationAutoInfos=持续时间根据干预相关计算
  205. TicketUpdated=票据已更新
  206. SendMessageByEmail=通过电子邮件发送消息
  207. TicketNewMessage=新消息
  208. ErrorMailRecipientIsEmptyForSendTicketMessage=收件人是空的。没有电子邮件发送
  209. TicketGoIntoContactTab=请进入“联系人”标签以选择它们
  210. TicketMessageMailIntro=Message header
  211. TicketMessageMailIntroHelp=此文本仅在电子邮件的开头添加,不会保存。
  212. TicketMessageMailIntroText=您好,在您联络的工单上有新回复<br>。以下是信息:<br>
  213. TicketMessageMailIntroHelpAdmin=This text will be inserted before the answer when replying to a ticket from Dolibarr
  214. TicketMessageMailFooter=Message footer
  215. TicketMessageMailFooterHelp=This text is added only at the end of the message sent by email and will not be saved.
  216. TicketMessageMailFooterText=Message sent by <b>%s</b> via Dolibarr
  217. TicketMessageMailFooterHelpAdmin=This text will be inserted after the response message.
  218. TicketMessageHelp=只有此文本将保存在故障单卡的消息列表中。
  219. TicketMessageSubstitutionReplacedByGenericValues=替换变量由通用值替换。
  220. ForEmailMessageWillBeCompletedWith=For email messages sent to external users, the message will be completed with
  221. TimeElapsedSince=Time elapsed since
  222. TicketTimeToRead=Time elapsed before read
  223. TicketTimeElapsedBeforeSince=Time elapsed before / since
  224. TicketContacts=联系票
  225. TicketDocumentsLinked=与票证相关的文件
  226. ConfirmReOpenTicket=确认重新打开此票?
  227. TicketMessageMailIntroAutoNewPublicMessage=A new message was posted on the ticket with the subject %s:
  228. TicketAssignedToYou=机票已分配
  229. TicketAssignedEmailBody=您已获得%s的票据#%s
  230. MarkMessageAsPrivate=将邮件标记为私有
  231. TicketMessageSendEmailHelp=An email will be sent to all assigned contact (internal contacts, but also external contacts except if the option "%s" is checked)
  232. TicketMessagePrivateHelp=此消息不会显示给外部用户
  233. TicketEmailOriginIssuer=发行人在门票的原产地
  234. InitialMessage=初步讯息
  235. LinkToAContract=链接到合同
  236. TicketPleaseSelectAContract=选择合同
  237. UnableToCreateInterIfNoSocid=Can not create an intervention when no third party is defined
  238. TicketMailExchanges=邮件交流
  239. TicketInitialMessageModified=修改了初始消息
  240. TicketMessageSuccesfullyUpdated=消息已成功更新
  241. TicketChangeStatus=改变状态
  242. TicketConfirmChangeStatus=Confirm the status change: %s ?
  243. TicketLogStatusChanged=Status changed: %s to %s
  244. TicketNotNotifyTiersAtCreate=不在创建时通知公司
  245. NotifyThirdpartyOnTicketClosing=Contacts to notify while closing the ticket
  246. TicketNotifyAllTiersAtClose=All related contacts
  247. TicketNotNotifyTiersAtClose=No related contact
  248. Unread=未读
  249. TicketNotCreatedFromPublicInterface=Not available. Ticket was not created from public interface.
  250. ErrorTicketRefRequired=Ticket reference name is required
  251. TicketsDelayForFirstResponseTooLong=Too much time elapsed since ticket opening without any answer.
  252. TicketsDelayFromLastResponseTooLong=Too much time elapsed since last answer on this ticket.
  253. TicketNoContractFoundToLink=No contract was found to be automatically linked to this ticket. Please link a contract manually.
  254. TicketManyContractsLinked=Many contracts have been automatically linked to this ticket. Make sure to verify which should be chosen.
  255. #
  256. # Logs
  257. #
  258. TicketLogMesgReadBy=Ticket %s read by %s
  259. NoLogForThisTicket=暂无此日志
  260. TicketLogAssignedTo=Ticket %s assigned to %s
  261. TicketLogPropertyChanged=Ticket %s modified: classification from %s to %s
  262. TicketLogClosedBy=Ticket %s closed by %s
  263. TicketLogReopen=Ticket %s re-open
  264. #
  265. # Public pages
  266. #
  267. TicketSystem=票务系统
  268. ShowListTicketWithTrackId=从曲目ID显示票证列表
  269. ShowTicketWithTrackId=从曲目ID显示票证
  270. TicketPublicDesc=您可以创建支持服务单或从现有ID进行检查。
  271. YourTicketSuccessfullySaved=票据已成功保存!
  272. MesgInfosPublicTicketCreatedWithTrackId=A new ticket has been created with ID %s and Ref %s.
  273. PleaseRememberThisId=请保留我们稍后可能会问你的跟踪号码。
  274. TicketNewEmailSubject=Ticket creation confirmation - Ref %s (public ticket ID %s)
  275. TicketNewEmailSubjectCustomer=新支持票
  276. TicketNewEmailBody=这是一封自动电子邮件,用于确认您已注册新票证。
  277. TicketNewEmailBodyCustomer=这是一封自动发送的电子邮件,用于确认刚刚在您的帐户中创建了新的故障单。
  278. TicketNewEmailBodyInfosTicket=用于监控故障单的信息
  279. TicketNewEmailBodyInfosTrackId=Ticket tracking number: %s
  280. TicketNewEmailBodyInfosTrackUrl=You can view the progress of the ticket by clicking the following link
  281. TicketNewEmailBodyInfosTrackUrlCustomer=您可以通过单击以下链接查看特定界面中故障单的进度
  282. TicketCloseEmailBodyInfosTrackUrlCustomer=You can consult the history of this ticket by clicking the following link
  283. TicketEmailPleaseDoNotReplyToThisEmail=请不要直接回复此电子邮件!使用该链接回复界面。
  284. TicketPublicInfoCreateTicket=此表单允许您在我们的管理系统中记录支持服务单。
  285. TicketPublicPleaseBeAccuratelyDescribe=请准确描述您的问题,提供尽可能多的信息让我们能够正确识别您的要求。
  286. TicketPublicMsgViewLogIn=请输入故障单跟踪ID
  287. TicketTrackId=Public Tracking ID
  288. OneOfTicketTrackId=One of your tracking ID
  289. ErrorTicketNotFound=Ticket with tracking ID %s not found!
  290. Subject=主题
  291. ViewTicket=查看票证
  292. ViewMyTicketList=查看我的票证清单
  293. ErrorEmailMustExistToCreateTicket=Error: email address not found in our database
  294. TicketNewEmailSubjectAdmin=New ticket created - Ref %s (public ticket ID %s)
  295. TicketNewEmailBodyAdmin=<p>Ticket has just been created with ID #%s, see information:</p>
  296. SeeThisTicketIntomanagementInterface=请参阅管理界面中的票证
  297. TicketPublicInterfaceForbidden=The public interface for the tickets was not enabled
  298. ErrorEmailOrTrackingInvalid=Bad value for tracking ID or email
  299. OldUser=Old user
  300. NewUser=新建用户
  301. NumberOfTicketsByMonth=Number of tickets per month
  302. NbOfTickets=Number of tickets
  303. # notifications
  304. TicketCloseEmailSubjectCustomer=Ticket closed
  305. TicketCloseEmailBodyCustomer=This is an automatic message to notify you that ticket %s has just been closed.
  306. TicketCloseEmailSubjectAdmin=Ticket closed - Réf %s (public ticket ID %s)
  307. TicketCloseEmailBodyAdmin=A ticket with ID #%s has just been closed, see information:
  308. TicketNotificationEmailSubject=票据%s已更新
  309. TicketNotificationEmailBody=这是一条自动消息,通知您刚刚更新了机票%s
  310. TicketNotificationRecipient=通知收件人
  311. TicketNotificationLogMessage=记录消息
  312. TicketNotificationEmailBodyInfosTrackUrlinternal=查看票证到界面
  313. TicketNotificationNumberEmailSent=Notification email sent: %s
  314. ActionsOnTicket=Events on ticket
  315. #
  316. # Boxes
  317. #
  318. BoxLastTicket=最新创建的票据
  319. BoxLastTicketDescription=最新%s创建票据
  320. BoxLastTicketContent=
  321. BoxLastTicketNoRecordedTickets=没有最近未读的票据
  322. BoxLastModifiedTicket=最新修改的票据
  323. BoxLastModifiedTicketDescription=最新%s改装票据
  324. BoxLastModifiedTicketContent=
  325. BoxLastModifiedTicketNoRecordedTickets=没有最近修改的票据
  326. BoxTicketType=Distribution of open tickets by type
  327. BoxTicketSeverity=Number of open tickets by severity
  328. BoxNoTicketSeverity=No tickets opened
  329. BoxTicketLastXDays=Number of new tickets by days the last %s days
  330. BoxTicketLastXDayswidget = Number of new tickets by days the last X days
  331. BoxNoTicketLastXDays=No new tickets the last %s days
  332. BoxNumberOfTicketByDay=Number of new tickets by day
  333. BoxNewTicketVSClose=Number of tickets versus closed tickets (today)
  334. TicketCreatedToday=Ticket created today
  335. TicketClosedToday=Ticket closed today
  336. KMFoundForTicketGroup=We found topics and FAQs that may answers your question, thanks to check them before submitting the ticket