mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
114 lines
5.4 KiB
PHP
114 lines
5.4 KiB
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
|
'Menu:ProblemManagement' => 'Gerenciamento de problemas',
|
|
'Menu:ProblemManagement+' => 'Lista de gerenciamento de problemas',
|
|
'Menu:Problem:Overview' => 'Visão geral',
|
|
'Menu:Problem:Overview+' => '',
|
|
'Menu:NewProblem' => 'Novo problema',
|
|
'Menu:NewProblem+' => '',
|
|
'Menu:SearchProblems' => 'Pesquisar por problemas',
|
|
'Menu:SearchProblems+' => '',
|
|
'Menu:Problem:Shortcuts' => 'Atalhos',
|
|
'Menu:Problem:MyProblems' => 'Meus problemas',
|
|
'Menu:Problem:MyProblems+' => '',
|
|
'Menu:Problem:OpenProblems' => 'Todos os problemas abertos',
|
|
'Menu:Problem:OpenProblems+' => '',
|
|
'UI-ProblemManagementOverview-ProblemByService' => 'Problemas por serviço',
|
|
'UI-ProblemManagementOverview-ProblemByService+' => '',
|
|
'UI-ProblemManagementOverview-ProblemByPriority' => 'Problemas por prioridade',
|
|
'UI-ProblemManagementOverview-ProblemByPriority+' => '',
|
|
'UI-ProblemManagementOverview-ProblemUnassigned' => 'Problemas não atribuídos',
|
|
'UI-ProblemManagementOverview-ProblemUnassigned+' => '',
|
|
'UI:ProblemMgmtMenuOverview:Title' => 'Painel de gerenciamento de problemas',
|
|
'UI:ProblemMgmtMenuOverview:Title+' => '',
|
|
|
|
));
|
|
//
|
|
// Class: Problem
|
|
//
|
|
|
|
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
|
'Class:Problem' => 'Problema',
|
|
'Class:Problem+' => '',
|
|
'Class:Problem/Attribute:status' => 'Status',
|
|
'Class:Problem/Attribute:status+' => '',
|
|
'Class:Problem/Attribute:status/Value:new' => 'Novo',
|
|
'Class:Problem/Attribute:status/Value:new+' => '',
|
|
'Class:Problem/Attribute:status/Value:assigned' => 'Atribuído',
|
|
'Class:Problem/Attribute:status/Value:assigned+' => '',
|
|
'Class:Problem/Attribute:status/Value:resolved' => 'Solucionado',
|
|
'Class:Problem/Attribute:status/Value:resolved+' => '',
|
|
'Class:Problem/Attribute:status/Value:closed' => 'Fechado',
|
|
'Class:Problem/Attribute:status/Value:closed+' => '',
|
|
'Class:Problem/Attribute:service_id' => 'Serviço',
|
|
'Class:Problem/Attribute:service_id+' => '',
|
|
'Class:Problem/Attribute:service_name' => 'Nome do serviço',
|
|
'Class:Problem/Attribute:service_name+' => '',
|
|
'Class:Problem/Attribute:servicesubcategory_id' => 'Subcategoria do serviço',
|
|
'Class:Problem/Attribute:servicesubcategory_id+' => '',
|
|
'Class:Problem/Attribute:servicesubcategory_name' => 'Subcategoria do serviço',
|
|
'Class:Problem/Attribute:servicesubcategory_name+' => '',
|
|
'Class:Problem/Attribute:product' => 'Produto',
|
|
'Class:Problem/Attribute:product+' => '',
|
|
'Class:Problem/Attribute:impact' => 'Impacto',
|
|
'Class:Problem/Attribute:impact+' => '',
|
|
'Class:Problem/Attribute:impact/Value:1' => 'Um departamento',
|
|
'Class:Problem/Attribute:impact/Value:1+' => '',
|
|
'Class:Problem/Attribute:impact/Value:2' => 'Um serviço',
|
|
'Class:Problem/Attribute:impact/Value:2+' => '',
|
|
'Class:Problem/Attribute:impact/Value:3' => 'Uma pessoa',
|
|
'Class:Problem/Attribute:impact/Value:3+' => '',
|
|
'Class:Problem/Attribute:urgency' => 'Urgência',
|
|
'Class:Problem/Attribute:urgency+' => '',
|
|
'Class:Problem/Attribute:urgency/Value:1' => 'Crítica',
|
|
'Class:Problem/Attribute:urgency/Value:1+' => '',
|
|
'Class:Problem/Attribute:urgency/Value:2' => 'Alta',
|
|
'Class:Problem/Attribute:urgency/Value:2+' => '',
|
|
'Class:Problem/Attribute:urgency/Value:3' => 'Média',
|
|
'Class:Problem/Attribute:urgency/Value:3+' => '',
|
|
'Class:Problem/Attribute:urgency/Value:4' => 'Baixa',
|
|
'Class:Problem/Attribute:urgency/Value:4+' => '',
|
|
'Class:Problem/Attribute:priority' => 'Prioridade',
|
|
'Class:Problem/Attribute:priority+' => '',
|
|
'Class:Problem/Attribute:priority/Value:1' => 'Crítica',
|
|
'Class:Problem/Attribute:priority/Value:1+' => '',
|
|
'Class:Problem/Attribute:priority/Value:2' => 'Alta',
|
|
'Class:Problem/Attribute:priority/Value:2+' => '',
|
|
'Class:Problem/Attribute:priority/Value:3' => 'Média',
|
|
'Class:Problem/Attribute:priority/Value:3+' => '',
|
|
'Class:Problem/Attribute:priority/Value:4' => 'Baixa',
|
|
'Class:Problem/Attribute:priority/Value:4+' => '',
|
|
'Class:Problem/Attribute:related_change_id' => 'Mudança relacionada',
|
|
'Class:Problem/Attribute:related_change_id+' => '',
|
|
'Class:Problem/Attribute:related_change_ref' => 'Ref. Mudança relacionada',
|
|
'Class:Problem/Attribute:related_change_ref+' => '',
|
|
'Class:Problem/Attribute:assignment_date' => 'Data de atribuição',
|
|
'Class:Problem/Attribute:assignment_date+' => '',
|
|
'Class:Problem/Attribute:resolution_date' => 'Data de solução',
|
|
'Class:Problem/Attribute:resolution_date+' => '',
|
|
'Class:Problem/Attribute:knownerrors_list' => 'Erros conhecidos',
|
|
'Class:Problem/Attribute:knownerrors_list+' => 'Todos os erros conhecidos associados a este problema',
|
|
'Class:Problem/Attribute:related_request_list' => 'Solicitações relacionadas',
|
|
'Class:Problem/Attribute:related_request_list+' => 'Todas as solicitações associadas a este problema',
|
|
'Class:Problem/Attribute:related_incident_list' => 'Incidentes relacionados',
|
|
'Class:Problem/Attribute:related_incident_list+' => 'Todos os incidentes associados a este problema',
|
|
'Class:Problem/Stimulus:ev_assign' => 'Atribuir',
|
|
'Class:Problem/Stimulus:ev_assign+' => '',
|
|
'Class:Problem/Stimulus:ev_reassign' => 'Reatribuir',
|
|
'Class:Problem/Stimulus:ev_reassign+' => '',
|
|
'Class:Problem/Stimulus:ev_resolve' => 'Resolver',
|
|
'Class:Problem/Stimulus:ev_resolve+' => '',
|
|
'Class:Problem/Stimulus:ev_close' => 'Fechar',
|
|
'Class:Problem/Stimulus:ev_close+' => '',
|
|
));
|