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/es/condition.json Normal file
View File

@ -0,0 +1,28 @@
{
"tlCond": {
"condition_documentation": "Condition documentation",
"exhibitable": "Use in exhibitions",
"movable": "Use in loans",
"needsRestoration": "Needs restoration",
"short_notice": "Short notice",
"upload_image_pdf": "Upload image or PDF",
"specific_notes": "Single attributes",
"value": "Value",
"new_field": "Add attribute",
"field_name": "Add attribute (Name)",
"field_value": "Add attribute (Value)",
"reports": "Reports",
"add_report": "Add report",
"title": "Title",
"content": "Content",
"damage": "Damage",
"conservation": "Conservation",
"condition": "State",
"restoration": "Restoration",
"other_report": "Other report",
"creator": "Creator",
"date": "Date",
"delete": "Delete",
"type": "Type"
}
}