Stand 2018-07-12.

This commit is contained in:
2018-07-14 17:54:20 +02:00
committed by Stefan Rohde-Enslin
parent c544270a6d
commit c476f99195
175 changed files with 1229 additions and 162 deletions

View File

@ -11,6 +11,8 @@
"past": "Past",
"upcoming": "Upcoming",
"about_the_appointment": "About the Event",
"export_calendar_entry": "Export calendar entry"
"export_calendar_entry": "Export calendar entry",
"images": "Images",
"url_web": "Website of the event"
}
}

View File

@ -42,6 +42,8 @@
"privacy_policy": "Privacy policy",
"for_example": "For example",
"exhibitions": "Exhibitions",
"tag_cloud": "Tag cloud"
"tag_cloud": "Tag cloud",
"sitemap": "Sitemap",
"page": "Page"
}
}

View File

@ -4,6 +4,7 @@
"page_collection_intro": "Here, you can find a list of all collections available in our database. Information to each single collection can be made visible by clicking on the specific entry. This way, you can also access an overview of the given collection's objects and search within the collection of choice. A search function enabling you to search for collections based on their main focus is currently being worked on.",
"list_example": "... for example ...",
"list_show_objects": "Show objects",
"list_search_collection": "Search in collection"
"list_search_collection": "Search in collection",
"page_collection_description": "On this page, you can find a list of all collections of the museums participating on this instance of museum-digital."
}
}

View File

@ -17,6 +17,8 @@
"exhibitions_upcoming": "Upcoming exhibitions",
"exhibitions_description": "Description",
"exhibitions_from": "From",
"exhibitions_until": "Until"
"exhibitions_until": "Until",
"url_web": "Website of the exhibition",
"catalogue_link": "Exhibition catalogue"
}
}

View File

@ -11,6 +11,7 @@
"image_last": "Last image",
"image_all": "All images",
"image_pdf": "PDF-File from images",
"image_photo": "Photo"
"image_photo": "Photo",
"resource": "Resource"
}
}

View File

@ -61,6 +61,10 @@
"object_name": "Object title",
"inventory_number": "Inventory number",
"ascending": "Ascending",
"descending": "Descending"
"descending": "Descending",
"search_mode_raster": "Grid",
"search_mode_grid": "Grid",
"search_mode_liste": "List view",
"search_mode_browse": "Browse mode"
}
}

View File

@ -10,6 +10,7 @@
"museums_on_map": "Museums on map",
"list_of_institutions": "List of institutions",
"map_symbols": "Symbols",
"images": "Images"
"images": "Images",
"page_museum_description": "Overview of all museums participating on this instance of museum-digital."
}
}

View File

@ -10,6 +10,8 @@
"API_link": "",
"rss_feeds": "RSS feeds",
"api": "API",
"exhibition": "Exhibition"
"exhibition": "Exhibition",
"settings": "Settings",
"sitemap": "Site map"
}
}

View File

@ -28,6 +28,8 @@
"alpha": "After (Year)",
"omega": "Before (Time)",
"modify_search_parameters": "Modify search parameters",
"full_text": "Full text"
"full_text": "Full text",
"extended_search_description": "Here you can do an advanced search for objects based on their relationship to a given person\/institution, a place or time.",
"image_wall_description": "Here you can find a random sample of the objects presented on the current instance of museum-digital."
}
}

20
frontend/tl/sitemap.json Normal file
View File

@ -0,0 +1,20 @@
{
"sitemap": {
"object_groups": "Object groups",
"static_pages": "Static Pages",
"all_institutions": "All institutions",
"all_collections": "All collections",
"all_series": "All series",
"exhibitions": "Exhibitions",
"appointments": "Events",
"people_to_people_pages": "People to people pages",
"people": "People",
"places": "Places",
"page": "Page",
"museums_list": "List of all museums",
"collections_list": "List of all collections",
"exhibition_list": "List of all exhibitions",
"events_list": "List of all events",
"extended_search": "Erweiterte Suche"
}
}

View File

@ -5,6 +5,8 @@
"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><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>",
"404_title": "404",
"404_content": "Nothing found."
}
}