diff --git a/src/assets/i18n/pt-BR.json5 b/src/assets/i18n/pt-BR.json5 index c8efcb261c..a377e607d8 100644 --- a/src/assets/i18n/pt-BR.json5 +++ b/src/assets/i18n/pt-BR.json5 @@ -10471,5 +10471,10 @@ // TODO New key - Add a translation "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported", + "item.preview.organization.url": "URL", -} \ No newline at end of file + "item.preview.organization.address.addressLocality": "Cidade", + + "item.preview.organization.alternateName":"Nome alternativo", + +} diff --git a/src/assets/i18n/pt-PT.json5 b/src/assets/i18n/pt-PT.json5 index de8ea91881..7548803f08 100644 --- a/src/assets/i18n/pt-PT.json5 +++ b/src/assets/i18n/pt-PT.json5 @@ -10798,10 +10798,4 @@ // TODO New key - Add a translation "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported", - "item.preview.organization.url": "URL", - - "item.preview.organization.address.addressLocality": "Cidade", - - "item.preview.organization.alternateName":"Nome alternativo", - }