add untranslated i18n keys for ROR API

This commit is contained in:
Jesiel Viana
2025-08-06 17:37:56 -03:00
parent 67a17e4ea1
commit b6bf862542
2 changed files with 11 additions and 0 deletions

View File

@@ -7207,4 +7207,10 @@
"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",
"file-download-link.request-copy": "Request a copy of ", "file-download-link.request-copy": "Request a copy of ",
"item.preview.organization.url": "URL",
"item.preview.organization.address.addressLocality": "City",
"item.preview.organization.alternateName":"Alternative name",
} }

View File

@@ -11046,5 +11046,10 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"file-download-link.request-copy": "Request a copy of ", "file-download-link.request-copy": "Request a copy of ",
"item.preview.organization.url": "URL",
"item.preview.organization.address.addressLocality": "Cidade",
"item.preview.organization.alternateName":"Nome alternativo",
} }