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

@ -52,6 +52,8 @@
"delete_question": "Sie sind dabei, ein Abbildung oder Ressource zu l\u00f6schen !",
"delete_no": "Nein, war nicht so ernst gemeint (zur\u00fcck)",
"delete_yes": "Ja, so soll es sein. Hinfort damit",
"preview": "Vorschau"
"preview": "Vorschau",
"3d_object": "3D Object",
"upload_3d_object": "Upload 3D object"
}
}

View File

@ -64,6 +64,9 @@
"pdf_added": "Eine Verkn\u00fcpfung zu einer PDF-Datei erstellt",
"video_added": "Verkn\u00fcpfung zu einer Video-Datei erstellt",
"audio_added": "Verkn\u00fcpfung zu einer Audio-Datei erstellt",
"edited": "Informationen zur Ressource wurden erneuert"
"edited": "Informationen zur Ressource wurden erneuert",
"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"
}
}