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": "Lista kolekcji dost\u0119pnych w niniejszym portalu. Informacje o poszczeg\u00f3lnych kolekcjach dost\u0119pne s\u0105 po klikni\u0119ciu w nazw\u0119. Jest r\u00f3wnie\u017c mo\u017cliwo\u015b\u0107 przegl\u0105dania obiekt\u00f3w z danej kolekcji oraz wyszukania obiekt\u00f3w w wybranych kolekcjach. Funkcja umo\u017cliwiaj\u0105ca przeszukiwanie kolekcji wed\u0142ug g\u0142\u00f3wnych zagadnie\u0144 \u2013 w przygotowaniu.",
"list_example": "... na przyk\u0142ad ...",
"list_show_objects": "Poka\u017c obiekty",
"list_search_collection": "Wyszukaj w kolekcji"
"list_search_collection": "Wyszukaj w kolekcji",
"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": "Ostatni obraz",
"image_all": "Wszystkie obrazy",
"image_pdf": "Plik PDF z obraz\u00f3w",
"image_photo": "Fotografia"
"image_photo": "Fotografia",
"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/pl/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."
}
}