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": "\u0639\u0631\u0636",
"please_select_type": "\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u062a\u062d\u062f\u064a\u062f",
"open_entity_page": "\u0641\u062a\u062d \u0635\u0641\u062d\u0629 \u0627\u0644\u0641\u0626\u0629",
"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": "\u0627\u0644\u0645\u0642\u0627\u0644\u0627\u062a",
"events": "\u0627\u0644\u0641\u0639\u0651\u0627\u0644\u064a\u0627\u062a",
"select_language": "\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0644\u063a\u0629",
"join_us": "\u0627\u0646\u0636\u0645 \u0627\u0644\u064a\u0646\u0627"
"join_us": "\u0627\u0646\u0636\u0645 \u0627\u0644\u064a\u0646\u0627",
"browse_backgrounds": "Browse \"background information\""
}
}

View File

@ -30,6 +30,12 @@
"modify_search_parameters": "\u062a\u0639\u062f\u064a\u0644 \u0636\u0648\u0627\u0628\u0637 \u0627\u0644\u0628\u062d\u062b ",
"full_text": "\u0646\u0635 \u0643\u0627\u0645\u0644",
"extended_search_description": " \u064a\u0645\u0643\u0646\u0643 \u0647\u0646\u0627 \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0639\u0646 \u0642\u0637\u0639 \u0639\u0644\u0649 \u0627\u0633\u0627\u0633 \u0627\u0631\u062a\u0628\u0627\u0637\u0647\u0627 \u0628\u0634\u062e\u0635\/ \u0645\u0624\u0633\u0633\u0629, \u0627\u0648 \u0645\u0643\u0627\u0646 \u0627\u0648 \u062a\u0648\u0642\u064a\u062a",
"image_wall_description": " \u064a\u0645\u0643\u0646\u0643 \u0647\u0646\u0627 \u0627\u064a\u062c\u0627\u062f \u0646\u0645\u0648\u0630\u062c \u0644\u0627 \u0639\u0644\u0649 \u0627\u0644\u062a\u0639\u064a\u0646 \u0644\u0644\u0642\u0637\u0639 \u0627\u0644\u0645\u0639\u0631\u0648\u0636\u0629 \u0639\u0644\u0649 \u0627\u0644\u0627\u0642\u062a\u0631\u0627\u062d \u0627\u0644\u062d\u0627\u0644\u064a \u0644\u0645\u062a\u062d\u0641 - \u062f\u064a\u062c\u064a\u062a\u0627\u0644"
"image_wall_description": " \u064a\u0645\u0643\u0646\u0643 \u0647\u0646\u0627 \u0627\u064a\u062c\u0627\u062f \u0646\u0645\u0648\u0630\u062c \u0644\u0627 \u0639\u0644\u0649 \u0627\u0644\u062a\u0639\u064a\u0646 \u0644\u0644\u0642\u0637\u0639 \u0627\u0644\u0645\u0639\u0631\u0648\u0636\u0629 \u0639\u0644\u0649 \u0627\u0644\u0627\u0642\u062a\u0631\u0627\u062d \u0627\u0644\u062d\u0627\u0644\u064a \u0644\u0645\u062a\u062d\u0641 - \u062f\u064a\u062c\u064a\u062a\u0627\u0644",
"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."
}
}