translation-json/backend/en/works.json

19 lines
720 B
JSON
Raw Normal View History

2018-07-14 17:54:20 +02:00
{
"tlWorks": {
"record_edited": "The work entry has been updated",
2019-07-13 23:26:16 +02:00
"upload_image": "Uploaded image",
2018-07-14 17:54:20 +02:00
"deleted_image": "The image has been deleted",
"work_deleted": "The work entry has been deleted",
"works_edit": "Edit a work",
2019-07-13 23:26:16 +02:00
"language": "Language",
"language_explica": "Language of the record. Required",
2018-07-14 17:54:20 +02:00
"title": "Title",
2019-07-13 23:26:16 +02:00
"title_explica": "The title of the work",
2018-07-14 17:54:20 +02:00
"description": "Description",
2019-07-13 23:26:16 +02:00
"description_explica": "Description of the work",
2018-07-14 17:54:20 +02:00
"recordKind": "Kind of work",
2019-07-13 23:26:16 +02:00
"kind_explica": "Type of work",
2018-07-14 17:54:20 +02:00
"material": "Material",
2019-07-13 23:26:16 +02:00
"material_explica": "Material used to create the work"
2018-07-14 17:54:20 +02:00
}
}