Stand 2018-09-11.
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
"about_the_appointment": "\u00dcber die Veranstaltung",
|
||||
"export_calendar_entry": "Kalendereintrag exportieren",
|
||||
"images": "Bilder von der Veranstaltung",
|
||||
"url_web": "Veranstaltungswebseite"
|
||||
"url_web": "Veranstaltungswebseite",
|
||||
"export_for_calendar": "F\u00fcr Kalender exportieren"
|
||||
}
|
||||
}
|
57
frontend/de/articles.json
Normal file
57
frontend/de/articles.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"tlArticles": {
|
||||
"add_edit_article": "Artikel hinzuf\u00fcgen \/ bearbeiten",
|
||||
"articles_edit_description": "Auf dieser Seite k\u00f6nnen Sie Artikel hinzuf\u00fcgen oder bearbeiten",
|
||||
"article_title": "Titel",
|
||||
"article_abstract": "Abstract",
|
||||
"article_content": "Artikelinhalt",
|
||||
"license": "Lizenz",
|
||||
"added": "Hinzugef\u00fcgt",
|
||||
"published": "Ver\u00f6ffentlicht",
|
||||
"updated": "Geupdated",
|
||||
"about": "\u00dcber",
|
||||
"draft": "Entwurf",
|
||||
"metadata": "Metadaten",
|
||||
"options": "Optionen",
|
||||
"citation_options": "Zitieroptionen",
|
||||
"table_of_contents": "Inhaltsverzeichnis",
|
||||
"referenced_objects": "Referenzierte Objekte",
|
||||
"bibliography": "Bibliographie",
|
||||
"add_another_author": "Einen (weiteren) Autoren hinzuf\u00fcgen",
|
||||
"authors": "Autoren",
|
||||
"tools": "Tools",
|
||||
"my_articles": "Meine Artikel",
|
||||
"recent_articles": "Neueste Artikel",
|
||||
"articles": "Artikel",
|
||||
"add_article": "Artikel hinzuf\u00fcgen",
|
||||
"edit": "Bearbeiten",
|
||||
"deleted_article": "Artikel wurde gel\u00f6scht",
|
||||
"updated_bibliography": "Bibliography wurde geupdated.",
|
||||
"updated_article": "Der Artikel wurde geupdated.",
|
||||
"added_article": "Der Artikel wurde hinzugef\u00fcgt.",
|
||||
"download_pdf": "PDF downloaden",
|
||||
"by": "Von",
|
||||
"endnotes": "Endnoten",
|
||||
"notes": "Anmerkungen",
|
||||
"manage_files": "Bilddateien verwalten",
|
||||
"thanks": "Danksagung",
|
||||
"available_at": "Verf\u00fcgbar unter",
|
||||
"added_publications": "Neue Publikation wurde hinzugef\u00fcgt",
|
||||
"updated_publication": "Die Publikation wurde geupdatet.",
|
||||
"deleted_publication": "Die Publikation wurde gel\u00f6scht.",
|
||||
"add_edit_publication": "Publikation bearbeiten",
|
||||
"description": "Beschreibung",
|
||||
"year": "Jahr",
|
||||
"publication_type": "Typ",
|
||||
"publisher": "Ver\u00f6ffentlicht von",
|
||||
"summary": "Zusammenfassung",
|
||||
"description_summary": "Beschreibung \/ Zusammenfassung",
|
||||
"volume": "Band",
|
||||
"issue": "Nummer",
|
||||
"pages": "Seiten",
|
||||
"pages_short": "s."
|
||||
},
|
||||
"type": {
|
||||
"publication_type": "Type"
|
||||
}
|
||||
}
|
@ -44,6 +44,7 @@
|
||||
"exhibitions": "Ausstellungen",
|
||||
"tag_cloud": "Schlagwortwolke",
|
||||
"sitemap": "Sitemap",
|
||||
"page": "Seite"
|
||||
"page": "Seite",
|
||||
"image_search": "Bildersuche"
|
||||
}
|
||||
}
|
@ -19,6 +19,8 @@
|
||||
"exhibitions_from": "Von",
|
||||
"exhibitions_until": "Bis",
|
||||
"url_web": "Webseite der Ausstellung",
|
||||
"catalogue_link": "Ausstellungskatalog"
|
||||
"catalogue_link": "Ausstellungskatalog",
|
||||
"tour": "Tour durch die Ausstellung",
|
||||
"export_for_calendar": "F\u00fcr Kalender exportieren"
|
||||
}
|
||||
}
|
@ -30,6 +30,7 @@
|
||||
"map_objects_museum": "Objekte des Museums auf Karte",
|
||||
"timeline_objects_collection": "Zeitleiste der Objekte dieser Sammlung",
|
||||
"map_objects_collection": "Objekte dieser Sammlung auf Karte",
|
||||
"all_events": "Alle Veranstaltungen anzeigen"
|
||||
"all_events": "Alle Veranstaltungen anzeigen",
|
||||
"tour": "Tour durch das Museum"
|
||||
}
|
||||
}
|
@ -65,6 +65,7 @@
|
||||
"search_mode_raster": "Raster",
|
||||
"search_mode_grid": "Raster",
|
||||
"search_mode_liste": "Listenansicht",
|
||||
"search_mode_browse": "Durchbl\u00e4ttern"
|
||||
"search_mode_browse": "Durchbl\u00e4ttern",
|
||||
"search_results_by_museum": "Suchergebnisse nach Museum"
|
||||
}
|
||||
}
|
@ -12,6 +12,9 @@
|
||||
"api": "API",
|
||||
"exhibition": "Ausstellungen",
|
||||
"settings": "Einstellungen",
|
||||
"sitemap": "Site map"
|
||||
"sitemap": "Site map",
|
||||
"more": "More",
|
||||
"articles": "Articles",
|
||||
"events": "Veranstaltungen"
|
||||
}
|
||||
}
|
@ -25,7 +25,10 @@
|
||||
"cite_this_page": "Zitieren",
|
||||
"licence_metadata": "Lizenz (Metadaten)",
|
||||
"licence_images": "Lizenz (Abbildungen)",
|
||||
"edit_object": "Objekt bearbeiten"
|
||||
"edit_object": "Objekt bearbeiten",
|
||||
"linked_articles": "Verkn\u00fcpfte Artikel",
|
||||
"by": "Von",
|
||||
"published": "Ver\u00f6ffentlicht"
|
||||
},
|
||||
"objekt_single": {
|
||||
"inventory_number": "Inventarnummer",
|
||||
|
@ -5,7 +5,7 @@
|
||||
"api_title": "API und Exportoptionen",
|
||||
"api_content": "<article>\r\n <h3>Generelles<\/h3>\r\n <p>APIs und alternative Ausgabeformate sind \u00fcber ein hinzuf\u00fcgen von <code>&output=format<\/code> an eine gegebene URL erreichbar. Unten finden Sie eine Liste der verf\u00fcgbaren APIs und Exportoptionen, abgesehen von <a href=\"index.php?t=text&st=rss\">RSS-Feeds<\/a>.<\/p>\r\n <p>Alle APIs sind auch \u00fcber das Kontextmen\u00fc (<kbd>CTRL+Right Click<\/kbd>) und die Tastensteuerung (<kbd>CTRL+e<\/kbd>) auf der korrespondierenden HTML-Seite verf\u00fcgbar.<\/p>\r\n<\/article>\r\n\r\n<article id=\"jsonAPI\">\r\n <h3>JSON API<\/h3>\r\n <p>Museum-Digital bietet JSON APIs f\u00fcr alle zentralen Seiten. Eine l\u00e4ngere Erl\u00e4uterung findet sich im <a href=\"https:\/\/handbook.museum-digital.info\/?lan=de&q=Ausgabe\/APIs\">Handbuch<\/a> (German).<\/p>\r\n\r\n\r\n<ul>\r\n\r\n <li><a href=\"index.php?t=museum&output=json\">Alle Museen<\/a><\/li>\r\n <li><a href=\"index.php?t=collection&output=json\">Alle Sammlungen<\/a><\/li>\r\n <li>Search results [note that this API only returns the object IDs, further information ] <a href=\"\">(Beispiel)<\/a><\/li>\r\n <li>Verf\u00fcgbare Daten zu einem Objekt (<a href=\"index.php?t=objekt&oges=1&output=json\">Beispiel<\/a>)<\/li>\r\n <li>Verf\u00fcgbare Daten zu einer Institution (<a href=\"index.php?t=institution&instnr=1&output=json\">Beispiel<\/a>)<\/li>\r\n <li>Verf\u00fcgbare Daten zu einer Sammlung (<a href=\"index.php?t=sammlung&gesusa=1&output=json\">Beispiel<\/a>)<\/li>\r\n <li>Verf\u00fcgbare Daten zu einer Objektgruppe (<a href=\"index.php?t=serie&serges=1&output=json\">Beispiel<\/a>)<\/li>\r\n <li><a href=\"index.php?t=home&output=json\">Texte auf der Startseite<\/a><\/li>\r\n <li><a href=\"index.php?t=kontakt&output=json\">Kontakt<\/a><\/li>\r\n\r\n<\/ul>\r\n \r\n<\/article>\r\n\r\n<article id=\"furtherExportOptions\">\r\n <h3>Weitere Export-Optionen<\/h3>\r\n <p>Einige Seiten bieten erweiterte Exportoptionen.<\/p>\r\n <table class=\"overviewtable\">\r\n\r\n <thead>\r\n<tr>\r\n<th>Seite<\/th>\r\n<th>Zweck<\/th>\r\n<th>Beispiel<\/th>\r\n<th>Format \/ mime-type<\/th>\r\n<\/tr>\r\n <\/thead>\r\n\r\n <tbody>\r\n\r\n <tr>\r\n <td>Einzelinstitution<\/td>\r\n <td>vCard (digitale Visitenkarte) einer Institution<\/td>\r\n <td><a href=\"index.php?t=institution&instnr=1&output=vcard\">Beispiel: Kontakt der Institution mit ID 1<\/a><\/td>\r\n <td><code>.vcf<\/code> \/ <code>text\/vcard<\/code><\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>Einzelinstitution<\/td>\r\n <td>Kalender f\u00fcr alle Ausstellungen einer Institution<\/td>\r\n <td><a href=\"index.php?t=institution&instnr=1&output=ics&mod=exhibitions\">Beispiel: Ausstellungen der Institution mit ID 1<\/a><\/td>\r\n <td><code>.ics<\/code> \/ <code>text\/calendar<\/code><\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>Einzelne Ausstellung<\/td>\r\n <td>Kalendereintrag f\u00fcr eine Ausstellung<\/td>\r\n <td><a href=\"index.php?t=exhibition&id=1&output=ics\">Beispiel: Ausstellung mit ID 1<\/a><\/td>\r\n <td><code>.ics<\/code> \/ <code>text\/calendar<\/code><\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>Einzelnes Objekt<\/td>\r\n <td>BibTeX-Export f\u00fcr Referenzieren einer Objektseite<\/td>\r\n <td><a href=\"index.php?t=objekt&oges=1&output=BibTeX\">Beispiel: Objekt mit ID 1<\/a><\/td>\r\n <td><code>.bib<\/code> \/ <code>application\/x-bibtex<\/code><\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>Einzelnes Objekt<\/td>\r\n <td>BibTeX-Export f\u00fcr alle Literatureintr\u00e4ge eines Objektes<\/td>\r\n <td><a href=\"index.php?t=objekt&oges=1&output=BibTeX&mod=literature\">Beispiel: Verkn\u00fcpfte Literautur des Objektes mit ID 1<\/a><\/td>\r\n <td><code>.bib<\/code> \/ <code>application\/x-bibtex<\/code><\/td>\r\n <\/tr>\r\n\r\n <\/tbody>\r\n\r\n <\/table>\r\n<\/article>\r\n",
|
||||
"sessionSettings_title": "Browserbasierte Einstellungen",
|
||||
"sessionSettings_content": "<p>\r\n F\u00fcr einige Funktionalit\u00e4ten benutzt museum-digital Einstellungen, die \u00fcber den browser-internen Speicher gesetzt werden k\u00f6nnen (f\u00fcr die technisch Interessierten: benutzt wird die <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Web_Storage_API\">Web Storage API<\/a>). Auf dieser Seite k\u00f6nnen Sie die verf\u00fcgbaren Einstellungen setzen. Auch von allen anderen Seiten aus kann dies \u00fcber die Tastensteuerung und das Kontextmen\u00fc getan werden.\r\n<\/p>\r\n\r\n<table class=\"overviewtable\">\r\n <thead>\r\n <tr>\r\n <th>Option<\/th>\r\n <th>Value<\/th>\r\n <\/tr>\r\n <\/thead>\r\n <tbody>\r\n <tr>\r\n <td>Alternatives Design aktivieren<\/td>\r\n <td><input type=\"range\" id=\"settingsAlternativeDesign\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <tr>\r\n <td>Spracherkennung aktivieren<\/td>\r\n <td><input type=\"range\" id=\"settingsSpeechRecognition\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <\/tbody>\r\n<\/table>",
|
||||
"sessionSettings_content": "<p>\r\n F\u00fcr einige Funktionalit\u00e4ten benutzt museum-digital Einstellungen, die \u00fcber den browser-internen Speicher gesetzt werden k\u00f6nnen (f\u00fcr die technisch Interessierten: benutzt wird die <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Web_Storage_API\">Web Storage API<\/a>). Auf dieser Seite k\u00f6nnen Sie die verf\u00fcgbaren Einstellungen setzen. Auch von allen anderen Seiten aus kann dies \u00fcber die Tastensteuerung und das Kontextmen\u00fc getan werden.\r\n<\/p>\r\n\r\n<table class=\"overviewtable\">\r\n <thead>\r\n <tr>\r\n <th>Option<\/th>\r\n <th>Value<\/th>\r\n <\/tr>\r\n <\/thead>\r\n <tbody>\r\n <tr>\r\n <td>Alternatives Design aktivieren<\/td>\r\n <td><input type=\"range\" id=\"settingsAlternativeDesign\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <tr>\r\n <td>Spracherkennung aktivieren<\/td>\r\n <td><input type=\"range\" id=\"settingsSpeechRecognition\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <tr>\r\n <td>Pre-Caching aktivieren<\/td>\r\n <td><input type=\"range\" id=\"settingsPrecaching\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <\/tbody>\r\n<\/table>",
|
||||
"404_title": "404",
|
||||
"404_content": "Nothing found."
|
||||
}
|
||||
|
@ -13,6 +13,7 @@
|
||||
"about_the_appointment": "About the Event",
|
||||
"export_calendar_entry": "Export calendar entry",
|
||||
"images": "Images",
|
||||
"url_web": "Website of the event"
|
||||
"url_web": "Website of the event",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
57
frontend/en/articles.json
Normal file
57
frontend/en/articles.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"tlArticles": {
|
||||
"add_edit_article": "Add \/ Edit Article",
|
||||
"articles_edit_description": "On this page you can add or edit articles.",
|
||||
"article_title": "Title",
|
||||
"article_abstract": "Abstract",
|
||||
"article_content": "Article content",
|
||||
"license": "License",
|
||||
"added": "Added",
|
||||
"published": "Published",
|
||||
"updated": "Updated",
|
||||
"about": "About",
|
||||
"draft": "Draft",
|
||||
"metadata": "Metadata",
|
||||
"options": "Options",
|
||||
"citation_options": "Citation options",
|
||||
"table_of_contents": "Table of contents",
|
||||
"referenced_objects": "Referenced objects",
|
||||
"bibliography": "Bibliography",
|
||||
"add_another_author": "Add (another) author",
|
||||
"authors": "Authors",
|
||||
"tools": "Tools",
|
||||
"my_articles": "My Articles",
|
||||
"recent_articles": "Recent Articles",
|
||||
"articles": "Articles",
|
||||
"add_article": "Add article",
|
||||
"edit": "Edit",
|
||||
"deleted_article": "Deleted article",
|
||||
"updated_bibliography": "Updated bibliography",
|
||||
"updated_article": "Updated article",
|
||||
"added_article": "The article has been added.",
|
||||
"download_pdf": "Download PDF",
|
||||
"by": "By",
|
||||
"endnotes": "Endnotes",
|
||||
"notes": "Notes",
|
||||
"manage_files": "Manage files",
|
||||
"thanks": "Thanks",
|
||||
"available_at": "Available at",
|
||||
"added_publications": "Added publication.",
|
||||
"updated_publication": "The publication has been updated.",
|
||||
"deleted_publication": "The publication has been deleted.",
|
||||
"add_edit_publication": "Publication bearbeiten",
|
||||
"description": "Description",
|
||||
"year": "Year",
|
||||
"publication_type": "Type",
|
||||
"publisher": "Published by",
|
||||
"summary": "Zusammenfassung",
|
||||
"description_summary": "Description \/ Summary",
|
||||
"volume": "Volume",
|
||||
"issue": "Issue",
|
||||
"pages": "Pages",
|
||||
"pages_short": "p."
|
||||
},
|
||||
"type": {
|
||||
"publication_type": "Type"
|
||||
}
|
||||
}
|
@ -44,6 +44,7 @@
|
||||
"exhibitions": "Exhibitions",
|
||||
"tag_cloud": "Tag cloud",
|
||||
"sitemap": "Sitemap",
|
||||
"page": "Page"
|
||||
"page": "Page",
|
||||
"image_search": "Image search"
|
||||
}
|
||||
}
|
@ -19,6 +19,8 @@
|
||||
"exhibitions_from": "From",
|
||||
"exhibitions_until": "Until",
|
||||
"url_web": "Website of the exhibition",
|
||||
"catalogue_link": "Exhibition catalogue"
|
||||
"catalogue_link": "Exhibition catalogue",
|
||||
"tour": "Tour through the exhibition",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
@ -30,6 +30,7 @@
|
||||
"map_objects_museum": "Map showing objects of the museum",
|
||||
"timeline_objects_collection": "Timeline for objects of the collection",
|
||||
"map_objects_collection": "Map showing objects of the collection",
|
||||
"all_events": "Alle Veranstaltungen anzeigen"
|
||||
"all_events": "Alle Veranstaltungen anzeigen",
|
||||
"tour": "Tour of the museum"
|
||||
}
|
||||
}
|
@ -65,6 +65,7 @@
|
||||
"search_mode_raster": "Grid",
|
||||
"search_mode_grid": "Grid",
|
||||
"search_mode_liste": "List view",
|
||||
"search_mode_browse": "Browse mode"
|
||||
"search_mode_browse": "Browse mode",
|
||||
"search_results_by_museum": "Search results by museum"
|
||||
}
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"museum": {
|
||||
"page_museum_title": "Museums ...",
|
||||
"page_museum_intro": "museum-digital displays objects and collections from museums. Each and every museum is worth being visited! Click on the museums name to learn more about it. Clicking on the number of a museums objects, an overview will open. You can sort the table by clicking on the columns' titles.",
|
||||
"page_museum_intro": "museum-digital displays objects and collections from museums. Each and every museum is worth a visit! Click on the museum's name to learn more about it. By clicking on the number of a museum's objects, an overview of these will open. You can sort the table by clicking on the columns' titles.",
|
||||
"column_name": "Name",
|
||||
"column_place": "Place",
|
||||
"column_web": "Web",
|
||||
|
@ -12,6 +12,9 @@
|
||||
"api": "API",
|
||||
"exhibition": "Exhibition",
|
||||
"settings": "Settings",
|
||||
"sitemap": "Site map"
|
||||
"sitemap": "Site map",
|
||||
"more": "More",
|
||||
"articles": "Articles",
|
||||
"events": "Events"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -25,7 +25,10 @@
|
||||
"cite_this_page": "Cite this page",
|
||||
"licence_metadata": "Licence (Metadata)",
|
||||
"licence_images": "Licence (images)",
|
||||
"edit_object": "Edit object"
|
||||
"edit_object": "Edit object",
|
||||
"linked_articles": "Linked Artikels",
|
||||
"by": "By",
|
||||
"published": "Published"
|
||||
},
|
||||
"objekt_single": {
|
||||
"inventory_number": "Inventory number",
|
||||
|
@ -5,7 +5,7 @@
|
||||
"api_title": "API and Export Options",
|
||||
"api_content": "<article>\r\n <h3>General Notes<\/h3>\r\n <p>In general, the APIs and export options are accessible upon appending <code>&output=format<\/code> to a given URL. Below, you can find a brief list of the available APIs and export options, aside from <a href=\"index.php?t=text&st=rss\">RSS feeds<\/a>.<\/p>\r\n <p>All APIs are by the way also accessible by using the context (<kbd>CTRL+Right Click<\/kbd>) or the keyboard menu (<kbd>CTRL+e<\/kbd>) on their corresponding HTML page.<\/p>\r\n<\/article>\r\n\r\n<article id=\"jsonAPI\">\r\n <h3>JSON API<\/h3>\r\n <p>Museum-Digital offers JSON APIs for most of the central pages. This page offers just a brief description - a more thorough one can be found in the <a href=\"https:\/\/handbook.museum-digital.info\/?lan=de&q=Ausgabe\/APIs\">handbook<\/a> (German).<\/p>\r\n\r\n\r\n<ul>\r\n\r\n <li><a href=\"index.php?t=museum&output=json\">All museums<\/a><\/li>\r\n <li><a href=\"index.php?t=collection&output=json\">All collections<\/a><\/li>\r\n <li>Search results [note that this API only returns the object IDs, further information ] <a href=\"\">(Example)<\/a><\/li>\r\n <li>All available (public) data on an object (<a href=\"index.php?t=objekt&oges=1&output=json\">Example<\/a>)<\/li>\r\n <li>All available (public) data on an institution (<a href=\"index.php?t=institution&instnr=1&output=json\">Example<\/a>)<\/li>\r\n <li>All available (public) data on a collection (<a href=\"index.php?t=sammlung&gesusa=1&output=json\">Example<\/a>)<\/li>\r\n <li>All available (public) data on an object group (<a href=\"index.php?t=serie&serges=1&output=json\">Example<\/a>)<\/li>\r\n <li><a href=\"index.php?t=home&output=json\">Texts on start page<\/a><\/li>\r\n <li><a href=\"index.php?t=kontakt&output=json\">Contact page<\/a><\/li>\r\n\r\n<\/ul>\r\n \r\n<\/article>\r\n<article id=\"furtherExportOptions\">\r\n <h3>Further export options<\/h3>\r\n <p>Some pages come with additional export options.<\/p>\r\n <table class=\"overviewtable\">\r\n\r\n <thead>\r\n<tr>\r\n<th>Page<\/th>\r\n<th>Purpose<\/th>\r\n<th>Example<\/th>\r\n<th>Format \/ mime-type<\/th>\r\n<\/tr>\r\n <\/thead>\r\n\r\n <tbody>\r\n\r\n <tr>\r\n <td>Single institution<\/td>\r\n <td>vCard (e.g. for exporting a contact to Outlook) of an institution<\/td>\r\n <td><a href=\"index.php?t=institution&instnr=1&output=vcard\">Example: contact of institution of ID 1<\/a><\/td>\r\n <td><code>.vcf<\/code> \/ <code>text\/vcard<\/code><\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>Single institution<\/td>\r\n <td>Calendar of all Exhibitions of an institution<\/td>\r\n <td><a href=\"index.php?t=institution&instnr=1&output=ics&mod=exhibitions\">Example: exhibitions of institution of ID 1<\/a><\/td>\r\n <td><code>.ics<\/code> \/ <code>text\/calendar<\/code><\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>Single exhibition<\/td>\r\n <td>Calendar entry of an exhibition<\/td>\r\n <td><a href=\"index.php?t=exhibition&id=1&output=ics\">Example: exhibition of ID 1<\/a><\/td>\r\n <td><code>.ics<\/code> \/ <code>text\/calendar<\/code><\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>Single object<\/td>\r\n <td>BibTeX export for referencing an object page<\/td>\r\n <td><a href=\"index.php?t=objekt&oges=1&output=BibTeX\">Example: object of ID 1<\/a><\/td>\r\n <td><code>.bib<\/code> \/ <code>application\/x-bibtex<\/code><\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>Single object<\/td>\r\n <td>BibTeX export for all literature entries of an object<\/td>\r\n <td><a href=\"index.php?t=objekt&oges=1&output=BibTeX&mod=literature\">Example: linked literature of object of ID 1<\/a><\/td>\r\n <td><code>.bib<\/code> \/ <code>application\/x-bibtex<\/code><\/td>\r\n <\/tr>\r\n\r\n <\/tbody>\r\n\r\n <\/table>\r\n<\/article>\r\n",
|
||||
"sessionSettings_title": "Browser-based Settings",
|
||||
"sessionSettings_content": "<p>\r\n For some functions, museum-digital uses browser-based settings (for the technically inclined: using the <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Web_Storage_API\">Web Storage API<\/a>). On this page, you can enable or disable the available options.\r\n<\/p>\r\n\r\n<table class=\"overviewtable\">\r\n <thead>\r\n <tr>\r\n <th>Option<\/th>\r\n <th>Value<\/th>\r\n <\/tr>\r\n <\/thead>\r\n <tbody>\r\n <tr>\r\n <td>Use alternative design<\/td>\r\n <td><input type=\"range\" id=\"settingsAlternativeDesign\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <tr>\r\n <td>Use speech recognition<\/td>\r\n <td><input type=\"range\" id=\"settingsSpeechRecognition\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <\/tbody>\r\n<\/table>",
|
||||
"sessionSettings_content": "<p>\r\n For some functions, museum-digital uses browser-based settings (for the technically inclined: using the <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Web_Storage_API\">Web Storage API<\/a>). On this page, you can enable or disable the available options.\r\n<\/p>\r\n\r\n<table class=\"overviewtable\">\r\n <thead>\r\n <tr>\r\n <th>Option<\/th>\r\n <th>Value<\/th>\r\n <\/tr>\r\n <\/thead>\r\n <tbody>\r\n <tr>\r\n <td>Use alternative design<\/td>\r\n <td><input type=\"range\" id=\"settingsAlternativeDesign\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <tr>\r\n <td>Enable speech recognition<\/td>\r\n <td><input type=\"range\" id=\"settingsSpeechRecognition\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <tr>\r\n <td>Enable pre-caching<\/td>\r\n <td><input type=\"range\" id=\"settingsPrecaching\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <\/tbody>\r\n<\/table>",
|
||||
"404_title": "404",
|
||||
"404_content": "Nothing found."
|
||||
}
|
||||
|
@ -13,6 +13,7 @@
|
||||
"about_the_appointment": "About the Event",
|
||||
"export_calendar_entry": "Export calendar entry",
|
||||
"images": "Images",
|
||||
"url_web": "Website of the event"
|
||||
"url_web": "Website of the event",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
57
frontend/es/articles.json
Normal file
57
frontend/es/articles.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"tlArticles": {
|
||||
"add_edit_article": "Add \/ Edit Article",
|
||||
"articles_edit_description": "On this page you can add or edit articles.",
|
||||
"article_title": "Titlee",
|
||||
"article_abstract": "Abstract",
|
||||
"article_content": "Article content",
|
||||
"license": "License",
|
||||
"added": "Added",
|
||||
"published": "Published",
|
||||
"updated": "Updated",
|
||||
"about": "About",
|
||||
"draft": "Draft",
|
||||
"metadata": "Metadata",
|
||||
"options": "Options",
|
||||
"citation_options": "Citation options",
|
||||
"table_of_contents": "Table of contents",
|
||||
"referenced_objects": "Referenced objects",
|
||||
"bibliography": "Bibliography",
|
||||
"add_another_author": "Add (another) author",
|
||||
"authors": "Authors",
|
||||
"tools": "Tools",
|
||||
"my_articles": "My Articles",
|
||||
"recent_articles": "Recent Articles",
|
||||
"articles": "Artikel",
|
||||
"add_article": "Add article",
|
||||
"edit": "Edit",
|
||||
"deleted_article": "Deleted article",
|
||||
"updated_bibliography": "Updated bibliography",
|
||||
"updated_article": "Updated article",
|
||||
"added_article": "The article has been added.",
|
||||
"download_pdf": "Download PDF",
|
||||
"by": "By",
|
||||
"endnotes": "Endnotes",
|
||||
"notes": "Notes",
|
||||
"manage_files": "Manage files",
|
||||
"thanks": "Thanks",
|
||||
"available_at": "Available at",
|
||||
"added_publications": "Added publication.",
|
||||
"updated_publication": "The publication has been updated.",
|
||||
"deleted_publication": "The publication has been deleted.",
|
||||
"add_edit_publication": "Publication bearbeiten",
|
||||
"description": "Description",
|
||||
"year": "Year",
|
||||
"publication_type": "Type",
|
||||
"publisher": "Published by",
|
||||
"summary": "Zusammenfassung",
|
||||
"description_summary": "Description \/ Summary",
|
||||
"volume": "Volume",
|
||||
"issue": "Issue",
|
||||
"pages": "Pages",
|
||||
"pages_short": "p."
|
||||
},
|
||||
"type": {
|
||||
"publication_type": "Type"
|
||||
}
|
||||
}
|
@ -44,6 +44,7 @@
|
||||
"exhibitions": "Exhibitions",
|
||||
"tag_cloud": "Tag cloud",
|
||||
"sitemap": "Sitemap",
|
||||
"page": "Page"
|
||||
"page": "Page",
|
||||
"image_search": "Image search"
|
||||
}
|
||||
}
|
@ -19,6 +19,8 @@
|
||||
"exhibitions_from": "From",
|
||||
"exhibitions_until": "Until",
|
||||
"url_web": "Website of the exhibition",
|
||||
"catalogue_link": "Exhibition catalogue"
|
||||
"catalogue_link": "Exhibition catalogue",
|
||||
"tour": "Tour through the exhibition",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
@ -30,6 +30,7 @@
|
||||
"map_objects_museum": "Map showing objects of the museum",
|
||||
"timeline_objects_collection": "Timeline for objects of the collection",
|
||||
"map_objects_collection": "Map showing objects of the collection",
|
||||
"all_events": "Alle Veranstaltungen anzeigen"
|
||||
"all_events": "Alle Veranstaltungen anzeigen",
|
||||
"tour": "Tour of the museum"
|
||||
}
|
||||
}
|
@ -65,6 +65,7 @@
|
||||
"search_mode_raster": "Grid",
|
||||
"search_mode_grid": "Grid",
|
||||
"search_mode_liste": "List view",
|
||||
"search_mode_browse": "Browse mode"
|
||||
"search_mode_browse": "Browse mode",
|
||||
"search_results_by_museum": "Search results by museum"
|
||||
}
|
||||
}
|
@ -12,6 +12,9 @@
|
||||
"api": "API",
|
||||
"exhibition": "Exhibition",
|
||||
"settings": "Settings",
|
||||
"sitemap": "Site map"
|
||||
"sitemap": "Site map",
|
||||
"more": "More",
|
||||
"articles": "Articles",
|
||||
"events": "Veranstaltungen"
|
||||
}
|
||||
}
|
@ -25,7 +25,10 @@
|
||||
"cite_this_page": "Cite this page",
|
||||
"licence_metadata": "Licence (Metadata)",
|
||||
"licence_images": "Licence (images)",
|
||||
"edit_object": "Edit object"
|
||||
"edit_object": "Edit object",
|
||||
"linked_articles": "Linked Artikels",
|
||||
"by": "By",
|
||||
"published": "Published"
|
||||
},
|
||||
"objekt_single": {
|
||||
"inventory_number": "Inventory number",
|
||||
|
@ -13,6 +13,7 @@
|
||||
"about_the_appointment": "Az esem\u00e9ny le\u00edr\u00e1sa",
|
||||
"export_calendar_entry": "Napt\u00e1rbejegyz\u00e9s expot\u00e1l\u00e1sa",
|
||||
"images": "Images",
|
||||
"url_web": "Website of the event"
|
||||
"url_web": "Website of the event",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
57
frontend/hu/articles.json
Normal file
57
frontend/hu/articles.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"tlArticles": {
|
||||
"add_edit_article": "Add \/ Edit Article",
|
||||
"articles_edit_description": "On this page you can add or edit articles.",
|
||||
"article_title": "Titlee",
|
||||
"article_abstract": "Abstract",
|
||||
"article_content": "Article content",
|
||||
"license": "License",
|
||||
"added": "Added",
|
||||
"published": "Published",
|
||||
"updated": "Updated",
|
||||
"about": "About",
|
||||
"draft": "Draft",
|
||||
"metadata": "Metadata",
|
||||
"options": "Options",
|
||||
"citation_options": "Citation options",
|
||||
"table_of_contents": "Table of contents",
|
||||
"referenced_objects": "Referenced objects",
|
||||
"bibliography": "Bibliography",
|
||||
"add_another_author": "Add (another) author",
|
||||
"authors": "Authors",
|
||||
"tools": "Tools",
|
||||
"my_articles": "My Articles",
|
||||
"recent_articles": "Recent Articles",
|
||||
"articles": "Artikel",
|
||||
"add_article": "Add article",
|
||||
"edit": "Edit",
|
||||
"deleted_article": "Deleted article",
|
||||
"updated_bibliography": "Updated bibliography",
|
||||
"updated_article": "Updated article",
|
||||
"added_article": "The article has been added.",
|
||||
"download_pdf": "Download PDF",
|
||||
"by": "By",
|
||||
"endnotes": "Endnotes",
|
||||
"notes": "Notes",
|
||||
"manage_files": "Manage files",
|
||||
"thanks": "Thanks",
|
||||
"available_at": "Available at",
|
||||
"added_publications": "Added publication.",
|
||||
"updated_publication": "The publication has been updated.",
|
||||
"deleted_publication": "The publication has been deleted.",
|
||||
"add_edit_publication": "Publication bearbeiten",
|
||||
"description": "Description",
|
||||
"year": "Year",
|
||||
"publication_type": "Type",
|
||||
"publisher": "Published by",
|
||||
"summary": "Zusammenfassung",
|
||||
"description_summary": "Description \/ Summary",
|
||||
"volume": "Volume",
|
||||
"issue": "Issue",
|
||||
"pages": "Pages",
|
||||
"pages_short": "p."
|
||||
},
|
||||
"type": {
|
||||
"publication_type": "Type"
|
||||
}
|
||||
}
|
@ -44,6 +44,7 @@
|
||||
"exhibitions": "Ki\u00e1ll\u00edt\u00e1sok",
|
||||
"tag_cloud": "Kulcssz\u00f3 felh\u0151",
|
||||
"sitemap": "Sitemap",
|
||||
"page": "Page"
|
||||
"page": "Page",
|
||||
"image_search": "Image search"
|
||||
}
|
||||
}
|
@ -19,6 +19,8 @@
|
||||
"exhibitions_from": "Nyit",
|
||||
"exhibitions_until": "Bez\u00e1r",
|
||||
"url_web": "Website of the exhibition",
|
||||
"catalogue_link": "Exhibition catalogue"
|
||||
"catalogue_link": "Exhibition catalogue",
|
||||
"tour": "Tour through the exhibition",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
@ -30,6 +30,7 @@
|
||||
"map_objects_museum": "A m\u00fazeum t\u00e1rgyainak bemutat\u00e1sa t\u00e9rk\u00e9pen",
|
||||
"timeline_objects_collection": "A gy\u0171jtem\u00e9ny t\u00e1rgyainak bemutat\u00e1sa id\u0151vonalon ",
|
||||
"map_objects_collection": "A gy\u0171jtem\u00e9ny t\u00e1rgyainak bemutat\u00e1sa t\u00e9rk\u00e9pen",
|
||||
"all_events": "Az \u00f6szes esem\u00e9ny \/ rendezv\u00e9ny list\u00e1z\u00e1sa"
|
||||
"all_events": "Az \u00f6szes esem\u00e9ny \/ rendezv\u00e9ny list\u00e1z\u00e1sa",
|
||||
"tour": "Tour of the museum"
|
||||
}
|
||||
}
|
@ -65,6 +65,7 @@
|
||||
"search_mode_raster": "Grid",
|
||||
"search_mode_grid": "Grid",
|
||||
"search_mode_liste": "List view",
|
||||
"search_mode_browse": "Browse mode"
|
||||
"search_mode_browse": "Browse mode",
|
||||
"search_results_by_museum": "Search results by museum"
|
||||
}
|
||||
}
|
@ -12,6 +12,9 @@
|
||||
"api": "API",
|
||||
"exhibition": "Ki\u00e1ll\u00edt\u00e1sok",
|
||||
"settings": "Be\u00e1ll\u00edt\u00e1sok",
|
||||
"sitemap": "Site map"
|
||||
"sitemap": "Site map",
|
||||
"more": "More",
|
||||
"articles": "Articles",
|
||||
"events": "Veranstaltungen"
|
||||
}
|
||||
}
|
@ -25,7 +25,10 @@
|
||||
"cite_this_page": "Az oldal id\u00e9z\u00e9se",
|
||||
"licence_metadata": "Licenc (Metaadatok)",
|
||||
"licence_images": "Licenc (K\u00e9p)",
|
||||
"edit_object": "T\u00e1rgy szerkeszt\u00e9se"
|
||||
"edit_object": "T\u00e1rgy szerkeszt\u00e9se",
|
||||
"linked_articles": "Linked Artikels",
|
||||
"by": "By",
|
||||
"published": "Published"
|
||||
},
|
||||
"objekt_single": {
|
||||
"inventory_number": "Lelt\u00e1ri sz\u00e1m",
|
||||
|
@ -13,6 +13,7 @@
|
||||
"about_the_appointment": "About the Event",
|
||||
"export_calendar_entry": "Export calendar entry",
|
||||
"images": "Images",
|
||||
"url_web": "Website of the event"
|
||||
"url_web": "Website of the event",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
57
frontend/id/articles.json
Normal file
57
frontend/id/articles.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"tlArticles": {
|
||||
"add_edit_article": "Add \/ Edit Article",
|
||||
"articles_edit_description": "On this page you can add or edit articles.",
|
||||
"article_title": "Titlee",
|
||||
"article_abstract": "Abstract",
|
||||
"article_content": "Article content",
|
||||
"license": "License",
|
||||
"added": "Added",
|
||||
"published": "Published",
|
||||
"updated": "Updated",
|
||||
"about": "About",
|
||||
"draft": "Draft",
|
||||
"metadata": "Metadata",
|
||||
"options": "Options",
|
||||
"citation_options": "Citation options",
|
||||
"table_of_contents": "Table of contents",
|
||||
"referenced_objects": "Referenced objects",
|
||||
"bibliography": "Bibliography",
|
||||
"add_another_author": "Add (another) author",
|
||||
"authors": "Authors",
|
||||
"tools": "Tools",
|
||||
"my_articles": "My Articles",
|
||||
"recent_articles": "Recent Articles",
|
||||
"articles": "Artikel",
|
||||
"add_article": "Add article",
|
||||
"edit": "Edit",
|
||||
"deleted_article": "Deleted article",
|
||||
"updated_bibliography": "Updated bibliography",
|
||||
"updated_article": "Updated article",
|
||||
"added_article": "The article has been added.",
|
||||
"download_pdf": "Download PDF",
|
||||
"by": "By",
|
||||
"endnotes": "Endnotes",
|
||||
"notes": "Notes",
|
||||
"manage_files": "Manage files",
|
||||
"thanks": "Thanks",
|
||||
"available_at": "Available at",
|
||||
"added_publications": "Added publication.",
|
||||
"updated_publication": "The publication has been updated.",
|
||||
"deleted_publication": "The publication has been deleted.",
|
||||
"add_edit_publication": "Publication bearbeiten",
|
||||
"description": "Description",
|
||||
"year": "Year",
|
||||
"publication_type": "Type",
|
||||
"publisher": "Published by",
|
||||
"summary": "Zusammenfassung",
|
||||
"description_summary": "Description \/ Summary",
|
||||
"volume": "Volume",
|
||||
"issue": "Issue",
|
||||
"pages": "Pages",
|
||||
"pages_short": "p."
|
||||
},
|
||||
"type": {
|
||||
"publication_type": "Type"
|
||||
}
|
||||
}
|
@ -44,6 +44,7 @@
|
||||
"exhibitions": "Exhibitions",
|
||||
"tag_cloud": "Tag cloud",
|
||||
"sitemap": "Sitemap",
|
||||
"page": "Page"
|
||||
"page": "Page",
|
||||
"image_search": "Image search"
|
||||
}
|
||||
}
|
@ -19,6 +19,8 @@
|
||||
"exhibitions_from": "From",
|
||||
"exhibitions_until": "Until",
|
||||
"url_web": "Website of the exhibition",
|
||||
"catalogue_link": "Exhibition catalogue"
|
||||
"catalogue_link": "Exhibition catalogue",
|
||||
"tour": "Tour through the exhibition",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
@ -30,6 +30,7 @@
|
||||
"map_objects_museum": "Map showing objects of the museum",
|
||||
"timeline_objects_collection": "Timeline for objects of the collection",
|
||||
"map_objects_collection": "Map showing objects of the collection",
|
||||
"all_events": "Alle Veranstaltungen anzeigen"
|
||||
"all_events": "Alle Veranstaltungen anzeigen",
|
||||
"tour": "Tour of the museum"
|
||||
}
|
||||
}
|
@ -65,6 +65,7 @@
|
||||
"search_mode_raster": "Grid",
|
||||
"search_mode_grid": "Grid",
|
||||
"search_mode_liste": "List view",
|
||||
"search_mode_browse": "Browse mode"
|
||||
"search_mode_browse": "Browse mode",
|
||||
"search_results_by_museum": "Search results by museum"
|
||||
}
|
||||
}
|
@ -12,6 +12,9 @@
|
||||
"api": "API",
|
||||
"exhibition": "Exhibition",
|
||||
"settings": "Settings",
|
||||
"sitemap": "Site map"
|
||||
"sitemap": "Site map",
|
||||
"more": "More",
|
||||
"articles": "Articles",
|
||||
"events": "Veranstaltungen"
|
||||
}
|
||||
}
|
@ -25,7 +25,10 @@
|
||||
"cite_this_page": "Cite this page",
|
||||
"licence_metadata": "Licence (Metadata)",
|
||||
"licence_images": "Licence (images)",
|
||||
"edit_object": "Edit object"
|
||||
"edit_object": "Edit object",
|
||||
"linked_articles": "Linked Artikels",
|
||||
"by": "By",
|
||||
"published": "Published"
|
||||
},
|
||||
"objekt_single": {
|
||||
"inventory_number": "Nomor inventarisasi",
|
||||
|
@ -5,7 +5,7 @@
|
||||
"api_title": "API and Export Options",
|
||||
"api_content": "<h3>JSON API<\/h3><article><p>Museum-Digital offers JSON APIs for most of the central pages.<\/p><\/article><h3>Further export options<\/h3><article><ul><\/ul><\/article>",
|
||||
"sessionSettings_title": "Browser-based Settings",
|
||||
"sessionSettings_content": "<p>For some functions, museum-digital uses browser-based settings (for the technically inclined: using the <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Web_Storage_API\">Web Storage API<\/a>). On this page, you can enable or disable the available options.<\/p><table><thead><tr><th>Option<\/th><th>Value<\/th><\/tr><\/thead><tbody><tr><td>Use alternative design<\/td><td><input type=\"range\" id=\"alternativeDesignSetting\" min=\"0\" max=\"1\" value=\"0\" \/><\/td><\/tr><\/tbody><\/table>",
|
||||
"sessionSettings_content": "<p>For some functions, museum-digital uses browser-based settings (for the technically inclined: using the <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Web_Storage_API\">Web Storage API<\/a>). On this page, you can enable or disable the available options.<\/p>\r\n<table>\r\n <thead>\r\n <tr>\r\n <th>Option<\/th>\r\n <th>Value<\/th>\r\n <\/tr>\r\n <\/thead>\r\n <tbody>\r\n <tr>\r\n <td>Use alternative design<\/td>\r\n <td><input type=\"range\" id=\"alternativeDesignSetting\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <\/tbody>\r\n<\/table>",
|
||||
"404_title": "404",
|
||||
"404_content": "Nothing found."
|
||||
}
|
||||
|
@ -13,6 +13,7 @@
|
||||
"about_the_appointment": "About the Event",
|
||||
"export_calendar_entry": "Export calendar entry",
|
||||
"images": "Images",
|
||||
"url_web": "Website of the event"
|
||||
"url_web": "Website of the event",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
57
frontend/it/articles.json
Normal file
57
frontend/it/articles.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"tlArticles": {
|
||||
"add_edit_article": "Add \/ Edit Article",
|
||||
"articles_edit_description": "On this page you can add or edit articles.",
|
||||
"article_title": "Titlee",
|
||||
"article_abstract": "Abstract",
|
||||
"article_content": "Article content",
|
||||
"license": "License",
|
||||
"added": "Added",
|
||||
"published": "Published",
|
||||
"updated": "Updated",
|
||||
"about": "About",
|
||||
"draft": "Draft",
|
||||
"metadata": "Metadata",
|
||||
"options": "Options",
|
||||
"citation_options": "Citation options",
|
||||
"table_of_contents": "Table of contents",
|
||||
"referenced_objects": "Referenced objects",
|
||||
"bibliography": "Bibliography",
|
||||
"add_another_author": "Add (another) author",
|
||||
"authors": "Authors",
|
||||
"tools": "Tools",
|
||||
"my_articles": "My Articles",
|
||||
"recent_articles": "Recent Articles",
|
||||
"articles": "Artikel",
|
||||
"add_article": "Add article",
|
||||
"edit": "Edit",
|
||||
"deleted_article": "Deleted article",
|
||||
"updated_bibliography": "Updated bibliography",
|
||||
"updated_article": "Updated article",
|
||||
"added_article": "The article has been added.",
|
||||
"download_pdf": "Download PDF",
|
||||
"by": "By",
|
||||
"endnotes": "Endnotes",
|
||||
"notes": "Notes",
|
||||
"manage_files": "Manage files",
|
||||
"thanks": "Thanks",
|
||||
"available_at": "Available at",
|
||||
"added_publications": "Added publication.",
|
||||
"updated_publication": "The publication has been updated.",
|
||||
"deleted_publication": "The publication has been deleted.",
|
||||
"add_edit_publication": "Publication bearbeiten",
|
||||
"description": "Description",
|
||||
"year": "Year",
|
||||
"publication_type": "Type",
|
||||
"publisher": "Published by",
|
||||
"summary": "Zusammenfassung",
|
||||
"description_summary": "Description \/ Summary",
|
||||
"volume": "Volume",
|
||||
"issue": "Issue",
|
||||
"pages": "Pages",
|
||||
"pages_short": "p."
|
||||
},
|
||||
"type": {
|
||||
"publication_type": "Type"
|
||||
}
|
||||
}
|
@ -44,6 +44,7 @@
|
||||
"exhibitions": "Exhibitions",
|
||||
"tag_cloud": "Tag cloud",
|
||||
"sitemap": "Sitemap",
|
||||
"page": "Page"
|
||||
"page": "Page",
|
||||
"image_search": "Image search"
|
||||
}
|
||||
}
|
@ -19,6 +19,8 @@
|
||||
"exhibitions_from": "From",
|
||||
"exhibitions_until": "Until",
|
||||
"url_web": "Website of the exhibition",
|
||||
"catalogue_link": "Exhibition catalogue"
|
||||
"catalogue_link": "Exhibition catalogue",
|
||||
"tour": "Tour through the exhibition",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
@ -30,6 +30,7 @@
|
||||
"map_objects_museum": "Map showing objects of the museum",
|
||||
"timeline_objects_collection": "Timeline for objects of the collection",
|
||||
"map_objects_collection": "Map showing objects of the collection",
|
||||
"all_events": "Alle Veranstaltungen anzeigen"
|
||||
"all_events": "Alle Veranstaltungen anzeigen",
|
||||
"tour": "Tour of the museum"
|
||||
}
|
||||
}
|
@ -65,6 +65,7 @@
|
||||
"search_mode_raster": "Grid",
|
||||
"search_mode_grid": "Grid",
|
||||
"search_mode_liste": "List view",
|
||||
"search_mode_browse": "Browse mode"
|
||||
"search_mode_browse": "Browse mode",
|
||||
"search_results_by_museum": "Search results by museum"
|
||||
}
|
||||
}
|
@ -12,6 +12,9 @@
|
||||
"api": "API",
|
||||
"exhibition": "Exhibition",
|
||||
"settings": "Settings",
|
||||
"sitemap": "Site map"
|
||||
"sitemap": "Site map",
|
||||
"more": "More",
|
||||
"articles": "Articles",
|
||||
"events": "Veranstaltungen"
|
||||
}
|
||||
}
|
@ -25,7 +25,10 @@
|
||||
"cite_this_page": "Cite this page",
|
||||
"licence_metadata": "Licence (Metadata)",
|
||||
"licence_images": "Licence (images)",
|
||||
"edit_object": "Edit object"
|
||||
"edit_object": "Edit object",
|
||||
"linked_articles": "Linked Artikels",
|
||||
"by": "By",
|
||||
"published": "Published"
|
||||
},
|
||||
"objekt_single": {
|
||||
"inventory_number": "Numero d'inventario",
|
||||
|
@ -13,6 +13,7 @@
|
||||
"about_the_appointment": "About the Event",
|
||||
"export_calendar_entry": "Export calendar entry",
|
||||
"images": "Images",
|
||||
"url_web": "Website of the event"
|
||||
"url_web": "Website of the event",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
57
frontend/nl/articles.json
Normal file
57
frontend/nl/articles.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"tlArticles": {
|
||||
"add_edit_article": "Add \/ Edit Article",
|
||||
"articles_edit_description": "On this page you can add or edit articles.",
|
||||
"article_title": "Titlee",
|
||||
"article_abstract": "Abstract",
|
||||
"article_content": "Article content",
|
||||
"license": "License",
|
||||
"added": "Added",
|
||||
"published": "Published",
|
||||
"updated": "Updated",
|
||||
"about": "About",
|
||||
"draft": "Draft",
|
||||
"metadata": "Metadata",
|
||||
"options": "Options",
|
||||
"citation_options": "Citation options",
|
||||
"table_of_contents": "Table of contents",
|
||||
"referenced_objects": "Referenced objects",
|
||||
"bibliography": "Bibliography",
|
||||
"add_another_author": "Add (another) author",
|
||||
"authors": "Authors",
|
||||
"tools": "Tools",
|
||||
"my_articles": "My Articles",
|
||||
"recent_articles": "Recent Articles",
|
||||
"articles": "Artikel",
|
||||
"add_article": "Add article",
|
||||
"edit": "Edit",
|
||||
"deleted_article": "Deleted article",
|
||||
"updated_bibliography": "Updated bibliography",
|
||||
"updated_article": "Updated article",
|
||||
"added_article": "The article has been added.",
|
||||
"download_pdf": "Download PDF",
|
||||
"by": "By",
|
||||
"endnotes": "Endnotes",
|
||||
"notes": "Notes",
|
||||
"manage_files": "Manage files",
|
||||
"thanks": "Thanks",
|
||||
"available_at": "Available at",
|
||||
"added_publications": "Added publication.",
|
||||
"updated_publication": "The publication has been updated.",
|
||||
"deleted_publication": "The publication has been deleted.",
|
||||
"add_edit_publication": "Publication bearbeiten",
|
||||
"description": "Description",
|
||||
"year": "Year",
|
||||
"publication_type": "Type",
|
||||
"publisher": "Published by",
|
||||
"summary": "Zusammenfassung",
|
||||
"description_summary": "Description \/ Summary",
|
||||
"volume": "Volume",
|
||||
"issue": "Issue",
|
||||
"pages": "Pages",
|
||||
"pages_short": "p."
|
||||
},
|
||||
"type": {
|
||||
"publication_type": "Type"
|
||||
}
|
||||
}
|
@ -44,6 +44,7 @@
|
||||
"exhibitions": "Exhibitions",
|
||||
"tag_cloud": "Tag cloud",
|
||||
"sitemap": "Sitemap",
|
||||
"page": "Page"
|
||||
"page": "Page",
|
||||
"image_search": "Image search"
|
||||
}
|
||||
}
|
@ -19,6 +19,8 @@
|
||||
"exhibitions_from": "From",
|
||||
"exhibitions_until": "Until",
|
||||
"url_web": "Website of the exhibition",
|
||||
"catalogue_link": "Exhibition catalogue"
|
||||
"catalogue_link": "Exhibition catalogue",
|
||||
"tour": "Tour through the exhibition",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
@ -30,6 +30,7 @@
|
||||
"map_objects_museum": "Map showing objects of the museum",
|
||||
"timeline_objects_collection": "Timeline for objects of the collection",
|
||||
"map_objects_collection": "Map showing objects of the collection",
|
||||
"all_events": "Alle Veranstaltungen anzeigen"
|
||||
"all_events": "Alle Veranstaltungen anzeigen",
|
||||
"tour": "Tour of the museum"
|
||||
}
|
||||
}
|
@ -65,6 +65,7 @@
|
||||
"search_mode_raster": "Grid",
|
||||
"search_mode_grid": "Grid",
|
||||
"search_mode_liste": "List view",
|
||||
"search_mode_browse": "Browse mode"
|
||||
"search_mode_browse": "Browse mode",
|
||||
"search_results_by_museum": "Search results by museum"
|
||||
}
|
||||
}
|
@ -12,6 +12,9 @@
|
||||
"api": "API",
|
||||
"exhibition": "Exhibition",
|
||||
"settings": "Settings",
|
||||
"sitemap": "Site map"
|
||||
"sitemap": "Site map",
|
||||
"more": "More",
|
||||
"articles": "Articles",
|
||||
"events": "Veranstaltungen"
|
||||
}
|
||||
}
|
@ -25,7 +25,10 @@
|
||||
"cite_this_page": "Cite this page",
|
||||
"licence_metadata": "Licence (Metadata)",
|
||||
"licence_images": "Licence (images)",
|
||||
"edit_object": "Edit object"
|
||||
"edit_object": "Edit object",
|
||||
"linked_articles": "Linked Artikels",
|
||||
"by": "By",
|
||||
"published": "Published"
|
||||
},
|
||||
"objekt_single": {
|
||||
"inventory_number": "Inventarnummer",
|
||||
|
@ -13,6 +13,7 @@
|
||||
"about_the_appointment": "About the Event",
|
||||
"export_calendar_entry": "Export calendar entry",
|
||||
"images": "Images",
|
||||
"url_web": "Website of the event"
|
||||
"url_web": "Website of the event",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
57
frontend/pl/articles.json
Normal file
57
frontend/pl/articles.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"tlArticles": {
|
||||
"add_edit_article": "Add \/ Edit Article",
|
||||
"articles_edit_description": "On this page you can add or edit articles.",
|
||||
"article_title": "Titlee",
|
||||
"article_abstract": "Abstract",
|
||||
"article_content": "Article content",
|
||||
"license": "License",
|
||||
"added": "Added",
|
||||
"published": "Published",
|
||||
"updated": "Updated",
|
||||
"about": "About",
|
||||
"draft": "Draft",
|
||||
"metadata": "Metadata",
|
||||
"options": "Options",
|
||||
"citation_options": "Citation options",
|
||||
"table_of_contents": "Table of contents",
|
||||
"referenced_objects": "Referenced objects",
|
||||
"bibliography": "Bibliography",
|
||||
"add_another_author": "Add (another) author",
|
||||
"authors": "Authors",
|
||||
"tools": "Tools",
|
||||
"my_articles": "My Articles",
|
||||
"recent_articles": "Recent Articles",
|
||||
"articles": "Artikel",
|
||||
"add_article": "Add article",
|
||||
"edit": "Edit",
|
||||
"deleted_article": "Deleted article",
|
||||
"updated_bibliography": "Updated bibliography",
|
||||
"updated_article": "Updated article",
|
||||
"added_article": "The article has been added.",
|
||||
"download_pdf": "Download PDF",
|
||||
"by": "By",
|
||||
"endnotes": "Endnotes",
|
||||
"notes": "Notes",
|
||||
"manage_files": "Manage files",
|
||||
"thanks": "Thanks",
|
||||
"available_at": "Available at",
|
||||
"added_publications": "Added publication.",
|
||||
"updated_publication": "The publication has been updated.",
|
||||
"deleted_publication": "The publication has been deleted.",
|
||||
"add_edit_publication": "Publication bearbeiten",
|
||||
"description": "Description",
|
||||
"year": "Year",
|
||||
"publication_type": "Type",
|
||||
"publisher": "Published by",
|
||||
"summary": "Zusammenfassung",
|
||||
"description_summary": "Description \/ Summary",
|
||||
"volume": "Volume",
|
||||
"issue": "Issue",
|
||||
"pages": "Pages",
|
||||
"pages_short": "p."
|
||||
},
|
||||
"type": {
|
||||
"publication_type": "Type"
|
||||
}
|
||||
}
|
@ -44,6 +44,7 @@
|
||||
"exhibitions": "Exhibitions",
|
||||
"tag_cloud": "Tag cloud",
|
||||
"sitemap": "Sitemap",
|
||||
"page": "Page"
|
||||
"page": "Page",
|
||||
"image_search": "Image search"
|
||||
}
|
||||
}
|
@ -19,6 +19,8 @@
|
||||
"exhibitions_from": "From",
|
||||
"exhibitions_until": "Until",
|
||||
"url_web": "Website of the exhibition",
|
||||
"catalogue_link": "Exhibition catalogue"
|
||||
"catalogue_link": "Exhibition catalogue",
|
||||
"tour": "Tour through the exhibition",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
@ -30,6 +30,7 @@
|
||||
"map_objects_museum": "Map showing objects of the museum",
|
||||
"timeline_objects_collection": "Timeline for objects of the collection",
|
||||
"map_objects_collection": "Map showing objects of the collection",
|
||||
"all_events": "Alle Veranstaltungen anzeigen"
|
||||
"all_events": "Alle Veranstaltungen anzeigen",
|
||||
"tour": "Tour of the museum"
|
||||
}
|
||||
}
|
@ -65,6 +65,7 @@
|
||||
"search_mode_raster": "Grid",
|
||||
"search_mode_grid": "Grid",
|
||||
"search_mode_liste": "List view",
|
||||
"search_mode_browse": "Browse mode"
|
||||
"search_mode_browse": "Browse mode",
|
||||
"search_results_by_museum": "Search results by museum"
|
||||
}
|
||||
}
|
@ -12,6 +12,9 @@
|
||||
"api": "API",
|
||||
"exhibition": "Exhibition",
|
||||
"settings": "Settings",
|
||||
"sitemap": "Site map"
|
||||
"sitemap": "Site map",
|
||||
"more": "More",
|
||||
"articles": "Articles",
|
||||
"events": "Veranstaltungen"
|
||||
}
|
||||
}
|
@ -25,7 +25,10 @@
|
||||
"cite_this_page": "Cite this page",
|
||||
"licence_metadata": "Licence (Metadata)",
|
||||
"licence_images": "Licence (images)",
|
||||
"edit_object": "Edit object"
|
||||
"edit_object": "Edit object",
|
||||
"linked_articles": "Linked Artikels",
|
||||
"by": "By",
|
||||
"published": "Published"
|
||||
},
|
||||
"objekt_single": {
|
||||
"inventory_number": "Numer inwentarzowy",
|
||||
|
@ -13,6 +13,7 @@
|
||||
"about_the_appointment": "About the Event",
|
||||
"export_calendar_entry": "Export calendar entry",
|
||||
"images": "Images",
|
||||
"url_web": "Website of the event"
|
||||
"url_web": "Website of the event",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
57
frontend/pt/articles.json
Normal file
57
frontend/pt/articles.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"tlArticles": {
|
||||
"add_edit_article": "Add \/ Edit Article",
|
||||
"articles_edit_description": "On this page you can add or edit articles.",
|
||||
"article_title": "Titlee",
|
||||
"article_abstract": "Abstract",
|
||||
"article_content": "Article content",
|
||||
"license": "License",
|
||||
"added": "Added",
|
||||
"published": "Published",
|
||||
"updated": "Updated",
|
||||
"about": "About",
|
||||
"draft": "Draft",
|
||||
"metadata": "Metadata",
|
||||
"options": "Options",
|
||||
"citation_options": "Citation options",
|
||||
"table_of_contents": "Table of contents",
|
||||
"referenced_objects": "Referenced objects",
|
||||
"bibliography": "Bibliography",
|
||||
"add_another_author": "Add (another) author",
|
||||
"authors": "Authors",
|
||||
"tools": "Tools",
|
||||
"my_articles": "My Articles",
|
||||
"recent_articles": "Recent Articles",
|
||||
"articles": "Artikel",
|
||||
"add_article": "Add article",
|
||||
"edit": "Edit",
|
||||
"deleted_article": "Deleted article",
|
||||
"updated_bibliography": "Updated bibliography",
|
||||
"updated_article": "Updated article",
|
||||
"added_article": "The article has been added.",
|
||||
"download_pdf": "Download PDF",
|
||||
"by": "By",
|
||||
"endnotes": "Endnotes",
|
||||
"notes": "Notes",
|
||||
"manage_files": "Manage files",
|
||||
"thanks": "Thanks",
|
||||
"available_at": "Available at",
|
||||
"added_publications": "Added publication.",
|
||||
"updated_publication": "The publication has been updated.",
|
||||
"deleted_publication": "The publication has been deleted.",
|
||||
"add_edit_publication": "Publication bearbeiten",
|
||||
"description": "Description",
|
||||
"year": "Year",
|
||||
"publication_type": "Type",
|
||||
"publisher": "Published by",
|
||||
"summary": "Zusammenfassung",
|
||||
"description_summary": "Description \/ Summary",
|
||||
"volume": "Volume",
|
||||
"issue": "Issue",
|
||||
"pages": "Pages",
|
||||
"pages_short": "p."
|
||||
},
|
||||
"type": {
|
||||
"publication_type": "Type"
|
||||
}
|
||||
}
|
@ -44,6 +44,7 @@
|
||||
"exhibitions": "Exhibitions",
|
||||
"tag_cloud": "Tag cloud",
|
||||
"sitemap": "Sitemap",
|
||||
"page": "Page"
|
||||
"page": "Page",
|
||||
"image_search": "Image search"
|
||||
}
|
||||
}
|
@ -19,6 +19,8 @@
|
||||
"exhibitions_from": "From",
|
||||
"exhibitions_until": "Until",
|
||||
"url_web": "Website of the exhibition",
|
||||
"catalogue_link": "Exhibition catalogue"
|
||||
"catalogue_link": "Exhibition catalogue",
|
||||
"tour": "Tour through the exhibition",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
@ -30,6 +30,7 @@
|
||||
"map_objects_museum": "Map showing objects of the museum",
|
||||
"timeline_objects_collection": "Timeline for objects of the collection",
|
||||
"map_objects_collection": "Map showing objects of the collection",
|
||||
"all_events": "Alle Veranstaltungen anzeigen"
|
||||
"all_events": "Alle Veranstaltungen anzeigen",
|
||||
"tour": "Tour of the museum"
|
||||
}
|
||||
}
|
@ -65,6 +65,7 @@
|
||||
"search_mode_raster": "Grid",
|
||||
"search_mode_grid": "Grid",
|
||||
"search_mode_liste": "List view",
|
||||
"search_mode_browse": "Browse mode"
|
||||
"search_mode_browse": "Browse mode",
|
||||
"search_results_by_museum": "Search results by museum"
|
||||
}
|
||||
}
|
@ -12,6 +12,9 @@
|
||||
"api": "API",
|
||||
"exhibition": "Exhibition",
|
||||
"settings": "Settings",
|
||||
"sitemap": "Site map"
|
||||
"sitemap": "Site map",
|
||||
"more": "More",
|
||||
"articles": "Articles",
|
||||
"events": "Veranstaltungen"
|
||||
}
|
||||
}
|
@ -25,7 +25,10 @@
|
||||
"cite_this_page": "Cite this page",
|
||||
"licence_metadata": "Licence (Metadata)",
|
||||
"licence_images": "Licence (images)",
|
||||
"edit_object": "Edit object"
|
||||
"edit_object": "Edit object",
|
||||
"linked_articles": "Linked Artikels",
|
||||
"by": "By",
|
||||
"published": "Published"
|
||||
},
|
||||
"objekt_single": {
|
||||
"inventory_number": "N\u00famero no invent\u00e1rio",
|
||||
|
@ -13,6 +13,7 @@
|
||||
"about_the_appointment": "About the Event",
|
||||
"export_calendar_entry": "Export calendar entry",
|
||||
"images": "Images",
|
||||
"url_web": "Website of the event"
|
||||
"url_web": "Website of the event",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
57
frontend/ru/articles.json
Normal file
57
frontend/ru/articles.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"tlArticles": {
|
||||
"add_edit_article": "Add \/ Edit Article",
|
||||
"articles_edit_description": "On this page you can add or edit articles.",
|
||||
"article_title": "Titlee",
|
||||
"article_abstract": "Abstract",
|
||||
"article_content": "Article content",
|
||||
"license": "License",
|
||||
"added": "Added",
|
||||
"published": "Published",
|
||||
"updated": "Updated",
|
||||
"about": "About",
|
||||
"draft": "Draft",
|
||||
"metadata": "Metadata",
|
||||
"options": "Options",
|
||||
"citation_options": "Citation options",
|
||||
"table_of_contents": "Table of contents",
|
||||
"referenced_objects": "Referenced objects",
|
||||
"bibliography": "Bibliography",
|
||||
"add_another_author": "Add (another) author",
|
||||
"authors": "Authors",
|
||||
"tools": "Tools",
|
||||
"my_articles": "My Articles",
|
||||
"recent_articles": "Recent Articles",
|
||||
"articles": "Artikel",
|
||||
"add_article": "Add article",
|
||||
"edit": "Edit",
|
||||
"deleted_article": "Deleted article",
|
||||
"updated_bibliography": "Updated bibliography",
|
||||
"updated_article": "Updated article",
|
||||
"added_article": "The article has been added.",
|
||||
"download_pdf": "Download PDF",
|
||||
"by": "By",
|
||||
"endnotes": "Endnotes",
|
||||
"notes": "Notes",
|
||||
"manage_files": "Manage files",
|
||||
"thanks": "Thanks",
|
||||
"available_at": "Available at",
|
||||
"added_publications": "Added publication.",
|
||||
"updated_publication": "The publication has been updated.",
|
||||
"deleted_publication": "The publication has been deleted.",
|
||||
"add_edit_publication": "Publication bearbeiten",
|
||||
"description": "Description",
|
||||
"year": "Year",
|
||||
"publication_type": "Type",
|
||||
"publisher": "Published by",
|
||||
"summary": "Zusammenfassung",
|
||||
"description_summary": "Description \/ Summary",
|
||||
"volume": "Volume",
|
||||
"issue": "Issue",
|
||||
"pages": "Pages",
|
||||
"pages_short": "p."
|
||||
},
|
||||
"type": {
|
||||
"publication_type": "Type"
|
||||
}
|
||||
}
|
@ -44,6 +44,7 @@
|
||||
"exhibitions": "Exhibitions",
|
||||
"tag_cloud": "Tag cloud",
|
||||
"sitemap": "Sitemap",
|
||||
"page": "Page"
|
||||
"page": "Page",
|
||||
"image_search": "Image search"
|
||||
}
|
||||
}
|
@ -19,6 +19,8 @@
|
||||
"exhibitions_from": "From",
|
||||
"exhibitions_until": "Until",
|
||||
"url_web": "Website of the exhibition",
|
||||
"catalogue_link": "Exhibition catalogue"
|
||||
"catalogue_link": "Exhibition catalogue",
|
||||
"tour": "Tour through the exhibition",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
@ -30,6 +30,7 @@
|
||||
"map_objects_museum": "Map showing objects of the museum",
|
||||
"timeline_objects_collection": "Timeline for objects of the collection",
|
||||
"map_objects_collection": "Map showing objects of the collection",
|
||||
"all_events": "Alle Veranstaltungen anzeigen"
|
||||
"all_events": "Alle Veranstaltungen anzeigen",
|
||||
"tour": "Tour of the museum"
|
||||
}
|
||||
}
|
@ -65,6 +65,7 @@
|
||||
"search_mode_raster": "Grid",
|
||||
"search_mode_grid": "Grid",
|
||||
"search_mode_liste": "List view",
|
||||
"search_mode_browse": "Browse mode"
|
||||
"search_mode_browse": "Browse mode",
|
||||
"search_results_by_museum": "Search results by museum"
|
||||
}
|
||||
}
|
@ -12,6 +12,9 @@
|
||||
"api": "API",
|
||||
"exhibition": "Exhibition",
|
||||
"settings": "Settings",
|
||||
"sitemap": "Site map"
|
||||
"sitemap": "Site map",
|
||||
"more": "More",
|
||||
"articles": "Articles",
|
||||
"events": "Veranstaltungen"
|
||||
}
|
||||
}
|
@ -25,7 +25,10 @@
|
||||
"cite_this_page": "Cite this page",
|
||||
"licence_metadata": "Licence (Metadata)",
|
||||
"licence_images": "Licence (images)",
|
||||
"edit_object": "Edit object"
|
||||
"edit_object": "Edit object",
|
||||
"linked_articles": "Linked Artikels",
|
||||
"by": "By",
|
||||
"published": "Published"
|
||||
},
|
||||
"objekt_single": {
|
||||
"inventory_number": "Inventarnummer",
|
||||
|
@ -13,6 +13,7 @@
|
||||
"about_the_appointment": "About the Event",
|
||||
"export_calendar_entry": "Export calendar entry",
|
||||
"images": "Images",
|
||||
"url_web": "Website of the event"
|
||||
"url_web": "Website of the event",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
57
frontend/tl/articles.json
Normal file
57
frontend/tl/articles.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"tlArticles": {
|
||||
"add_edit_article": "Add \/ Edit Article",
|
||||
"articles_edit_description": "On this page you can add or edit articles.",
|
||||
"article_title": "Titlee",
|
||||
"article_abstract": "Abstract",
|
||||
"article_content": "Article content",
|
||||
"license": "License",
|
||||
"added": "Added",
|
||||
"published": "Published",
|
||||
"updated": "Updated",
|
||||
"about": "About",
|
||||
"draft": "Draft",
|
||||
"metadata": "Metadata",
|
||||
"options": "Options",
|
||||
"citation_options": "Citation options",
|
||||
"table_of_contents": "Table of contents",
|
||||
"referenced_objects": "Referenced objects",
|
||||
"bibliography": "Bibliography",
|
||||
"add_another_author": "Add (another) author",
|
||||
"authors": "Authors",
|
||||
"tools": "Tools",
|
||||
"my_articles": "My Articles",
|
||||
"recent_articles": "Recent Articles",
|
||||
"articles": "Artikel",
|
||||
"add_article": "Add article",
|
||||
"edit": "Edit",
|
||||
"deleted_article": "Deleted article",
|
||||
"updated_bibliography": "Updated bibliography",
|
||||
"updated_article": "Updated article",
|
||||
"added_article": "The article has been added.",
|
||||
"download_pdf": "Download PDF",
|
||||
"by": "By",
|
||||
"endnotes": "Endnotes",
|
||||
"notes": "Notes",
|
||||
"manage_files": "Manage files",
|
||||
"thanks": "Thanks",
|
||||
"available_at": "Available at",
|
||||
"added_publications": "Added publication.",
|
||||
"updated_publication": "The publication has been updated.",
|
||||
"deleted_publication": "The publication has been deleted.",
|
||||
"add_edit_publication": "Publication bearbeiten",
|
||||
"description": "Description",
|
||||
"year": "Year",
|
||||
"publication_type": "Type",
|
||||
"publisher": "Published by",
|
||||
"summary": "Zusammenfassung",
|
||||
"description_summary": "Description \/ Summary",
|
||||
"volume": "Volume",
|
||||
"issue": "Issue",
|
||||
"pages": "Pages",
|
||||
"pages_short": "p."
|
||||
},
|
||||
"type": {
|
||||
"publication_type": "Type"
|
||||
}
|
||||
}
|
@ -44,6 +44,7 @@
|
||||
"exhibitions": "Exhibitions",
|
||||
"tag_cloud": "Tag cloud",
|
||||
"sitemap": "Sitemap",
|
||||
"page": "Page"
|
||||
"page": "Page",
|
||||
"image_search": "Image search"
|
||||
}
|
||||
}
|
@ -19,6 +19,8 @@
|
||||
"exhibitions_from": "From",
|
||||
"exhibitions_until": "Until",
|
||||
"url_web": "Website of the exhibition",
|
||||
"catalogue_link": "Exhibition catalogue"
|
||||
"catalogue_link": "Exhibition catalogue",
|
||||
"tour": "Tour through the exhibition",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
}
|
||||
}
|
@ -30,6 +30,7 @@
|
||||
"map_objects_museum": "Map showing objects of the museum",
|
||||
"timeline_objects_collection": "Timeline for objects of the collection",
|
||||
"map_objects_collection": "Map showing objects of the collection",
|
||||
"all_events": "Alle Veranstaltungen anzeigen"
|
||||
"all_events": "Alle Veranstaltungen anzeigen",
|
||||
"tour": "Tour of the museum"
|
||||
}
|
||||
}
|
@ -65,6 +65,7 @@
|
||||
"search_mode_raster": "Grid",
|
||||
"search_mode_grid": "Grid",
|
||||
"search_mode_liste": "List view",
|
||||
"search_mode_browse": "Browse mode"
|
||||
"search_mode_browse": "Browse mode",
|
||||
"search_results_by_museum": "Search results by museum"
|
||||
}
|
||||
}
|
@ -12,6 +12,9 @@
|
||||
"api": "API",
|
||||
"exhibition": "Exhibition",
|
||||
"settings": "Settings",
|
||||
"sitemap": "Site map"
|
||||
"sitemap": "Site map",
|
||||
"more": "More",
|
||||
"articles": "Articles",
|
||||
"events": "Veranstaltungen"
|
||||
}
|
||||
}
|
@ -25,7 +25,10 @@
|
||||
"cite_this_page": "Cite this page",
|
||||
"licence_metadata": "Licence (Metadata)",
|
||||
"licence_images": "Licence (images)",
|
||||
"edit_object": "Edit object"
|
||||
"edit_object": "Edit object",
|
||||
"linked_articles": "Linked Artikels",
|
||||
"by": "By",
|
||||
"published": "Published"
|
||||
},
|
||||
"objekt_single": {
|
||||
"inventory_number": "Inventory number",
|
||||
|
Reference in New Issue
Block a user