ja.dict.itop-problem-mgmt.php 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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. // Classes in 'bizmodel'
  35. //////////////////////////////////////////////////////////////////////
  36. //
  37. // Dictionnay conventions
  38. // Class:<class_name>
  39. // Class:<class_name>+
  40. // Class:<class_name>/Attribute:<attribute_code>
  41. // Class:<class_name>/Attribute:<attribute_code>+
  42. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>
  43. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
  44. // Class:<class_name>/Stimulus:<stimulus_code>
  45. // Class:<class_name>/Stimulus:<stimulus_code>+
  46. Dict::Add('JA JP', 'Japanese', '日本語', array (
  47. 'Menu:ProblemManagement' => 'プロブレム管理', // 'Problem Management', # 'Problem Management'
  48. 'Menu:ProblemManagement+' => 'プロブレム管理', // 'Problem Management', # 'Problem Management'
  49. 'Menu:Problem:Overview' => '概要', # 'Overview'
  50. 'Menu:Problem:Overview+' => '概要', # 'Overview'
  51. 'Menu:NewProblem' => '新規プロブレム', // 'New Problem', # 'New Problem'
  52. 'Menu:NewProblem+' => '新規プロブレム', // 'New Problem', # 'New Problem'
  53. 'Menu:SearchProblems' => 'プロブレムを検索', // 'Search for Problems', # 'Search for Problems'
  54. 'Menu:SearchProblems+' => 'プロブレムを検索', // 'Search for Problems', # 'Search for Problems'
  55. 'Menu:Problem:Shortcuts' => 'ショートカット', # 'Shortcuts'
  56. 'Menu:Problem:MyProblems' => 'マイプロブレム', // 'My Problems', # 'My Problems'
  57. 'Menu:Problem:MyProblems+' => 'マイプロブレム', // 'My Problems', # 'My Problems'
  58. 'Menu:Problem:OpenProblems' => '担当のいない problems', # 'All Open problems'
  59. 'Menu:Problem:OpenProblems+' => '担当のいない problems', # 'All Open problems'
  60. 'UI-ProblemManagementOverview-ProblemByService' => 'サービス別プロブレム', // 'Problems by Service', # 'Problems by Service'
  61. 'UI-ProblemManagementOverview-ProblemByService+' => 'サービス別プロブレム', // 'Problems by Service', # 'Problems by Service'
  62. 'UI-ProblemManagementOverview-ProblemByPriority' => 'プライオリティ別プロブレム', // 'Problems by Priority', # 'Problems by Priority'
  63. 'UI-ProblemManagementOverview-ProblemByPriority+' => 'プライオリティ別プロブレム', // 'Problems by Priority', # 'Problems by Priority'
  64. 'UI-ProblemManagementOverview-ProblemUnassigned' => '未アサインプロブレム', // 'Unassigned Problems', # 'Unassigned Problems'
  65. 'UI-ProblemManagementOverview-ProblemUnassigned+' => '未アサインプロブレム', // 'Unassigned Problems', # 'Unassigned Problems'
  66. 'UI:ProblemMgmtMenuOverview:Title' => 'プロブレム管理用ダッシュボード', // 'Dashboard for Problem Management', # 'Dashboard for Problem Management'
  67. 'UI:ProblemMgmtMenuOverview:Title+' => 'プロブレム管理用ダッシュボード', // 'Dashboard for Problem Management', # 'Dashboard for Problem Management'
  68. ));
  69. //
  70. // Class: Problem
  71. //
  72. Dict::Add('JA JP', 'Japanese', '日本語', array (
  73. 'Class:Problem' => 'プロブレム', // 'Problem', # 'Problem'
  74. 'Class:Problem+' => '', # ''
  75. 'Class:Problem/Attribute:status' => 'ステータス', // 'Status', # 'Status'
  76. 'Class:Problem/Attribute:status+' => '', # ''
  77. 'Class:Problem/Attribute:status/Value:new' => '新規', # 'New'
  78. 'Class:Problem/Attribute:status/Value:new+' => '', # ''
  79. 'Class:Problem/Attribute:status/Value:assigned' => '割当済', # 'Assigned'
  80. 'Class:Problem/Attribute:status/Value:assigned+' => '', # ''
  81. 'Class:Problem/Attribute:status/Value:resolved' => '解決済み', // 'Resolved', # 'Resolved'
  82. 'Class:Problem/Attribute:status/Value:resolved+' => '', # ''
  83. 'Class:Problem/Attribute:status/Value:closed' => '完了', # 'Closed'
  84. 'Class:Problem/Attribute:status/Value:closed+' => '', # ''
  85. 'Class:Problem/Attribute:org_id' => 'カスタマー', // 'Customer', # 'Customer'
  86. 'Class:Problem/Attribute:org_id+' => '', # ''
  87. 'Class:Problem/Attribute:org_name' => '名前', // 'Name', # 'Name'
  88. 'Class:Problem/Attribute:org_name+' => '共通名', // 'Common name', # 'Common name'
  89. 'Class:Problem/Attribute:service_id' => 'サービス', // 'Service', # 'Service'
  90. 'Class:Problem/Attribute:service_id+' => '', # ''
  91. 'Class:Problem/Attribute:service_name' => '名前', // 'Name', # 'Name'
  92. 'Class:Problem/Attribute:service_name+' => '', # ''
  93. 'Class:Problem/Attribute:servicesubcategory_id' => 'サービスカテゴリ', // 'Service Category', # 'Service Category'
  94. 'Class:Problem/Attribute:servicesubcategory_id+' => '', # ''
  95. 'Class:Problem/Attribute:servicesubcategory_name' => '名前', // 'Name', # 'Name'
  96. 'Class:Problem/Attribute:servicesubcategory_name+' => '', # ''
  97. 'Class:Problem/Attribute:product' => 'プロダクト', // 'Product', # 'Product'
  98. 'Class:Problem/Attribute:product+' => '', # ''
  99. 'Class:Problem/Attribute:impact' => '影響', // 'Impact', # 'Impact'
  100. 'Class:Problem/Attribute:impact+' => '', # ''
  101. 'Class:Problem/Attribute:impact/Value:1' => 'パーソン', // 'A Person', # 'A Person'
  102. 'Class:Problem/Attribute:impact/Value:1+' => '', # ''
  103. 'Class:Problem/Attribute:impact/Value:2' => 'サービス', // 'A Service', # 'A Service'
  104. 'Class:Problem/Attribute:impact/Value:2+' => '', # ''
  105. 'Class:Problem/Attribute:impact/Value:3' => '部署', // 'A Department', # 'A Department'
  106. 'Class:Problem/Attribute:impact/Value:3+' => '', # ''
  107. 'Class:Problem/Attribute:urgency' => '緊急', // 'Urgency', # 'Urgency'
  108. 'Class:Problem/Attribute:urgency+' => '', # ''
  109. 'Class:Problem/Attribute:urgency/Value:1' => '低', // 'Low', # 'Low'
  110. 'Class:Problem/Attribute:urgency/Value:1+' => '低', // 'Low', # 'Low'
  111. 'Class:Problem/Attribute:urgency/Value:2' => '中', // 'Medium', # 'Medium'
  112. 'Class:Problem/Attribute:urgency/Value:2+' => '中', // 'Medium', # 'Medium'
  113. 'Class:Problem/Attribute:urgency/Value:3' => '高', // 'High', # 'High'
  114. 'Class:Problem/Attribute:urgency/Value:3+' => '高', // 'High', # 'High'
  115. 'Class:Problem/Attribute:priority' => 'プライオリティ', // 'Priority', # 'Priority'
  116. 'Class:Problem/Attribute:priority+' => '', # ''
  117. 'Class:Problem/Attribute:priority/Value:1' => '低', // 'Low', # 'Low'
  118. 'Class:Problem/Attribute:priority/Value:1+' => '', # ''
  119. 'Class:Problem/Attribute:priority/Value:2' => '中', // 'Medium', # 'Medium'
  120. 'Class:Problem/Attribute:priority/Value:2+' => '', # ''
  121. 'Class:Problem/Attribute:priority/Value:3' => '高', // 'High', # 'High'
  122. 'Class:Problem/Attribute:priority/Value:3+' => '', # ''
  123. 'Class:Problem/Attribute:workgroup_id' => 'ワークグループ', // 'WorkGroup', # 'WorkGroup'
  124. 'Class:Problem/Attribute:workgroup_id+' => '', # ''
  125. 'Class:Problem/Attribute:workgroup_name' => '名前', // 'Name', # 'Name'
  126. 'Class:Problem/Attribute:workgroup_name+' => '', # ''
  127. 'Class:Problem/Attribute:agent_id' => 'エージェント', // 'Agent', # 'Agent'
  128. 'Class:Problem/Attribute:agent_id+' => '', # ''
  129. 'Class:Problem/Attribute:agent_name' => 'エージェント名', // 'Agent Name', # 'Agent Name'
  130. 'Class:Problem/Attribute:agent_name+' => '', # ''
  131. 'Class:Problem/Attribute:agent_email' => 'エージェントEメール', // 'Agent Email', # 'Agent Email'
  132. 'Class:Problem/Attribute:agent_email+' => '', # ''
  133. 'Class:Problem/Attribute:related_change_id' => '関連する変更', // 'Related Change', # 'Related Change'
  134. 'Class:Problem/Attribute:related_change_id+' => '', # ''
  135. 'Class:Problem/Attribute:related_change_ref' => '参照', // 'Ref', # 'Ref'
  136. 'Class:Problem/Attribute:related_change_ref+' => '', # ''
  137. 'Class:Problem/Attribute:close_date' => 'クローズ日付', // 'Close Date', # 'Close Date'
  138. 'Class:Problem/Attribute:close_date+' => '', # ''
  139. 'Class:Problem/Attribute:last_update' => '最終更新日', // 'Last Update', # 'Last Update'
  140. 'Class:Problem/Attribute:last_update+' => '', # ''
  141. 'Class:Problem/Attribute:assignment_date' => 'アサイン日付', // 'Assignment Date', # 'Assignment Date'
  142. 'Class:Problem/Attribute:assignment_date+' => '', # ''
  143. 'Class:Problem/Attribute:resolution_date' => '解決日付', // 'Resolution Date', # 'Resolution Date'
  144. 'Class:Problem/Attribute:resolution_date+' => '', # ''
  145. 'Class:Problem/Attribute:knownerrors_list' => '既知のエラー', // 'Known Errors', # 'Known Errors'
  146. 'Class:Problem/Attribute:knownerrors_list+' => '', # ''
  147. 'Class:Problem/Stimulus:ev_assign' => '割当', # 'Assign'
  148. 'Class:Problem/Stimulus:ev_assign+' => '', # ''
  149. 'Class:Problem/Stimulus:ev_reassign' => '再割当', // 'Reaassign', # 'Reaassign'
  150. 'Class:Problem/Stimulus:ev_reassign+' => '', # ''
  151. 'Class:Problem/Stimulus:ev_resolve' => '解決', // 'Resolve', # 'Resolve'
  152. 'Class:Problem/Stimulus:ev_resolve+' => '', # ''
  153. 'Class:Problem/Stimulus:ev_close' => '完了', # 'Close'
  154. 'Class:Problem/Stimulus:ev_close+' => '', # ''
  155. ));
  156. ?>