vgapp 1.4.4 → 1.4.6
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/README.md +270 -270
- package/app/langs/en/buttons.json +17 -17
- package/app/langs/en/messages.json +36 -36
- package/app/langs/ru/buttons.json +17 -17
- package/app/langs/ru/messages.json +36 -36
- package/app/modules/vgalert/js/vgalert.js +266 -266
- package/app/modules/vgalert/scss/_variables.scss +16 -16
- package/app/modules/vgalert/scss/vgalert.scss +107 -107
- package/app/modules/vgcollapse/scss/_variables.scss +7 -7
- package/app/modules/vgcollapse/scss/vgcollapse.scss +5 -5
- package/app/modules/vgdropdown/scss/_variables.scss +14 -14
- package/app/modules/vgdropdown/scss/vgdropdown.scss +5 -5
- package/app/modules/vgdynamictable/index.js +4 -4
- package/app/modules/vgdynamictable/js/filters.js +21 -21
- package/app/modules/vgdynamictable/js/fixed.js +179 -179
- package/app/modules/vgdynamictable/js/options.js +3 -3
- package/app/modules/vgdynamictable/js/pagination.js +1 -1
- package/app/modules/vgdynamictable/js/search.js +12 -12
- package/app/modules/vgdynamictable/js/skeleton.js +27 -19
- package/app/modules/vgdynamictable/js/sortable.js +71 -71
- package/app/modules/vgdynamictable/js/summary-footer.js +28 -28
- package/app/modules/vgdynamictable/js/table-url-state.js +31 -31
- package/app/modules/vgdynamictable/js/utils/common.js +48 -48
- package/app/modules/vgdynamictable/js/vgdynamictable.js +79 -79
- package/app/modules/vgdynamictable/scss/_actions.scss +19 -19
- package/app/modules/vgdynamictable/scss/_pagination.scss +5 -5
- package/app/modules/vgdynamictable/scss/_skeleton.scss +11 -11
- package/app/modules/vgdynamictable/scss/_sortable.scss +28 -28
- package/app/modules/vgdynamictable/scss/_table.scss +7 -30
- package/app/modules/vgdynamictable/scss/_variables.scss +46 -46
- package/app/modules/vgdynamictable/scss/vgdynamictable.scss +28 -36
- package/app/modules/vgfilepreview/js/i18n.js +56 -56
- package/app/modules/vgfilepreview/js/renderers/image-modal.js +145 -145
- package/app/modules/vgfilepreview/js/renderers/image.js +92 -92
- package/app/modules/vgfilepreview/js/renderers/index.js +19 -19
- package/app/modules/vgfilepreview/js/renderers/office-modal.js +168 -168
- package/app/modules/vgfilepreview/js/renderers/office.js +79 -79
- package/app/modules/vgfilepreview/js/renderers/pdf-modal.js +260 -260
- package/app/modules/vgfilepreview/js/renderers/pdf.js +76 -76
- package/app/modules/vgfilepreview/js/renderers/playlist.js +71 -71
- package/app/modules/vgfilepreview/js/renderers/text-modal.js +343 -343
- package/app/modules/vgfilepreview/js/renderers/text.js +83 -83
- package/app/modules/vgfilepreview/js/renderers/video-modal.js +272 -272
- package/app/modules/vgfilepreview/js/renderers/video.js +80 -80
- package/app/modules/vgfilepreview/js/renderers/zip-modal.js +522 -522
- package/app/modules/vgfilepreview/js/renderers/zip.js +89 -89
- package/app/modules/vgfilepreview/js/vgfilepreview.js +7 -7
- package/app/modules/vgfilepreview/readme.md +68 -68
- package/app/modules/vgfilepreview/scss/_variables.scss +115 -115
- package/app/modules/vgfilepreview/scss/vgfilepreview.scss +463 -463
- package/app/modules/vgfiles/js/droppable.js +20 -9
- package/app/modules/vgfiles/js/render.js +153 -153
- package/app/modules/vgfiles/js/vgfiles.js +104 -104
- package/app/modules/vgfiles/readme.md +123 -123
- package/app/modules/vgfiles/scss/_mixins.scss +9 -9
- package/app/modules/vgfiles/scss/_variables.scss +41 -41
- package/app/modules/vgfiles/scss/vgfiles.scss +161 -161
- package/app/modules/vgformsender/js/hideshowpass.js +21 -16
- package/app/modules/vgformsender/js/vgformsender.js +4 -6
- package/app/modules/vgformsender/readme.md +1 -1
- package/app/modules/vgformsender/scss/_variables.scss +5 -5
- package/app/modules/vgformsender/scss/vgformsender.scss +42 -42
- package/app/modules/vglawcookie/js/vglawcookie.js +11 -8
- package/app/modules/vglawcookie/scss/_variables.scss +13 -13
- package/app/modules/vglawcookie/scss/vglawcookie.scss +5 -5
- package/app/modules/vgmodal/js/vgmodal.interaction.js +216 -216
- package/app/modules/vgmodal/js/vgmodal.js +355 -355
- package/app/modules/vgmodal/js/vgmodal.minimized.js +227 -227
- package/app/modules/vgmodal/scss/_variables.scss +17 -17
- package/app/modules/vgmodal/scss/vgmodal.scss +77 -77
- package/app/modules/vgnav/js/vgnav.js +180 -180
- package/app/modules/vgnav/scss/_breakpoints.scss +36 -36
- package/app/modules/vgnav/scss/_hamburger.scss +5 -5
- package/app/modules/vgnav/scss/_placement.scss +5 -5
- package/app/modules/vgnav/scss/_toggle.scss +5 -5
- package/app/modules/vgnav/scss/_variables.scss +26 -26
- package/app/modules/vgnav/scss/vgnav.scss +41 -41
- package/app/modules/vgnestable/README.md +39 -39
- package/app/modules/vgnestable/js/vgnestable.js +358 -358
- package/app/modules/vgnestable/scss/_variables.scss +35 -35
- package/app/modules/vgnestable/scss/vgnestable.scss +55 -55
- package/app/modules/vgrangeslider/js/skins.js +222 -222
- package/app/modules/vgrangeslider/js/vgrangeslider.js +704 -704
- package/app/modules/vgrangeslider/scss/_variables.scss +55 -55
- package/app/modules/vgrangeslider/scss/vgrangeslider.scss +239 -239
- package/app/modules/vgrollup/scss/_variables.scss +15 -15
- package/app/modules/vgrollup/scss/vgrollup.scss +6 -6
- package/app/modules/vgselect/js/vgselect.js +129 -129
- package/app/modules/vgselect/readme.md +11 -11
- package/app/modules/vgselect/scss/_variables.scss +50 -50
- package/app/modules/vgselect/scss/vgselect.scss +48 -48
- package/app/modules/vgsidebar/js/vgsidebar.js +79 -79
- package/app/modules/vgsidebar/scss/_variables.scss +10 -10
- package/app/modules/vgsidebar/scss/vgsidebar.scss +5 -5
- package/app/modules/vgtabs/scss/_variables.scss +23 -23
- package/app/modules/vgtabs/scss/vgtabs.scss +5 -5
- package/app/modules/vgtoast/scss/_variables.scss +13 -13
- package/app/modules/vgtoast/scss/vgtoast.scss +5 -5
- package/app/modules/vgtooltip/js/vgtooltip.js +107 -51
- package/app/modules/vgtooltip/scss/_variables.scss +10 -10
- package/app/modules/vgtooltip/scss/vgtooltip.scss +5 -5
- package/app/utils/js/components/audio-metadata.js +240 -240
- package/app/utils/js/components/backdrop.js +116 -116
- package/app/utils/js/components/file-icon.js +109 -109
- package/app/utils/js/components/file-preview.js +304 -304
- package/app/utils/js/components/sanitize.js +150 -150
- package/app/utils/js/components/video-metadata.js +140 -140
- package/app/utils/scss/_backdrop.scss +5 -5
- package/app/utils/scss/_theme-default.scss +12 -12
- package/app/utils/scss/_theme.scss +7 -7
- package/app/utils/scss/_tokens.scss +170 -170
- package/app/utils/scss/default.scss +9 -9
- package/app/utils/scss/functions.scss +21 -21
- package/app/utils/scss/index.scss +4 -4
- package/app/utils/scss/mixin.scss +16 -16
- package/app/utils/scss/variables.scss +105 -105
- package/app/vgapp.js +295 -295
- package/build/vgapp.css +1 -1
- package/build/vgapp.css.map +1 -1
- package/build/vgapp.js +1 -1
- package/build/vgapp.js.map +1 -1
- package/index.scss +20 -20
- package/package.json +4 -2
|
@@ -25,42 +25,42 @@
|
|
|
25
25
|
"description": "It will not be possible to return it",
|
|
26
26
|
"drop-active": "Release to upload"
|
|
27
27
|
},
|
|
28
|
-
"filepreview": {
|
|
29
|
-
"audio_title": "Audio file",
|
|
30
|
-
"image_title": "Image preview",
|
|
31
|
-
"image_thumbnail_alt": "Image thumbnail",
|
|
32
|
-
"text_title": "Text preview",
|
|
33
|
-
"video_title": "Video preview",
|
|
34
|
-
"pdf_title": "PDF preview",
|
|
35
|
-
"office_title": "Office preview",
|
|
36
|
-
"archive_title": "Archive preview",
|
|
37
|
-
"loading_text": "Loading...",
|
|
38
|
-
"loading_archive": "Loading archive...",
|
|
39
|
-
"loading_entry": "Loading entry...",
|
|
40
|
-
"cannot_open_file": "Cannot open file",
|
|
41
|
-
"cannot_open_archive": "Cannot open archive",
|
|
42
|
-
"cannot_preview_entry": "Cannot preview entry",
|
|
43
|
-
"office_fallback": "If embedded preview is unavailable, download the file.",
|
|
44
|
-
"invalid_zip": "Invalid ZIP file",
|
|
45
|
-
"central_directory_not_found": "Central directory not found",
|
|
46
|
-
"archive_buffer_missing": "Archive buffer is missing",
|
|
47
|
-
"entry_corrupted": "Archive entry is corrupted",
|
|
48
|
-
"compression_not_supported": "Compression method is not supported",
|
|
49
|
-
"deflate_not_supported": "Deflate decompression is not supported by the browser",
|
|
50
|
-
"unknown_error": "Unknown error",
|
|
51
|
-
"empty_file": "(empty file)",
|
|
52
|
-
"archive_empty_unsupported": "Archive is empty or unsupported.",
|
|
53
|
-
"archive_type_dir": "dir",
|
|
54
|
-
"archive_type_file": "file",
|
|
55
|
-
"archive_table_name": "Name",
|
|
56
|
-
"archive_table_type": "Type",
|
|
57
|
-
"archive_table_packed": "Packed",
|
|
58
|
-
"archive_table_size": "Size",
|
|
59
|
-
"archive_table_preview": "Preview",
|
|
60
|
-
"pdf_page": "Page",
|
|
61
|
-
"pdf_zoom": "Zoom"
|
|
62
|
-
},
|
|
63
|
-
"alert": {
|
|
28
|
+
"filepreview": {
|
|
29
|
+
"audio_title": "Audio file",
|
|
30
|
+
"image_title": "Image preview",
|
|
31
|
+
"image_thumbnail_alt": "Image thumbnail",
|
|
32
|
+
"text_title": "Text preview",
|
|
33
|
+
"video_title": "Video preview",
|
|
34
|
+
"pdf_title": "PDF preview",
|
|
35
|
+
"office_title": "Office preview",
|
|
36
|
+
"archive_title": "Archive preview",
|
|
37
|
+
"loading_text": "Loading...",
|
|
38
|
+
"loading_archive": "Loading archive...",
|
|
39
|
+
"loading_entry": "Loading entry...",
|
|
40
|
+
"cannot_open_file": "Cannot open file",
|
|
41
|
+
"cannot_open_archive": "Cannot open archive",
|
|
42
|
+
"cannot_preview_entry": "Cannot preview entry",
|
|
43
|
+
"office_fallback": "If embedded preview is unavailable, download the file.",
|
|
44
|
+
"invalid_zip": "Invalid ZIP file",
|
|
45
|
+
"central_directory_not_found": "Central directory not found",
|
|
46
|
+
"archive_buffer_missing": "Archive buffer is missing",
|
|
47
|
+
"entry_corrupted": "Archive entry is corrupted",
|
|
48
|
+
"compression_not_supported": "Compression method is not supported",
|
|
49
|
+
"deflate_not_supported": "Deflate decompression is not supported by the browser",
|
|
50
|
+
"unknown_error": "Unknown error",
|
|
51
|
+
"empty_file": "(empty file)",
|
|
52
|
+
"archive_empty_unsupported": "Archive is empty or unsupported.",
|
|
53
|
+
"archive_type_dir": "dir",
|
|
54
|
+
"archive_type_file": "file",
|
|
55
|
+
"archive_table_name": "Name",
|
|
56
|
+
"archive_table_type": "Type",
|
|
57
|
+
"archive_table_packed": "Packed",
|
|
58
|
+
"archive_table_size": "Size",
|
|
59
|
+
"archive_table_preview": "Preview",
|
|
60
|
+
"pdf_page": "Page",
|
|
61
|
+
"pdf_zoom": "Zoom"
|
|
62
|
+
},
|
|
63
|
+
"alert": {
|
|
64
64
|
"title": "Default header",
|
|
65
65
|
"description": "Description of the current action",
|
|
66
66
|
"reason": "Alert already open"
|
|
@@ -7,22 +7,22 @@
|
|
|
7
7
|
"agree": "Да",
|
|
8
8
|
"cancel": "Нет"
|
|
9
9
|
},
|
|
10
|
-
"filepreview": {
|
|
11
|
-
"open_audio": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043f\u043b\u0435\u0435\u0440",
|
|
12
|
-
"open_image": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
|
|
13
|
-
"open_text": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0442\u0435\u043a\u0441\u0442",
|
|
14
|
-
"open_video": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432\u0438\u0434\u0435\u043e",
|
|
15
|
-
"open_archive": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0430\u0440\u0445\u0438\u0432",
|
|
16
|
-
"open_pdf": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c PDF",
|
|
17
|
-
"open_office": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442",
|
|
18
|
-
"download": "\u0421\u043a\u0430\u0447\u0430\u0442\u044c",
|
|
19
|
-
"preview": "\u041f\u0440\u0435\u0432\u044c\u044e",
|
|
20
|
-
"prev": "\u041d\u0430\u0437\u0430\u0434",
|
|
21
|
-
"next": "\u0412\u043f\u0435\u0440\u0435\u0434",
|
|
22
|
-
"zoom_in": "\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c",
|
|
23
|
-
"zoom_out": "\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c"
|
|
24
|
-
},
|
|
25
|
-
"loadmore": {
|
|
10
|
+
"filepreview": {
|
|
11
|
+
"open_audio": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043f\u043b\u0435\u0435\u0440",
|
|
12
|
+
"open_image": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
|
|
13
|
+
"open_text": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0442\u0435\u043a\u0441\u0442",
|
|
14
|
+
"open_video": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432\u0438\u0434\u0435\u043e",
|
|
15
|
+
"open_archive": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0430\u0440\u0445\u0438\u0432",
|
|
16
|
+
"open_pdf": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c PDF",
|
|
17
|
+
"open_office": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442",
|
|
18
|
+
"download": "\u0421\u043a\u0430\u0447\u0430\u0442\u044c",
|
|
19
|
+
"preview": "\u041f\u0440\u0435\u0432\u044c\u044e",
|
|
20
|
+
"prev": "\u041d\u0430\u0437\u0430\u0434",
|
|
21
|
+
"next": "\u0412\u043f\u0435\u0440\u0435\u0434",
|
|
22
|
+
"zoom_in": "\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c",
|
|
23
|
+
"zoom_out": "\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c"
|
|
24
|
+
},
|
|
25
|
+
"loadmore": {
|
|
26
26
|
"send": "Загружаю...",
|
|
27
27
|
"show": "Показываю...",
|
|
28
28
|
"text-ajax": "Загрузить еще",
|
|
@@ -36,4 +36,4 @@
|
|
|
36
36
|
"select": {
|
|
37
37
|
"load-more": "Загрузить еще"
|
|
38
38
|
}
|
|
39
|
-
}
|
|
39
|
+
}
|
|
@@ -25,42 +25,42 @@
|
|
|
25
25
|
"description": "Вернуть будет невозможно",
|
|
26
26
|
"drop-active": "Отпустите, чтобы загрузить"
|
|
27
27
|
},
|
|
28
|
-
"filepreview": {
|
|
29
|
-
"audio_title": "\u0410\u0443\u0434\u0438\u043e \u0444\u0430\u0439\u043b",
|
|
30
|
-
"image_title": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
|
|
31
|
-
"image_thumbnail_alt": "\u041c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
|
|
32
|
-
"text_title": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0442\u0435\u043a\u0441\u0442\u0430",
|
|
33
|
-
"video_title": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0432\u0438\u0434\u0435\u043e",
|
|
34
|
-
"pdf_title": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 PDF",
|
|
35
|
-
"office_title": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430",
|
|
36
|
-
"archive_title": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0430\u0440\u0445\u0438\u0432\u0430",
|
|
37
|
-
"loading_text": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430...",
|
|
38
|
-
"loading_archive": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0430\u0440\u0445\u0438\u0432\u0430...",
|
|
39
|
-
"loading_entry": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0444\u0430\u0439\u043b\u0430 \u0438\u0437 \u0430\u0440\u0445\u0438\u0432\u0430...",
|
|
40
|
-
"cannot_open_file": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0444\u0430\u0439\u043b",
|
|
41
|
-
"cannot_open_archive": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0430\u0440\u0445\u0438\u0432",
|
|
42
|
-
"cannot_preview_entry": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u0435",
|
|
43
|
-
"office_fallback": "\u0415\u0441\u043b\u0438 \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u043f\u0440\u0435\u0432\u044c\u044e \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442, \u0441\u043a\u0430\u0447\u0430\u0439\u0442\u0435 \u0444\u0430\u0439\u043b.",
|
|
44
|
-
"invalid_zip": "\u041d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0439 ZIP-\u0444\u0430\u0439\u043b",
|
|
45
|
-
"central_directory_not_found": "\u0426\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u044b\u0439 \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
|
|
46
|
-
"archive_buffer_missing": "\u0411\u0443\u0444\u0435\u0440 \u0430\u0440\u0445\u0438\u0432\u0430 \u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d",
|
|
47
|
-
"entry_corrupted": "\u0424\u0430\u0439\u043b \u0432 \u0430\u0440\u0445\u0438\u0432\u0435 \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d",
|
|
48
|
-
"compression_not_supported": "\u041c\u0435\u0442\u043e\u0434 \u0441\u0436\u0430\u0442\u0438\u044f \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f",
|
|
49
|
-
"deflate_not_supported": "\u0411\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0440\u0430\u0441\u043f\u0430\u043a\u043e\u0432\u043a\u0443 Deflate",
|
|
50
|
-
"unknown_error": "\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430",
|
|
51
|
-
"empty_file": "(\u043f\u0443\u0441\u0442\u043e\u0439 \u0444\u0430\u0439\u043b)",
|
|
52
|
-
"archive_empty_unsupported": "\u0410\u0440\u0445\u0438\u0432 \u043f\u0443\u0441\u0442\u043e\u0439 \u0438\u043b\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f.",
|
|
53
|
-
"archive_type_dir": "\u043f\u0430\u043f\u043a\u0430",
|
|
54
|
-
"archive_type_file": "\u0444\u0430\u0439\u043b",
|
|
55
|
-
"archive_table_name": "\u0418\u043c\u044f",
|
|
56
|
-
"archive_table_type": "\u0422\u0438\u043f",
|
|
57
|
-
"archive_table_packed": "\u0421\u0436\u0430\u0442\u044b\u0439",
|
|
58
|
-
"archive_table_size": "\u0420\u0430\u0437\u043c\u0435\u0440",
|
|
59
|
-
"archive_table_preview": "\u041f\u0440\u0435\u0432\u044c\u044e",
|
|
60
|
-
"pdf_page": "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430",
|
|
61
|
-
"pdf_zoom": "\u041c\u0430\u0441\u0448\u0442\u0430\u0431"
|
|
62
|
-
},
|
|
63
|
-
"alert": {
|
|
28
|
+
"filepreview": {
|
|
29
|
+
"audio_title": "\u0410\u0443\u0434\u0438\u043e \u0444\u0430\u0439\u043b",
|
|
30
|
+
"image_title": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
|
|
31
|
+
"image_thumbnail_alt": "\u041c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
|
|
32
|
+
"text_title": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0442\u0435\u043a\u0441\u0442\u0430",
|
|
33
|
+
"video_title": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0432\u0438\u0434\u0435\u043e",
|
|
34
|
+
"pdf_title": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 PDF",
|
|
35
|
+
"office_title": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430",
|
|
36
|
+
"archive_title": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0430\u0440\u0445\u0438\u0432\u0430",
|
|
37
|
+
"loading_text": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430...",
|
|
38
|
+
"loading_archive": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0430\u0440\u0445\u0438\u0432\u0430...",
|
|
39
|
+
"loading_entry": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0444\u0430\u0439\u043b\u0430 \u0438\u0437 \u0430\u0440\u0445\u0438\u0432\u0430...",
|
|
40
|
+
"cannot_open_file": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0444\u0430\u0439\u043b",
|
|
41
|
+
"cannot_open_archive": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0430\u0440\u0445\u0438\u0432",
|
|
42
|
+
"cannot_preview_entry": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u0435",
|
|
43
|
+
"office_fallback": "\u0415\u0441\u043b\u0438 \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u043f\u0440\u0435\u0432\u044c\u044e \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442, \u0441\u043a\u0430\u0447\u0430\u0439\u0442\u0435 \u0444\u0430\u0439\u043b.",
|
|
44
|
+
"invalid_zip": "\u041d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0439 ZIP-\u0444\u0430\u0439\u043b",
|
|
45
|
+
"central_directory_not_found": "\u0426\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u044b\u0439 \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
|
|
46
|
+
"archive_buffer_missing": "\u0411\u0443\u0444\u0435\u0440 \u0430\u0440\u0445\u0438\u0432\u0430 \u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d",
|
|
47
|
+
"entry_corrupted": "\u0424\u0430\u0439\u043b \u0432 \u0430\u0440\u0445\u0438\u0432\u0435 \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d",
|
|
48
|
+
"compression_not_supported": "\u041c\u0435\u0442\u043e\u0434 \u0441\u0436\u0430\u0442\u0438\u044f \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f",
|
|
49
|
+
"deflate_not_supported": "\u0411\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0440\u0430\u0441\u043f\u0430\u043a\u043e\u0432\u043a\u0443 Deflate",
|
|
50
|
+
"unknown_error": "\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430",
|
|
51
|
+
"empty_file": "(\u043f\u0443\u0441\u0442\u043e\u0439 \u0444\u0430\u0439\u043b)",
|
|
52
|
+
"archive_empty_unsupported": "\u0410\u0440\u0445\u0438\u0432 \u043f\u0443\u0441\u0442\u043e\u0439 \u0438\u043b\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f.",
|
|
53
|
+
"archive_type_dir": "\u043f\u0430\u043f\u043a\u0430",
|
|
54
|
+
"archive_type_file": "\u0444\u0430\u0439\u043b",
|
|
55
|
+
"archive_table_name": "\u0418\u043c\u044f",
|
|
56
|
+
"archive_table_type": "\u0422\u0438\u043f",
|
|
57
|
+
"archive_table_packed": "\u0421\u0436\u0430\u0442\u044b\u0439",
|
|
58
|
+
"archive_table_size": "\u0420\u0430\u0437\u043c\u0435\u0440",
|
|
59
|
+
"archive_table_preview": "\u041f\u0440\u0435\u0432\u044c\u044e",
|
|
60
|
+
"pdf_page": "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430",
|
|
61
|
+
"pdf_zoom": "\u041c\u0430\u0441\u0448\u0442\u0430\u0431"
|
|
62
|
+
},
|
|
63
|
+
"alert": {
|
|
64
64
|
"title": "Заголовок по умолчанию",
|
|
65
65
|
"description": "Описание текущего действия",
|
|
66
66
|
"reason": "Алерт уже открыт"
|