Add translations for statement-based searches in main frontend
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
@ -17,6 +17,7 @@
|
||||
"articles": "Articles",
|
||||
"events": "Veranstaltungen",
|
||||
"select_language": "Select language",
|
||||
"join_us": "Join us"
|
||||
"join_us": "Join us",
|
||||
"browse_backgrounds": "Browse \"background information\""
|
||||
}
|
||||
}
|
@ -30,6 +30,12 @@
|
||||
"modify_search_parameters": "Modify search parameters",
|
||||
"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."
|
||||
"image_wall_description": "Here you can find a random sample of the objects presented on the current instance of museum-digital.",
|
||||
"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"
|
||||
}
|
||||
}
|
15
frontend/pt/stmtSearch.json
Normal file
15
frontend/pt/stmtSearch.json
Normal 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."
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user