Added sources. Stand 2019-01-24.
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
@ -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": "Nama",
|
||||
|
15
backend/id/sources.json
Normal file
15
backend/id/sources.json
Normal 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."
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user