mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
58 lines
3.2 KiB
PHP
58 lines
3.2 KiB
PHP
<?php
|
|
/**
|
|
* Copyright (C) 2013-2021 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
|
|
*/
|
|
// Activity panel
|
|
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
|
'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => 'Expandir',
|
|
'UI:Layout:ActivityPanel:SizeToggler:Reduce:Tooltip' => 'Recolher',
|
|
'UI:Layout:ActivityPanel:DisplayToggler:Close:Tooltip' => 'Fechar',
|
|
'UI:Layout:ActivityPanel:LoadMoreEntries:Tooltip' => 'Carregar mais entradas',
|
|
'UI:Layout:ActivityPanel:LoadAllEntries:Tooltip' => 'Carregar todas as entradas anteriores',
|
|
|
|
// Tabs
|
|
'UI:Layout:ActivityPanel:Tab:Activity:Title' => 'Atividades',
|
|
'UI:Layout:ActivityPanel:Tab:Log:DraftIndicator:Tooltip' => 'Entrada de rascunho',
|
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Logs:Title' => 'Logs',
|
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Logs:Tooltip' => 'Exibir / Ocultar entradas de logs nesta guia',
|
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Logs:Menu:Hint' => 'Escolha quais logs a serem exibidos nesta guia',
|
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Transitions:Title' => 'Alterações de status',
|
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Transitions:Tooltip' => 'Exibir / Ocultar alterações de status nesta guia',
|
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Edits:Title' => 'Edições',
|
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Edits:Tooltip' => 'Exibir / Ocultar edições de campos nesta guia',
|
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Action:OpenAll:Tooltip' => 'Abrir todas as entradas',
|
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Action:CloseAll:Tooltip' => 'Recolher todas as entradas',
|
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Info:AuthorsCount:Tooltip' => 'Número de pessoas que contribuíram para as entradas exibidas',
|
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Info:MessagesCount:Tooltip' => 'Número de entradas no(s) log(s) exibido(s)',
|
|
|
|
// Compose button
|
|
'UI:Layout:ActivityPanel:ComposeButton:Tooltip' => 'Adicionar uma nova entrada no log',
|
|
|
|
// Case log entry
|
|
'UI:Layout:ActivityPanel:MultipleEntriesSaveConfirmation:Title' => 'Salvar múltiplos logs',
|
|
'UI:Layout:ActivityPanel:MultipleEntriesSaveConfirmation:Explanation' => 'Ao clicar no botão de "salvar", você enviará entradas para todos os logs alterados de uma só vez.',
|
|
|
|
// Notification entry
|
|
'UI:Layout:ActivityPanel:NotificationEntry:MessageLink:Tooltip' => 'Clique para abrir a guia de notificações e obter mais informações',
|
|
|
|
// Placeholder
|
|
'UI:Layout:ActivityPanel:NoEntry:Placeholder:Hint' => 'Está calmo aqui, nenhuma atividade ainda',
|
|
|
|
// Closed cover
|
|
'UI:Layout:ActivityPanel:ClosedCover:Title' => 'Painel de Atividades',
|
|
'UI:Layout:ActivityPanel:ClosedCover:Tooltip' => 'Clique para abrir o Painel de Atividades',
|
|
)); |