Stand 2018-11-09.
This commit is contained in:
@ -45,6 +45,9 @@
|
||||
"tag_cloud": "Tag cloud",
|
||||
"sitemap": "Sitemap",
|
||||
"page": "Page",
|
||||
"image_search": "Image search"
|
||||
"image_search": "Image search",
|
||||
"read_more": "Read more",
|
||||
"more": "More",
|
||||
"graph_view": "Graph view"
|
||||
}
|
||||
}
|
@ -21,6 +21,8 @@
|
||||
"url_web": "Website of the exhibition",
|
||||
"catalogue_link": "Exhibition catalogue",
|
||||
"tour": "Tour through the exhibition",
|
||||
"export_for_calendar": "Export for calendar"
|
||||
"export_for_calendar": "Export for calendar",
|
||||
"permanent_exhibition": "Permanent exhibition",
|
||||
"permanent_exhibition_headline": "permanent exhibition"
|
||||
}
|
||||
}
|
15
frontend/en/graphview.json
Normal file
15
frontend/en/graphview.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"tlGraphView": {
|
||||
"info": "Info",
|
||||
"help": "Help",
|
||||
"options": "Options",
|
||||
"hide": "Hide",
|
||||
"explanation_title": "Viewing museum-digital through graphs",
|
||||
"explanation_content": "<p>The graph view offers a unique new perspective on the relationships between contents at museum-digital. Each database entry (an object, an institution, a collection, etc.) is displayed as a node.<\/p>\r\n<p>Each of these nodes is color coded based on their respective type. E.g. institutions are displayed on an orange background.<\/p>\r\n<p>By clicking on a node, you can find out about that entry's relationships. A short description on the selected node will be displayed in this sidebar, if you click on \"Info\" in the navigation above.<\/p>\r\n<p>By double clicking on a node, or by clicking on the \"eye\" symbol at the top right of the info sidebar, you can access the page of the corresponding entry.<\/p>\r\n<p>Additionally, you can hide nodes by their content type. To do so, select \"Options\" in the navigation above and drag the respective slider to the left.<\/p>",
|
||||
"display_types": "Displayed types",
|
||||
"focus_selected_node": "Focus selected node",
|
||||
"time": "Time",
|
||||
"person": "Person",
|
||||
"place": "Place"
|
||||
}
|
||||
}
|
@ -41,10 +41,10 @@
|
||||
"search_keyword_other_collections": "... search for this keyword in other collections of the museum",
|
||||
"search_keyword_in_this_version": "... search for this keyword at other places",
|
||||
"search_keyword_in_md_nat": "... search for this keyword in the German national version of museum-digital",
|
||||
"place_not_found": "Nothing found relating to this placename.",
|
||||
"search_place_other_collections": "... search for this placename in other collections of the museum",
|
||||
"search_place_in_this_version": "... search for this placename at other places",
|
||||
"search_place_in_md_nat": "... search for this placename in the German national version of museum-digital",
|
||||
"place_not_found": "Nothing found relating to this place.",
|
||||
"search_place_other_collections": "... search for this place in other collections of the museum",
|
||||
"search_place_in_this_version": "... search for this place at other places",
|
||||
"search_place_in_md_nat": "... search for this place in the German national version of museum-digital",
|
||||
"time_not_found": "Nothing found relating to this point in time.",
|
||||
"search_time_other_collections": "... search for this point in time in other collections of the museum",
|
||||
"search_time_in_this_version": "... search for this point in time at other places",
|
||||
|
@ -30,7 +30,8 @@
|
||||
"by": "By",
|
||||
"published": "Published",
|
||||
"exact_match_or_not": "Exact match or not",
|
||||
"exact_match_subordinates": "Exact match \/ including subordinates"
|
||||
"exact_match_subordinates": "Exact match \/ including subordinates",
|
||||
"ongoing_exhibitions": "Ongoing exhibitions"
|
||||
},
|
||||
"objekt_single": {
|
||||
"inventory_number": "Inventory number",
|
||||
|
Reference in New Issue
Block a user