Merge pull request #4667 from tdonohue/port_4628_to_8x

[Port dspace-8_x] Fix untranslated i18n keys ror api
This commit is contained in:
Tim Donohue
2025-09-03 16:48:52 -05:00
committed by GitHub
3 changed files with 13 additions and 3 deletions

View File

@@ -6876,4 +6876,10 @@
"dynamic-form-array.sortable-list.label": "Sortable list", "dynamic-form-array.sortable-list.label": "Sortable list",
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported", "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",
} }

View File

@@ -10471,5 +10471,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported", "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",
}

View File

@@ -10798,5 +10798,4 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported", "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
}
}