feat(locale): update PT language (#3669)
This commit is contained in:
parent
5b1353d755
commit
b5a242ec8e
@ -3,15 +3,15 @@ const pt = {
|
|||||||
header: {
|
header: {
|
||||||
content: 'Conteúdos',
|
content: 'Conteúdos',
|
||||||
workflow: 'Fluxo de Trabalho',
|
workflow: 'Fluxo de Trabalho',
|
||||||
media: 'Media',
|
media: 'Mídia',
|
||||||
quickAdd: 'Adição rápida',
|
quickAdd: 'Adição rápida',
|
||||||
},
|
},
|
||||||
app: {
|
app: {
|
||||||
errorHeader: 'Erro ao carregar a confuguração do CMS',
|
errorHeader: 'Erro ao carregar a configuração do CMS',
|
||||||
configErrors: 'Erros de configuração',
|
configErrors: 'Erros de configuração',
|
||||||
checkConfigYml: 'Verifique o arquivo config.yml.',
|
checkConfigYml: 'Verifique o arquivo config.yml.',
|
||||||
loadingConfig: 'Carregando configuração...',
|
loadingConfig: 'Carregando configuração...',
|
||||||
waitingBackend: 'Aguardando o backend...',
|
waitingBackend: 'Aguardando o back-end...',
|
||||||
},
|
},
|
||||||
notFoundPage: {
|
notFoundPage: {
|
||||||
header: 'Não Encontrado',
|
header: 'Não Encontrado',
|
||||||
@ -40,16 +40,16 @@ const pt = {
|
|||||||
},
|
},
|
||||||
editorControlPane: {
|
editorControlPane: {
|
||||||
widget: {
|
widget: {
|
||||||
required: '%{fieldLabel} é requerido(a).',
|
required: '%{fieldLabel} é obrigatório.',
|
||||||
regexPattern: '%{fieldLabel} não corresponde com o padrão: %{pattern}.',
|
regexPattern: '%{fieldLabel} não corresponde com o padrão: %{pattern}.',
|
||||||
processing: '%{fieldLabel} está processando.',
|
processing: '%{fieldLabel} está processando.',
|
||||||
range: '%{fieldLabel} deve estar entre %{minValue} e %{maxValue}.',
|
range: '%{fieldLabel} deve estar entre %{minValue} e %{maxValue}.',
|
||||||
min: '%{fieldLabel} deve ser, no mínimo, %{minValue}.',
|
min: '%{fieldLabel} deve ser, no mínimo, %{minValue}.',
|
||||||
max: '%{fieldLabel} deve ser igual ou menos que %{maxValue}.',
|
max: '%{fieldLabel} deve ser igual ou menor que %{maxValue}.',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
editor: {
|
editor: {
|
||||||
onLeavePage: 'Tem certeza que deseja sair dessa página?',
|
onLeavePage: 'Tem certeza que deseja sair desta página?',
|
||||||
onUpdatingWithUnsavedChanges:
|
onUpdatingWithUnsavedChanges:
|
||||||
'Há mudanças não salvas. Por favor, salve-as antes de atualizar o status.',
|
'Há mudanças não salvas. Por favor, salve-as antes de atualizar o status.',
|
||||||
onPublishingNotReady: 'Por favor, altere o status para "Pronto" antes de publicar.',
|
onPublishingNotReady: 'Por favor, altere o status para "Pronto" antes de publicar.',
|
||||||
@ -82,11 +82,11 @@ const pt = {
|
|||||||
deleteEntry: 'Excluir entrada',
|
deleteEntry: 'Excluir entrada',
|
||||||
saving: 'Salvando...',
|
saving: 'Salvando...',
|
||||||
save: 'Salvar',
|
save: 'Salvar',
|
||||||
deleting: 'Deletando...',
|
deleting: 'Excluindo...',
|
||||||
updating: 'Atualizando...',
|
updating: 'Atualizando...',
|
||||||
setStatus: 'Definir status',
|
setStatus: 'Definir status',
|
||||||
backCollection: ' Escrevendo na coleção %{collectionLabel}',
|
backCollection: ' Escrevendo na coleção %{collectionLabel}',
|
||||||
unsavedChanges: 'Alterções não salvas',
|
unsavedChanges: 'Alterações não salvas',
|
||||||
changesSaved: 'Alterações salvas',
|
changesSaved: 'Alterações salvas',
|
||||||
draft: 'Rascunho',
|
draft: 'Rascunho',
|
||||||
inReview: 'Em revisão',
|
inReview: 'Em revisão',
|
||||||
@ -141,7 +141,7 @@ const pt = {
|
|||||||
search: 'Pesquisar...',
|
search: 'Pesquisar...',
|
||||||
uploading: 'Enviando...',
|
uploading: 'Enviando...',
|
||||||
upload: 'Enviar novo',
|
upload: 'Enviar novo',
|
||||||
deleting: 'Deletando...',
|
deleting: 'Excluindo...',
|
||||||
deleteSelected: 'Excluir selecionado',
|
deleteSelected: 'Excluir selecionado',
|
||||||
chooseSelected: 'Escolher selecionado',
|
chooseSelected: 'Escolher selecionado',
|
||||||
},
|
},
|
||||||
@ -150,7 +150,7 @@ const pt = {
|
|||||||
errorBoundary: {
|
errorBoundary: {
|
||||||
title: 'Erro',
|
title: 'Erro',
|
||||||
details: 'Ocorreu um erro - por favor ',
|
details: 'Ocorreu um erro - por favor ',
|
||||||
reportIt: 'rekate-o.',
|
reportIt: 'relatar.',
|
||||||
detailsHeading: 'Detalhes',
|
detailsHeading: 'Detalhes',
|
||||||
recoveredEntry: {
|
recoveredEntry: {
|
||||||
heading: 'Documento recuperado',
|
heading: 'Documento recuperado',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user