diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index d87b214856..b34909fa6a 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -6876,4 +6876,10 @@ "dynamic-form-array.sortable-list.label": "Sortable list", "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": "City", + + "item.preview.organization.alternateName": "Alternative name", } diff --git a/src/assets/i18n/pt-BR.json5 b/src/assets/i18n/pt-BR.json5 index c8efcb261c..301033fd70 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 c741c099e6..7548803f08 100644 --- a/src/assets/i18n/pt-PT.json5 +++ b/src/assets/i18n/pt-PT.json5 @@ -10798,5 +10798,4 @@ // TODO New key - Add a translation "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported", - -} \ No newline at end of file +}