Skip to content

Commit

Permalink
Merge pull request #956 from ensdomains/devin/1739585716-portuguese-t…
Browse files Browse the repository at this point in the history
…ranslation

Portuguese Translation
  • Loading branch information
LeonmanRolls authored Feb 15, 2025
2 parents 5314b19 + f466a47 commit 95caca5
Show file tree
Hide file tree
Showing 12 changed files with 1,105 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next-i18next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
i18n: {
defaultLocale: 'en',
locales: ['en', 'zh', 'de', 'ru', 'uk', 'es'],
locales: ['en', 'zh', 'de', 'ru', 'uk', 'es', 'pt'],
keySeparator: '.',
interpolation: {
escapeValue: false,
Expand Down
18 changes: 18 additions & 0 deletions public/locales/pt/address.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"meta": {
"title": "{{address}} em ENS",
"description": "Todos os nomes de {{address}} em Ethereum Name Service"
},
"addressDetails": "Detalhes do endereço",
"nameCount": "{{count}} nomes",
"filter": "Filtrar",
"view": "Ver",
"noProfile": {
"title": "Nenhum nome primário estabelecido",
"message": "Esta carteira precisa estabelecer um nome primário para criar um perfil"
},
"noResults": "Nenhum nome encontrado",
"errors": {
"names": "Não foi possível encontrar o endereço"
}
}
Loading

0 comments on commit 95caca5

Please sign in to comment.