Stand 2018-07-12.

This commit is contained in:
2018-07-14 17:54:20 +02:00
committed by Stefan Rohde-Enslin
parent c544270a6d
commit c476f99195
175 changed files with 1229 additions and 162 deletions

19
backend/id/works.json Normal file
View File

@ -0,0 +1,19 @@
{
"tlWorks": {
"record_edited": "The work entry has been updated",
"upload_image": "Uploaded image.",
"deleted_image": "The image has been deleted",
"work_deleted": "The work entry has been deleted",
"works_edit": "Edit a work",
"language": "Record language",
"language_explica": "Language of the record. Required.",
"title": "Title",
"title_explica": "The title of the work.",
"description": "Description",
"description_explica": "Description of the work.",
"recordKind": "Kind of work",
"kind_explica": "Type of the work.",
"material": "Material",
"material_explica": "The material, with which the work was created."
}
}