Add translations for statement-based searches in main frontend

This commit is contained in:
2019-12-08 21:31:18 +01:00
committed by Stefan Rohde-Enslin
parent 89683c08d3
commit 999bef96b6
64 changed files with 432 additions and 48 deletions

View File

@ -89,6 +89,8 @@
"exhibition": "Exhibition",
"please_select_type": "Please select",
"open_entity_page": "Open page of the entity",
"searched_place": "Searched place"
"searched_place": "Searched place",
"formulate_stmt_search": "Formulate Statement-Based Search",
"search_entities": "Search entities"
}
}

View File

@ -17,6 +17,7 @@
"articles": "Artikel",
"events": "Veranstaltungen",
"select_language": "Sprache wechseln",
"join_us": "Join us"
"join_us": "Join us",
"browse_backgrounds": "Browse \"background information\""
}
}

View File

@ -30,6 +30,12 @@
"modify_search_parameters": "Suche anpassen",
"full_text": "Volltext",
"extended_search_description": "An dieser Stelle k\u00f6nnen Sie eine gezielte Suche nach Objekten durchf\u00fchren, indem Sie nach Personen\/Institutionen, einem Orts- oder Zeitbegriff suchen.",
"image_wall_description": "Hier k\u00f6nnen Sie eine zuf\u00e4llige Auswahl an Objekten, die in dieser Instanz von museum-digital gefunden werden k\u00f6nnen, sehen."
"image_wall_description": "Hier k\u00f6nnen Sie eine zuf\u00e4llige Auswahl an Objekten, die in dieser Instanz von museum-digital gefunden werden k\u00f6nnen, sehen.",
"limit_has_transcriptions": "Limited to objects with recorded transcripts",
"limit_has_image_annotations": "Limited to objects with recorded image annotations",
"ttype_persinst": "All people",
"ttype_ort": "All places",
"ttype_zeit": "All times",
"ttype_tag": "All keywords"
}
}

View File

@ -0,0 +1,15 @@
{
"tlStmtSearch": {
"catalogue": "Catalogue",
"involvement_type": "Involvement type",
"list_results": "List results",
"results": "Results",
"entities_linked_with_result": "Entities linked with result",
"simple_list": "Simple list",
"linked_persinst": "Linked actors",
"linked_places": "Linked places",
"linked_time": "Linked times",
"linked_tags": "Linked tags",
"stmt_search_introduction": "Museum-digital collects background information about actors, places, times and other entities in four catalogues. Entities from these catalogues can be searched for in this place, using the relationships between them."
}
}