fix(locale): add missing translation strings for pt locale (#4173)
Signed-off-by: Daniel Soares <daniel.soares@me.com>
This commit is contained in:
parent
7bc5ce92bc
commit
331f4b6ac1
@ -1,4 +1,18 @@
|
|||||||
const pt = {
|
const pt = {
|
||||||
|
auth: {
|
||||||
|
login: 'Entrar',
|
||||||
|
loggingIn: 'Entrando...',
|
||||||
|
loginWithNetlifyIdentity: 'Entrar com o Netlify Identity',
|
||||||
|
loginWithBitbucket: 'Entrar com o Bitbucket',
|
||||||
|
loginWithGitHub: 'Entrar com o GitHub',
|
||||||
|
loginWithGitLab: 'Entrar com o GitLab',
|
||||||
|
errors: {
|
||||||
|
email: 'Certifique-se de inserir seu e-mail.',
|
||||||
|
password: 'Por favor, insira sua senha.',
|
||||||
|
identitySettings:
|
||||||
|
'Não foi possível acessar as configurações de identidade. Ao usar o back-end git-gateway, certifique-se de habilitar o serviço Identity e o Git Gateway.',
|
||||||
|
},
|
||||||
|
},
|
||||||
app: {
|
app: {
|
||||||
header: {
|
header: {
|
||||||
content: 'Conteúdos',
|
content: 'Conteúdos',
|
||||||
@ -20,16 +34,33 @@ const pt = {
|
|||||||
collection: {
|
collection: {
|
||||||
sidebar: {
|
sidebar: {
|
||||||
collections: 'Coleções',
|
collections: 'Coleções',
|
||||||
|
allCollections: 'Todas as Coleções',
|
||||||
searchAll: 'Pesquisar em todos',
|
searchAll: 'Pesquisar em todos',
|
||||||
|
searchIn: 'Pesquisar em',
|
||||||
},
|
},
|
||||||
collectionTop: {
|
collectionTop: {
|
||||||
|
sortBy: 'Ordenar por',
|
||||||
viewAs: 'Visualizar como',
|
viewAs: 'Visualizar como',
|
||||||
newButton: 'Novo(a) %{collectionLabel}',
|
newButton: 'Novo(a) %{collectionLabel}',
|
||||||
|
ascending: 'Ascendente',
|
||||||
|
descending: 'Descendente',
|
||||||
|
searchResults: 'Resultados da busca por "%{searchTerm}"',
|
||||||
|
searchResultsInCollection: 'Resultados da busca por "%{searchTerm}" em %{collection}',
|
||||||
|
filterBy: 'Filtrar por',
|
||||||
},
|
},
|
||||||
entries: {
|
entries: {
|
||||||
loadingEntries: 'Carregando Entradas',
|
loadingEntries: 'Carregando Entradas',
|
||||||
cachingEntries: 'Armazenando Entradas em Cache',
|
cachingEntries: 'Armazenando Entradas em Cache',
|
||||||
longerLoading: 'Isso pode levar alguns minutos',
|
longerLoading: 'Isso pode levar alguns minutos',
|
||||||
|
noEntries: 'Nenhuma Entrada',
|
||||||
|
},
|
||||||
|
defaultFields: {
|
||||||
|
author: {
|
||||||
|
label: 'Autor',
|
||||||
|
},
|
||||||
|
updatedOn: {
|
||||||
|
label: 'Atualizado em',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
editor: {
|
editor: {
|
||||||
@ -46,6 +77,12 @@ const pt = {
|
|||||||
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 menor que %{maxValue}.',
|
max: '%{fieldLabel} deve ser igual ou menor que %{maxValue}.',
|
||||||
|
rangeCount: '%{fieldLabel} deve ser entre %{minCount} e %{maxCount}.',
|
||||||
|
rangeCountExact: '%{fieldLabel} deve ser exatamente %{count}.',
|
||||||
|
minCount: '%{fieldLabel} deve ter, pelo menos, %{minCount}.',
|
||||||
|
maxCount: '%{fieldLabel} deve ter %{maxCount} ou menos.',
|
||||||
|
invalidPath: `'%{path}' não é um caminho válido`,
|
||||||
|
pathExists: `O caminho '%{path}' já existe`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
editor: {
|
editor: {
|
||||||
@ -97,6 +134,10 @@ const pt = {
|
|||||||
deployButtonLabel: 'Ver em Produção',
|
deployButtonLabel: 'Ver em Produção',
|
||||||
},
|
},
|
||||||
editorWidgets: {
|
editorWidgets: {
|
||||||
|
markdown: {
|
||||||
|
richText: 'Rich Text',
|
||||||
|
markdown: 'Markdown',
|
||||||
|
},
|
||||||
image: {
|
image: {
|
||||||
choose: 'Escolha uma imagem',
|
choose: 'Escolha uma imagem',
|
||||||
chooseDifferent: 'Escolha uma imagem diferente',
|
chooseDifferent: 'Escolha uma imagem diferente',
|
||||||
@ -114,12 +155,15 @@ const pt = {
|
|||||||
noPreview: "Nenhuma pré-visualização para o widget '%{widget}'.",
|
noPreview: "Nenhuma pré-visualização para o widget '%{widget}'.",
|
||||||
},
|
},
|
||||||
headingOptions: {
|
headingOptions: {
|
||||||
headingOne: 'Heading 1',
|
headingOne: 'Título nível 1',
|
||||||
headingTwo: 'Heading 2',
|
headingTwo: 'Título nível 2',
|
||||||
headingThree: 'Heading 3',
|
headingThree: 'Título nível 3',
|
||||||
headingFour: 'Heading 4',
|
headingFour: 'Título nível 4',
|
||||||
headingFive: 'Heading 5',
|
headingFive: 'Título nível 5',
|
||||||
headingSix: 'Heading 6',
|
headingSix: 'Título nível 6',
|
||||||
|
},
|
||||||
|
datetime: {
|
||||||
|
now: 'Agora',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -129,6 +173,8 @@ const pt = {
|
|||||||
},
|
},
|
||||||
mediaLibrary: {
|
mediaLibrary: {
|
||||||
onDelete: 'Tem certeza de que deseja excluir a mídia selecionada?',
|
onDelete: 'Tem certeza de que deseja excluir a mídia selecionada?',
|
||||||
|
fileTooLarge:
|
||||||
|
'Arquivo muito grande.\nConfigurado para não permitir arquivos maiores que %{size} kB.',
|
||||||
},
|
},
|
||||||
mediaLibraryModal: {
|
mediaLibraryModal: {
|
||||||
loading: 'Carregando...',
|
loading: 'Carregando...',
|
||||||
@ -141,20 +187,26 @@ const pt = {
|
|||||||
search: 'Pesquisar...',
|
search: 'Pesquisar...',
|
||||||
uploading: 'Enviando...',
|
uploading: 'Enviando...',
|
||||||
upload: 'Enviar novo',
|
upload: 'Enviar novo',
|
||||||
|
download: 'Download',
|
||||||
deleting: 'Excluindo...',
|
deleting: 'Excluindo...',
|
||||||
deleteSelected: 'Excluir selecionado',
|
deleteSelected: 'Excluir selecionado',
|
||||||
chooseSelected: 'Escolher selecionado',
|
chooseSelected: 'Escolher selecionado',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
ui: {
|
ui: {
|
||||||
|
default: {
|
||||||
|
goBackToSite: 'Voltar ao site',
|
||||||
|
},
|
||||||
errorBoundary: {
|
errorBoundary: {
|
||||||
title: 'Erro',
|
title: 'Erro',
|
||||||
details: 'Ocorreu um erro - por favor ',
|
details: 'Ocorreu um erro - por favor ',
|
||||||
reportIt: 'relatar.',
|
reportIt: 'relatar.',
|
||||||
detailsHeading: 'Detalhes',
|
detailsHeading: 'Detalhes',
|
||||||
|
privacyWarning:
|
||||||
|
'Ao abrir uma issue, ela é preenchida com a mensagem de erro e o log de debug.\nPor favor, verifique se a informação está correta e remova dados sensíveis caso existam.',
|
||||||
recoveredEntry: {
|
recoveredEntry: {
|
||||||
heading: 'Documento recuperado',
|
heading: 'Documento recuperado',
|
||||||
warning: 'Copie/cole isso em algum lugar antes de navegar!',
|
warning: 'Copie/cole isso em algum lugar antes de sair!',
|
||||||
copyButtonLabel: 'Copiar para área de transferência',
|
copyButtonLabel: 'Copiar para área de transferência',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -177,6 +229,8 @@ const pt = {
|
|||||||
entryUpdated: 'Status da entrada atualizado',
|
entryUpdated: 'Status da entrada atualizado',
|
||||||
onDeleteUnpublishedChanges: 'Alterações não publicadas excluídas',
|
onDeleteUnpublishedChanges: 'Alterações não publicadas excluídas',
|
||||||
onFailToAuth: '%{details}',
|
onFailToAuth: '%{details}',
|
||||||
|
onLoggedOut: 'Você foi desconectado. Por favor, salve as alterações e entre novamente',
|
||||||
|
onBackendDown: 'O serviço de back-end está fora do ar. Veja %{details} para mais informações',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
workflow: {
|
workflow: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user