ja.dict.itop-change-mgmt.php 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?php
  2. // Copyright (C) 2010-2012 Combodo SARL
  3. //
  4. // This file is part of iTop.
  5. //
  6. // iTop is free software; you can redistribute it and/or modify
  7. // it under the terms of the GNU Affero General Public License as published by
  8. // the Free Software Foundation, either version 3 of the License, or
  9. // (at your option) any later version.
  10. //
  11. // iTop is distributed in the hope that it will be useful,
  12. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. // GNU Affero General Public License for more details.
  15. //
  16. // You should have received a copy of the GNU Affero General Public License
  17. // along with iTop. If not, see <http://www.gnu.org/licenses/>
  18. /**
  19. * @copyright Copyright (C) 2010-2012 Combodo SARL
  20. * @licence http://opensource.org/licenses/AGPL-3.0
  21. */
  22. Dict::Add('JA JP', 'Japanese', '日本語', array(
  23. 'Class:Change' => '変更',
  24. 'Class:Change+' => '',
  25. 'Class:Change/Attribute:status' => '状態',
  26. 'Class:Change/Attribute:status+' => '',
  27. 'Class:Change/Attribute:status/Value:new' => '新規',
  28. 'Class:Change/Attribute:status/Value:new+' => '',
  29. 'Class:Change/Attribute:status/Value:assigned' => '割り当て済み',
  30. 'Class:Change/Attribute:status/Value:assigned+' => '',
  31. 'Class:Change/Attribute:status/Value:planned' => '計画済み',
  32. 'Class:Change/Attribute:status/Value:planned+' => '',
  33. 'Class:Change/Attribute:status/Value:rejected' => '却下',
  34. 'Class:Change/Attribute:status/Value:rejected+' => '',
  35. 'Class:Change/Attribute:status/Value:approved' => '承認済み',
  36. 'Class:Change/Attribute:status/Value:approved+' => '',
  37. 'Class:Change/Attribute:status/Value:closed' => 'クローズ',
  38. 'Class:Change/Attribute:status/Value:closed+' => '',
  39. 'Class:Change/Attribute:category' => 'カテゴリ',
  40. 'Class:Change/Attribute:category+' => '',
  41. 'Class:Change/Attribute:category/Value:application' => 'アプリケーション',
  42. 'Class:Change/Attribute:category/Value:application+' => '',
  43. 'Class:Change/Attribute:category/Value:hardware' => 'ハードウエア',
  44. 'Class:Change/Attribute:category/Value:hardware+' => '',
  45. 'Class:Change/Attribute:category/Value:network' => 'ネットワーク',
  46. 'Class:Change/Attribute:category/Value:network+' => '',
  47. 'Class:Change/Attribute:category/Value:other' => 'その他',
  48. 'Class:Change/Attribute:category/Value:other+' => '',
  49. 'Class:Change/Attribute:category/Value:software' => 'ソフトウエア',
  50. 'Class:Change/Attribute:category/Value:software+' => '',
  51. 'Class:Change/Attribute:category/Value:system' => 'システム',
  52. 'Class:Change/Attribute:category/Value:system+' => '',
  53. 'Class:Change/Attribute:reject_reason' => '却下理由',
  54. 'Class:Change/Attribute:reject_reason+' => '',
  55. 'Class:Change/Attribute:changemanager_id' => '変更管理者',
  56. 'Class:Change/Attribute:changemanager_id+' => '',
  57. 'Class:Change/Attribute:parent_id' => '親変更',
  58. 'Class:Change/Attribute:parent_id+' => '',
  59. 'Class:Change/Attribute:creation_date' => '作成日',
  60. 'Class:Change/Attribute:creation_date+' => '',
  61. 'Class:Change/Attribute:approval_date' => '承認日',
  62. 'Class:Change/Attribute:approval_date+' => '',
  63. 'Class:Change/Attribute:fallback_plan' => 'フォールバック計画',
  64. 'Class:Change/Attribute:fallback_plan+' => '',
  65. 'Class:Change/Attribute:related_request_list' => '関連要求',
  66. 'Class:Change/Attribute:related_request_list+' => '',
  67. 'Class:Change/Attribute:child_changes_list' => '子変更',
  68. 'Class:Change/Attribute:child_changes_list+' => '',
  69. 'Class:Change/Stimulus:ev_assign' => '割り当て',
  70. 'Class:Change/Stimulus:ev_assign+' => '',
  71. 'Class:Change/Stimulus:ev_plan' => '計画',
  72. 'Class:Change/Stimulus:ev_plan+' => '',
  73. 'Class:Change/Stimulus:ev_reject' => '却下',
  74. 'Class:Change/Stimulus:ev_reject+' => '',
  75. 'Class:Change/Stimulus:ev_reopen' => '再オープン',
  76. 'Class:Change/Stimulus:ev_reopen+' => '',
  77. 'Class:Change/Stimulus:ev_approve' => '承認',
  78. 'Class:Change/Stimulus:ev_approve+' => '',
  79. 'Class:Change/Stimulus:ev_finish' => 'クローズ',
  80. 'Class:Change/Stimulus:ev_finish+' => '',
  81. 'Menu:ChangeManagement' => '変更管理',
  82. 'Menu:Change:Overview' => '概要',
  83. 'Menu:Change:Overview+' => '',
  84. 'Menu:NewChange' => '新規変更',
  85. 'Menu:NewChange+' => '',
  86. 'Menu:SearchChanges' => '変更検索',
  87. 'Menu:SearchChanges+' => '',
  88. 'Menu:Change:Shortcuts' => 'ショートカット',
  89. 'Menu:Change:Shortcuts+' => '',
  90. 'Menu:WaitingAcceptance' => '受け付け待ちの変更',
  91. 'Menu:WaitingAcceptance+' => '',
  92. 'Menu:WaitingApproval' => '承認待ちの変更',
  93. 'Menu:WaitingApproval+' => '',
  94. 'Menu:Changes' => 'オープンな変更',
  95. 'Menu:Changes+' => '',
  96. 'Menu:MyChanges' => '私に割り当てられた変更',
  97. 'Menu:MyChanges+' => '',
  98. 'UI-ChangeManagementOverview-ChangeByCategory-last-7-days' => '最近7日間のカテゴリ別の変更',
  99. 'UI-ChangeManagementOverview-Last-7-days' => '最近7日間の変更数',
  100. 'UI-ChangeManagementOverview-ChangeByDomain-last-7-days' => '最近7日間のドメイン別変更',
  101. 'UI-ChangeManagementOverview-ChangeByStatus-last-7-days' => '最近7日間の状態別変更',
  102. 'Class:Change/Attribute:changemanager_email' => '変更管理者電子メール',
  103. 'Class:Change/Attribute:changemanager_email+' => '',
  104. 'Class:Change/Attribute:parent_name' => '親変更参照',
  105. 'Class:Change/Attribute:parent_name+' => '',
  106. 'Class:Change/Attribute:related_incident_list' => '関連インシデント',
  107. 'Class:Change/Attribute:related_incident_list+' => '',
  108. 'Class:Change/Attribute:parent_id_friendlyname' => '親変更フレンドリー名',
  109. 'Class:Change/Attribute:parent_id_friendlyname+' => '',
  110. 'Tickets:Related:OpenChanges' => 'Open changes~~',
  111. 'Tickets:Related:RecentChanges' => 'Recent changes (72h)~~',
  112. 'Class:Change/Attribute:related_problems_list' => '関連問題',
  113. 'Class:Change/Attribute:related_problems_list+' => '',
  114. 'Class:Change/Attribute:outage' => '停止',
  115. 'Class:Change/Attribute:outage/Value:no' => 'いいえ',
  116. 'Class:Change/Attribute:outage/Value:yes' => 'はい',
  117. ));
  118. ?>