add untranslated i18n keys for ROR API

This commit is contained in:
Jesiel Viana
2025-08-06 17:37:56 -03:00
committed by Tim Donohue
parent 6515ec3a46
commit 4a67aa6820
2 changed files with 12 additions and 1 deletions

View File

@@ -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",
}

View File

@@ -10798,5 +10798,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",
}
"item.preview.organization.address.addressLocality": "Cidade",
"item.preview.organization.alternateName":"Nome alternativo",
}