From ecd54f6861f6b4b96a993eb17241bb8ade702356 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 2 Dec 2019 22:51:56 +0100 Subject: [PATCH] Add translation variables for settings in backend and institution-related pages in frontend --- backend/ar/settings.json | 3 ++- backend/de/settings.json | 3 ++- backend/en/settings.json | 3 ++- backend/es/settings.json | 3 ++- backend/fr/settings.json | 3 ++- backend/hu/settings.json | 3 ++- backend/id/settings.json | 3 ++- backend/it/settings.json | 3 ++- backend/iw/settings.json | 3 ++- backend/nl/settings.json | 3 ++- backend/pl/settings.json | 3 ++- backend/pt/settings.json | 3 ++- backend/tl/settings.json | 3 ++- backend/tr/settings.json | 3 ++- frontend/ar/institution.json | 3 ++- frontend/ar/museum.json | 3 ++- frontend/de/institution.json | 3 ++- frontend/de/museum.json | 3 ++- frontend/en/institution.json | 3 ++- frontend/en/museum.json | 3 ++- frontend/es/institution.json | 3 ++- frontend/es/museum.json | 3 ++- frontend/fr/institution.json | 3 ++- frontend/fr/museum.json | 3 ++- frontend/hu/institution.json | 3 ++- frontend/hu/museum.json | 3 ++- frontend/id/institution.json | 3 ++- frontend/id/museum.json | 3 ++- frontend/it/institution.json | 3 ++- frontend/it/museum.json | 3 ++- frontend/iw/institution.json | 3 ++- frontend/iw/museum.json | 3 ++- frontend/nl/institution.json | 3 ++- frontend/nl/museum.json | 3 ++- frontend/pl/institution.json | 3 ++- frontend/pl/museum.json | 3 ++- frontend/pt/institution.json | 3 ++- frontend/pt/museum.json | 3 ++- frontend/qu/institution.json | 3 ++- frontend/qu/museum.json | 3 ++- frontend/ru/institution.json | 3 ++- frontend/ru/museum.json | 3 ++- frontend/tl/institution.json | 3 ++- frontend/tl/museum.json | 3 ++- frontend/tr/institution.json | 3 ++- frontend/tr/museum.json | 3 ++- 46 files changed, 92 insertions(+), 46 deletions(-) diff --git a/backend/ar/settings.json b/backend/ar/settings.json index 276d30de..23d2fe9d 100644 --- a/backend/ar/settings.json +++ b/backend/ar/settings.json @@ -59,6 +59,7 @@ "comments_by_logged_in": "Any logged in users", "comments_by_viewer": "Users with viewing rights", "comments_by_editor": "Users with editing rights", - "comments_by_nobody": "Nobody" + "comments_by_nobody": "Nobody", + "make_statistics_accessible": "Make (online) visitor statistics accessible" } } \ No newline at end of file diff --git a/backend/de/settings.json b/backend/de/settings.json index 925bef55..154a8cfe 100644 --- a/backend/de/settings.json +++ b/backend/de/settings.json @@ -59,6 +59,7 @@ "comments_by_logged_in": "Eingeloggte Benutzer", "comments_by_viewer": "Benutzer mit Sichtrechten", "comments_by_editor": "Benutzer mit Bearbeitungsrechten", - "comments_by_nobody": "Niemand" + "comments_by_nobody": "Niemand", + "make_statistics_accessible": "(Online-)Besucherstatistik verf\u00fcgbar machen" } } \ No newline at end of file diff --git a/backend/en/settings.json b/backend/en/settings.json index b754d308..f387ff97 100644 --- a/backend/en/settings.json +++ b/backend/en/settings.json @@ -59,6 +59,7 @@ "comments_by_logged_in": "Any logged in users", "comments_by_viewer": "Users with viewing rights", "comments_by_editor": "Users with editing rights", - "comments_by_nobody": "Nobody" + "comments_by_nobody": "Nobody", + "make_statistics_accessible": "Make (online) visitor statistics accessible" } } \ No newline at end of file diff --git a/backend/es/settings.json b/backend/es/settings.json index 37a27260..ca190020 100644 --- a/backend/es/settings.json +++ b/backend/es/settings.json @@ -59,6 +59,7 @@ "comments_by_logged_in": "Any logged in users", "comments_by_viewer": "Users with viewing rights", "comments_by_editor": "Users with editing rights", - "comments_by_nobody": "Nobody" + "comments_by_nobody": "Nobody", + "make_statistics_accessible": "Make (online) visitor statistics accessible" } } \ No newline at end of file diff --git a/backend/fr/settings.json b/backend/fr/settings.json index 276d30de..23d2fe9d 100644 --- a/backend/fr/settings.json +++ b/backend/fr/settings.json @@ -59,6 +59,7 @@ "comments_by_logged_in": "Any logged in users", "comments_by_viewer": "Users with viewing rights", "comments_by_editor": "Users with editing rights", - "comments_by_nobody": "Nobody" + "comments_by_nobody": "Nobody", + "make_statistics_accessible": "Make (online) visitor statistics accessible" } } \ No newline at end of file diff --git a/backend/hu/settings.json b/backend/hu/settings.json index c6bb5a79..dc656478 100644 --- a/backend/hu/settings.json +++ b/backend/hu/settings.json @@ -59,6 +59,7 @@ "comments_by_logged_in": "Any logged in users", "comments_by_viewer": "Users with viewing rights", "comments_by_editor": "Users with editing rights", - "comments_by_nobody": "Nobody" + "comments_by_nobody": "Nobody", + "make_statistics_accessible": "Make (online) visitor statistics accessible" } } \ No newline at end of file diff --git a/backend/id/settings.json b/backend/id/settings.json index ab9670c5..345256fb 100644 --- a/backend/id/settings.json +++ b/backend/id/settings.json @@ -59,6 +59,7 @@ "comments_by_logged_in": "Any logged in users", "comments_by_viewer": "Users with viewing rights", "comments_by_editor": "Users with editing rights", - "comments_by_nobody": "Nobody" + "comments_by_nobody": "Nobody", + "make_statistics_accessible": "Make (online) visitor statistics accessible" } } \ No newline at end of file diff --git a/backend/it/settings.json b/backend/it/settings.json index 37a27260..ca190020 100644 --- a/backend/it/settings.json +++ b/backend/it/settings.json @@ -59,6 +59,7 @@ "comments_by_logged_in": "Any logged in users", "comments_by_viewer": "Users with viewing rights", "comments_by_editor": "Users with editing rights", - "comments_by_nobody": "Nobody" + "comments_by_nobody": "Nobody", + "make_statistics_accessible": "Make (online) visitor statistics accessible" } } \ No newline at end of file diff --git a/backend/iw/settings.json b/backend/iw/settings.json index 276d30de..23d2fe9d 100644 --- a/backend/iw/settings.json +++ b/backend/iw/settings.json @@ -59,6 +59,7 @@ "comments_by_logged_in": "Any logged in users", "comments_by_viewer": "Users with viewing rights", "comments_by_editor": "Users with editing rights", - "comments_by_nobody": "Nobody" + "comments_by_nobody": "Nobody", + "make_statistics_accessible": "Make (online) visitor statistics accessible" } } \ No newline at end of file diff --git a/backend/nl/settings.json b/backend/nl/settings.json index 37a27260..ca190020 100644 --- a/backend/nl/settings.json +++ b/backend/nl/settings.json @@ -59,6 +59,7 @@ "comments_by_logged_in": "Any logged in users", "comments_by_viewer": "Users with viewing rights", "comments_by_editor": "Users with editing rights", - "comments_by_nobody": "Nobody" + "comments_by_nobody": "Nobody", + "make_statistics_accessible": "Make (online) visitor statistics accessible" } } \ No newline at end of file diff --git a/backend/pl/settings.json b/backend/pl/settings.json index 9844a958..79b217c1 100644 --- a/backend/pl/settings.json +++ b/backend/pl/settings.json @@ -59,6 +59,7 @@ "comments_by_logged_in": "Any logged in users", "comments_by_viewer": "Users with viewing rights", "comments_by_editor": "Users with editing rights", - "comments_by_nobody": "Nobody" + "comments_by_nobody": "Nobody", + "make_statistics_accessible": "Make (online) visitor statistics accessible" } } \ No newline at end of file diff --git a/backend/pt/settings.json b/backend/pt/settings.json index 096f06d7..70d3f2db 100644 --- a/backend/pt/settings.json +++ b/backend/pt/settings.json @@ -59,6 +59,7 @@ "comments_by_logged_in": "Any logged in users", "comments_by_viewer": "Users with viewing rights", "comments_by_editor": "Users with editing rights", - "comments_by_nobody": "Nobody" + "comments_by_nobody": "Nobody", + "make_statistics_accessible": "Make (online) visitor statistics accessible" } } \ No newline at end of file diff --git a/backend/tl/settings.json b/backend/tl/settings.json index 37a27260..ca190020 100644 --- a/backend/tl/settings.json +++ b/backend/tl/settings.json @@ -59,6 +59,7 @@ "comments_by_logged_in": "Any logged in users", "comments_by_viewer": "Users with viewing rights", "comments_by_editor": "Users with editing rights", - "comments_by_nobody": "Nobody" + "comments_by_nobody": "Nobody", + "make_statistics_accessible": "Make (online) visitor statistics accessible" } } \ No newline at end of file diff --git a/backend/tr/settings.json b/backend/tr/settings.json index 57a77e68..7040e2fb 100644 --- a/backend/tr/settings.json +++ b/backend/tr/settings.json @@ -59,6 +59,7 @@ "comments_by_logged_in": "Any logged in users", "comments_by_viewer": "Users with viewing rights", "comments_by_editor": "Users with editing rights", - "comments_by_nobody": "Nobody" + "comments_by_nobody": "Nobody", + "make_statistics_accessible": "Make (online) visitor statistics accessible" } } \ No newline at end of file diff --git a/frontend/ar/institution.json b/frontend/ar/institution.json index cfb8ff49..aa51f58b 100644 --- a/frontend/ar/institution.json +++ b/frontend/ar/institution.json @@ -59,6 +59,7 @@ "lockers": "\u062e\u0632\u0646\u0627\u062a", "museum_shop": "\u0645\u062d\u0644 \u0627\u0644\u0645\u062a\u062d\u0641", "babycare_room": "\u063a\u0631\u0641\u0629 \u0639\u0646\u0627\u064a\u0629 \u0628\u0627\u0644\u0637\u0641\u0644", - "ticket_prices": "\u0627\u0633\u0639\u0627\u0631 \u0627\u0644\u0628\u0637\u0627\u0642\u0627\u062a" + "ticket_prices": "\u0627\u0633\u0639\u0627\u0631 \u0627\u0644\u0628\u0637\u0627\u0642\u0627\u062a", + "online_visitor_statistics": "Visitor statistics" } } \ No newline at end of file diff --git a/frontend/ar/museum.json b/frontend/ar/museum.json index 24230633..12416241 100644 --- a/frontend/ar/museum.json +++ b/frontend/ar/museum.json @@ -12,6 +12,7 @@ "map_symbols": "\u0627\u0644\u0631\u0645\u0648\u0632", "images": "\u0627\u0644\u0635\u0648\u0631", "page_museum_description": "\u0644\u0645\u062d\u0629 \u0639\u0627\u0645\u0629 \u0639\u0646 \u0643\u0644 \u0627\u0644\u0645\u062a\u0627\u062d\u0641 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064a \u0645\u062a\u062d\u0641 - \u062f\u064a\u062c\u064a\u062a\u0627\u0644", - "map_options": "Map options" + "map_options": "Map options", + "list_of_museums": "List of all museums" } } \ No newline at end of file diff --git a/frontend/de/institution.json b/frontend/de/institution.json index 11eeafce..b09c44ca 100644 --- a/frontend/de/institution.json +++ b/frontend/de/institution.json @@ -59,6 +59,7 @@ "lockers": "Schlie\u00dff\u00e4cher", "museum_shop": "Museumsshop", "babycare_room": "Wickelraum", - "ticket_prices": "Eintrittspreise" + "ticket_prices": "Eintrittspreise", + "online_visitor_statistics": "Besucherstatistik" } } \ No newline at end of file diff --git a/frontend/de/museum.json b/frontend/de/museum.json index 69be07f3..c7e079d7 100644 --- a/frontend/de/museum.json +++ b/frontend/de/museum.json @@ -12,6 +12,7 @@ "map_symbols": "Marker", "images": "Abbildungen", "page_museum_description": "\u00dcbersicht aller an dieser Instanz von museum-digital beteiligten Museen.", - "map_options": "Kartenoptionen" + "map_options": "Kartenoptionen", + "list_of_museums": "Liste aller Museen" } } \ No newline at end of file diff --git a/frontend/en/institution.json b/frontend/en/institution.json index a0c48062..ddc3372e 100644 --- a/frontend/en/institution.json +++ b/frontend/en/institution.json @@ -59,6 +59,7 @@ "lockers": "Lockers", "museum_shop": "Museum shop", "babycare_room": "Baby care room", - "ticket_prices": "Ticket prices" + "ticket_prices": "Ticket prices", + "online_visitor_statistics": "Visitor statistics" } } \ No newline at end of file diff --git a/frontend/en/museum.json b/frontend/en/museum.json index ba2d4cc8..56b70ba3 100644 --- a/frontend/en/museum.json +++ b/frontend/en/museum.json @@ -12,6 +12,7 @@ "map_symbols": "Symbols", "images": "Images", "page_museum_description": "Overview of all museums participating in this instance of museum-digital.", - "map_options": "Map options" + "map_options": "Map options", + "list_of_museums": "List of all museums" } } \ No newline at end of file diff --git a/frontend/es/institution.json b/frontend/es/institution.json index 0406802c..6183158d 100644 --- a/frontend/es/institution.json +++ b/frontend/es/institution.json @@ -59,6 +59,7 @@ "lockers": "Lockers", "museum_shop": "Museum shop", "babycare_room": "Baby care room", - "ticket_prices": "Ticket prices" + "ticket_prices": "Ticket prices", + "online_visitor_statistics": "Visitor statistics" } } \ No newline at end of file diff --git a/frontend/es/museum.json b/frontend/es/museum.json index 05a4446d..21d5ca54 100644 --- a/frontend/es/museum.json +++ b/frontend/es/museum.json @@ -12,6 +12,7 @@ "map_symbols": "Symbols", "images": "Images", "page_museum_description": "Overview of all museums participating on this instance of museum-digital.", - "map_options": "Map options" + "map_options": "Map options", + "list_of_museums": "List of all museums" } } \ No newline at end of file diff --git a/frontend/fr/institution.json b/frontend/fr/institution.json index 7f9c9f2d..33826cf4 100644 --- a/frontend/fr/institution.json +++ b/frontend/fr/institution.json @@ -59,6 +59,7 @@ "lockers": "Lockers", "museum_shop": "Museum shop", "babycare_room": "Baby care room", - "ticket_prices": "Ticket prices" + "ticket_prices": "Ticket prices", + "online_visitor_statistics": "Visitor statistics" } } \ No newline at end of file diff --git a/frontend/fr/museum.json b/frontend/fr/museum.json index a3e8d5b9..1b650d92 100644 --- a/frontend/fr/museum.json +++ b/frontend/fr/museum.json @@ -12,6 +12,7 @@ "map_symbols": "Symbols", "images": "Images", "page_museum_description": "Overview of all museums participating on this instance of museum-digital.", - "map_options": "Map options" + "map_options": "Map options", + "list_of_museums": "List of all museums" } } \ No newline at end of file diff --git a/frontend/hu/institution.json b/frontend/hu/institution.json index 6926d22b..230cb218 100644 --- a/frontend/hu/institution.json +++ b/frontend/hu/institution.json @@ -59,6 +59,7 @@ "lockers": "Csomagmeg\u0151rz\u0151", "museum_shop": "M\u00fazeumshop", "babycare_room": "Pelenk\u00e1z\u00f3 helyis\u00e9g", - "ticket_prices": "Bel\u00e9p\u0151jegy \u00e1ra" + "ticket_prices": "Bel\u00e9p\u0151jegy \u00e1ra", + "online_visitor_statistics": "Visitor statistics" } } \ No newline at end of file diff --git a/frontend/hu/museum.json b/frontend/hu/museum.json index b347b6e7..7aa78f4b 100644 --- a/frontend/hu/museum.json +++ b/frontend/hu/museum.json @@ -12,6 +12,7 @@ "map_symbols": "Szimb\u00f3lumok", "images": "K\u00e9pek", "page_museum_description": "A M\u00fazeumDigit\u00e1r magyar verzi\u00f3j\u00e1hoz csatlakozott \u00f6sszes tartalomszolg\u00e1ltat\u00f3 ", - "map_options": "Map options" + "map_options": "Map options", + "list_of_museums": "List of all museums" } } \ No newline at end of file diff --git a/frontend/id/institution.json b/frontend/id/institution.json index 9721743f..fb3bdf57 100644 --- a/frontend/id/institution.json +++ b/frontend/id/institution.json @@ -59,6 +59,7 @@ "lockers": "Loker", "museum_shop": "Toko museum", "babycare_room": "Baby care room", - "ticket_prices": "Harga tiket" + "ticket_prices": "Harga tiket", + "online_visitor_statistics": "Visitor statistics" } } \ No newline at end of file diff --git a/frontend/id/museum.json b/frontend/id/museum.json index 2e7a6c34..76771140 100644 --- a/frontend/id/museum.json +++ b/frontend/id/museum.json @@ -12,6 +12,7 @@ "map_symbols": "Simbol", "images": "Gambaran", "page_museum_description": "Ikhtisar semua lembaga versi museum-digital ini.", - "map_options": "Map options" + "map_options": "Map options", + "list_of_museums": "List of all museums" } } \ No newline at end of file diff --git a/frontend/it/institution.json b/frontend/it/institution.json index 089b4a98..a2caefef 100644 --- a/frontend/it/institution.json +++ b/frontend/it/institution.json @@ -59,6 +59,7 @@ "lockers": "Lockers", "museum_shop": "Museum shop", "babycare_room": "Baby care room", - "ticket_prices": "Ticket prices" + "ticket_prices": "Ticket prices", + "online_visitor_statistics": "Visitor statistics" } } \ No newline at end of file diff --git a/frontend/it/museum.json b/frontend/it/museum.json index 87d2d68b..7d1731dc 100644 --- a/frontend/it/museum.json +++ b/frontend/it/museum.json @@ -12,6 +12,7 @@ "map_symbols": "Symbols", "images": "Images", "page_museum_description": "Overview of all museums participating on this instance of museum-digital.", - "map_options": "Map options" + "map_options": "Map options", + "list_of_museums": "List of all museums" } } \ No newline at end of file diff --git a/frontend/iw/institution.json b/frontend/iw/institution.json index 7f9c9f2d..33826cf4 100644 --- a/frontend/iw/institution.json +++ b/frontend/iw/institution.json @@ -59,6 +59,7 @@ "lockers": "Lockers", "museum_shop": "Museum shop", "babycare_room": "Baby care room", - "ticket_prices": "Ticket prices" + "ticket_prices": "Ticket prices", + "online_visitor_statistics": "Visitor statistics" } } \ No newline at end of file diff --git a/frontend/iw/museum.json b/frontend/iw/museum.json index a3e8d5b9..1b650d92 100644 --- a/frontend/iw/museum.json +++ b/frontend/iw/museum.json @@ -12,6 +12,7 @@ "map_symbols": "Symbols", "images": "Images", "page_museum_description": "Overview of all museums participating on this instance of museum-digital.", - "map_options": "Map options" + "map_options": "Map options", + "list_of_museums": "List of all museums" } } \ No newline at end of file diff --git a/frontend/nl/institution.json b/frontend/nl/institution.json index 211faadb..970a27e2 100644 --- a/frontend/nl/institution.json +++ b/frontend/nl/institution.json @@ -59,6 +59,7 @@ "lockers": "Lockers", "museum_shop": "Museum shop", "babycare_room": "Baby care room", - "ticket_prices": "Ticket prices" + "ticket_prices": "Ticket prices", + "online_visitor_statistics": "Visitor statistics" } } \ No newline at end of file diff --git a/frontend/nl/museum.json b/frontend/nl/museum.json index 66edc231..a6298668 100644 --- a/frontend/nl/museum.json +++ b/frontend/nl/museum.json @@ -12,6 +12,7 @@ "map_symbols": "Symbols", "images": "Images", "page_museum_description": "Overview of all museums participating on this instance of museum-digital.", - "map_options": "Map options" + "map_options": "Map options", + "list_of_museums": "List of all museums" } } \ No newline at end of file diff --git a/frontend/pl/institution.json b/frontend/pl/institution.json index 19200c20..492902a4 100644 --- a/frontend/pl/institution.json +++ b/frontend/pl/institution.json @@ -59,6 +59,7 @@ "lockers": "Lockers", "museum_shop": "Museum shop", "babycare_room": "Baby care room", - "ticket_prices": "Ticket prices" + "ticket_prices": "Ticket prices", + "online_visitor_statistics": "Visitor statistics" } } \ No newline at end of file diff --git a/frontend/pl/museum.json b/frontend/pl/museum.json index 4b615990..aa16388a 100644 --- a/frontend/pl/museum.json +++ b/frontend/pl/museum.json @@ -12,6 +12,7 @@ "map_symbols": "Symbols", "images": "Images", "page_museum_description": "Overview of all museums participating on this instance of museum-digital.", - "map_options": "Map options" + "map_options": "Map options", + "list_of_museums": "List of all museums" } } \ No newline at end of file diff --git a/frontend/pt/institution.json b/frontend/pt/institution.json index 461fdf83..5e583d03 100644 --- a/frontend/pt/institution.json +++ b/frontend/pt/institution.json @@ -59,6 +59,7 @@ "lockers": "Lockers", "museum_shop": "Museum shop", "babycare_room": "Baby care room", - "ticket_prices": "Ticket prices" + "ticket_prices": "Ticket prices", + "online_visitor_statistics": "Visitor statistics" } } \ No newline at end of file diff --git a/frontend/pt/museum.json b/frontend/pt/museum.json index 75cf8bc6..6ab62d52 100644 --- a/frontend/pt/museum.json +++ b/frontend/pt/museum.json @@ -12,6 +12,7 @@ "map_symbols": "Symbols", "images": "Images", "page_museum_description": "Overview of all museums participating on this instance of museum-digital.", - "map_options": "Map options" + "map_options": "Map options", + "list_of_museums": "List of all museums" } } \ No newline at end of file diff --git a/frontend/qu/institution.json b/frontend/qu/institution.json index 7f9c9f2d..33826cf4 100644 --- a/frontend/qu/institution.json +++ b/frontend/qu/institution.json @@ -59,6 +59,7 @@ "lockers": "Lockers", "museum_shop": "Museum shop", "babycare_room": "Baby care room", - "ticket_prices": "Ticket prices" + "ticket_prices": "Ticket prices", + "online_visitor_statistics": "Visitor statistics" } } \ No newline at end of file diff --git a/frontend/qu/museum.json b/frontend/qu/museum.json index a3e8d5b9..1b650d92 100644 --- a/frontend/qu/museum.json +++ b/frontend/qu/museum.json @@ -12,6 +12,7 @@ "map_symbols": "Symbols", "images": "Images", "page_museum_description": "Overview of all museums participating on this instance of museum-digital.", - "map_options": "Map options" + "map_options": "Map options", + "list_of_museums": "List of all museums" } } \ No newline at end of file diff --git a/frontend/ru/institution.json b/frontend/ru/institution.json index 211faadb..970a27e2 100644 --- a/frontend/ru/institution.json +++ b/frontend/ru/institution.json @@ -59,6 +59,7 @@ "lockers": "Lockers", "museum_shop": "Museum shop", "babycare_room": "Baby care room", - "ticket_prices": "Ticket prices" + "ticket_prices": "Ticket prices", + "online_visitor_statistics": "Visitor statistics" } } \ No newline at end of file diff --git a/frontend/ru/museum.json b/frontend/ru/museum.json index 66edc231..a6298668 100644 --- a/frontend/ru/museum.json +++ b/frontend/ru/museum.json @@ -12,6 +12,7 @@ "map_symbols": "Symbols", "images": "Images", "page_museum_description": "Overview of all museums participating on this instance of museum-digital.", - "map_options": "Map options" + "map_options": "Map options", + "list_of_museums": "List of all museums" } } \ No newline at end of file diff --git a/frontend/tl/institution.json b/frontend/tl/institution.json index 0406802c..6183158d 100644 --- a/frontend/tl/institution.json +++ b/frontend/tl/institution.json @@ -59,6 +59,7 @@ "lockers": "Lockers", "museum_shop": "Museum shop", "babycare_room": "Baby care room", - "ticket_prices": "Ticket prices" + "ticket_prices": "Ticket prices", + "online_visitor_statistics": "Visitor statistics" } } \ No newline at end of file diff --git a/frontend/tl/museum.json b/frontend/tl/museum.json index 05a4446d..21d5ca54 100644 --- a/frontend/tl/museum.json +++ b/frontend/tl/museum.json @@ -12,6 +12,7 @@ "map_symbols": "Symbols", "images": "Images", "page_museum_description": "Overview of all museums participating on this instance of museum-digital.", - "map_options": "Map options" + "map_options": "Map options", + "list_of_museums": "List of all museums" } } \ No newline at end of file diff --git a/frontend/tr/institution.json b/frontend/tr/institution.json index 11eeafce..a8cf1254 100644 --- a/frontend/tr/institution.json +++ b/frontend/tr/institution.json @@ -59,6 +59,7 @@ "lockers": "Schlie\u00dff\u00e4cher", "museum_shop": "Museumsshop", "babycare_room": "Wickelraum", - "ticket_prices": "Eintrittspreise" + "ticket_prices": "Eintrittspreise", + "online_visitor_statistics": "Visitor statistics" } } \ No newline at end of file diff --git a/frontend/tr/museum.json b/frontend/tr/museum.json index 20d9619a..4169a11d 100644 --- a/frontend/tr/museum.json +++ b/frontend/tr/museum.json @@ -12,6 +12,7 @@ "map_symbols": "Marker", "images": "Abbildungen", "page_museum_description": "\u00dcbersicht aller an dieser Instanz von museum-digital beteiligten Museen.", - "map_options": "Map options" + "map_options": "Map options", + "list_of_museums": "List of all museums" } } \ No newline at end of file