From cadbeca3a1044c5113caa4f4cf8b302c87fda8c3 Mon Sep 17 00:00:00 2001 From: Camden Mecklem Date: Thu, 22 Jun 2023 12:04:48 -0400 Subject: [PATCH] add missing field localizations --- src/lib/localizations.ts | 44 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/src/lib/localizations.ts b/src/lib/localizations.ts index 4705b6f..6013510 100644 --- a/src/lib/localizations.ts +++ b/src/lib/localizations.ts @@ -139,14 +139,26 @@ const localizations = { en: 'Former Shelfmarks', fr: 'Ancienne notation d\'étagère' }, + formerShelfmark: { + en: 'Former Shelfmark', + fr: 'Ancienne notation d\'étagère' + }, shelfmarks: { en: 'Shelfmarks', fr: 'Notation d\'étagère' }, + shelfmark: { + en: 'Shelfmark', + fr: 'Notation d\'étagère' + }, shelfmarkSections: { en: 'Shelfmark Sections', fr: 'Sections de notation d\'étagère' }, + shelfmarkSection: { + en: 'Shelfmark Section', + fr: 'Section de notation d\'étagère' + }, provenance: { en: 'Provenance', fr: 'Provenance' @@ -218,6 +230,38 @@ const localizations = { manuscript: { en: 'Manuscript', fr: 'Manuscrit' + }, + catalogNumber: { + en: 'Catalog number', + fr: '???' + }, + numberOfFolios: { + en: 'Number of folios', + fr: '???' + }, + pageSize: { + en: 'Page size', + fr: '???' + }, + textBlockSize: { + en: 'Text block size', + fr: '???' + }, + numberOfLines: { + en: 'Number of lines', + fr: '???' + }, + places: { + en: 'Places', + fr: '???' + }, + dates: { + en: 'Dates', + fr: '???' + }, + measures: { + en: 'Measures', + fr: '???' } }