From ccb312fec8cc581f1c85a3a877d980cf34c8f7c0 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 27 Oct 2020 21:56:36 +0100 Subject: [PATCH] Approval. --- backend/ar/appointments.json | 3 ++- backend/ar/basis.json | 6 +++++- backend/de/appointments.json | 3 ++- backend/de/basis.json | 6 +++++- backend/dsb/appointments.json | 3 ++- backend/dsb/basis.json | 6 +++++- backend/en/appointments.json | 3 ++- backend/en/basis.json | 6 +++++- backend/es/appointments.json | 3 ++- backend/es/basis.json | 6 +++++- backend/fr/appointments.json | 3 ++- backend/fr/basis.json | 6 +++++- backend/hsb/appointments.json | 3 ++- backend/hsb/basis.json | 6 +++++- backend/hu/appointments.json | 3 ++- backend/hu/basis.json | 6 +++++- backend/id/appointments.json | 3 ++- backend/id/basis.json | 6 +++++- backend/it/appointments.json | 3 ++- backend/it/basis.json | 6 +++++- backend/iw/appointments.json | 3 ++- backend/iw/basis.json | 6 +++++- backend/nl/appointments.json | 3 ++- backend/nl/basis.json | 6 +++++- backend/pl/appointments.json | 3 ++- backend/pl/basis.json | 6 +++++- backend/pt/appointments.json | 3 ++- backend/pt/basis.json | 6 +++++- backend/ru/appointments.json | 3 ++- backend/ru/basis.json | 6 +++++- backend/tl/appointments.json | 3 ++- backend/tl/basis.json | 6 +++++- backend/tr/appointments.json | 3 ++- backend/tr/basis.json | 6 +++++- backend/zh/appointments.json | 3 ++- backend/zh/basis.json | 6 +++++- 36 files changed, 126 insertions(+), 36 deletions(-) diff --git a/backend/ar/appointments.json b/backend/ar/appointments.json index 89be380e..562c9eb5 100644 --- a/backend/ar/appointments.json +++ b/backend/ar/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "\u0645\u0648\u0639\u062f \u062c\u062f\u064a\u062f", "base_data": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0633\u0627\u0633\u064a\u0629 \u062d\u0648\u0644 \u0627\u0644\u0641\u0639\u0651\u0627\u0644\u064a\u0629", "no_appointments_text": "\u0644\u0645 \u064a\u062a\u0645 \u0627\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0648\u0639\u062f \u0645\u0646 \u0627\u062c\u0644 \u0645\u062a\u062d\u0641\u0643 \u0628\u0639\u062f )\u0644\u0630\u0644\u0643 \u0644\u0627 \u064a\u0645\u0643\u0646 \u0648\u0636\u0639\u0647\u0627 \u0636\u0645\u0646 \u0627\u0644\u0642\u0627\u0626\u0645\u0629) . \u0631\u0628\u0645\u0627 : ", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/ar/basis.json b/backend/ar/basis.json index 21da294c..0a8738f0 100644 --- a/backend/ar/basis.json +++ b/backend/ar/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/de/appointments.json b/backend/de/appointments.json index 83dda6ce..d2aef5cd 100644 --- a/backend/de/appointments.json +++ b/backend/de/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "Neue Veranstaltung", "base_data": "Basisdaten zur Veranstaltung", "no_appointments_text": "Es wurde noch kein Termin f\u00fcr Ihr Museum erfasst (entsprechend k\u00f6nnen wir keine auflisten). Sie k\u00f6nnen:", - "live_recording": "Live-Mitschnitt" + "live_recording": "Live-Mitschnitt", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/de/basis.json b/backend/de/basis.json index e9de86ae..d89fa6cb 100644 --- a/backend/de/basis.json +++ b/backend/de/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Objekt zeigen", "page_museumshowobjects": "Objekte zeigen", "question": "Frage", - "answer": "Antwort" + "answer": "Antwort", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/dsb/appointments.json b/backend/dsb/appointments.json index b4b8731b..aa375b59 100644 --- a/backend/dsb/appointments.json +++ b/backend/dsb/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "Neue Veranstaltung", "base_data": "Basisdaten zur Veranstaltung", "no_appointments_text": "Es wurde noch kein Termin f\u00fcr Ihr Museum erfasst (entsprechend k\u00f6nnen wir keine auflisten). Sie k\u00f6nnen:", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/dsb/basis.json b/backend/dsb/basis.json index dd965d6d..bebdd397 100644 --- a/backend/dsb/basis.json +++ b/backend/dsb/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/en/appointments.json b/backend/en/appointments.json index 4a7aede2..328bc2b9 100644 --- a/backend/en/appointments.json +++ b/backend/en/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "New event", "base_data": "Basic information about the event", "no_appointments_text": "No appointment has been added for your museum yet (therefore, we cannot list any). You may:", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/en/basis.json b/backend/en/basis.json index dcf6826b..e5ee5342 100644 --- a/backend/en/basis.json +++ b/backend/en/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/es/appointments.json b/backend/es/appointments.json index ed21addc..8a408d20 100644 --- a/backend/es/appointments.json +++ b/backend/es/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "New appointment", "base_data": "Basic information about the appointment", "no_appointments_text": "No appointment has been added for your museum yet (hence, we cannot list any). You may:", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/es/basis.json b/backend/es/basis.json index 474400c9..6e3f596a 100644 --- a/backend/es/basis.json +++ b/backend/es/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/fr/appointments.json b/backend/fr/appointments.json index 30b68b33..0f7fe1a9 100644 --- a/backend/fr/appointments.json +++ b/backend/fr/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "New appointment", "base_data": "Basic information about the appointment", "no_appointments_text": "No appointment has been added for your museum yet (hence, we cannot list any). You may:", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/fr/basis.json b/backend/fr/basis.json index afc806b8..eb82b795 100644 --- a/backend/fr/basis.json +++ b/backend/fr/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/hsb/appointments.json b/backend/hsb/appointments.json index b4b8731b..aa375b59 100644 --- a/backend/hsb/appointments.json +++ b/backend/hsb/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "Neue Veranstaltung", "base_data": "Basisdaten zur Veranstaltung", "no_appointments_text": "Es wurde noch kein Termin f\u00fcr Ihr Museum erfasst (entsprechend k\u00f6nnen wir keine auflisten). Sie k\u00f6nnen:", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/hsb/basis.json b/backend/hsb/basis.json index dd965d6d..bebdd397 100644 --- a/backend/hsb/basis.json +++ b/backend/hsb/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/hu/appointments.json b/backend/hu/appointments.json index b863f9df..6b8ddbbf 100644 --- a/backend/hu/appointments.json +++ b/backend/hu/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "\u00daj esem\u00e9ny \/ rendezv\u00e9ny", "base_data": "Az esem\u00e9ny \/ rendezv\u00e9ny alapinform\u00e1ci\u00f3i ", "no_appointments_text": "M\u00e9g nincs esem\u00e9ny \/ rendezv\u00e9ny hozz\u00e1rendelve az int\u00e9zm\u00e9nyhez", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/hu/basis.json b/backend/hu/basis.json index ab39b9ae..d524f43b 100644 --- a/backend/hu/basis.json +++ b/backend/hu/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/id/appointments.json b/backend/id/appointments.json index 401fcb50..70988567 100644 --- a/backend/id/appointments.json +++ b/backend/id/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "Peristiwa yang baru", "base_data": "Informasi dasar peristiwa", "no_appointments_text": "Belum ada peristiwa dalamn daftar museum anda. Bisa:", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/id/basis.json b/backend/id/basis.json index 3a7c73b6..0fedbbb9 100644 --- a/backend/id/basis.json +++ b/backend/id/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/it/appointments.json b/backend/it/appointments.json index ed21addc..8a408d20 100644 --- a/backend/it/appointments.json +++ b/backend/it/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "New appointment", "base_data": "Basic information about the appointment", "no_appointments_text": "No appointment has been added for your museum yet (hence, we cannot list any). You may:", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/it/basis.json b/backend/it/basis.json index 474400c9..6e3f596a 100644 --- a/backend/it/basis.json +++ b/backend/it/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/iw/appointments.json b/backend/iw/appointments.json index 30b68b33..0f7fe1a9 100644 --- a/backend/iw/appointments.json +++ b/backend/iw/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "New appointment", "base_data": "Basic information about the appointment", "no_appointments_text": "No appointment has been added for your museum yet (hence, we cannot list any). You may:", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/iw/basis.json b/backend/iw/basis.json index 619a9082..a104420c 100644 --- a/backend/iw/basis.json +++ b/backend/iw/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/nl/appointments.json b/backend/nl/appointments.json index ed21addc..8a408d20 100644 --- a/backend/nl/appointments.json +++ b/backend/nl/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "New appointment", "base_data": "Basic information about the appointment", "no_appointments_text": "No appointment has been added for your museum yet (hence, we cannot list any). You may:", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/nl/basis.json b/backend/nl/basis.json index 474400c9..6e3f596a 100644 --- a/backend/nl/basis.json +++ b/backend/nl/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/pl/appointments.json b/backend/pl/appointments.json index ed21addc..8a408d20 100644 --- a/backend/pl/appointments.json +++ b/backend/pl/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "New appointment", "base_data": "Basic information about the appointment", "no_appointments_text": "No appointment has been added for your museum yet (hence, we cannot list any). You may:", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/pl/basis.json b/backend/pl/basis.json index c8d90247..6a606c2a 100644 --- a/backend/pl/basis.json +++ b/backend/pl/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/pt/appointments.json b/backend/pt/appointments.json index ed21addc..8a408d20 100644 --- a/backend/pt/appointments.json +++ b/backend/pt/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "New appointment", "base_data": "Basic information about the appointment", "no_appointments_text": "No appointment has been added for your museum yet (hence, we cannot list any). You may:", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/pt/basis.json b/backend/pt/basis.json index 0da46c20..9512027e 100644 --- a/backend/pt/basis.json +++ b/backend/pt/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/ru/appointments.json b/backend/ru/appointments.json index b4b8731b..aa375b59 100644 --- a/backend/ru/appointments.json +++ b/backend/ru/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "Neue Veranstaltung", "base_data": "Basisdaten zur Veranstaltung", "no_appointments_text": "Es wurde noch kein Termin f\u00fcr Ihr Museum erfasst (entsprechend k\u00f6nnen wir keine auflisten). Sie k\u00f6nnen:", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/ru/basis.json b/backend/ru/basis.json index 2fe1a333..9944e465 100644 --- a/backend/ru/basis.json +++ b/backend/ru/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/tl/appointments.json b/backend/tl/appointments.json index ed21addc..8a408d20 100644 --- a/backend/tl/appointments.json +++ b/backend/tl/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "New appointment", "base_data": "Basic information about the appointment", "no_appointments_text": "No appointment has been added for your museum yet (hence, we cannot list any). You may:", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/tl/basis.json b/backend/tl/basis.json index 474400c9..6e3f596a 100644 --- a/backend/tl/basis.json +++ b/backend/tl/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/tr/appointments.json b/backend/tr/appointments.json index f4ff3509..88c69163 100644 --- a/backend/tr/appointments.json +++ b/backend/tr/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "Yeni etkinlik", "base_data": "Etkinli\u011fe ayit temel veriler", "no_appointments_text": "Sizin m\u00fczenize ayit randevu kay\u0131t\u0131 bulunmamaktad\u0131r (bu y\u00fczden size g\u00f6remiyorsunuz).", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/tr/basis.json b/backend/tr/basis.json index 4bfae2d4..fe46b7c2 100644 --- a/backend/tr/basis.json +++ b/backend/tr/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file diff --git a/backend/zh/appointments.json b/backend/zh/appointments.json index 4a7aede2..328bc2b9 100644 --- a/backend/zh/appointments.json +++ b/backend/zh/appointments.json @@ -32,6 +32,7 @@ "new_appointment": "New event", "base_data": "Basic information about the event", "no_appointments_text": "No appointment has been added for your museum yet (therefore, we cannot list any). You may:", - "live_recording": "Live Recording" + "live_recording": "Live Recording", + "external_source": "Source" } } \ No newline at end of file diff --git a/backend/zh/basis.json b/backend/zh/basis.json index dcf6826b..e5ee5342 100644 --- a/backend/zh/basis.json +++ b/backend/zh/basis.json @@ -122,6 +122,10 @@ "page_museumshowobject": "Show object", "page_museumshowobjects": "Show objects", "question": "Question", - "answer": "Answer" + "answer": "Answer", + "identifier": "Identifier", + "type": "Type", + "audio": "Audio", + "Video": "Video" } } \ No newline at end of file