Stand 2018-04-16.

Added contacts and loan management.
Translated titles.
This commit is contained in:
2018-04-16 14:41:15 +02:00
committed by Stefan Rohde-Enslin
parent af86f33399
commit af8cef0a67
42 changed files with 334 additions and 1977 deletions

28
backend/de/condition.json Normal file
View File

@ -0,0 +1,28 @@
{
"tlCond": {
"condition_documentation": "Zustandsdokumentation",
"exhibitable": "Nutzung in Ausstellung",
"movable": "Nutzung f\u00fcr Leihverkehr",
"needsRestoration": "Restaurierungsbedarf",
"short_notice": "Kurznotiz",
"upload_image_pdf": "Bild \/ PDF heraufladen",
"specific_notes": "Einzelne Merkmale",
"value": "Wert",
"new_field": "Merkmal hinzuf\u00fcgen",
"field_name": "Merkmal hinzuf\u00fcgen (Benennung)",
"field_value": "Merkmal hinzuf\u00fcgen (Wert)",
"reports": "Berichte",
"add_report": "Bericht hinzuf\u00fcgen",
"title": "Titel",
"content": "Inhalt",
"damage": "Schaden",
"conservation": "Konservierung",
"condition": "Zustand",
"restoration": "Restaurierung",
"other_report": "Anderer Bericht",
"creator": "Verfasser",
"date": "Datum",
"delete": "L\u00f6schen",
"type": "Typ"
}
}