Add translation for uploading 3D images

This commit is contained in:
2019-09-03 17:47:38 +02:00
committed by Stefan Rohde-Enslin
parent b0f801e9c8
commit 59c2e5d38d
28 changed files with 98 additions and 28 deletions

View File

@ -64,6 +64,9 @@
"pdf_added": "Added a new link to a PDF file.",
"video_added": "Added a new link to a video file.",
"audio_added": "Added a new link to an audio file.",
"edited": "Resource information has been updated."
"edited": "Resource information has been updated.",
"upload_3d_title": "Upload a 3D representation of the object",
"prerequisites_format_obj_zip": "The uploaded file must be a .zip archive containing an .obj file of the same name with possible additional .mtl files.",
"select_3d_obj": "Please select an 3D object file (.obj) for upload"
}
}