Vmeda.Online/src/assets/mimetypes.json

72 lines
3.9 KiB
JSON
Raw Normal View History

{
2023-06-15 11:00:59 +00:00
"application/dash_xml": "Dynamic Adaptive Streaming over HTTP (MPEG-DASH)",
"application/epub_zip": "EPUB ebook",
"application/json": "{{$a.MIMETYPE2}} text",
"application/msword": "Word document",
"application/pdf": "PDF document",
"application/vnd.google-apps.audio": "Google Drive audio",
"application/vnd.google-apps.document": "Google Docs",
"application/vnd.google-apps.drawing": "Google Drawing",
"application/vnd.google-apps.file": "Google Drive file",
"application/vnd.google-apps.folder": "Google Drive folder",
"application/vnd.google-apps.form": "Google Forms",
"application/vnd.google-apps.fusiontable": "Google Fusion Tables",
"application/vnd.google-apps.presentation": "Google Slides",
"application/vnd.google-apps.script": "Google Apps Scripts",
"application/vnd.google-apps.site": "Google Sites",
"application/vnd.google-apps.spreadsheet": "Google Sheets",
"application/vnd.google-apps.video": "Google Drive video",
"application/vnd.moodle.backup": "Moodle backup",
"application/vnd.ms-excel": "Excel spreadsheet",
"application/vnd.ms-excel.sheet.macroEnabled.12": "Excel 2007 macro-enabled workbook",
"application/vnd.ms-powerpoint": "Powerpoint presentation",
"application/vnd.oasis.opendocument.spreadsheet": "OpenDocument Spreadsheet",
"application/vnd.oasis.opendocument.spreadsheet-template": "OpenDocument Spreadsheet template",
"application/vnd.oasis.opendocument.text": "OpenDocument Text document",
"application/vnd.oasis.opendocument.text-template": "OpenDocument Text template",
"application/vnd.oasis.opendocument.text-web": "OpenDocument Web page template",
"application/vnd.openxmlformats-officedocument.presentationml.presentation": "Powerpoint 2007 presentation",
"application/vnd.openxmlformats-officedocument.presentationml.slideshow": "Powerpoint 2007 slideshow",
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": "Excel 2007 spreadsheet",
"application/vnd.openxmlformats-officedocument.spreadsheetml.template": "Excel 2007 template",
"application/vnd.openxmlformats-officedocument.wordprocessingml.document": "Word 2007 document",
"application/x-iwork-keynote-sffkey": "iWork Keynote presentation",
"application/x-iwork-numbers-sffnumbers": "iWork Numbers spreadsheet",
"application/x-iwork-pages-sffpages": "iWork Pages document",
"application/x-javascript": "JavaScript source",
"application/x-mpegURL": "HTTP Live Streaming (HLS)",
"application/x-mspublisher": "Publisher document",
"application/x-shockwave-flash": "Flash animation",
"application/xhtml_xml": "XHTML document",
"archive": "Archive ({{$a.EXT}})",
"audio": "Audio file ({{$a.EXT}})",
"default": "{{$a.mimetype}}",
"document/unknown": "File",
"group:archive": "Archive files",
"group:audio": "Audio files",
"group:document": "Document files",
"group:html_audio": "Audio files natively supported by browsers",
"group:html_track": "HTML track files",
"group:html_video": "Video files natively supported by browsers",
"group:image": "Image files",
"group:media_source": "Streaming media",
"group:optimised_image": "Image files to be optimised, such as badges",
"group:presentation": "Presentation files",
"group:sourcecode": "Source code",
"group:spreadsheet": "Spreadsheet files",
"group:video": "Video files",
"group:web_audio": "Audio files used on the web",
"group:web_file": "Web files",
"group:web_image": "Image files used on the web",
"group:web_video": "Video files used on the web",
"image": "Image ({{$a.MIMETYPE2}})",
"image/vnd.microsoft.icon": "Windows icon",
"text/css": "Cascading Style-Sheet",
"text/csv": "Comma-separated values",
"text/html": "HTML document",
"text/plain": "Text file",
"text/rtf": "RTF document",
"text/vtt": "Web Video Text Track",
"video": "Video file ({{$a.EXT}})"
}