@uploadcare/file-uploader 1.13.3-alpha.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/abstract/UploaderBlock.d.ts +2 -1
- package/abstract/UploaderBlock.d.ts.map +1 -1
- package/abstract/UploaderPublicApi.d.ts.map +1 -1
- package/abstract/UploaderPublicApi.js +27 -3
- package/blocks/SourceBtn/SourceBtn.d.ts +1 -1
- package/blocks/SourceBtn/SourceBtn.d.ts.map +1 -1
- package/blocks/SourceBtn/SourceBtn.js +24 -14
- package/blocks/SourceList/SourceList.d.ts.map +1 -1
- package/blocks/SourceList/SourceList.js +17 -11
- package/blocks/themes/uc-basic/svg-sprite.d.ts +1 -1
- package/blocks/themes/uc-basic/svg-sprite.js +1 -1
- package/blocks/utils/UploadSource.d.ts +6 -1
- package/blocks/utils/UploadSource.d.ts.map +1 -1
- package/blocks/utils/UploadSource.js +7 -1
- package/blocks/utils/supportCapture.d.ts +2 -0
- package/blocks/utils/supportCapture.d.ts.map +1 -0
- package/blocks/utils/supportCapture.js +3 -0
- package/env.d.ts +1 -1
- package/env.js +1 -1
- package/index.ssr.d.ts +29 -15
- package/index.ssr.d.ts.map +1 -1
- package/index.ssr.js +29 -15
- package/locales/file-uploader/ar.d.ts +2 -0
- package/locales/file-uploader/ar.js +2 -0
- package/locales/file-uploader/az.d.ts +2 -0
- package/locales/file-uploader/az.js +2 -0
- package/locales/file-uploader/ca.d.ts +2 -0
- package/locales/file-uploader/ca.js +2 -0
- package/locales/file-uploader/cs.d.ts +2 -0
- package/locales/file-uploader/cs.js +2 -0
- package/locales/file-uploader/da.d.ts +2 -0
- package/locales/file-uploader/da.js +2 -0
- package/locales/file-uploader/de.d.ts +2 -0
- package/locales/file-uploader/de.js +2 -0
- package/locales/file-uploader/el.d.ts +2 -0
- package/locales/file-uploader/el.js +2 -0
- package/locales/file-uploader/en.d.ts +2 -1
- package/locales/file-uploader/en.js +2 -1
- package/locales/file-uploader/es.d.ts +2 -0
- package/locales/file-uploader/es.js +2 -0
- package/locales/file-uploader/et.d.ts +2 -0
- package/locales/file-uploader/et.js +2 -0
- package/locales/file-uploader/fi.d.ts +2 -0
- package/locales/file-uploader/fi.js +2 -0
- package/locales/file-uploader/fr.d.ts +2 -0
- package/locales/file-uploader/fr.js +2 -0
- package/locales/file-uploader/he.d.ts +2 -0
- package/locales/file-uploader/he.js +2 -0
- package/locales/file-uploader/hy.d.ts +2 -0
- package/locales/file-uploader/hy.js +2 -0
- package/locales/file-uploader/is.d.ts +2 -0
- package/locales/file-uploader/is.js +2 -0
- package/locales/file-uploader/it.d.ts +2 -0
- package/locales/file-uploader/it.js +2 -0
- package/locales/file-uploader/ja.d.ts +2 -0
- package/locales/file-uploader/ja.js +2 -0
- package/locales/file-uploader/ka.d.ts +2 -0
- package/locales/file-uploader/ka.js +2 -0
- package/locales/file-uploader/kk.d.ts +2 -0
- package/locales/file-uploader/kk.js +2 -0
- package/locales/file-uploader/ko.d.ts +2 -0
- package/locales/file-uploader/ko.js +2 -0
- package/locales/file-uploader/lv.d.ts +2 -0
- package/locales/file-uploader/lv.js +2 -0
- package/locales/file-uploader/nb.d.ts +2 -0
- package/locales/file-uploader/nb.js +2 -0
- package/locales/file-uploader/nl.d.ts +2 -0
- package/locales/file-uploader/nl.js +2 -0
- package/locales/file-uploader/pl.d.ts +2 -0
- package/locales/file-uploader/pl.js +2 -0
- package/locales/file-uploader/pt.d.ts +2 -0
- package/locales/file-uploader/pt.js +2 -0
- package/locales/file-uploader/ro.d.ts +2 -0
- package/locales/file-uploader/ro.js +2 -0
- package/locales/file-uploader/ru.d.ts +2 -0
- package/locales/file-uploader/ru.js +2 -0
- package/locales/file-uploader/sk.d.ts +2 -0
- package/locales/file-uploader/sk.js +2 -0
- package/locales/file-uploader/sr.d.ts +2 -0
- package/locales/file-uploader/sr.js +2 -0
- package/locales/file-uploader/sv.d.ts +2 -0
- package/locales/file-uploader/sv.js +2 -0
- package/locales/file-uploader/tr.d.ts +2 -0
- package/locales/file-uploader/tr.js +2 -0
- package/locales/file-uploader/uk.d.ts +2 -0
- package/locales/file-uploader/uk.js +2 -0
- package/locales/file-uploader/vi.d.ts +2 -0
- package/locales/file-uploader/vi.js +2 -0
- package/locales/file-uploader/zh-TW.d.ts +2 -0
- package/locales/file-uploader/zh-TW.js +2 -0
- package/locales/file-uploader/zh.d.ts +2 -0
- package/locales/file-uploader/zh.js +2 -0
- package/package.json +1 -1
- package/web/file-uploader.iife.min.js +4 -4
- package/web/file-uploader.min.js +4 -4
- package/web/uc-cloud-image-editor.min.js +1 -1
- package/web/uc-file-uploader-inline.min.js +4 -4
- package/web/uc-file-uploader-minimal.min.js +3 -3
- package/web/uc-file-uploader-regular.min.js +4 -4
- package/web/uc-img.min.js +1 -1
- package/blocks/utils/checkDevice.d.ts +0 -9
- package/blocks/utils/checkDevice.d.ts.map +0 -1
- package/blocks/utils/checkDevice.js +0 -34
|
@@ -57,6 +57,8 @@ export default {
|
|
|
57
57
|
'src-type-onedrive': 'Onedrive',
|
|
58
58
|
'src-type-huddle': 'Huddle',
|
|
59
59
|
'src-type-other': 'אחר',
|
|
60
|
+
'src-type-mobile-video-camera': 'וידאו',
|
|
61
|
+
'src-type-mobile-photo-camera': 'תמונה',
|
|
60
62
|
'caption-from-url': 'ייבוא מקישור',
|
|
61
63
|
'caption-camera': 'מצלמה',
|
|
62
64
|
'caption-draw': 'ציור',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Այլ',
|
|
58
|
+
'src-type-mobile-video-camera': 'Տեսանյութ',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Լուսանկար',
|
|
58
60
|
'caption-from-url': 'Իմպորտել հղումով',
|
|
59
61
|
'caption-camera': 'Կամերա',
|
|
60
62
|
'caption-draw': 'Նկարել',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Annað',
|
|
58
|
+
'src-type-mobile-video-camera': 'Myndband',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Ljósmynd',
|
|
58
60
|
'caption-from-url': 'Flytja inn frá slóð',
|
|
59
61
|
'caption-camera': 'Myndavél',
|
|
60
62
|
'caption-draw': 'Teikna',
|
|
@@ -57,6 +57,8 @@ declare const _default: {
|
|
|
57
57
|
'src-type-onedrive': string;
|
|
58
58
|
'src-type-huddle': string;
|
|
59
59
|
'src-type-other': string;
|
|
60
|
+
'src-type-mobile-video-camera': string;
|
|
61
|
+
'src-type-mobile-photo-camera': string;
|
|
60
62
|
'caption-from-url': string;
|
|
61
63
|
'caption-camera': string;
|
|
62
64
|
'caption-draw': string;
|
|
@@ -57,6 +57,8 @@ export default {
|
|
|
57
57
|
'src-type-onedrive': 'Onedrive',
|
|
58
58
|
'src-type-huddle': 'Huddle',
|
|
59
59
|
'src-type-other': 'Altro',
|
|
60
|
+
'src-type-mobile-video-camera': 'Video',
|
|
61
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
60
62
|
'caption-from-url': 'Importa da link',
|
|
61
63
|
'caption-camera': 'Fotocamera',
|
|
62
64
|
'caption-draw': 'Disegna',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'その他',
|
|
58
|
+
'src-type-mobile-video-camera': 'ビデオ',
|
|
59
|
+
'src-type-mobile-photo-camera': '写真',
|
|
58
60
|
'caption-from-url': 'リンクからインポート',
|
|
59
61
|
'caption-camera': 'カメラ',
|
|
60
62
|
'caption-draw': '描画',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'სხვა',
|
|
58
|
+
'src-type-mobile-video-camera': 'ვიდეო',
|
|
59
|
+
'src-type-mobile-photo-camera': 'ფოტო',
|
|
58
60
|
'caption-from-url': 'იმპორტი ლინკიდან',
|
|
59
61
|
'caption-camera': 'კამერა',
|
|
60
62
|
'caption-draw': 'ხატვა',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Басқа',
|
|
58
|
+
'src-type-mobile-video-camera': 'Бейне',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Фото',
|
|
58
60
|
'caption-from-url': 'Сілтемеден импорттау',
|
|
59
61
|
'caption-camera': 'Камера',
|
|
60
62
|
'caption-draw': 'Сызу',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': '기타',
|
|
58
|
+
'src-type-mobile-video-camera': '비디오',
|
|
59
|
+
'src-type-mobile-photo-camera': '사진',
|
|
58
60
|
'caption-from-url': '링크에서 가져오기',
|
|
59
61
|
'caption-camera': '카메라',
|
|
60
62
|
'caption-draw': '그리기',
|
|
@@ -57,6 +57,8 @@ declare const _default: {
|
|
|
57
57
|
'src-type-onedrive': string;
|
|
58
58
|
'src-type-huddle': string;
|
|
59
59
|
'src-type-other': string;
|
|
60
|
+
'src-type-mobile-video-camera': string;
|
|
61
|
+
'src-type-mobile-photo-camera': string;
|
|
60
62
|
'caption-from-url': string;
|
|
61
63
|
'caption-camera': string;
|
|
62
64
|
'caption-draw': string;
|
|
@@ -57,6 +57,8 @@ export default {
|
|
|
57
57
|
'src-type-onedrive': 'Onedrive',
|
|
58
58
|
'src-type-huddle': 'Huddle',
|
|
59
59
|
'src-type-other': 'Cits',
|
|
60
|
+
'src-type-mobile-video-camera': 'Video',
|
|
61
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
60
62
|
'caption-from-url': 'Importēt no saites',
|
|
61
63
|
'caption-camera': 'Kamera',
|
|
62
64
|
'caption-draw': 'Zīmēt',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Annet',
|
|
58
|
+
'src-type-mobile-video-camera': 'Video',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
58
60
|
'caption-from-url': 'Importer fra lenke',
|
|
59
61
|
'caption-camera': 'Kamera',
|
|
60
62
|
'caption-draw': 'Tegn',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Andere',
|
|
58
|
+
'src-type-mobile-video-camera': 'Video',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
58
60
|
'caption-from-url': 'Importeren van link',
|
|
59
61
|
'caption-camera': 'Camera',
|
|
60
62
|
'caption-draw': 'Tekenen',
|
|
@@ -59,6 +59,8 @@ declare const _default: {
|
|
|
59
59
|
'src-type-onedrive': string;
|
|
60
60
|
'src-type-huddle': string;
|
|
61
61
|
'src-type-other': string;
|
|
62
|
+
'src-type-mobile-video-camera': string;
|
|
63
|
+
'src-type-mobile-photo-camera': string;
|
|
62
64
|
'caption-from-url': string;
|
|
63
65
|
'caption-camera': string;
|
|
64
66
|
'caption-draw': string;
|
|
@@ -59,6 +59,8 @@ export default {
|
|
|
59
59
|
'src-type-onedrive': 'Onedrive',
|
|
60
60
|
'src-type-huddle': 'Huddle',
|
|
61
61
|
'src-type-other': 'Inne',
|
|
62
|
+
'src-type-mobile-video-camera': 'Wideo',
|
|
63
|
+
'src-type-mobile-photo-camera': 'Zdjęcie',
|
|
62
64
|
'caption-from-url': 'Import z linku',
|
|
63
65
|
'caption-camera': 'Aparat',
|
|
64
66
|
'caption-draw': 'Rysuj',
|
|
@@ -57,6 +57,8 @@ declare const _default: {
|
|
|
57
57
|
'src-type-onedrive': string;
|
|
58
58
|
'src-type-huddle': string;
|
|
59
59
|
'src-type-other': string;
|
|
60
|
+
'src-type-mobile-video-camera': string;
|
|
61
|
+
'src-type-mobile-photo-camera': string;
|
|
60
62
|
'caption-from-url': string;
|
|
61
63
|
'caption-camera': string;
|
|
62
64
|
'caption-draw': string;
|
|
@@ -57,6 +57,8 @@ export default {
|
|
|
57
57
|
'src-type-onedrive': 'Onedrive',
|
|
58
58
|
'src-type-huddle': 'Huddle',
|
|
59
59
|
'src-type-other': 'Outro',
|
|
60
|
+
'src-type-mobile-video-camera': 'Vídeo',
|
|
61
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
60
62
|
'caption-from-url': 'Importar do link',
|
|
61
63
|
'caption-camera': 'Câmera',
|
|
62
64
|
'caption-draw': 'Desenhar',
|
|
@@ -57,6 +57,8 @@ declare const _default: {
|
|
|
57
57
|
'src-type-onedrive': string;
|
|
58
58
|
'src-type-huddle': string;
|
|
59
59
|
'src-type-other': string;
|
|
60
|
+
'src-type-mobile-video-camera': string;
|
|
61
|
+
'src-type-mobile-photo-camera': string;
|
|
60
62
|
'caption-from-url': string;
|
|
61
63
|
'caption-camera': string;
|
|
62
64
|
'caption-draw': string;
|
|
@@ -57,6 +57,8 @@ export default {
|
|
|
57
57
|
'src-type-onedrive': 'Onedrive',
|
|
58
58
|
'src-type-huddle': 'Huddle',
|
|
59
59
|
'src-type-other': 'Altele',
|
|
60
|
+
'src-type-mobile-video-camera': 'Video',
|
|
61
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
60
62
|
'caption-from-url': 'Import din link',
|
|
61
63
|
'caption-camera': 'Cameră',
|
|
62
64
|
'caption-draw': 'Desenați',
|
|
@@ -59,6 +59,8 @@ declare const _default: {
|
|
|
59
59
|
'src-type-onedrive': string;
|
|
60
60
|
'src-type-huddle': string;
|
|
61
61
|
'src-type-other': string;
|
|
62
|
+
'src-type-mobile-video-camera': string;
|
|
63
|
+
'src-type-mobile-photo-camera': string;
|
|
62
64
|
'caption-from-url': string;
|
|
63
65
|
'caption-camera': string;
|
|
64
66
|
'caption-draw': string;
|
|
@@ -59,6 +59,8 @@ export default {
|
|
|
59
59
|
'src-type-onedrive': 'Onedrive',
|
|
60
60
|
'src-type-huddle': 'Huddle',
|
|
61
61
|
'src-type-other': 'Другое',
|
|
62
|
+
'src-type-mobile-video-camera': 'Видео',
|
|
63
|
+
'src-type-mobile-photo-camera': 'Фото',
|
|
62
64
|
'caption-from-url': 'Импорт из ссылки',
|
|
63
65
|
'caption-camera': 'Камера',
|
|
64
66
|
'caption-draw': 'Рисование',
|
|
@@ -59,6 +59,8 @@ declare const _default: {
|
|
|
59
59
|
'src-type-onedrive': string;
|
|
60
60
|
'src-type-huddle': string;
|
|
61
61
|
'src-type-other': string;
|
|
62
|
+
'src-type-mobile-video-camera': string;
|
|
63
|
+
'src-type-mobile-photo-camera': string;
|
|
62
64
|
'caption-from-url': string;
|
|
63
65
|
'caption-camera': string;
|
|
64
66
|
'caption-draw': string;
|
|
@@ -59,6 +59,8 @@ export default {
|
|
|
59
59
|
'src-type-onedrive': 'Onedrive',
|
|
60
60
|
'src-type-huddle': 'Huddle',
|
|
61
61
|
'src-type-other': 'Iné',
|
|
62
|
+
'src-type-mobile-video-camera': 'Video',
|
|
63
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
62
64
|
'caption-from-url': 'Import z odkazu',
|
|
63
65
|
'caption-camera': 'Kamera',
|
|
64
66
|
'caption-draw': 'Kresliť',
|
|
@@ -57,6 +57,8 @@ declare const _default: {
|
|
|
57
57
|
'src-type-onedrive': string;
|
|
58
58
|
'src-type-huddle': string;
|
|
59
59
|
'src-type-other': string;
|
|
60
|
+
'src-type-mobile-video-camera': string;
|
|
61
|
+
'src-type-mobile-photo-camera': string;
|
|
60
62
|
'caption-from-url': string;
|
|
61
63
|
'caption-camera': string;
|
|
62
64
|
'caption-draw': string;
|
|
@@ -57,6 +57,8 @@ export default {
|
|
|
57
57
|
'src-type-onedrive': 'Onedrive',
|
|
58
58
|
'src-type-huddle': 'Huddle',
|
|
59
59
|
'src-type-other': 'Остало',
|
|
60
|
+
'src-type-mobile-video-camera': 'Видео',
|
|
61
|
+
'src-type-mobile-photo-camera': 'Фотографија',
|
|
60
62
|
'caption-from-url': 'Увези са везе',
|
|
61
63
|
'caption-camera': 'Камера',
|
|
62
64
|
'caption-draw': 'Цртај',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Annat',
|
|
58
|
+
'src-type-mobile-video-camera': 'Video',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
58
60
|
'caption-from-url': 'Importera från länk',
|
|
59
61
|
'caption-camera': 'Kamera',
|
|
60
62
|
'caption-draw': 'Rita',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Diğer',
|
|
58
|
+
'src-type-mobile-video-camera': 'Video',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Fotoğraf',
|
|
58
60
|
'caption-from-url': 'Bağlantıdan İçe Aktar',
|
|
59
61
|
'caption-camera': 'Kamera',
|
|
60
62
|
'caption-draw': 'Çiz',
|
|
@@ -59,6 +59,8 @@ declare const _default: {
|
|
|
59
59
|
'src-type-onedrive': string;
|
|
60
60
|
'src-type-huddle': string;
|
|
61
61
|
'src-type-other': string;
|
|
62
|
+
'src-type-mobile-video-camera': string;
|
|
63
|
+
'src-type-mobile-photo-camera': string;
|
|
62
64
|
'caption-from-url': string;
|
|
63
65
|
'caption-camera': string;
|
|
64
66
|
'caption-draw': string;
|
|
@@ -59,6 +59,8 @@ export default {
|
|
|
59
59
|
'src-type-onedrive': 'Onedrive',
|
|
60
60
|
'src-type-huddle': 'Huddle',
|
|
61
61
|
'src-type-other': 'Інше',
|
|
62
|
+
'src-type-mobile-video-camera': 'Відео',
|
|
63
|
+
'src-type-mobile-photo-camera': 'Фото',
|
|
62
64
|
'caption-from-url': 'Імпортувати з посилання',
|
|
63
65
|
'caption-camera': 'Камера',
|
|
64
66
|
'caption-draw': 'Малювати',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Khác',
|
|
58
|
+
'src-type-mobile-video-camera': 'Video',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Ảnh',
|
|
58
60
|
'caption-from-url': 'Nhập khẩu từ liên kết',
|
|
59
61
|
'caption-camera': 'Máy ảnh',
|
|
60
62
|
'caption-draw': 'Vẽ',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': '其他',
|
|
58
|
+
'src-type-mobile-video-camera': '影片',
|
|
59
|
+
'src-type-mobile-photo-camera': '照片',
|
|
58
60
|
'caption-from-url': '從連結匯入',
|
|
59
61
|
'caption-camera': '相機',
|
|
60
62
|
'caption-draw': '繪圖',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': '其他',
|
|
58
|
+
'src-type-mobile-video-camera': '视频',
|
|
59
|
+
'src-type-mobile-photo-camera': '照片',
|
|
58
60
|
'caption-from-url': '从链接导入',
|
|
59
61
|
'caption-camera': '相机',
|
|
60
62
|
'caption-draw': '绘制',
|