mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-11 12:04:12 +01:00
159 lines
7.4 KiB
PHP
Executable File
159 lines
7.4 KiB
PHP
Executable File
<?php
|
|
// Copyright (C) 2010-2012 Combodo SARL
|
|
//
|
|
// This file is part of iTop.
|
|
//
|
|
// iTop is free software; you can redistribute it and/or modify
|
|
// it under the terms of the GNU Affero General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// iTop is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU Affero General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU Affero General Public License
|
|
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
|
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2012 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
// Dictionnay conventions
|
|
// Class:<class_name>
|
|
// Class:<class_name>+
|
|
// Class:<class_name>/Attribute:<attribute_code>
|
|
// Class:<class_name>/Attribute:<attribute_code>+
|
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Classes in 'bizmodel'
|
|
//////////////////////////////////////////////////////////////////////
|
|
//
|
|
|
|
// Dictionnay conventions
|
|
// Class:<class_name>
|
|
// Class:<class_name>+
|
|
// Class:<class_name>/Attribute:<attribute_code>
|
|
// Class:<class_name>/Attribute:<attribute_code>+
|
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
|
|
|
|
|
|
|
|
|
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
|
'Menu:ProblemManagement' => 'Gerenciamento Problemas',
|
|
'Menu:ProblemManagement+' => 'Gerenciamento Problemas',
|
|
'Menu:Problem:Overview' => 'Visão geral',
|
|
'Menu:Problem:Overview+' => 'Visão geral',
|
|
'Menu:NewProblem' => 'Novo problema',
|
|
'Menu:NewProblem+' => 'Novo problema',
|
|
'Menu:SearchProblems' => 'Pesquisar por problemas',
|
|
'Menu:SearchProblems+' => 'Pesquisar por problemas',
|
|
'Menu:Problem:Shortcuts' => 'Atalho',
|
|
'Menu:Problem:MyProblems' => 'Meus problemas',
|
|
'Menu:Problem:MyProblems+' => 'Meus problemas',
|
|
'Menu:Problem:OpenProblems' => 'Todos problemas abertos',
|
|
'Menu:Problem:OpenProblems+' => 'Todos problemas abertos',
|
|
'UI-ProblemManagementOverview-ProblemByService' => 'Problemas por serviço',
|
|
'UI-ProblemManagementOverview-ProblemByService+' => 'Problemas por serviço',
|
|
'UI-ProblemManagementOverview-ProblemByPriority' => 'Problemas por prioridade',
|
|
'UI-ProblemManagementOverview-ProblemByPriority+' => 'Problemas por prioridade',
|
|
'UI-ProblemManagementOverview-ProblemUnassigned' => 'Problemas não atribuídos',
|
|
'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Problemas não atribuídos',
|
|
'UI:ProblemMgmtMenuOverview:Title' => 'Painel para Gerenciamento Problemas',
|
|
'UI:ProblemMgmtMenuOverview:Title+' => 'Painel para Gerenciamento Problemas',
|
|
|
|
));
|
|
//
|
|
// Class: Problem
|
|
//
|
|
|
|
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
|
'Class:Problem' => 'Problema',
|
|
'Class:Problem+' => '',
|
|
'Class:Problem/Attribute:status' => 'Estado',
|
|
'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' => 'Resolvido',
|
|
'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 serviço',
|
|
'Class:Problem/Attribute:service_name+' => '',
|
|
'Class:Problem/Attribute:servicesubcategory_id' => 'Sub-categoria serviço',
|
|
'Class:Problem/Attribute:servicesubcategory_id+' => '',
|
|
'Class:Problem/Attribute:servicesubcategory_name' => 'Sub-categoria 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+' => 'Crítica',
|
|
'Class:Problem/Attribute:urgency/Value:2' => 'Alta',
|
|
'Class:Problem/Attribute:urgency/Value:2+' => 'Alta',
|
|
'Class:Problem/Attribute:urgency/Value:3' => 'Média',
|
|
'Class:Problem/Attribute:urgency/Value:3+' => 'Média',
|
|
'Class:Problem/Attribute:urgency/Value:4' => 'Baixa',
|
|
'Class:Problem/Attribute:urgency/Value:4+' => 'Baixa',
|
|
'Class:Problem/Attribute:priority' => 'Prioridade',
|
|
'Class:Problem/Attribute:priority+' => '',
|
|
'Class:Problem/Attribute:priority/Value:1' => 'Crítica',
|
|
'Class:Problem/Attribute:priority/Value:1+' => 'Crítica',
|
|
'Class:Problem/Attribute:priority/Value:2' => 'Alta',
|
|
'Class:Problem/Attribute:priority/Value:2+' => 'Alta',
|
|
'Class:Problem/Attribute:priority/Value:3' => 'Média',
|
|
'Class:Problem/Attribute:priority/Value:3+' => 'Média',
|
|
'Class:Problem/Attribute:priority/Value:4' => 'Baixa',
|
|
'Class:Problem/Attribute:priority/Value:4+' => 'Baixa',
|
|
'Class:Problem/Attribute:related_change_id' => 'Mudança vinculada',
|
|
'Class:Problem/Attribute:related_change_id+' => '',
|
|
'Class:Problem/Attribute:related_change_ref' => 'Ref mudança vinculada',
|
|
'Class:Problem/Attribute:related_change_ref+' => '',
|
|
'Class:Problem/Attribute:assignment_date' => 'Data atribuição',
|
|
'Class:Problem/Attribute:assignment_date+' => '',
|
|
'Class:Problem/Attribute:resolution_date' => 'Data resolução',
|
|
'Class:Problem/Attribute:resolution_date+' => '',
|
|
'Class:Problem/Attribute:knownerrors_list' => 'Erros conhecidos',
|
|
'Class:Problem/Attribute:knownerrors_list+' => 'Todos os erros conhecidos vinculados a esse problema',
|
|
'Class:Problem/Attribute:related_request_list' => 'Solicitações vinculadas',
|
|
'Class:Problem/Attribute:related_request_list+' => 'Todas as solicitações vinculadas com esse problema',
|
|
'Class:Problem/Stimulus:ev_assign' => 'Atribuir',
|
|
'Class:Problem/Stimulus:ev_assign+' => '',
|
|
'Class:Problem/Stimulus:ev_reassign' => 'Re-atribuir',
|
|
'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+' => '',
|
|
'Class:Problem/Attribute:related_incident_list' => 'Related incidents~~',
|
|
'Class:Problem/Attribute:related_incident_list+' => 'All the incidents that are related to this problem~~',
|
|
));
|
|
|
|
?>
|