ja.dict.itop-tickets.php 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. <?php
  2. // Copyright (C) 2010 Combodo SARL
  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; version 3 of the License.
  7. //
  8. // This program is distributed in the hope that it will be useful,
  9. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. // GNU General Public License for more details.
  12. //
  13. // You should have received a copy of the GNU General Public License
  14. // along with this program; if not, write to the Free Software
  15. // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  16. /**
  17. * Localized data
  18. *
  19. * @author Erwan Taloc <erwan.taloc@combodo.com>
  20. * @author Romain Quetiez <romain.quetiez@combodo.com>
  21. * @author Denis Flaven <denis.flaven@combodo.com>
  22. * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
  23. */
  24. // Dictionnay conventions
  25. // Class:<class_name>
  26. // Class:<class_name>+
  27. // Class:<class_name>/Attribute:<attribute_code>
  28. // Class:<class_name>/Attribute:<attribute_code>+
  29. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>
  30. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
  31. // Class:<class_name>/Stimulus:<stimulus_code>
  32. // Class:<class_name>/Stimulus:<stimulus_code>+
  33. //
  34. // Class: Ticket
  35. //
  36. //
  37. // Class: Ticket
  38. //
  39. Dict::Add('JA JP', 'Japanese', '日本語', array (
  40. 'Class:Ticket' => 'チケット', // 'Ticket', # 'Ticket'
  41. 'Class:Ticket+' => '', # ''
  42. 'Class:Ticket/Attribute:ref' => '参照', // 'Ref', # 'Ref'
  43. 'Class:Ticket/Attribute:ref+' => '', # ''
  44. 'Class:Ticket/Attribute:title' => 'タイトル', // 'Title', # 'Title'
  45. 'Class:Ticket/Attribute:title+' => '', # ''
  46. 'Class:Ticket/Attribute:description' => '詳細記述', // 'Description', # 'Description'
  47. 'Class:Ticket/Attribute:description+' => '', # ''
  48. 'Class:Ticket/Attribute:ticket_log' => 'ログ', // 'Log', # 'Log'
  49. 'Class:Ticket/Attribute:ticket_log+' => '', # ''
  50. 'Class:Ticket/Attribute:start_date' => '開始済み', // 'Started', # 'Started'
  51. 'Class:Ticket/Attribute:start_date+' => '', # ''
  52. 'Class:Ticket/Attribute:document_list' => 'ドキュメント', // 'Documents', # 'Documents'
  53. 'Class:Ticket/Attribute:document_list+' => '本チケットに関連するドキュメント', // 'Documents related to the ticket', # 'Documents related to the ticket'
  54. 'Class:Ticket/Attribute:ci_list' => 'CI', // 'CIs', # 'CIs'
  55. 'Class:Ticket/Attribute:ci_list+' => '本インシデントに関連するCI', // 'CIs concerned by the incident', # 'CIs concerned by the incident'
  56. 'Class:Ticket/Attribute:contact_list' => 'コンタクト', // 'Contacts', # 'Contacts'
  57. 'Class:Ticket/Attribute:contact_list+' => '担当チーム、担当者', // 'Team and persons involved', # 'Team and persons involved'
  58. 'Class:Ticket/Attribute:incident_list' => '関連インシデント', // 'Related Incidents', # 'Related Incidents'
  59. 'Class:Ticket/Attribute:incident_list+' => '', # ''
  60. 'Class:Ticket/Attribute:finalclass' => 'タイプ', // 'Type', # 'Type'
  61. 'Class:Ticket/Attribute:finalclass+' => '', # ''
  62. ));
  63. //
  64. // Class: lnkTicketToDoc
  65. //
  66. Dict::Add('JA JP', 'Japanese', '日本語', array (
  67. 'Class:lnkTicketToDoc' => 'チケット/ドキュメント', // 'Ticket/Document', # 'Ticket/Document'
  68. 'Class:lnkTicketToDoc+' => '', # ''
  69. 'Class:lnkTicketToDoc/Attribute:ticket_id' => 'チケット', // 'Ticket', # 'Ticket'
  70. 'Class:lnkTicketToDoc/Attribute:ticket_id+' => '', # ''
  71. 'Class:lnkTicketToDoc/Attribute:ticket_ref' => 'チケット', // 'Ticket #', # 'Ticket #'
  72. 'Class:lnkTicketToDoc/Attribute:ticket_ref+' => '', # ''
  73. 'Class:lnkTicketToDoc/Attribute:document_id' => 'ドキュメント', // 'Document', # 'Document'
  74. 'Class:lnkTicketToDoc/Attribute:document_id+' => '', # ''
  75. 'Class:lnkTicketToDoc/Attribute:document_name' => 'ドキュメント', // 'Document', # 'Document'
  76. 'Class:lnkTicketToDoc/Attribute:document_name+' => '', # ''
  77. ));
  78. //
  79. // Class: lnkTicketToContact
  80. //
  81. Dict::Add('JA JP', 'Japanese', '日本語', array (
  82. 'Class:lnkTicketToContact' => 'チケット/コンタクト', // 'Ticket/Contact', # 'Ticket/Contact'
  83. 'Class:lnkTicketToContact+' => '', # ''
  84. 'Class:lnkTicketToContact/Attribute:ticket_id' => 'チケット', // 'Ticket', # 'Ticket'
  85. 'Class:lnkTicketToContact/Attribute:ticket_id+' => '', # ''
  86. 'Class:lnkTicketToContact/Attribute:ticket_ref' => 'チケット', // 'Ticket #', # 'Ticket #'
  87. 'Class:lnkTicketToContact/Attribute:ticket_ref+' => '', # ''
  88. 'Class:lnkTicketToContact/Attribute:contact_id' => 'コンタクト', // 'Contact', # 'Contact'
  89. 'Class:lnkTicketToContact/Attribute:contact_id+' => '', # ''
  90. 'Class:lnkTicketToContact/Attribute:contact_name' => 'コンタクト', // 'Contact', # 'Contact'
  91. 'Class:lnkTicketToContact/Attribute:contact_name+' => '', # ''
  92. 'Class:lnkTicketToContact/Attribute:contact_email' => 'Eメール', // 'Email', # 'Email'
  93. 'Class:lnkTicketToContact/Attribute:contact_email+' => '', # ''
  94. 'Class:lnkTicketToContact/Attribute:role' => '役割', // 'Role', # 'Role'
  95. 'Class:lnkTicketToContact/Attribute:role+' => '', # ''
  96. ));
  97. //
  98. // Class: lnkTicketToCI
  99. //
  100. Dict::Add('JA JP', 'Japanese', '日本語', array (
  101. 'Class:lnkTicketToCI' => 'チケット/CI', // 'Ticket/CI', # 'Ticket/CI'
  102. 'Class:lnkTicketToCI+' => '', # ''
  103. 'Class:lnkTicketToCI/Attribute:ticket_id' => 'チケット', // 'Ticket', # 'Ticket'
  104. 'Class:lnkTicketToCI/Attribute:ticket_id+' => '', # ''
  105. 'Class:lnkTicketToCI/Attribute:ticket_ref' => 'チケット', // 'Ticket #', # 'Ticket #'
  106. 'Class:lnkTicketToCI/Attribute:ticket_ref+' => '', # ''
  107. 'Class:lnkTicketToCI/Attribute:ci_id' => 'CI', # 'CI'
  108. 'Class:lnkTicketToCI/Attribute:ci_id+' => '', # ''
  109. 'Class:lnkTicketToCI/Attribute:ci_name' => 'CI', # 'CI'
  110. 'Class:lnkTicketToCI/Attribute:ci_name+' => '', # ''
  111. 'Class:lnkTicketToCI/Attribute:ci_status' => 'CIステータス', // 'CI status', # 'CI status'
  112. 'Class:lnkTicketToCI/Attribute:ci_status+' => '', # ''
  113. 'Class:lnkTicketToCI/Attribute:impact' => '影響', // 'Impact', # 'Impact'
  114. 'Class:lnkTicketToCI/Attribute:impact+' => '', # ''
  115. ));
  116. //
  117. // Class: ResponseTicket
  118. //
  119. Dict::Add('JA JP', 'Japanese', '日本語', array (
  120. 'Class:ResponseTicket' => 'レスポンスチケット', // 'ResponseTicket', # 'ResponseTicket'
  121. 'Class:ResponseTicket+' => '', # ''
  122. 'Class:ResponseTicket/Attribute:status' => 'ステータス', // 'Status', # 'Status'
  123. 'Class:ResponseTicket/Attribute:status+' => '', # ''
  124. 'Class:ResponseTicket/Attribute:status/Value:new' => '新規', # 'New'
  125. 'Class:ResponseTicket/Attribute:status/Value:new+' => '新規にオープン', // 'newly opened', # 'newly opened'
  126. 'Class:ResponseTicket/Attribute:status/Value:escalated_tto' => 'エスカレーション/TTO', // 'Escalation/TTO', # 'Escalation/TTO'
  127. 'Class:ResponseTicket/Attribute:status/Value:escalated_tto+' => '', # ''
  128. 'Class:ResponseTicket/Attribute:status/Value:assigned' => '割当済', # 'Assigned'
  129. 'Class:ResponseTicket/Attribute:status/Value:assigned+' => '', # ''
  130. 'Class:ResponseTicket/Attribute:status/Value:escalated_ttr' => 'エスカレーション/TTR', // 'Escalation/TTR', # 'Escalation/TTR'
  131. 'Class:ResponseTicket/Attribute:status/Value:escalated_ttr+' => '', # ''
  132. 'Class:ResponseTicket/Attribute:status/Value:frozen' => 'ペンディング', // 'Pending', # 'Pending'
  133. 'Class:ResponseTicket/Attribute:status/Value:frozen+' => '', # ''
  134. 'Class:ResponseTicket/Attribute:status/Value:resolved' => '解決済み', // 'Resolved', # 'Resolved'
  135. 'Class:ResponseTicket/Attribute:status/Value:resolved+' => '', # ''
  136. 'Class:ResponseTicket/Attribute:status/Value:closed' => '完了', # 'Closed'
  137. 'Class:ResponseTicket/Attribute:status/Value:closed+' => '', # ''
  138. 'Class:ResponseTicket/Attribute:caller_id' => '呼び出し', // 'Caller', # 'Caller'
  139. 'Class:ResponseTicket/Attribute:caller_id+' => '', # ''
  140. 'Class:ResponseTicket/Attribute:caller_email' => 'Eメール', // 'Email', # 'Email'
  141. 'Class:ResponseTicket/Attribute:caller_email+' => '', # ''
  142. 'Class:ResponseTicket/Attribute:org_id' => 'カスタマ', // 'Customer', # 'Customer'
  143. 'Class:ResponseTicket/Attribute:org_id+' => '', # ''
  144. 'Class:ResponseTicket/Attribute:org_name' => 'カスタマ', // 'Customer', # 'Customer'
  145. 'Class:ResponseTicket/Attribute:org_name+' => '', # ''
  146. 'Class:ResponseTicket/Attribute:service_id' => 'サービス', // 'Service', # 'Service'
  147. 'Class:ResponseTicket/Attribute:service_id+' => '', # ''
  148. 'Class:ResponseTicket/Attribute:service_name' => '名前', // 'Name', # 'Name'
  149. 'Class:ResponseTicket/Attribute:service_name+' => '', # ''
  150. 'Class:ResponseTicket/Attribute:servicesubcategory_id' => 'サービス要素', // 'Service element', # 'Service element'
  151. 'Class:ResponseTicket/Attribute:servicesubcategory_id+' => '', # ''
  152. 'Class:ResponseTicket/Attribute:servicesubcategory_name' => '名前', // 'Name', # 'Name'
  153. 'Class:ResponseTicket/Attribute:servicesubcategory_name+' => '', # ''
  154. 'Class:ResponseTicket/Attribute:product' => 'プロダクト', // 'Product', # 'Product'
  155. 'Class:ResponseTicket/Attribute:product+' => '', # ''
  156. 'Class:ResponseTicket/Attribute:impact' => '影響', // 'Impact', # 'Impact'
  157. 'Class:ResponseTicket/Attribute:impact+' => '', # ''
  158. 'Class:ResponseTicket/Attribute:impact/Value:1' => '部署', // 'A department', # 'A department'
  159. 'Class:ResponseTicket/Attribute:impact/Value:1+' => '', # ''
  160. 'Class:ResponseTicket/Attribute:impact/Value:2' => 'サービス', // 'A service', # 'A service'
  161. 'Class:ResponseTicket/Attribute:impact/Value:2+' => '', # ''
  162. 'Class:ResponseTicket/Attribute:impact/Value:3' => 'パーソン', // 'A person', # 'A person'
  163. 'Class:ResponseTicket/Attribute:impact/Value:3+' => '', # ''
  164. 'Class:ResponseTicket/Attribute:urgency' => '緊急', // 'Urgency', # 'Urgency'
  165. 'Class:ResponseTicket/Attribute:urgency+' => '', # ''
  166. 'Class:ResponseTicket/Attribute:urgency/Value:1' => '高', // 'High', # 'High'
  167. 'Class:ResponseTicket/Attribute:urgency/Value:1+' => '', # ''
  168. 'Class:ResponseTicket/Attribute:urgency/Value:2' => '中', // 'Medium', # 'Medium'
  169. 'Class:ResponseTicket/Attribute:urgency/Value:2+' => '', # ''
  170. 'Class:ResponseTicket/Attribute:urgency/Value:3' => '低', // 'Low', # 'Low'
  171. 'Class:ResponseTicket/Attribute:urgency/Value:3+' => '', # ''
  172. 'Class:ResponseTicket/Attribute:priority' => 'プライオリティ', // 'Priority', # 'Priority'
  173. 'Class:ResponseTicket/Attribute:priority+' => '', # ''
  174. 'Class:ResponseTicket/Attribute:priority/Value:1' => '高', // 'High', # 'High'
  175. 'Class:ResponseTicket/Attribute:priority/Value:1+' => '', # ''
  176. 'Class:ResponseTicket/Attribute:priority/Value:2' => '中', // 'Medium', # 'Medium'
  177. 'Class:ResponseTicket/Attribute:priority/Value:2+' => '', # ''
  178. 'Class:ResponseTicket/Attribute:priority/Value:3' => '低', // 'Low', # 'Low'
  179. 'Class:ResponseTicket/Attribute:priority/Value:3+' => '', # ''
  180. 'Class:ResponseTicket/Attribute:workgroup_id' => 'ワークグループ', // 'Workgroup', # 'Workgroup'
  181. 'Class:ResponseTicket/Attribute:workgroup_id+' => '', # ''
  182. 'Class:ResponseTicket/Attribute:workgroup_name' => 'ワークグループ', // 'Workgroup', # 'Workgroup'
  183. 'Class:ResponseTicket/Attribute:workgroup_name+' => '', # ''
  184. 'Class:ResponseTicket/Attribute:agent_id' => 'エージェント', // 'Agent', # 'Agent'
  185. 'Class:ResponseTicket/Attribute:agent_id+' => '', # ''
  186. 'Class:ResponseTicket/Attribute:agent_name' => 'エージェント', // 'Agent', # 'Agent'
  187. 'Class:ResponseTicket/Attribute:agent_name+' => '', # ''
  188. 'Class:ResponseTicket/Attribute:agent_email' => 'エージェントEメール', // 'Agent email', # 'Agent email'
  189. 'Class:ResponseTicket/Attribute:agent_email+' => '', # ''
  190. 'Class:ResponseTicket/Attribute:related_problem_id' => '関連プロブレム', // 'Related Problem', # 'Related Problem'
  191. 'Class:ResponseTicket/Attribute:related_problem_id+' => '', # ''
  192. 'Class:ResponseTicket/Attribute:related_problem_ref' => '参照', // 'Ref', # 'Ref'
  193. 'Class:ResponseTicket/Attribute:related_problem_ref+' => '', # ''
  194. 'Class:ResponseTicket/Attribute:related_change_id' => '関連する変更', // 'Related change', # 'Related change'
  195. 'Class:ResponseTicket/Attribute:related_change_id+' => '', # ''
  196. 'Class:ResponseTicket/Attribute:related_change_ref' => '関連する変更', // 'Related change', # 'Related change'
  197. 'Class:ResponseTicket/Attribute:related_change_ref+' => '', # ''
  198. 'Class:ResponseTicket/Attribute:close_date' => '完了', # 'Closed'
  199. 'Class:ResponseTicket/Attribute:close_date+' => '', # ''
  200. 'Class:ResponseTicket/Attribute:last_update' => '最終更新日', // 'Last update', # 'Last update'
  201. 'Class:ResponseTicket/Attribute:last_update+' => '', # ''
  202. 'Class:ResponseTicket/Attribute:assignment_date' => 'アサイン日付', // 'Assignment Date ', # 'Assignment Date '
  203. 'Class:ResponseTicket/Attribute:assignment_date+' => '', # ''
  204. 'Class:ResponseTicket/Attribute:resolution_date' => '解決日付', // 'Resolution Date', # 'Resolution Date'
  205. 'Class:ResponseTicket/Attribute:resolution_date+' => '', # ''
  206. 'Class:ResponseTicket/Attribute:tto_escalation_deadline' => 'TTOエスカレーション締切り', // 'TTO Escalation deadline', # 'TTO Escalation deadline'
  207. 'Class:ResponseTicket/Attribute:tto_escalation_deadline+' => '', # ''
  208. 'Class:ResponseTicket/Attribute:ttr_escalation_deadline' => 'TTRエスカレーション締切り', // 'TTR Escalation deadline', # 'TTR Escalation deadline'
  209. 'Class:ResponseTicket/Attribute:ttr_escalation_deadline+' => '', # ''
  210. 'Class:ResponseTicket/Attribute:closure_deadline' => 'クローズ締切り', // 'Closure deadline', # 'Closure deadline'
  211. 'Class:ResponseTicket/Attribute:closure_deadline+' => '', # ''
  212. 'Class:ResponseTicket/Attribute:resolution_code' => '解決コード', // 'Resolution code', # 'Resolution code'
  213. 'Class:ResponseTicket/Attribute:resolution_code+' => '', # ''
  214. 'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce' => '再現できず', // 'Could not be reproduced', # 'Could not be reproduced'
  215. 'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce+' => '', # ''
  216. 'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate' => 'チケットを複製', // 'Duplicate ticket', # 'Duplicate ticket'
  217. 'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate+' => '', # ''
  218. 'Class:ResponseTicket/Attribute:resolution_code/Value:fixed' => '改修済み', // 'Fixed', # 'Fixed'
  219. 'Class:ResponseTicket/Attribute:resolution_code/Value:fixed+' => '', # ''
  220. 'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant' => '見当違い', // 'Irrelevant', # 'Irrelevant'
  221. 'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant+' => '', # ''
  222. 'Class:ResponseTicket/Attribute:solution' => '解決策', // 'Solution', # 'Solution'
  223. 'Class:ResponseTicket/Attribute:solution+' => '', # ''
  224. 'Class:ResponseTicket/Attribute:user_satisfaction' => 'ユーザ満足度', // 'User satisfaction', # 'User satisfaction'
  225. 'Class:ResponseTicket/Attribute:user_satisfaction+' => '', # ''
  226. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:1' => '大変満足である', // 'Very satisfied', # 'Very satisfied'
  227. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:1+' => '大変満足である', // 'Very satisfied', # 'Very satisfied'
  228. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:2' => '概ね満足である', // 'Fairly statisfied', # 'Fairly statisfied'
  229. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:2+' => '概ね満足である', // 'Fairly statisfied', # 'Fairly statisfied'
  230. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:3' => 'やや不満である', // 'Rather Dissatified', # 'Rather Dissatified'
  231. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:3+' => 'やや不満である', // 'Rather Dissatified', # 'Rather Dissatified'
  232. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:4' => '大変不満である', // 'Very Dissatisfied', # 'Very Dissatisfied'
  233. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:4+' => '大変不満である', // 'Very Dissatisfied', # 'Very Dissatisfied'
  234. 'Class:ResponseTicket/Attribute:user_commment' => 'ユーザコメント', // 'User comment', # 'User comment'
  235. 'Class:ResponseTicket/Attribute:user_commment+' => '', # ''
  236. 'Class:ResponseTicket/Stimulus:ev_assign' => '割当', # 'Assign'
  237. 'Class:ResponseTicket/Stimulus:ev_assign+' => '', # ''
  238. 'Class:ResponseTicket/Stimulus:ev_reassign' => '再割当', # 'Reassign'
  239. 'Class:ResponseTicket/Stimulus:ev_reassign+' => '', # ''
  240. 'Class:ResponseTicket/Stimulus:ev_timeout' => 'エスカレーション', // 'Escalation', # 'Escalation'
  241. 'Class:ResponseTicket/Stimulus:ev_timeout+' => '', # ''
  242. 'Class:ResponseTicket/Stimulus:ev_resolve' => '解決済みとする', # 'Mark as resolved'
  243. 'Class:ResponseTicket/Stimulus:ev_resolve+' => '', # ''
  244. 'Class:ResponseTicket/Stimulus:ev_close' => '完了', # 'Close'
  245. 'Class:ResponseTicket/Stimulus:ev_close+' => '', # ''
  246. ));
  247. ?>