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": "Newsletters and mailing lists",
"room": "Raum",
"image": "Bild",
"menu_items": "Menu Items"
"menu_items": "Menu Items",
"backgrounds": "Hintergr\u00fcnde"
}
}

View File

@ -65,6 +65,13 @@
"specific_entries_material": "Getrennte Angaben, Material",
"specific_entries_technique": "Getrennte Angaben, Technik",
"export_in_which_format": "In welchem Format exportieren ?",
"md_standard_format": "md:xml (Museum-Digital Standardformat)"
"md_standard_format": "md:xml (Museum-Digital Standardformat)",
"unit": "Einheit",
"date": "Datum",
"position_in_lit": "Position in Literatu",
"main_image": "Hauptbild",
"image_order": "Position in Bildreihenfolge",
"only_export_main_image": "Extra: Nur Hauptbild exportieren",
"position_in_series": "Position des Objektes in Serie"
}
}

View File

@ -29,7 +29,10 @@
"all_objects": "Alle Objekte !!",
"show_object": "Objekt zeigen",
"annotation": "Anmerkung",
"add_new_annotation": "Eine neue Anmerkung hier schreiben:"
"add_new_annotation": "Eine neue Anmerkung hier schreiben:",
"broader": "Broader",
"narrower": "Narrower",
"elsewhere": "Elsewhere"
},
"geo": {
"name": "Name",

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

@ -0,0 +1,15 @@
{
"tlSources": {
"add_new_source": "Neue Quelle hinzuf\u00fcgen",
"type": "Typ",
"type_explica": "Der Typ der Quelle.",
"article": "Artikel",
"inbook": "Artikel in Sammelband",
"book": "Buch",
"phdthesis": "Doktorarbeit",
"electronical": "Elektronische Resource",
"misc": "Weiteres",
"author_creator": "Autor \/ Erschaffer",
"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 Englisch)",
"annotation": "Anmerkung",
"add_new_annotation": "Add a new annotation:"
"add_new_annotation": "Eine neue Anmerkung eintragen:",
"equivalents": "\u00c4quivalente",
"synonyms": "Synonyme",
"related_terms": "Verkn\u00fcpfte Begriffe ",
"broader": "Weiter gefasst",
"narrower": "Enger gefasst",
"generic": "Generisch",
"instance_of": "Instanziell",
"partitive": "Partitiv"
}
}