mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 23:44:11 +01:00
29 lines
1.1 KiB
PHP
29 lines
1.1 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', [
|
|
'UI:Datatables:Language:Processing' => 'Aguarde...',
|
|
'UI:Datatables:Language:LengthMenu' => '_MENU_ por página',
|
|
'UI:Datatables:Language:ZeroRecords' => 'Nenhum resultado',
|
|
'UI:Datatables:Language:Info' => '_TOTAL_ item(ns)',
|
|
'UI:Datatables:Language:InfoEmpty' => 'Nenhuma informação',
|
|
'UI:Datatables:Language:EmptyTable' => 'Não há dados disponíveis nesta tabela',
|
|
'UI:Datatables:Language:Error' => 'Ocorreu um erro ao executar a consulta',
|
|
'UI:Datatables:Language:DisplayLength:All' => 'Tudo',
|
|
'UI:Datatables:Language:Sort:Ascending' => 'Ordem ascendente',
|
|
'UI:Datatables:Language:Sort:Descending' => 'Ordem descendente',
|
|
'UI:Datatables:Column:RowActions:Label' => '~~',
|
|
'UI:Datatables:Column:RowActions:Description' => '~~',
|
|
'UI:Datatables:RowActions:ConfirmationDialog' => 'Action Confirmation~~',
|
|
'UI:Datatables:RowActions:ConfirmationMessage' => 'Do you confirm action ?~~',
|
|
]);
|