Improvements and new version: ar.

This commit is contained in:
2019-01-16 14:26:18 +01:00
committed by Stefan Rohde-Enslin
parent e7361078ec
commit 56d5fe5f60
183 changed files with 4419 additions and 403 deletions

28
backend/ar/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"
}
}