mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 12:38:44 +02:00
* Correct threshold translation * Better translation for closed requests * itop-portal better translation * Fixed typo * Missing PT-BR translations * Removed ~~ from translated messages Co-authored-by: Lucas Mindêllo de Andrade <lucas.rokam@gmail.com>
88 lines
3.6 KiB
PHP
88 lines
3.6 KiB
PHP
<?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
|
|
*/
|
|
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
|
'Attachments:TabTitle_Count' => 'Anexos (%1$d)',
|
|
'Attachments:EmptyTabTitle' => 'Anexos',
|
|
'Attachments:FieldsetTitle' => 'Anexos',
|
|
'Attachments:DeleteBtn' => 'Excluir',
|
|
'Attachments:History_File_Added' => 'Anexo %1$s adicionado.',
|
|
'Attachments:History_File_Removed' => 'Anexo %1$s excluído.',
|
|
'Attachments:AddAttachment' => 'Adicionar anexo: ',
|
|
'Attachments:UploadNotAllowedOnThisSystem' => 'Arquivo carregado NÃO PERMITIDO pelo sistema.',
|
|
'Attachment:Max_Go' => '(Tamanho máximo arquivo: %1$s Gb)',
|
|
'Attachment:Max_Mo' => '(Tamanho máximo arquivo: %1$s Mb)',
|
|
'Attachment:Max_Ko' => '(Tamanho máximo arquivo: %1$s Kb)',
|
|
'Attachments:NoAttachment' => 'Nenhum anexo. ',
|
|
'Attachments:PreviewNotAvailable' => 'A pré-visualização não está disponível para este tipo de anexo.',
|
|
'Attachments:Error:FileTooLarge' => 'Arquivo muito grande para ser anexado. %1$s',
|
|
'Attachments:Error:UploadedFileEmpty' => 'O arquivo recebido está vazio e não pode ser anexado.
|
|
Ou você anexou um arquivo vazio,
|
|
ou entre em contato com o seu administrador do iTOP pois o servidor pode estar sem espaço de armazenamento.',
|
|
'Attachments:Render:Icons' => 'Mostrar como ícones',
|
|
'Attachments:Render:Table' => 'Mostrar como lista',
|
|
));
|
|
|
|
//
|
|
// Class: Attachment
|
|
//
|
|
|
|
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
|
'Class:Attachment' => 'Anexo',
|
|
'Class:Attachment+' => '',
|
|
'Class:Attachment/Attribute:expire' => 'Expira',
|
|
'Class:Attachment/Attribute:expire+' => '',
|
|
'Class:Attachment/Attribute:temp_id' => 'Identificador temporário',
|
|
'Class:Attachment/Attribute:temp_id+' => '',
|
|
'Class:Attachment/Attribute:item_class' => 'Classe do item',
|
|
'Class:Attachment/Attribute:item_class+' => '',
|
|
'Class:Attachment/Attribute:item_id' => 'Item',
|
|
'Class:Attachment/Attribute:item_id+' => '',
|
|
'Class:Attachment/Attribute:item_org_id' => 'Organização do item',
|
|
'Class:Attachment/Attribute:item_org_id+' => '',
|
|
'Class:Attachment/Attribute:contents' => 'Conteúdo',
|
|
'Class:Attachment/Attribute:contents+' => '',
|
|
));
|
|
|
|
|
|
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
|
'Attachments:File:Thumbnail' => 'Ícone',
|
|
'Attachments:File:Name' => 'Nome do arquivo',
|
|
'Attachments:File:Date' => 'Data de envio',
|
|
'Attachments:File:Uploader' => 'Enviado por',
|
|
'Attachments:File:Size' => 'Tamanho',
|
|
'Attachments:File:MimeType' => 'Tipo',
|
|
));
|
|
//
|
|
// Class: Attachment
|
|
//
|
|
|
|
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
|
'Class:Attachment/Attribute:creation_date' => 'Data de criação',
|
|
'Class:Attachment/Attribute:creation_date+' => '',
|
|
'Class:Attachment/Attribute:user_id' => 'Identificador do usuário',
|
|
'Class:Attachment/Attribute:user_id+' => '',
|
|
'Class:Attachment/Attribute:contact_id' => 'Identificador do contato',
|
|
'Class:Attachment/Attribute:contact_id+' => '',
|
|
));
|