mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
This will serve as a permanent backup of the current translations before migrating them to PO/gettext
11 lines
860 B
PHP
11 lines
860 B
PHP
<?php
|
|
|
|
return array(
|
|
'timeago_locale' => 'ptpt',
|
|
'timeago_nan' => 'NaN anos atrás',
|
|
'moment_locale' => 'x',
|
|
'datatables_localization' => '{"sEmptyTable":"Não há dados disponiveis na tabela","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"A mostrar 0 a 0 de 0 registos","sInfoFiltered":"(filtered from _MAX_ total entries)","sInfoPostFix":"","sInfoThousands":",","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"A carregar...","sProcessing":"A processar...","sSearch":"Pesquisa:","sZeroRecords":"Não foram encontrados registos","oPaginate":{"sFirst":"Primeira","sLast":"Última","sNext":"Próxima","sPrevious":"Anterior"},"oAria":{"sSortAscending":": activar para ordernar coluna em ascendente","sSortDescending":": activar para ordernar coluna em descendente"}}',
|
|
'summernote_locale' => 'x',
|
|
'fullcalendar_locale' => 'x'
|
|
);
|