Added sources. Stand 2019-01-24.

This commit is contained in:
2019-01-24 23:11:12 +01:00
committed by Stefan Rohde-Enslin
parent 56d5fe5f60
commit e70a53366a
57 changed files with 420 additions and 46 deletions

View File

@ -102,6 +102,7 @@
"newspapers_mailing_lists": "Newspapers and mailing lists",
"room": "Room",
"image": "Image",
"menu_items": "Menu Items"
"menu_items": "Menu Items",
"backgrounds": "Backgrounds"
}
}

View File

@ -65,6 +65,13 @@
"specific_entries_material": "Specific entries: Material",
"specific_entries_technique": "Specific entries: technique",
"export_in_which_format": "Export in which format ?",
"md_standard_format": "md:xml (museum-digital standard format)"
"md_standard_format": "md:xml (museum-digital standard format)",
"unit": "Einheit",
"date": "Date",
"position_in_lit": "Position in literature",
"main_image": "Main image",
"image_order": "Position in image order",
"only_export_main_image": "Extra: Only export main image",
"position_in_series": "Position of object in series"
}
}

View File

@ -29,7 +29,10 @@
"all_objects": "List all objects",
"show_object": "Show object",
"annotation": "Annotation",
"add_new_annotation": "Write a new annotation here:"
"add_new_annotation": "Write a new annotation here:",
"broader": "Broader",
"narrower": "Narrower",
"elsewhere": "Elsewhere"
},
"geo": {
"name": "Name",

15
backend/ar/sources.json Normal file
View File

@ -0,0 +1,15 @@
{
"tlSources": {
"add_new_source": "Add new source",
"type": "Type",
"type_explica": "The type of the source.",
"article": "Article",
"inbook": "Article in edited volume",
"book": "Book",
"phdthesis": "PhD thesis",
"electronical": "Electronical",
"misc": "Miscelaneous",
"author_creator": "Author \/ creator",
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
}
}

View File

@ -9,6 +9,14 @@
"tag_name": "Name",
"engl": "(in English)",
"annotation": "Annotation",
"add_new_annotation": "Add a new annotation:"
"add_new_annotation": "Add a new annotation:",
"equivalents": "Equivalent",
"synonyms": "Synonyms",
"related_terms": "Related terms",
"broader": "Broader",
"narrower": "Narrower",
"generic": "Generic",
"instance_of": "Instance of",
"partitive": "Partitive"
}
}