From 1e1f85204dfc4772ebbbd80ac85c62eb8ee35d09 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 18 Nov 2019 00:11:24 +0100 Subject: [PATCH] Add translations for transcriptions --- backend/ar/basis.json | 3 ++- backend/ar/object.json | 2 +- backend/ar/transcription.json | 8 ++++++++ backend/de/basis.json | 3 ++- backend/de/object.json | 2 +- backend/de/transcription.json | 8 ++++++++ backend/en/basis.json | 3 ++- backend/en/object.json | 2 +- backend/en/transcription.json | 8 ++++++++ backend/es/basis.json | 3 ++- backend/es/object.json | 2 +- backend/es/transcription.json | 8 ++++++++ backend/fr/basis.json | 3 ++- backend/fr/object.json | 2 +- backend/fr/transcription.json | 8 ++++++++ backend/hu/basis.json | 3 ++- backend/hu/object.json | 2 +- backend/hu/transcription.json | 8 ++++++++ backend/id/basis.json | 3 ++- backend/id/object.json | 2 +- backend/id/transcription.json | 8 ++++++++ backend/it/basis.json | 3 ++- backend/it/object.json | 2 +- backend/it/transcription.json | 8 ++++++++ backend/iw/basis.json | 3 ++- backend/iw/object.json | 2 +- backend/iw/transcription.json | 8 ++++++++ backend/nl/basis.json | 3 ++- backend/nl/object.json | 2 +- backend/nl/transcription.json | 8 ++++++++ backend/pl/basis.json | 3 ++- backend/pl/object.json | 2 +- backend/pl/transcription.json | 8 ++++++++ backend/pt/basis.json | 3 ++- backend/pt/object.json | 2 +- backend/pt/transcription.json | 8 ++++++++ backend/tl/basis.json | 3 ++- backend/tl/object.json | 2 +- backend/tl/transcription.json | 8 ++++++++ backend/tr/basis.json | 3 ++- backend/tr/object.json | 2 +- backend/tr/transcription.json | 8 ++++++++ frontend/ar/object.json | 5 ++++- frontend/de/object.json | 5 ++++- frontend/en/object.json | 5 ++++- frontend/es/object.json | 5 ++++- frontend/fr/object.json | 5 ++++- frontend/hu/object.json | 5 ++++- frontend/id/object.json | 5 ++++- frontend/it/object.json | 5 ++++- frontend/iw/object.json | 5 ++++- frontend/nl/object.json | 5 ++++- frontend/pl/object.json | 5 ++++- frontend/pt/object.json | 5 ++++- frontend/qu/object.json | 5 ++++- frontend/ru/object.json | 5 ++++- frontend/tl/object.json | 5 ++++- frontend/tr/object.json | 5 ++++- 58 files changed, 218 insertions(+), 44 deletions(-) create mode 100644 backend/ar/transcription.json create mode 100644 backend/de/transcription.json create mode 100644 backend/en/transcription.json create mode 100644 backend/es/transcription.json create mode 100644 backend/fr/transcription.json create mode 100644 backend/hu/transcription.json create mode 100644 backend/id/transcription.json create mode 100644 backend/it/transcription.json create mode 100644 backend/iw/transcription.json create mode 100644 backend/nl/transcription.json create mode 100644 backend/pl/transcription.json create mode 100644 backend/pt/transcription.json create mode 100644 backend/tl/transcription.json create mode 100644 backend/tr/transcription.json diff --git a/backend/ar/basis.json b/backend/ar/basis.json index 081fed0b..f33c51f8 100644 --- a/backend/ar/basis.json +++ b/backend/ar/basis.json @@ -104,6 +104,7 @@ "image": "Image", "menu_items": "Menu Items", "backgrounds": "Backgrounds", - "transcription": "Transcription" + "transcription": "Transcription", + "record_language": "Language of record" } } \ No newline at end of file diff --git a/backend/ar/object.json b/backend/ar/object.json index 021c6370..9c62e828 100644 --- a/backend/ar/object.json +++ b/backend/ar/object.json @@ -117,4 +117,4 @@ "allow_all": "Allow for all", "disallow_all": "Disallow for all" } -} \ No newline at end of file +} diff --git a/backend/ar/transcription.json b/backend/ar/transcription.json new file mode 100644 index 00000000..5edda8ff --- /dev/null +++ b/backend/ar/transcription.json @@ -0,0 +1,8 @@ +{ + "tlTranscripts": { + "add_transcript": "Add transcript", + "is_original_or_translation": "Is original (left) or translation (right)", + "transcript_content": "Transcript content", + "is_public": "Is hidden or public" + } +} \ No newline at end of file diff --git a/backend/de/basis.json b/backend/de/basis.json index 5d40b771..342e2212 100644 --- a/backend/de/basis.json +++ b/backend/de/basis.json @@ -104,6 +104,7 @@ "image": "Bild", "menu_items": "Menu Items", "backgrounds": "Hintergr\u00fcnde", - "transcription": "Transkript" + "transcription": "Transkript", + "record_language": "Sprache des Eintrags" } } \ No newline at end of file diff --git a/backend/de/object.json b/backend/de/object.json index 53f277f9..cf5f7d5f 100644 --- a/backend/de/object.json +++ b/backend/de/object.json @@ -117,4 +117,4 @@ "allow_all": "F\u00fcr alle erlauben", "disallow_all": "F\u00fcr alle unterbinden" } -} \ No newline at end of file +} diff --git a/backend/de/transcription.json b/backend/de/transcription.json new file mode 100644 index 00000000..b8a50ac9 --- /dev/null +++ b/backend/de/transcription.json @@ -0,0 +1,8 @@ +{ + "tlTranscripts": { + "add_transcript": "Transkription hinzuf\u00fcgen", + "is_original_or_translation": "Ist Original (links) oder \u00dcbersetzung dessen (rechts)", + "transcript_content": "Inhalt", + "is_public": "Ist versteckt oder \u00f6ffentlich" + } +} \ No newline at end of file diff --git a/backend/en/basis.json b/backend/en/basis.json index f6b75514..2701269b 100644 --- a/backend/en/basis.json +++ b/backend/en/basis.json @@ -104,6 +104,7 @@ "image": "Image", "menu_items": "Menu Items", "backgrounds": "Backgrounds", - "transcription": "Transcription" + "transcription": "Transcription", + "record_language": "Language of record" } } \ No newline at end of file diff --git a/backend/en/object.json b/backend/en/object.json index 50442f46..63309c29 100644 --- a/backend/en/object.json +++ b/backend/en/object.json @@ -117,4 +117,4 @@ "allow_all": "Allow for all", "disallow_all": "Disallow for all" } -} \ No newline at end of file +} diff --git a/backend/en/transcription.json b/backend/en/transcription.json new file mode 100644 index 00000000..5edda8ff --- /dev/null +++ b/backend/en/transcription.json @@ -0,0 +1,8 @@ +{ + "tlTranscripts": { + "add_transcript": "Add transcript", + "is_original_or_translation": "Is original (left) or translation (right)", + "transcript_content": "Transcript content", + "is_public": "Is hidden or public" + } +} \ No newline at end of file diff --git a/backend/es/basis.json b/backend/es/basis.json index 67d4f767..34bbd2c2 100644 --- a/backend/es/basis.json +++ b/backend/es/basis.json @@ -104,6 +104,7 @@ "image": "Image", "menu_items": "Menu Items", "backgrounds": "Backgrounds", - "transcription": "Transcription" + "transcription": "Transcription", + "record_language": "Language of record" } } \ No newline at end of file diff --git a/backend/es/object.json b/backend/es/object.json index f5e94174..d81a7f3c 100644 --- a/backend/es/object.json +++ b/backend/es/object.json @@ -117,4 +117,4 @@ "allow_all": "Allow for all", "disallow_all": "Disallow for all" } -} \ No newline at end of file +} diff --git a/backend/es/transcription.json b/backend/es/transcription.json new file mode 100644 index 00000000..5edda8ff --- /dev/null +++ b/backend/es/transcription.json @@ -0,0 +1,8 @@ +{ + "tlTranscripts": { + "add_transcript": "Add transcript", + "is_original_or_translation": "Is original (left) or translation (right)", + "transcript_content": "Transcript content", + "is_public": "Is hidden or public" + } +} \ No newline at end of file diff --git a/backend/fr/basis.json b/backend/fr/basis.json index 2c9db8ae..b203b46c 100644 --- a/backend/fr/basis.json +++ b/backend/fr/basis.json @@ -104,6 +104,7 @@ "image": "Image", "menu_items": "Menu Items", "backgrounds": "Backgrounds", - "transcription": "Transcription" + "transcription": "Transcription", + "record_language": "Language of record" } } \ No newline at end of file diff --git a/backend/fr/object.json b/backend/fr/object.json index 021c6370..9c62e828 100644 --- a/backend/fr/object.json +++ b/backend/fr/object.json @@ -117,4 +117,4 @@ "allow_all": "Allow for all", "disallow_all": "Disallow for all" } -} \ No newline at end of file +} diff --git a/backend/fr/transcription.json b/backend/fr/transcription.json new file mode 100644 index 00000000..5edda8ff --- /dev/null +++ b/backend/fr/transcription.json @@ -0,0 +1,8 @@ +{ + "tlTranscripts": { + "add_transcript": "Add transcript", + "is_original_or_translation": "Is original (left) or translation (right)", + "transcript_content": "Transcript content", + "is_public": "Is hidden or public" + } +} \ No newline at end of file diff --git a/backend/hu/basis.json b/backend/hu/basis.json index 55a8a716..1c56f5b4 100644 --- a/backend/hu/basis.json +++ b/backend/hu/basis.json @@ -104,6 +104,7 @@ "image": "K\u00e9pek", "menu_items": "F\u0151men\u0171 elemei", "backgrounds": "H\u00e1tterek", - "transcription": "Transcription" + "transcription": "Transcription", + "record_language": "Language of record" } } \ No newline at end of file diff --git a/backend/hu/object.json b/backend/hu/object.json index d654688f..abec54eb 100644 --- a/backend/hu/object.json +++ b/backend/hu/object.json @@ -117,4 +117,4 @@ "allow_all": "\u00d6sszes enged\u00e9lyez\u00e9se", "disallow_all": "\u00d6sszes tilt\u00e1sa" } -} \ No newline at end of file +} diff --git a/backend/hu/transcription.json b/backend/hu/transcription.json new file mode 100644 index 00000000..5edda8ff --- /dev/null +++ b/backend/hu/transcription.json @@ -0,0 +1,8 @@ +{ + "tlTranscripts": { + "add_transcript": "Add transcript", + "is_original_or_translation": "Is original (left) or translation (right)", + "transcript_content": "Transcript content", + "is_public": "Is hidden or public" + } +} \ No newline at end of file diff --git a/backend/id/basis.json b/backend/id/basis.json index 46329360..e1462bc6 100644 --- a/backend/id/basis.json +++ b/backend/id/basis.json @@ -104,6 +104,7 @@ "image": "Image", "menu_items": "Menu Items", "backgrounds": "Backgrounds", - "transcription": "Transcription" + "transcription": "Transcription", + "record_language": "Language of record" } } \ No newline at end of file diff --git a/backend/id/object.json b/backend/id/object.json index 862a44ad..94b2d9e6 100644 --- a/backend/id/object.json +++ b/backend/id/object.json @@ -117,4 +117,4 @@ "allow_all": "Allow for all", "disallow_all": "Disallow for all" } -} \ No newline at end of file +} diff --git a/backend/id/transcription.json b/backend/id/transcription.json new file mode 100644 index 00000000..5edda8ff --- /dev/null +++ b/backend/id/transcription.json @@ -0,0 +1,8 @@ +{ + "tlTranscripts": { + "add_transcript": "Add transcript", + "is_original_or_translation": "Is original (left) or translation (right)", + "transcript_content": "Transcript content", + "is_public": "Is hidden or public" + } +} \ No newline at end of file diff --git a/backend/it/basis.json b/backend/it/basis.json index 67d4f767..34bbd2c2 100644 --- a/backend/it/basis.json +++ b/backend/it/basis.json @@ -104,6 +104,7 @@ "image": "Image", "menu_items": "Menu Items", "backgrounds": "Backgrounds", - "transcription": "Transcription" + "transcription": "Transcription", + "record_language": "Language of record" } } \ No newline at end of file diff --git a/backend/it/object.json b/backend/it/object.json index f5e94174..d81a7f3c 100644 --- a/backend/it/object.json +++ b/backend/it/object.json @@ -117,4 +117,4 @@ "allow_all": "Allow for all", "disallow_all": "Disallow for all" } -} \ No newline at end of file +} diff --git a/backend/it/transcription.json b/backend/it/transcription.json new file mode 100644 index 00000000..5edda8ff --- /dev/null +++ b/backend/it/transcription.json @@ -0,0 +1,8 @@ +{ + "tlTranscripts": { + "add_transcript": "Add transcript", + "is_original_or_translation": "Is original (left) or translation (right)", + "transcript_content": "Transcript content", + "is_public": "Is hidden or public" + } +} \ No newline at end of file diff --git a/backend/iw/basis.json b/backend/iw/basis.json index 92061276..354f0cbf 100644 --- a/backend/iw/basis.json +++ b/backend/iw/basis.json @@ -104,6 +104,7 @@ "image": "Image", "menu_items": "Menu Items", "backgrounds": "Backgrounds", - "transcription": "Transcription" + "transcription": "Transcription", + "record_language": "Language of record" } } \ No newline at end of file diff --git a/backend/iw/object.json b/backend/iw/object.json index 021c6370..9c62e828 100644 --- a/backend/iw/object.json +++ b/backend/iw/object.json @@ -117,4 +117,4 @@ "allow_all": "Allow for all", "disallow_all": "Disallow for all" } -} \ No newline at end of file +} diff --git a/backend/iw/transcription.json b/backend/iw/transcription.json new file mode 100644 index 00000000..5edda8ff --- /dev/null +++ b/backend/iw/transcription.json @@ -0,0 +1,8 @@ +{ + "tlTranscripts": { + "add_transcript": "Add transcript", + "is_original_or_translation": "Is original (left) or translation (right)", + "transcript_content": "Transcript content", + "is_public": "Is hidden or public" + } +} \ No newline at end of file diff --git a/backend/nl/basis.json b/backend/nl/basis.json index 67d4f767..34bbd2c2 100644 --- a/backend/nl/basis.json +++ b/backend/nl/basis.json @@ -104,6 +104,7 @@ "image": "Image", "menu_items": "Menu Items", "backgrounds": "Backgrounds", - "transcription": "Transcription" + "transcription": "Transcription", + "record_language": "Language of record" } } \ No newline at end of file diff --git a/backend/nl/object.json b/backend/nl/object.json index f5e94174..d81a7f3c 100644 --- a/backend/nl/object.json +++ b/backend/nl/object.json @@ -117,4 +117,4 @@ "allow_all": "Allow for all", "disallow_all": "Disallow for all" } -} \ No newline at end of file +} diff --git a/backend/nl/transcription.json b/backend/nl/transcription.json new file mode 100644 index 00000000..5edda8ff --- /dev/null +++ b/backend/nl/transcription.json @@ -0,0 +1,8 @@ +{ + "tlTranscripts": { + "add_transcript": "Add transcript", + "is_original_or_translation": "Is original (left) or translation (right)", + "transcript_content": "Transcript content", + "is_public": "Is hidden or public" + } +} \ No newline at end of file diff --git a/backend/pl/basis.json b/backend/pl/basis.json index a5ab3504..2d236a02 100644 --- a/backend/pl/basis.json +++ b/backend/pl/basis.json @@ -104,6 +104,7 @@ "image": "Image", "menu_items": "Menu Items", "backgrounds": "Backgrounds", - "transcription": "Transcription" + "transcription": "Transcription", + "record_language": "Language of record" } } \ No newline at end of file diff --git a/backend/pl/object.json b/backend/pl/object.json index 6f948514..03c521b9 100644 --- a/backend/pl/object.json +++ b/backend/pl/object.json @@ -117,4 +117,4 @@ "allow_all": "Allow for all", "disallow_all": "Disallow for all" } -} \ No newline at end of file +} diff --git a/backend/pl/transcription.json b/backend/pl/transcription.json new file mode 100644 index 00000000..5edda8ff --- /dev/null +++ b/backend/pl/transcription.json @@ -0,0 +1,8 @@ +{ + "tlTranscripts": { + "add_transcript": "Add transcript", + "is_original_or_translation": "Is original (left) or translation (right)", + "transcript_content": "Transcript content", + "is_public": "Is hidden or public" + } +} \ No newline at end of file diff --git a/backend/pt/basis.json b/backend/pt/basis.json index 9c186578..f9a22831 100644 --- a/backend/pt/basis.json +++ b/backend/pt/basis.json @@ -104,6 +104,7 @@ "image": "Image", "menu_items": "Menu Items", "backgrounds": "Backgrounds", - "transcription": "Transcription" + "transcription": "Transcription", + "record_language": "Language of record" } } \ No newline at end of file diff --git a/backend/pt/object.json b/backend/pt/object.json index aaf53de0..f014045c 100644 --- a/backend/pt/object.json +++ b/backend/pt/object.json @@ -117,4 +117,4 @@ "allow_all": "Allow for all", "disallow_all": "Disallow for all" } -} \ No newline at end of file +} diff --git a/backend/pt/transcription.json b/backend/pt/transcription.json new file mode 100644 index 00000000..5edda8ff --- /dev/null +++ b/backend/pt/transcription.json @@ -0,0 +1,8 @@ +{ + "tlTranscripts": { + "add_transcript": "Add transcript", + "is_original_or_translation": "Is original (left) or translation (right)", + "transcript_content": "Transcript content", + "is_public": "Is hidden or public" + } +} \ No newline at end of file diff --git a/backend/tl/basis.json b/backend/tl/basis.json index 67d4f767..34bbd2c2 100644 --- a/backend/tl/basis.json +++ b/backend/tl/basis.json @@ -104,6 +104,7 @@ "image": "Image", "menu_items": "Menu Items", "backgrounds": "Backgrounds", - "transcription": "Transcription" + "transcription": "Transcription", + "record_language": "Language of record" } } \ No newline at end of file diff --git a/backend/tl/object.json b/backend/tl/object.json index f5e94174..d81a7f3c 100644 --- a/backend/tl/object.json +++ b/backend/tl/object.json @@ -117,4 +117,4 @@ "allow_all": "Allow for all", "disallow_all": "Disallow for all" } -} \ No newline at end of file +} diff --git a/backend/tl/transcription.json b/backend/tl/transcription.json new file mode 100644 index 00000000..5edda8ff --- /dev/null +++ b/backend/tl/transcription.json @@ -0,0 +1,8 @@ +{ + "tlTranscripts": { + "add_transcript": "Add transcript", + "is_original_or_translation": "Is original (left) or translation (right)", + "transcript_content": "Transcript content", + "is_public": "Is hidden or public" + } +} \ No newline at end of file diff --git a/backend/tr/basis.json b/backend/tr/basis.json index bc845cc0..7ff35009 100644 --- a/backend/tr/basis.json +++ b/backend/tr/basis.json @@ -104,6 +104,7 @@ "image": "resim", "menu_items": "men\u00fc \u00f6\u011feleri", "backgrounds": "arka plan g\u00f6r\u00fcnt\u00fcleri", - "transcription": "Transcription" + "transcription": "Transcription", + "record_language": "Language of record" } } \ No newline at end of file diff --git a/backend/tr/object.json b/backend/tr/object.json index 53f277f9..cf5f7d5f 100644 --- a/backend/tr/object.json +++ b/backend/tr/object.json @@ -117,4 +117,4 @@ "allow_all": "F\u00fcr alle erlauben", "disallow_all": "F\u00fcr alle unterbinden" } -} \ No newline at end of file +} diff --git a/backend/tr/transcription.json b/backend/tr/transcription.json new file mode 100644 index 00000000..5edda8ff --- /dev/null +++ b/backend/tr/transcription.json @@ -0,0 +1,8 @@ +{ + "tlTranscripts": { + "add_transcript": "Add transcript", + "is_original_or_translation": "Is original (left) or translation (right)", + "transcript_content": "Transcript content", + "is_public": "Is hidden or public" + } +} \ No newline at end of file diff --git a/frontend/ar/object.json b/frontend/ar/object.json index 5ce44d00..2fa44169 100644 --- a/frontend/ar/object.json +++ b/frontend/ar/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "\u062a\u0645\u0627\u0647\u064a \u062a\u0627\u0645 \/ \u0645\u0639 \u062a\u0636\u0645\u064a\u0646 \u0627\u0644\u0645\u0644\u062d\u0642\u0627\u062a", "ongoing_exhibitions": "\u0627\u0644\u0645\u0639\u0631\u0636 \u0627\u0644\u062d\u0627\u0644\u064a\u0629 ", "contact_institution": "\u0627\u062a\u0635\u0644 \u0628\u0627\u0644\u0645\u0624\u0633\u0633\u0629 ", - "object_from_institution": "\u0642\u0637\u0639\u0629 \u0645\u0646 " + "object_from_institution": "\u0642\u0637\u0639\u0629 \u0645\u0646 ", + "transcript": "Transcript", + "transcript_original": "Original", + "transcript_translation": "Translation of transcript" }, "objekt_single": { "inventory_number": "\u0631\u0642\u0645 \u0627\u0644\u0627\u0631\u0634\u0641\u0629", diff --git a/frontend/de/object.json b/frontend/de/object.json index 12007fb2..0c85670b 100644 --- a/frontend/de/object.json +++ b/frontend/de/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "Exakter Treffer oder auch Untergeordnetes", "ongoing_exhibitions": "Laufende Ausstellungen", "contact_institution": "Das Museum kontaktieren", - "object_from_institution": "Objekt aus" + "object_from_institution": "Objekt aus", + "transcript": "Abschrift", + "transcript_original": "Original", + "transcript_translation": "\u00dcbersetzung der Abschrift" }, "objekt_single": { "inventory_number": "Inventarnummer", diff --git a/frontend/en/object.json b/frontend/en/object.json index 51aaa242..21b6a236 100644 --- a/frontend/en/object.json +++ b/frontend/en/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "Exact match \/including subordinates", "ongoing_exhibitions": "Ongoing exhibitions", "contact_institution": "Contact the institution", - "object_from_institution": "Object from" + "object_from_institution": "Object from", + "transcript": "Transcript", + "transcript_original": "Original", + "transcript_translation": "Translation of transcript" }, "objekt_single": { "inventory_number": "Inventory number", diff --git a/frontend/es/object.json b/frontend/es/object.json index 747ef374..0fb076dd 100644 --- a/frontend/es/object.json +++ b/frontend/es/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "Exact match \/ including subordinates", "ongoing_exhibitions": "Ongoing exhibitions", "contact_institution": "Contact the institution", - "object_from_institution": "Object from" + "object_from_institution": "Object from", + "transcript": "Transcript", + "transcript_original": "Original", + "transcript_translation": "Translation of transcript" }, "objekt_single": { "inventory_number": "Inventory number", diff --git a/frontend/fr/object.json b/frontend/fr/object.json index d5923ea0..7fffb7b6 100644 --- a/frontend/fr/object.json +++ b/frontend/fr/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "Exact match \/ including subordinates", "ongoing_exhibitions": "Ongoing exhibitions", "contact_institution": "Contact the institution", - "object_from_institution": "Object from" + "object_from_institution": "Object from", + "transcript": "Transcript", + "transcript_original": "Original", + "transcript_translation": "Translation of transcript" }, "objekt_single": { "inventory_number": "Inventory number", diff --git a/frontend/hu/object.json b/frontend/hu/object.json index f57f5da3..8f78ecbf 100644 --- a/frontend/hu/object.json +++ b/frontend/hu/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "Pontostal\u00e1lat \/ including subordinates", "ongoing_exhibitions": "Jelenleg l\u00e1togathat\u00f3 ki\u00e1ll\u00edt\u00e1sok", "contact_institution": "Contact the institution", - "object_from_institution": "Object from" + "object_from_institution": "Object from", + "transcript": "Transcript", + "transcript_original": "Original", + "transcript_translation": "Translation of transcript" }, "objekt_single": { "inventory_number": "Lelt\u00e1ri sz\u00e1m", diff --git a/frontend/id/object.json b/frontend/id/object.json index c5d4124e..04540951 100644 --- a/frontend/id/object.json +++ b/frontend/id/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "Exact match \/ including subordinates", "ongoing_exhibitions": "Pameran sekarang ini", "contact_institution": "Contact the institution", - "object_from_institution": "Object from" + "object_from_institution": "Object from", + "transcript": "Transcript", + "transcript_original": "Original", + "transcript_translation": "Translation of transcript" }, "objekt_single": { "inventory_number": "Nomor inventarisasi", diff --git a/frontend/it/object.json b/frontend/it/object.json index 93be867c..0c05f888 100644 --- a/frontend/it/object.json +++ b/frontend/it/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "Exact match \/ including subordinates", "ongoing_exhibitions": "Ongoing exhibitions", "contact_institution": "Contact the institution", - "object_from_institution": "Object from" + "object_from_institution": "Object from", + "transcript": "Transcript", + "transcript_original": "Original", + "transcript_translation": "Translation of transcript" }, "objekt_single": { "inventory_number": "Numero d'inventario", diff --git a/frontend/iw/object.json b/frontend/iw/object.json index 305142d4..5983befd 100644 --- a/frontend/iw/object.json +++ b/frontend/iw/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "Exact match \/ including subordinates", "ongoing_exhibitions": "Ongoing exhibitions", "contact_institution": "Contact the institution", - "object_from_institution": "Object from" + "object_from_institution": "Object from", + "transcript": "Transcript", + "transcript_original": "Original", + "transcript_translation": "Translation of transcript" }, "objekt_single": { "inventory_number": "Inventory number", diff --git a/frontend/nl/object.json b/frontend/nl/object.json index dccd2b4e..0f8780ce 100644 --- a/frontend/nl/object.json +++ b/frontend/nl/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "Exact match \/ including subordinates", "ongoing_exhibitions": "Ongoing exhibitions", "contact_institution": "Contact the institution", - "object_from_institution": "Object from" + "object_from_institution": "Object from", + "transcript": "Transcript", + "transcript_original": "Original", + "transcript_translation": "Translation of transcript" }, "objekt_single": { "inventory_number": "Inventarnummer", diff --git a/frontend/pl/object.json b/frontend/pl/object.json index 8c06bb8c..32f91a09 100644 --- a/frontend/pl/object.json +++ b/frontend/pl/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "Exact match \/ including subordinates", "ongoing_exhibitions": "Ongoing exhibitions", "contact_institution": "Contact the institution", - "object_from_institution": "Object from" + "object_from_institution": "Object from", + "transcript": "Transcript", + "transcript_original": "Original", + "transcript_translation": "Translation of transcript" }, "objekt_single": { "inventory_number": "Numer inwentarzowy", diff --git a/frontend/pt/object.json b/frontend/pt/object.json index 6418ce27..767f953a 100644 --- a/frontend/pt/object.json +++ b/frontend/pt/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "Exact match \/ including subordinates", "ongoing_exhibitions": "Ongoing exhibitions", "contact_institution": "Contact the institution", - "object_from_institution": "Object from" + "object_from_institution": "Object from", + "transcript": "Transcript", + "transcript_original": "Original", + "transcript_translation": "Translation of transcript" }, "objekt_single": { "inventory_number": "N\u00famero no invent\u00e1rio", diff --git a/frontend/qu/object.json b/frontend/qu/object.json index 747ef374..0fb076dd 100644 --- a/frontend/qu/object.json +++ b/frontend/qu/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "Exact match \/ including subordinates", "ongoing_exhibitions": "Ongoing exhibitions", "contact_institution": "Contact the institution", - "object_from_institution": "Object from" + "object_from_institution": "Object from", + "transcript": "Transcript", + "transcript_original": "Original", + "transcript_translation": "Translation of transcript" }, "objekt_single": { "inventory_number": "Inventory number", diff --git a/frontend/ru/object.json b/frontend/ru/object.json index dccd2b4e..0f8780ce 100644 --- a/frontend/ru/object.json +++ b/frontend/ru/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "Exact match \/ including subordinates", "ongoing_exhibitions": "Ongoing exhibitions", "contact_institution": "Contact the institution", - "object_from_institution": "Object from" + "object_from_institution": "Object from", + "transcript": "Transcript", + "transcript_original": "Original", + "transcript_translation": "Translation of transcript" }, "objekt_single": { "inventory_number": "Inventarnummer", diff --git a/frontend/tl/object.json b/frontend/tl/object.json index 747ef374..0fb076dd 100644 --- a/frontend/tl/object.json +++ b/frontend/tl/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "Exact match \/ including subordinates", "ongoing_exhibitions": "Ongoing exhibitions", "contact_institution": "Contact the institution", - "object_from_institution": "Object from" + "object_from_institution": "Object from", + "transcript": "Transcript", + "transcript_original": "Original", + "transcript_translation": "Translation of transcript" }, "objekt_single": { "inventory_number": "Inventory number", diff --git a/frontend/tr/object.json b/frontend/tr/object.json index 12007fb2..d5162df7 100644 --- a/frontend/tr/object.json +++ b/frontend/tr/object.json @@ -33,7 +33,10 @@ "exact_match_subordinates": "Exakter Treffer oder auch Untergeordnetes", "ongoing_exhibitions": "Laufende Ausstellungen", "contact_institution": "Das Museum kontaktieren", - "object_from_institution": "Objekt aus" + "object_from_institution": "Objekt aus", + "transcript": "Transcript", + "transcript_original": "Original", + "transcript_translation": "Translation of transcript" }, "objekt_single": { "inventory_number": "Inventarnummer",