mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
This will serve as a permanent backup of the current translations before migrating them to PO/gettext
11 lines
880 B
PHP
11 lines
880 B
PHP
<?php
|
|
|
|
return array(
|
|
'timeago_locale' => 'ptbr',
|
|
'timeago_nan' => 'NaN anos atrás',
|
|
'moment_locale' => 'x',
|
|
'datatables_localization' => '{"sEmptyTable":"Não existem dados disponívels na tabela","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sInfoPostFix":"","sInfoThousands":",","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Carregando...","sProcessing":"Processando...","sSearch":"Search:","sZeroRecords":"Nenhum registro correspondente encontrado","oPaginate":{"sFirst":"Primeiro","sLast":"Último","sNext":"Próximo","sPrevious":"Anterior"},"oAria":{"sSortAscending":": ativar para classificar coluna como ascendente","sSortDescending":": ativar para classificar coluna como descendente"}}',
|
|
'summernote_locale' => 'x',
|
|
'fullcalendar_locale' => 'x'
|
|
);
|