pt_br.dict.itop-problem-mgmt.php 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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. * @author Erwan Taloc <erwan.taloc@combodo.com>
  18. * @author Romain Quetiez <romain.quetiez@combodo.com>
  19. * @author Denis Flaven <denis.flaven@combodo.com>
  20. * @author Marco Tulio <mtulio@opensolucoes.com.br>
  21. * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL
  22. */
  23. Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
  24. 'Class:Problem' => 'Problema',
  25. 'Class:Problem+' => '',
  26. 'Class:Problem/Attribute:status' => 'Status',
  27. 'Class:Problem/Attribute:status+' => '',
  28. 'Class:Problem/Attribute:status/Value:new' => 'Novo',
  29. 'Class:Problem/Attribute:status/Value:new+' => '',
  30. 'Class:Problem/Attribute:status/Value:assigned' => 'Atribuído',
  31. 'Class:Problem/Attribute:status/Value:assigned+' => '',
  32. 'Class:Problem/Attribute:status/Value:resolved' => 'Resolvido',
  33. 'Class:Problem/Attribute:status/Value:resolved+' => '',
  34. 'Class:Problem/Attribute:status/Value:closed' => 'Fechado',
  35. 'Class:Problem/Attribute:status/Value:closed+' => '',
  36. 'Class:Problem/Attribute:org_id' => 'Cliente',
  37. 'Class:Problem/Attribute:org_id+' => '',
  38. 'Class:Problem/Attribute:service_id' => 'Serviço',
  39. 'Class:Problem/Attribute:service_id+' => '',
  40. 'Class:Problem/Attribute:servicesubcategory_id' => 'Categoria Serviço',
  41. 'Class:Problem/Attribute:servicesubcategory_id+' => '',
  42. 'Class:Problem/Attribute:product' => 'Produto',
  43. 'Class:Problem/Attribute:product+' => '',
  44. 'Class:Problem/Attribute:impact' => 'Impacto',
  45. 'Class:Problem/Attribute:impact+' => '',
  46. 'Class:Problem/Attribute:impact/Value:1' => 'Uma pessoa',
  47. 'Class:Problem/Attribute:impact/Value:1+' => '',
  48. 'Class:Problem/Attribute:impact/Value:2' => 'Um Serviço',
  49. 'Class:Problem/Attribute:impact/Value:2+' => '',
  50. 'Class:Problem/Attribute:impact/Value:3' => 'Um Departamento',
  51. 'Class:Problem/Attribute:impact/Value:3+' => '',
  52. 'Class:Problem/Attribute:urgency' => 'Urgência',
  53. 'Class:Problem/Attribute:urgency+' => '',
  54. 'Class:Problem/Attribute:urgency/Value:1' => 'Baixa',
  55. 'Class:Problem/Attribute:urgency/Value:1+' => 'Baixa',
  56. 'Class:Problem/Attribute:urgency/Value:2' => 'Média',
  57. 'Class:Problem/Attribute:urgency/Value:2+' => 'Média',
  58. 'Class:Problem/Attribute:urgency/Value:3' => 'Alta',
  59. 'Class:Problem/Attribute:urgency/Value:3+' => 'Alta',
  60. 'Class:Problem/Attribute:priority' => 'Prioridade',
  61. 'Class:Problem/Attribute:priority+' => '',
  62. 'Class:Problem/Attribute:priority/Value:1' => 'Baixa',
  63. 'Class:Problem/Attribute:priority/Value:1+' => '',
  64. 'Class:Problem/Attribute:priority/Value:2' => 'Média',
  65. 'Class:Problem/Attribute:priority/Value:2+' => '',
  66. 'Class:Problem/Attribute:priority/Value:3' => 'Alta',
  67. 'Class:Problem/Attribute:priority/Value:3+' => '',
  68. 'Class:Problem/Attribute:workgroup_id' => 'Grupo trabalho',
  69. 'Class:Problem/Attribute:workgroup_id+' => '',
  70. 'Class:Problem/Attribute:agent_id' => 'Agente',
  71. 'Class:Problem/Attribute:agent_id+' => '',
  72. 'Class:Problem/Attribute:related_change_id' => 'Mudança relacionada',
  73. 'Class:Problem/Attribute:related_change_id+' => '',
  74. 'Class:Problem/Attribute:close_date' => 'Data fechamento',
  75. 'Class:Problem/Attribute:close_date+' => '',
  76. 'Class:Problem/Attribute:last_update' => 'Última atualização',
  77. 'Class:Problem/Attribute:last_update+' => '',
  78. 'Class:Problem/Attribute:assignment_date' => 'Data da Atribuição',
  79. 'Class:Problem/Attribute:assignment_date+' => '',
  80. 'Class:Problem/Attribute:resolution_date' => 'Data da resolução',
  81. 'Class:Problem/Attribute:resolution_date+' => '',
  82. 'Class:Problem/Attribute:knownerrors_list' => 'Erros conhecidos',
  83. 'Class:Problem/Attribute:knownerrors_list+' => '',
  84. 'Class:Problem/Stimulus:ev_assign' => 'Atribuir',
  85. 'Class:Problem/Stimulus:ev_assign+' => '',
  86. 'Class:Problem/Stimulus:ev_reassign' => 'Re-atribuir',
  87. 'Class:Problem/Stimulus:ev_reassign+' => '',
  88. 'Class:Problem/Stimulus:ev_resolve' => 'Resolver',
  89. 'Class:Problem/Stimulus:ev_resolve+' => '',
  90. 'Class:Problem/Stimulus:ev_close' => 'Fechar',
  91. 'Class:Problem/Stimulus:ev_close+' => '',
  92. 'Menu:ProblemManagement' => 'Gerenciamento Problemas',
  93. 'Menu:ProblemManagement+' => 'Gerenciamento Problemas',
  94. 'Menu:Problem:Overview' => 'Visão geral',
  95. 'Menu:Problem:Overview+' => 'Visão geral',
  96. 'Menu:NewProblem' => 'Novo Problema',
  97. 'Menu:NewProblem+' => 'Novo Problema',
  98. 'Menu:SearchProblems' => 'Pesquisa para Problemas',
  99. 'Menu:SearchProblems+' => 'Pesquisa para Problemas',
  100. 'Menu:Problem:Shortcuts' => 'Atalhos',
  101. 'Menu:Problem:MyProblems' => 'Meus Problemas',
  102. 'Menu:Problem:MyProblems+' => 'Meus Problemas',
  103. 'Menu:Problem:OpenProblems' => 'Todos Problemas abertos',
  104. 'Menu:Problem:OpenProblems+' => 'Todos Problemas abertos',
  105. 'UI-ProblemManagementOverview-ProblemByService' => 'Problemas por Serviço',
  106. 'UI-ProblemManagementOverview-ProblemByService+' => 'Problemas por Serviço',
  107. 'UI-ProblemManagementOverview-ProblemByPriority' => 'Problemas por Prioridade',
  108. 'UI-ProblemManagementOverview-ProblemByPriority+' => 'Problemas por Prioridade',
  109. 'UI-ProblemManagementOverview-ProblemUnassigned' => 'Problemas não atribuídos',
  110. 'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Problemas não atribuídos',
  111. 'UI:ProblemMgmtMenuOverview:Title' => 'Painel de Gerenciamento de Problemas',
  112. 'UI:ProblemMgmtMenuOverview:Title+' => 'Painel de Gerenciamento de Problemas',
  113. 'Class:Problem/Attribute:org_name' => 'Nome',
  114. 'Class:Problem/Attribute:org_name+' => 'Nome comum',
  115. 'Class:Problem/Attribute:service_name' => 'Nome',
  116. 'Class:Problem/Attribute:service_name+' => '',
  117. 'Class:Problem/Attribute:servicesubcategory_name' => 'Nome',
  118. 'Class:Problem/Attribute:servicesubcategory_name+' => '',
  119. 'Class:Problem/Attribute:workgroup_name' => 'Nome',
  120. 'Class:Problem/Attribute:workgroup_name+' => '',
  121. 'Class:Problem/Attribute:agent_name' => 'Nome agente',
  122. 'Class:Problem/Attribute:agent_name+' => '',
  123. 'Class:Problem/Attribute:agent_email' => 'Email Agente',
  124. 'Class:Problem/Attribute:agent_email+' => '',
  125. 'Class:Problem/Attribute:related_change_ref' => 'Ref',
  126. 'Class:Problem/Attribute:related_change_ref+' => '',
  127. ));
  128. ?>