some portuguese translations added (#813)
This commit is contained in:
parent
31e1e08dc4
commit
b7c8e3a713
|
@ -223,52 +223,36 @@ const _defs = {
|
||||||
removeTitle: 'Remover campos selecionados (Ctrl+Del)',
|
removeTitle: 'Remover campos selecionados (Ctrl+Del)',
|
||||||
removeField: 'Remover este campo (Ctrl+Del)',
|
removeField: 'Remover este campo (Ctrl+Del)',
|
||||||
// TODO: correctly translate
|
// TODO: correctly translate
|
||||||
selectNode: 'Select a node...',
|
selectNode: 'Selecione um nódulo...',
|
||||||
// TODO: correctly translate
|
showAll: 'mostrar todos',
|
||||||
showAll: 'mostre tudo',
|
showMore: 'mostrar mais',
|
||||||
// TODO: correctly translate
|
|
||||||
showMore: 'mostre mais',
|
|
||||||
// TODO: correctly translate
|
// TODO: correctly translate
|
||||||
showMoreStatus: 'exibindo ${visibleChilds} de ${totalChilds} itens.',
|
showMoreStatus: 'exibindo ${visibleChilds} de ${totalChilds} itens.',
|
||||||
sort: 'Organizar',
|
sort: 'Organizar',
|
||||||
sortTitle: 'Organizar os filhos deste ${type}',
|
sortTitle: 'Organizar os filhos deste ${type}',
|
||||||
// TODO: correctly translate
|
// TODO: correctly translate
|
||||||
sortTitleShort: 'Organizar os filhos',
|
sortTitleShort: 'Organizar os filhos',
|
||||||
// TODO: correctly translate
|
sortFieldLabel: 'Campo:',
|
||||||
sortFieldLabel: 'Field:',
|
sortDirectionLabel: 'Direção:',
|
||||||
// TODO: correctly translate
|
sortFieldTitle: 'Selecione um campo filho pelo qual ordenar o array ou objeto',
|
||||||
sortDirectionLabel: 'Direction:',
|
sortAscending: 'Ascendente',
|
||||||
// TODO: correctly translate
|
sortAscendingTitle: 'Ordenar o campo selecionado por ordem ascendente',
|
||||||
sortFieldTitle: 'Select the nested field by which to sort the array or object',
|
sortDescending: 'Descendente',
|
||||||
// TODO: correctly translate
|
sortDescendingTitle: 'Ordenar o campo selecionado por ordem descendente',
|
||||||
sortAscending: 'Ascending',
|
|
||||||
// TODO: correctly translate
|
|
||||||
sortAscendingTitle: 'Sort the selected field in ascending order',
|
|
||||||
// TODO: correctly translate
|
|
||||||
sortDescending: 'Descending',
|
|
||||||
// TODO: correctly translate
|
|
||||||
sortDescendingTitle: 'Sort the selected field in descending order',
|
|
||||||
string: 'Texto',
|
string: 'Texto',
|
||||||
// TODO: correctly translate
|
// TODO: correctly translate
|
||||||
transform: 'Transform',
|
transform: 'Transformar',
|
||||||
|
transformTitle: 'Filtrar, ordenar ou transformar os filhos deste ${type}',
|
||||||
|
transformTitleShort: 'Filtrar, ordenar ou transformar conteúdos',
|
||||||
// TODO: correctly translate
|
// TODO: correctly translate
|
||||||
transformTitle: 'Filter, sort, or transform the childs of this ${type}',
|
transformQueryTitle: 'Insira uma expressão JMESPath',
|
||||||
// TODO: correctly translate
|
// TODO: correctly translate
|
||||||
transformTitleShort: 'Filter, sort, or transform contents',
|
transformWizardLabel: 'Assistente',
|
||||||
// TODO: correctly translate
|
transformWizardFilter: 'Filtro',
|
||||||
transformQueryTitle: 'Enter a JMESPath query',
|
transformWizardSortBy: 'Ordenar por',
|
||||||
// TODO: correctly translate
|
transformWizardSelectFields: 'Selecionar campos',
|
||||||
transformWizardLabel: 'Wizard',
|
transformQueryLabel: 'Expressão',
|
||||||
// TODO: correctly translate
|
transformPreviewLabel: 'Visualizar',
|
||||||
transformWizardFilter: 'Filter',
|
|
||||||
// TODO: correctly translate
|
|
||||||
transformWizardSortBy: 'Sort by',
|
|
||||||
// TODO: correctly translate
|
|
||||||
transformWizardSelectFields: 'Select fields',
|
|
||||||
// TODO: correctly translate
|
|
||||||
transformQueryLabel: 'Query',
|
|
||||||
// TODO: correctly translate
|
|
||||||
transformPreviewLabel: 'Preview',
|
|
||||||
type: 'Tipo',
|
type: 'Tipo',
|
||||||
typeTitle: 'Mudar o tipo deste campo',
|
typeTitle: 'Mudar o tipo deste campo',
|
||||||
openUrl: 'Ctrl+Click ou Ctrl+Enter para abrir link em nova janela',
|
openUrl: 'Ctrl+Click ou Ctrl+Enter para abrir link em nova janela',
|
||||||
|
|
Loading…
Reference in New Issue