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": "Cikkek",
"events": "M\u00fazeumi esem\u00e9nyek",
"select_language": "Nyelv v\u00e1laszt\u00e1s",
"join_us": "Csatlakoz\u00e1s"
"join_us": "Csatlakoz\u00e1s",
"browse_backgrounds": "Browse \"background information\""
}
}

View File

@ -30,6 +30,12 @@
"modify_search_parameters": "Keres\u00e9s m\u00f3dos\u00edt\u00e1sa",
"full_text": "Teljes sz\u00f6veg",
"extended_search_description": "Itt az \u00f6sszetett keres\u0151 seg\u00edts\u00e9g\u00e9vel sz\u0171k\u00edtheti a tal\u00e1latait",
"image_wall_description": "Itt egy v\u00e9letlenszer\u0171 v\u00e1logat\u00e1st l\u00e1that a M\u00fazeumDigit\u00e1r adatb\u00e1zis\u00e1b\u00f3l"
"image_wall_description": "Itt egy v\u00e9letlenszer\u0171 v\u00e1logat\u00e1st l\u00e1that a M\u00fazeumDigit\u00e1r adatb\u00e1zis\u00e1b\u00f3l",
"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."
}
}