ru.dict.itop-problem-mgmt.php 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. * @author Vladimir Shilov <shilow@ukr.net>
  20. * @copyright Copyright (C) 2010-2012 Combodo SARL
  21. * @licence http://opensource.org/licenses/AGPL-3.0
  22. */
  23. Dict::Add('RU RU', 'Russian', 'Русский', array(
  24. 'Class:Problem' => 'Проблема',
  25. 'Class:Problem+' => '',
  26. 'Class:Problem/Attribute:status' => 'Статус',
  27. 'Class:Problem/Attribute:status+' => '',
  28. 'Class:Problem/Attribute:status/Value:new' => 'Новая',
  29. 'Class:Problem/Attribute:status/Value:new+' => '',
  30. 'Class:Problem/Attribute:status/Value:assigned' => 'Подписана',
  31. 'Class:Problem/Attribute:status/Value:assigned+' => '',
  32. 'Class:Problem/Attribute:status/Value:resolved' => 'Решена',
  33. 'Class:Problem/Attribute:status/Value:resolved+' => '',
  34. 'Class:Problem/Attribute:status/Value:closed' => 'Закрыта',
  35. 'Class:Problem/Attribute:status/Value:closed+' => '',
  36. 'Class:Problem/Attribute:service_id' => 'Услуга',
  37. 'Class:Problem/Attribute:service_id+' => '',
  38. 'Class:Problem/Attribute:servicesubcategory_id' => 'Категория услуги',
  39. 'Class:Problem/Attribute:servicesubcategory_id+' => '',
  40. 'Class:Problem/Attribute:product' => 'Продукт',
  41. 'Class:Problem/Attribute:product+' => '',
  42. 'Class:Problem/Attribute:impact' => 'Воздействие',
  43. 'Class:Problem/Attribute:impact+' => '',
  44. 'Class:Problem/Attribute:impact/Value:1' => 'Лицо',
  45. 'Class:Problem/Attribute:impact/Value:1+' => '',
  46. 'Class:Problem/Attribute:impact/Value:2' => 'Сервис',
  47. 'Class:Problem/Attribute:impact/Value:2+' => '',
  48. 'Class:Problem/Attribute:impact/Value:3' => 'Департамент',
  49. 'Class:Problem/Attribute:impact/Value:3+' => '',
  50. 'Class:Problem/Attribute:urgency' => 'Срочность',
  51. 'Class:Problem/Attribute:urgency+' => '',
  52. 'Class:Problem/Attribute:urgency/Value:1' => 'Низкая',
  53. 'Class:Problem/Attribute:urgency/Value:1+' => 'Низкая',
  54. 'Class:Problem/Attribute:urgency/Value:2' => 'Средняя',
  55. 'Class:Problem/Attribute:urgency/Value:2+' => 'Средняя',
  56. 'Class:Problem/Attribute:urgency/Value:3' => 'Высокая',
  57. 'Class:Problem/Attribute:urgency/Value:3+' => 'Высокая',
  58. 'Class:Problem/Attribute:urgency/Value:4' => 'low~~',
  59. 'Class:Problem/Attribute:urgency/Value:4+' => '',
  60. 'Class:Problem/Attribute:priority' => 'Приоритет',
  61. 'Class:Problem/Attribute:priority+' => '',
  62. 'Class:Problem/Attribute:priority/Value:1' => 'Низкий',
  63. 'Class:Problem/Attribute:priority/Value:1+' => '',
  64. 'Class:Problem/Attribute:priority/Value:2' => 'Средний',
  65. 'Class:Problem/Attribute:priority/Value:2+' => '',
  66. 'Class:Problem/Attribute:priority/Value:3' => 'Высокий',
  67. 'Class:Problem/Attribute:priority/Value:3+' => '',
  68. 'Class:Problem/Attribute:priority/Value:4' => 'Low~~',
  69. 'Class:Problem/Attribute:priority/Value:4+' => '',
  70. 'Class:Problem/Attribute:related_change_id' => 'Связанные изменения',
  71. 'Class:Problem/Attribute:related_change_id+' => '',
  72. 'Class:Problem/Attribute:assignment_date' => 'Дата назначения',
  73. 'Class:Problem/Attribute:assignment_date+' => '',
  74. 'Class:Problem/Attribute:resolution_date' => 'Дата решения',
  75. 'Class:Problem/Attribute:resolution_date+' => '',
  76. 'Class:Problem/Attribute:knownerrors_list' => 'Известные ошибки',
  77. 'Class:Problem/Attribute:knownerrors_list+' => '',
  78. 'Class:Problem/Attribute:related_request_list' => 'Related requests~~',
  79. 'Class:Problem/Attribute:related_request_list+' => '',
  80. 'Class:Problem/Stimulus:ev_assign' => 'Назначить',
  81. 'Class:Problem/Stimulus:ev_assign+' => '',
  82. 'Class:Problem/Stimulus:ev_reassign' => 'Переназначить',
  83. 'Class:Problem/Stimulus:ev_reassign+' => '',
  84. 'Class:Problem/Stimulus:ev_resolve' => 'Решение',
  85. 'Class:Problem/Stimulus:ev_resolve+' => '',
  86. 'Class:Problem/Stimulus:ev_close' => 'Закрыть',
  87. 'Class:Problem/Stimulus:ev_close+' => '',
  88. 'Menu:ProblemManagement' => 'Управление проблемами',
  89. 'Menu:ProblemManagement+' => 'Управление проблемами',
  90. 'Menu:Problem:Overview' => 'Обзор',
  91. 'Menu:Problem:Overview+' => 'Обзор',
  92. 'Menu:NewProblem' => 'Новая проблема',
  93. 'Menu:NewProblem+' => 'Новая проблема',
  94. 'Menu:SearchProblems' => 'Поиск проблем',
  95. 'Menu:SearchProblems+' => 'Поиск проблем',
  96. 'Menu:Problem:Shortcuts' => 'Ярлыки',
  97. 'Menu:Problem:MyProblems' => 'Мои проблемы',
  98. 'Menu:Problem:MyProblems+' => 'Мои проблемы',
  99. 'Menu:Problem:OpenProblems' => 'Все открытые проблемы',
  100. 'Menu:Problem:OpenProblems+' => 'Все открытые проблемы',
  101. 'UI-ProblemManagementOverview-ProblemByService' => 'Проблемы по сервису',
  102. 'UI-ProblemManagementOverview-ProblemByService+' => 'Проблемы по сервису',
  103. 'UI-ProblemManagementOverview-ProblemByPriority' => 'Проблемы по приоритету',
  104. 'UI-ProblemManagementOverview-ProblemByPriority+' => 'Проблемы по приоритету',
  105. 'UI-ProblemManagementOverview-ProblemUnassigned' => 'Неназначенные проблемы',
  106. 'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Неназначенные проблемы',
  107. 'UI:ProblemMgmtMenuOverview:Title' => 'Панель управление проблемами',
  108. 'UI:ProblemMgmtMenuOverview:Title+' => 'Панель управление проблемами',
  109. 'Class:Problem/Attribute:service_name' => 'Название',
  110. 'Class:Problem/Attribute:service_name+' => '',
  111. 'Class:Problem/Attribute:servicesubcategory_name' => 'Название',
  112. 'Class:Problem/Attribute:servicesubcategory_name+' => '',
  113. 'Class:Problem/Attribute:related_change_ref' => 'Ссылка',
  114. 'Class:Problem/Attribute:related_change_ref+' => '',
  115. ));
  116. ?>