@uploadcare/file-uploader 1.25.0-alpha.3 → 1.25.0-alpha.4
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/dist/abstract/loadFileUploaderFrom.js +4 -79
- package/dist/env.js +4 -33
- package/dist/index.css +5 -2664
- package/dist/index.d.ts +925 -926
- package/dist/index.js +6 -13630
- package/dist/index.layered.css +4 -2720
- package/dist/index.ssr.js +34 -29
- package/dist/locales/file-uploader/ar.js +4 -165
- package/dist/locales/file-uploader/az.js +4 -157
- package/dist/locales/file-uploader/ca.js +4 -159
- package/dist/locales/file-uploader/cs.js +4 -161
- package/dist/locales/file-uploader/da.js +4 -157
- package/dist/locales/file-uploader/de.js +4 -157
- package/dist/locales/file-uploader/el.js +4 -157
- package/dist/locales/file-uploader/en.js +4 -157
- package/dist/locales/file-uploader/es.js +4 -159
- package/dist/locales/file-uploader/et.js +4 -157
- package/dist/locales/file-uploader/fi.js +4 -157
- package/dist/locales/file-uploader/fr.js +4 -159
- package/dist/locales/file-uploader/he.js +4 -159
- package/dist/locales/file-uploader/hy.js +4 -157
- package/dist/locales/file-uploader/is.js +4 -157
- package/dist/locales/file-uploader/it.js +4 -159
- package/dist/locales/file-uploader/ja.js +4 -157
- package/dist/locales/file-uploader/ka.js +4 -157
- package/dist/locales/file-uploader/kk.js +4 -157
- package/dist/locales/file-uploader/ko.js +4 -157
- package/dist/locales/file-uploader/lv.js +4 -159
- package/dist/locales/file-uploader/nb.js +4 -157
- package/dist/locales/file-uploader/nl.js +4 -157
- package/dist/locales/file-uploader/pl.js +4 -161
- package/dist/locales/file-uploader/pt.js +4 -159
- package/dist/locales/file-uploader/ro.js +4 -159
- package/dist/locales/file-uploader/ru.js +4 -161
- package/dist/locales/file-uploader/sk.js +4 -161
- package/dist/locales/file-uploader/sr.js +4 -159
- package/dist/locales/file-uploader/sv.js +4 -157
- package/dist/locales/file-uploader/tr.js +4 -157
- package/dist/locales/file-uploader/uk.js +4 -161
- package/dist/locales/file-uploader/vi.js +4 -157
- package/dist/locales/file-uploader/zh-TW.js +4 -157
- package/dist/locales/file-uploader/zh.js +4 -157
- package/package.json +19 -18
- package/types/jsx.d.ts +75 -48
- package/web/file-uploader.iife.min.d.ts +927 -928
- package/web/file-uploader.iife.min.js +6 -31
- package/web/file-uploader.iife.min.js.LEGAL.txt +71 -0
- package/web/file-uploader.min.d.ts +927 -928
- package/web/file-uploader.min.js +5 -29
- package/web/file-uploader.min.js.LEGAL.txt +71 -0
- package/web/uc-basic.layered.min.css +4 -23
- package/web/uc-basic.min.css +4 -23
- package/web/uc-cloud-image-editor.layered.min.css +4 -23
- package/web/uc-cloud-image-editor.min.css +4 -23
- package/web/uc-cloud-image-editor.min.d.ts +489 -494
- package/web/uc-cloud-image-editor.min.js +5 -29
- package/web/uc-cloud-image-editor.min.js.LEGAL.txt +70 -0
- package/web/uc-file-uploader-inline.layered.min.css +4 -23
- package/web/uc-file-uploader-inline.min.css +4 -23
- package/web/uc-file-uploader-inline.min.d.ts +927 -928
- package/web/uc-file-uploader-inline.min.js +5 -29
- package/web/uc-file-uploader-inline.min.js.LEGAL.txt +71 -0
- package/web/uc-file-uploader-minimal.layered.min.css +4 -23
- package/web/uc-file-uploader-minimal.min.css +4 -23
- package/web/uc-file-uploader-minimal.min.d.ts +927 -928
- package/web/uc-file-uploader-minimal.min.js +5 -29
- package/web/uc-file-uploader-minimal.min.js.LEGAL.txt +71 -0
- package/web/uc-file-uploader-regular.layered.min.css +4 -23
- package/web/uc-file-uploader-regular.min.css +4 -23
- package/web/uc-file-uploader-regular.min.d.ts +927 -928
- package/web/uc-file-uploader-regular.min.js +5 -29
- package/web/uc-file-uploader-regular.min.js.LEGAL.txt +71 -0
- package/web/uc-img.min.d.ts +28 -38
- package/web/uc-img.min.js +5 -25
- package/web/uc-img.min.js.LEGAL.txt +24 -0
|
@@ -1,160 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* MIT
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
* in the Software without restriction, including without limitation the rights
|
|
10
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
* furnished to do so, subject to the following conditions:
|
|
13
|
-
*
|
|
14
|
-
* The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
* copies or substantial portions of the Software.
|
|
16
|
-
*
|
|
17
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
* SOFTWARE.
|
|
24
|
-
*
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.25.0-alpha.4 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2025-12-09T11:47:40.800Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/sv.ts
|
|
28
|
-
var sv_default = {
|
|
29
|
-
"locale-id": "sv",
|
|
30
|
-
"social-source-lang": "sv",
|
|
31
|
-
"upload-file": "Ladda upp fil",
|
|
32
|
-
"upload-files": "Ladda upp filer",
|
|
33
|
-
"choose-file": "V\xE4lj fil",
|
|
34
|
-
"choose-files": "V\xE4lj filer",
|
|
35
|
-
"drop-files-here": "Sl\xE4pp filer h\xE4r",
|
|
36
|
-
"select-file-source": "V\xE4lj filk\xE4lla",
|
|
37
|
-
selected: "Vald",
|
|
38
|
-
upload: "Ladda upp",
|
|
39
|
-
"add-more": "L\xE4gg till fler",
|
|
40
|
-
cancel: "Avbryt",
|
|
41
|
-
"start-from-cancel": "Avbryt",
|
|
42
|
-
clear: "Rensa",
|
|
43
|
-
"camera-shot": "Ta bild",
|
|
44
|
-
"upload-url": "Importera",
|
|
45
|
-
"upload-url-placeholder": "Klistra in l\xE4nk h\xE4r",
|
|
46
|
-
"edit-image": "Redigera bild",
|
|
47
|
-
"edit-detail": "Detaljer",
|
|
48
|
-
back: "Tillbaka",
|
|
49
|
-
done: "Klar",
|
|
50
|
-
ok: "Ok",
|
|
51
|
-
"remove-from-list": "Ta bort",
|
|
52
|
-
no: "Nej",
|
|
53
|
-
yes: "Ja",
|
|
54
|
-
"confirm-your-action": "Bekr\xE4fta din \xE5tg\xE4rd",
|
|
55
|
-
"are-you-sure": "\xC4r du s\xE4ker?",
|
|
56
|
-
"selected-count": "Vald:",
|
|
57
|
-
"upload-error": "Uppladdningsfel",
|
|
58
|
-
"validation-error": "Valideringsfel",
|
|
59
|
-
"no-files": "Inga filer valda",
|
|
60
|
-
browse: "Bl\xE4ddra",
|
|
61
|
-
"not-uploaded-yet": "Inte uppladdad \xE4nnu...",
|
|
62
|
-
file__one: "fil",
|
|
63
|
-
file__other: "filer",
|
|
64
|
-
error__one: "fel",
|
|
65
|
-
error__other: "fel",
|
|
66
|
-
"header-uploading": "Laddar upp {{count}} {{plural:file(count)}}",
|
|
67
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
68
|
-
"header-succeed": "{{count}} {{plural:file(count)}} uppladdade",
|
|
69
|
-
"header-total": "{{count}} {{plural:file(count)}} valda",
|
|
70
|
-
"src-type-local": "Fr\xE5n enhet",
|
|
71
|
-
"src-type-from-url": "Fr\xE5n l\xE4nk",
|
|
72
|
-
"src-type-camera": "Kamera",
|
|
73
|
-
"src-type-draw": "Rita",
|
|
74
|
-
"src-type-facebook": "Facebook",
|
|
75
|
-
"src-type-dropbox": "Dropbox",
|
|
76
|
-
"src-type-gdrive": "Google Drive",
|
|
77
|
-
"src-type-ngdrive": "Google Drive",
|
|
78
|
-
"src-type-gphotos": "Google Photos",
|
|
79
|
-
"src-type-flickr": "Flickr",
|
|
80
|
-
"src-type-vk": "VK",
|
|
81
|
-
"src-type-evernote": "Evernote",
|
|
82
|
-
"src-type-box": "Box",
|
|
83
|
-
"src-type-onedrive": "OneDrive",
|
|
84
|
-
"src-type-huddle": "Huddle",
|
|
85
|
-
"src-type-other": "Annat",
|
|
86
|
-
"src-type-mobile-video-camera": "Video",
|
|
87
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
88
|
-
"caption-from-url": "Importera fr\xE5n l\xE4nk",
|
|
89
|
-
"caption-camera": "Kamera",
|
|
90
|
-
"caption-draw": "Rita",
|
|
91
|
-
"caption-edit-file": "Redigera fil",
|
|
92
|
-
"file-no-name": "Inget namn...",
|
|
93
|
-
"toggle-fullscreen": "V\xE4xla helsk\xE4rm",
|
|
94
|
-
"toggle-guides": "V\xE4xla guider",
|
|
95
|
-
rotate: "Rotera",
|
|
96
|
-
"flip-vertical": "V\xE4nd vertikalt",
|
|
97
|
-
"flip-horizontal": "V\xE4nd horisontellt",
|
|
98
|
-
apply: "Till\xE4mpa",
|
|
99
|
-
brightness: "Ljusstyrka",
|
|
100
|
-
contrast: "Kontrast",
|
|
101
|
-
saturation: "M\xE4ttnad",
|
|
102
|
-
exposure: "Exponering",
|
|
103
|
-
gamma: "Gamma",
|
|
104
|
-
vibrance: "Livlighet",
|
|
105
|
-
warmth: "V\xE4rme",
|
|
106
|
-
enhance: "F\xF6rb\xE4ttra",
|
|
107
|
-
original: "Original",
|
|
108
|
-
resize: "\xC4ndra storlek p\xE5 bild",
|
|
109
|
-
crop: "Besk\xE4r",
|
|
110
|
-
"select-color": "V\xE4lj f\xE4rg",
|
|
111
|
-
text: "Text",
|
|
112
|
-
draw: "Rita",
|
|
113
|
-
"cancel-edit": "Avbryt redigering",
|
|
114
|
-
"tab-view": "F\xF6rhandsgranska",
|
|
115
|
-
"tab-details": "Detaljer",
|
|
116
|
-
"file-name": "Namn",
|
|
117
|
-
"file-size": "Storlek",
|
|
118
|
-
"cdn-url": "CDN URL",
|
|
119
|
-
"file-size-unknown": "Ok\xE4nd",
|
|
120
|
-
"camera-permissions-denied": "Tillg\xE5ng till kamera nekad",
|
|
121
|
-
"camera-permissions-prompt": "V\xE4nligen till\xE5t tillg\xE5ng till kameran",
|
|
122
|
-
"camera-permissions-request": "Beg\xE4r tillg\xE5ng",
|
|
123
|
-
"files-count-limit-error-title": "F\xF6r m\xE5nga filer",
|
|
124
|
-
"files-count-limit-error-too-few": "Du har valt {{total}} {{plural:file(total)}}. Minst {{min}} {{plural:file(min)}} kr\xE4vs.",
|
|
125
|
-
"files-count-limit-error-too-many": "Du har valt f\xF6r m\xE5nga filer. {{max}} {{plural:file(max)}} \xE4r maximalt.",
|
|
126
|
-
"files-max-size-limit-error": "Filen \xE4r f\xF6r stor. Max filstorlek \xE4r {{maxFileSize}}.",
|
|
127
|
-
"has-validation-errors": "Valideringsfel har uppst\xE5tt. V\xE4nligen kontrollera dina filer innan uppladdning.",
|
|
128
|
-
"images-only-accepted": "Endast bildfiler accepteras.",
|
|
129
|
-
"file-type-not-allowed": "Uppladdning av dessa filtyper \xE4r inte till\xE5ten.",
|
|
130
|
-
"some-files-were-not-uploaded": "Vissa filer laddades inte upp.",
|
|
131
|
-
"file-item-edit-button": "Redigera",
|
|
132
|
-
"file-item-remove-button": "Ta bort",
|
|
133
|
-
"a11y-activity-header-button-close": "St\xE4ng",
|
|
134
|
-
"a11y-editor-tab-filters": "Filter",
|
|
135
|
-
"a11y-editor-tab-tuning": "Inst\xE4llning",
|
|
136
|
-
"a11y-editor-tab-crop": "Besk\xE4r",
|
|
137
|
-
flip: "V\xE4nd",
|
|
138
|
-
mirror: "Spegla",
|
|
139
|
-
"a11y-cloud-editor-apply-filter": "Applicera filter {{name}}",
|
|
140
|
-
"a11y-cloud-editor-apply-crop": "Applicera {{name}} operation",
|
|
141
|
-
"a11y-cloud-editor-apply-tuning": "Applicera {{name}} inst\xE4llning",
|
|
142
|
-
finished: "Slutf\xF6rt",
|
|
143
|
-
failed: "Misslyckades",
|
|
144
|
-
uploading: "Laddar upp",
|
|
145
|
-
idle: "Overksam",
|
|
146
|
-
"a11y-file-item-status": "Filen {{fileName}} \xE4r i status {{status}}",
|
|
147
|
-
"select-all": "V\xE4lj alla",
|
|
148
|
-
"deselect-all": "Avmarkera alla",
|
|
149
|
-
"waiting-for": "V\xE4ntar p\xE5 {{source}}",
|
|
150
|
-
"queued-uploading": "I k\xF6 f\xF6r uppladdning",
|
|
151
|
-
"queued-validation": "I k\xF6 f\xF6r validering",
|
|
152
|
-
validation: "Validerar",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Anv\xE4nd \xE5tg\xE4rd {{name}} {{value}}",
|
|
154
|
-
"crop-to-shape": "Besk\xE4r till {{value}}",
|
|
155
|
-
custom: "Fri form",
|
|
156
|
-
"freeform-crop": "Fri besk\xE4rning"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
sv_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"sv","social-source-lang":"sv","upload-file":"Ladda upp fil","upload-files":"Ladda upp filer","choose-file":"V\xE4lj fil","choose-files":"V\xE4lj filer","drop-files-here":"Sl\xE4pp filer h\xE4r","select-file-source":"V\xE4lj filk\xE4lla",selected:"Vald",upload:"Ladda upp","add-more":"L\xE4gg till fler",cancel:"Avbryt","start-from-cancel":"Avbryt",clear:"Rensa","camera-shot":"Ta bild","upload-url":"Importera","upload-url-placeholder":"Klistra in l\xE4nk h\xE4r","edit-image":"Redigera bild","edit-detail":"Detaljer",back:"Tillbaka",done:"Klar",ok:"Ok","remove-from-list":"Ta bort",no:"Nej",yes:"Ja","confirm-your-action":"Bekr\xE4fta din \xE5tg\xE4rd","are-you-sure":"\xC4r du s\xE4ker?","selected-count":"Vald:","upload-error":"Uppladdningsfel","validation-error":"Valideringsfel","no-files":"Inga filer valda",browse:"Bl\xE4ddra","not-uploaded-yet":"Inte uppladdad \xE4nnu...",file__one:"fil",file__other:"filer",error__one:"fel",error__other:"fel","header-uploading":"Laddar upp {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} uppladdade","header-total":"{{count}} {{plural:file(count)}} valda","src-type-local":"Fr\xE5n enhet","src-type-from-url":"Fr\xE5n l\xE4nk","src-type-camera":"Kamera","src-type-draw":"Rita","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Photos","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"Annat","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Foto","caption-from-url":"Importera fr\xE5n l\xE4nk","caption-camera":"Kamera","caption-draw":"Rita","caption-edit-file":"Redigera fil","file-no-name":"Inget namn...","toggle-fullscreen":"V\xE4xla helsk\xE4rm","toggle-guides":"V\xE4xla guider",rotate:"Rotera","flip-vertical":"V\xE4nd vertikalt","flip-horizontal":"V\xE4nd horisontellt",apply:"Till\xE4mpa",brightness:"Ljusstyrka",contrast:"Kontrast",saturation:"M\xE4ttnad",exposure:"Exponering",gamma:"Gamma",vibrance:"Livlighet",warmth:"V\xE4rme",enhance:"F\xF6rb\xE4ttra",original:"Original",resize:"\xC4ndra storlek p\xE5 bild",crop:"Besk\xE4r","select-color":"V\xE4lj f\xE4rg",text:"Text",draw:"Rita","cancel-edit":"Avbryt redigering","tab-view":"F\xF6rhandsgranska","tab-details":"Detaljer","file-name":"Namn","file-size":"Storlek","cdn-url":"CDN URL","file-size-unknown":"Ok\xE4nd","camera-permissions-denied":"Tillg\xE5ng till kamera nekad","camera-permissions-prompt":"V\xE4nligen till\xE5t tillg\xE5ng till kameran","camera-permissions-request":"Beg\xE4r tillg\xE5ng","files-count-limit-error-title":"F\xF6r m\xE5nga filer","files-count-limit-error-too-few":"Du har valt {{total}} {{plural:file(total)}}. Minst {{min}} {{plural:file(min)}} kr\xE4vs.","files-count-limit-error-too-many":"Du har valt f\xF6r m\xE5nga filer. {{max}} {{plural:file(max)}} \xE4r maximalt.","files-max-size-limit-error":"Filen \xE4r f\xF6r stor. Max filstorlek \xE4r {{maxFileSize}}.","has-validation-errors":"Valideringsfel har uppst\xE5tt. V\xE4nligen kontrollera dina filer innan uppladdning.","images-only-accepted":"Endast bildfiler accepteras.","file-type-not-allowed":"Uppladdning av dessa filtyper \xE4r inte till\xE5ten.","some-files-were-not-uploaded":"Vissa filer laddades inte upp.","file-item-edit-button":"Redigera","file-item-remove-button":"Ta bort","a11y-activity-header-button-close":"St\xE4ng","a11y-editor-tab-filters":"Filter","a11y-editor-tab-tuning":"Inst\xE4llning","a11y-editor-tab-crop":"Besk\xE4r",flip:"V\xE4nd",mirror:"Spegla","a11y-cloud-editor-apply-filter":"Applicera filter {{name}}","a11y-cloud-editor-apply-crop":"Applicera {{name}} operation","a11y-cloud-editor-apply-tuning":"Applicera {{name}} inst\xE4llning",finished:"Slutf\xF6rt",failed:"Misslyckades",uploading:"Laddar upp",idle:"Overksam","a11y-file-item-status":"Filen {{fileName}} \xE4r i status {{status}}","select-all":"V\xE4lj alla","deselect-all":"Avmarkera alla","waiting-for":"V\xE4ntar p\xE5 {{source}}","queued-uploading":"I k\xF6 f\xF6r uppladdning","queued-validation":"I k\xF6 f\xF6r validering",validation:"Validerar","a11y-cloud-editor-apply-aspect-ratio":"Anv\xE4nd \xE5tg\xE4rd {{name}} {{value}}","crop-to-shape":"Besk\xE4r till {{value}}",custom:"Fri form","freeform-crop":"Fri besk\xE4rning"};export{e as default};
|
|
@@ -1,160 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* MIT
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
* in the Software without restriction, including without limitation the rights
|
|
10
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
* furnished to do so, subject to the following conditions:
|
|
13
|
-
*
|
|
14
|
-
* The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
* copies or substantial portions of the Software.
|
|
16
|
-
*
|
|
17
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
* SOFTWARE.
|
|
24
|
-
*
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.25.0-alpha.4 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2025-12-09T11:47:40.800Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/tr.ts
|
|
28
|
-
var tr_default = {
|
|
29
|
-
"locale-id": "tr",
|
|
30
|
-
"social-source-lang": "tr",
|
|
31
|
-
"upload-file": "Dosya y\xFCkle",
|
|
32
|
-
"upload-files": "Dosyalar\u0131 y\xFCkle",
|
|
33
|
-
"choose-file": "Dosya se\xE7",
|
|
34
|
-
"choose-files": "Dosyalar\u0131 se\xE7",
|
|
35
|
-
"drop-files-here": "Dosyalar\u0131 buraya b\u0131rak",
|
|
36
|
-
"select-file-source": "Dosya kayna\u011F\u0131 se\xE7",
|
|
37
|
-
selected: "Se\xE7ildi",
|
|
38
|
-
upload: "Y\xFCkle",
|
|
39
|
-
"add-more": "Daha fazla ekle",
|
|
40
|
-
cancel: "\u0130ptal",
|
|
41
|
-
"start-from-cancel": "\u0130ptal",
|
|
42
|
-
clear: "Temizle",
|
|
43
|
-
"camera-shot": "Foto\u011Fraf \xE7ek",
|
|
44
|
-
"upload-url": "Ba\u011Flant\u0131dan y\xFCkle",
|
|
45
|
-
"upload-url-placeholder": "Ba\u011Flant\u0131y\u0131 buraya yap\u0131\u015Ft\u0131r",
|
|
46
|
-
"edit-image": "Resmi d\xFCzenle",
|
|
47
|
-
"edit-detail": "Detaylar\u0131 d\xFCzenle",
|
|
48
|
-
back: "Geri",
|
|
49
|
-
done: "Tamam",
|
|
50
|
-
ok: "Tamam",
|
|
51
|
-
"remove-from-list": "Listeden kald\u0131r",
|
|
52
|
-
no: "Hay\u0131r",
|
|
53
|
-
yes: "Evet",
|
|
54
|
-
"confirm-your-action": "Eyleminizi onaylay\u0131n",
|
|
55
|
-
"are-you-sure": "Emin misiniz?",
|
|
56
|
-
"selected-count": "Se\xE7ildi:",
|
|
57
|
-
"upload-error": "Y\xFCkleme hatas\u0131",
|
|
58
|
-
"validation-error": "Do\u011Frulama hatas\u0131",
|
|
59
|
-
"no-files": "Dosya se\xE7ilmedi",
|
|
60
|
-
browse: "G\xF6z at",
|
|
61
|
-
"not-uploaded-yet": "Hen\xFCz y\xFCklenmedi...",
|
|
62
|
-
file__one: "dosya",
|
|
63
|
-
file__other: "dosya",
|
|
64
|
-
error__one: "hata",
|
|
65
|
-
error__other: "hata",
|
|
66
|
-
"header-uploading": "{{count}} {{plural:file(count)}} y\xFCkleniyor",
|
|
67
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
68
|
-
"header-succeed": "{{count}} {{plural:file(count)}} y\xFCklendi",
|
|
69
|
-
"header-total": "{{count}} {{plural:file(count)}} se\xE7ildi",
|
|
70
|
-
"src-type-local": "Cihazdan",
|
|
71
|
-
"src-type-from-url": "Ba\u011Flant\u0131dan",
|
|
72
|
-
"src-type-camera": "Kamera",
|
|
73
|
-
"src-type-draw": "\xC7iz",
|
|
74
|
-
"src-type-facebook": "Facebook",
|
|
75
|
-
"src-type-dropbox": "Dropbox",
|
|
76
|
-
"src-type-gdrive": "Google Drive",
|
|
77
|
-
"src-type-ngdrive": "Google Drive",
|
|
78
|
-
"src-type-gphotos": "Google Photos",
|
|
79
|
-
"src-type-flickr": "Flickr",
|
|
80
|
-
"src-type-vk": "VK",
|
|
81
|
-
"src-type-evernote": "Evernote",
|
|
82
|
-
"src-type-box": "Box",
|
|
83
|
-
"src-type-onedrive": "OneDrive",
|
|
84
|
-
"src-type-huddle": "Huddle",
|
|
85
|
-
"src-type-other": "Di\u011Fer",
|
|
86
|
-
"src-type-mobile-video-camera": "Video",
|
|
87
|
-
"src-type-mobile-photo-camera": "Foto\u011Fraf",
|
|
88
|
-
"caption-from-url": "Ba\u011Flant\u0131dan \u0130\xE7e Aktar",
|
|
89
|
-
"caption-camera": "Kamera",
|
|
90
|
-
"caption-draw": "\xC7iz",
|
|
91
|
-
"caption-edit-file": "Dosyay\u0131 D\xFCzenle",
|
|
92
|
-
"file-no-name": "\u0130simsiz...",
|
|
93
|
-
"toggle-fullscreen": "Tam ekrana ge\xE7",
|
|
94
|
-
"toggle-guides": "Rehberleri a\xE7/kapat",
|
|
95
|
-
rotate: "D\xF6nd\xFCr",
|
|
96
|
-
"flip-vertical": "Dikey \xE7evir",
|
|
97
|
-
"flip-horizontal": "Yatay \xE7evir",
|
|
98
|
-
apply: "Uygula",
|
|
99
|
-
brightness: "Parlakl\u0131k",
|
|
100
|
-
contrast: "Kontrast",
|
|
101
|
-
saturation: "Doygunluk",
|
|
102
|
-
exposure: "Pozlama",
|
|
103
|
-
gamma: "Gama",
|
|
104
|
-
vibrance: "Canl\u0131l\u0131k",
|
|
105
|
-
warmth: "S\u0131cakl\u0131k",
|
|
106
|
-
enhance: "Geli\u015Ftir",
|
|
107
|
-
original: "Orijinal",
|
|
108
|
-
resize: "Resmi yeniden boyutland\u0131r",
|
|
109
|
-
crop: "K\u0131rp",
|
|
110
|
-
"select-color": "Renk se\xE7",
|
|
111
|
-
text: "Metin",
|
|
112
|
-
draw: "\xC7iz",
|
|
113
|
-
"cancel-edit": "D\xFCzenlemeyi iptal et",
|
|
114
|
-
"tab-view": "\xD6nizleme",
|
|
115
|
-
"tab-details": "Detaylar",
|
|
116
|
-
"file-name": "Ad\u0131",
|
|
117
|
-
"file-size": "Boyut",
|
|
118
|
-
"cdn-url": "CDN URL",
|
|
119
|
-
"file-size-unknown": "Bilinmiyor",
|
|
120
|
-
"camera-permissions-denied": "Kamera eri\u015Fimi reddedildi",
|
|
121
|
-
"camera-permissions-prompt": "L\xFCtfen kameraya eri\u015Fime izin verin",
|
|
122
|
-
"camera-permissions-request": "Eri\u015Fim iste",
|
|
123
|
-
"files-count-limit-error-title": "Dosya say\u0131s\u0131 limiti a\u015F\u0131ld\u0131",
|
|
124
|
-
"files-count-limit-error-too-few": "{{total}} {{plural:file(total)}} se\xE7tiniz. En az {{min}} {{plural:file(min)}} gerekli.",
|
|
125
|
-
"files-count-limit-error-too-many": "\xC7ok fazla dosya se\xE7tiniz. Maksimum {{max}} {{plural:file(max)}}.",
|
|
126
|
-
"files-max-size-limit-error": "Dosya \xE7ok b\xFCy\xFCk. Maksimum dosya boyutu {{maxFileSize}}.",
|
|
127
|
-
"has-validation-errors": "Dosya do\u011Frulama hatas\u0131 olu\u015Ftu. L\xFCtfen dosyalar\u0131n\u0131z\u0131 y\xFCklemeden \xF6nce kontrol edin.",
|
|
128
|
-
"images-only-accepted": "Yaln\u0131zca resim dosyalar\u0131 kabul edilir.",
|
|
129
|
-
"file-type-not-allowed": "Bu dosya t\xFCrlerinin y\xFCklenmesine izin verilmiyor.",
|
|
130
|
-
"some-files-were-not-uploaded": "Baz\u0131 dosyalar y\xFCklenemedi.",
|
|
131
|
-
"file-item-edit-button": "D\xFCzenle",
|
|
132
|
-
"file-item-remove-button": "Kald\u0131r",
|
|
133
|
-
"a11y-activity-header-button-close": "Kapat",
|
|
134
|
-
"a11y-editor-tab-filters": "Filtreler",
|
|
135
|
-
"a11y-editor-tab-tuning": "Ayar",
|
|
136
|
-
"a11y-editor-tab-crop": "K\u0131rp",
|
|
137
|
-
flip: "\xC7evir",
|
|
138
|
-
mirror: "Ayna",
|
|
139
|
-
"a11y-cloud-editor-apply-filter": "{{name}} filtresini uygula",
|
|
140
|
-
"a11y-cloud-editor-apply-crop": "{{name}} i\u015Flemini uygula",
|
|
141
|
-
"a11y-cloud-editor-apply-tuning": "{{name}} ayar\u0131n\u0131 uygula",
|
|
142
|
-
finished: "Tamamland\u0131",
|
|
143
|
-
failed: "Ba\u015Far\u0131s\u0131z",
|
|
144
|
-
uploading: "Y\xFCkleniyor",
|
|
145
|
-
idle: "Bo\u015Fta",
|
|
146
|
-
"a11y-file-item-status": "{{fileName}} dosyas\u0131 {{status}} durumunda",
|
|
147
|
-
"select-all": "Hepsini se\xE7",
|
|
148
|
-
"deselect-all": "Hi\xE7birini se\xE7me",
|
|
149
|
-
"waiting-for": "{{source}} bekleniyor",
|
|
150
|
-
"queued-uploading": "Y\xFCkleme i\xE7in s\u0131rada",
|
|
151
|
-
"queued-validation": "Do\u011Frulama i\xE7in s\u0131rada",
|
|
152
|
-
validation: "Do\u011Frulan\u0131yor",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "{{name}} {{value}} i\u015Flemini uygula",
|
|
154
|
-
"crop-to-shape": "{{value}} boyutuna k\u0131rp",
|
|
155
|
-
custom: "Serbest form",
|
|
156
|
-
"freeform-crop": "Serbest k\u0131rpma"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
tr_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"tr","social-source-lang":"tr","upload-file":"Dosya y\xFCkle","upload-files":"Dosyalar\u0131 y\xFCkle","choose-file":"Dosya se\xE7","choose-files":"Dosyalar\u0131 se\xE7","drop-files-here":"Dosyalar\u0131 buraya b\u0131rak","select-file-source":"Dosya kayna\u011F\u0131 se\xE7",selected:"Se\xE7ildi",upload:"Y\xFCkle","add-more":"Daha fazla ekle",cancel:"\u0130ptal","start-from-cancel":"\u0130ptal",clear:"Temizle","camera-shot":"Foto\u011Fraf \xE7ek","upload-url":"Ba\u011Flant\u0131dan y\xFCkle","upload-url-placeholder":"Ba\u011Flant\u0131y\u0131 buraya yap\u0131\u015Ft\u0131r","edit-image":"Resmi d\xFCzenle","edit-detail":"Detaylar\u0131 d\xFCzenle",back:"Geri",done:"Tamam",ok:"Tamam","remove-from-list":"Listeden kald\u0131r",no:"Hay\u0131r",yes:"Evet","confirm-your-action":"Eyleminizi onaylay\u0131n","are-you-sure":"Emin misiniz?","selected-count":"Se\xE7ildi:","upload-error":"Y\xFCkleme hatas\u0131","validation-error":"Do\u011Frulama hatas\u0131","no-files":"Dosya se\xE7ilmedi",browse:"G\xF6z at","not-uploaded-yet":"Hen\xFCz y\xFCklenmedi...",file__one:"dosya",file__other:"dosya",error__one:"hata",error__other:"hata","header-uploading":"{{count}} {{plural:file(count)}} y\xFCkleniyor","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} y\xFCklendi","header-total":"{{count}} {{plural:file(count)}} se\xE7ildi","src-type-local":"Cihazdan","src-type-from-url":"Ba\u011Flant\u0131dan","src-type-camera":"Kamera","src-type-draw":"\xC7iz","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Photos","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"Di\u011Fer","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Foto\u011Fraf","caption-from-url":"Ba\u011Flant\u0131dan \u0130\xE7e Aktar","caption-camera":"Kamera","caption-draw":"\xC7iz","caption-edit-file":"Dosyay\u0131 D\xFCzenle","file-no-name":"\u0130simsiz...","toggle-fullscreen":"Tam ekrana ge\xE7","toggle-guides":"Rehberleri a\xE7/kapat",rotate:"D\xF6nd\xFCr","flip-vertical":"Dikey \xE7evir","flip-horizontal":"Yatay \xE7evir",apply:"Uygula",brightness:"Parlakl\u0131k",contrast:"Kontrast",saturation:"Doygunluk",exposure:"Pozlama",gamma:"Gama",vibrance:"Canl\u0131l\u0131k",warmth:"S\u0131cakl\u0131k",enhance:"Geli\u015Ftir",original:"Orijinal",resize:"Resmi yeniden boyutland\u0131r",crop:"K\u0131rp","select-color":"Renk se\xE7",text:"Metin",draw:"\xC7iz","cancel-edit":"D\xFCzenlemeyi iptal et","tab-view":"\xD6nizleme","tab-details":"Detaylar","file-name":"Ad\u0131","file-size":"Boyut","cdn-url":"CDN URL","file-size-unknown":"Bilinmiyor","camera-permissions-denied":"Kamera eri\u015Fimi reddedildi","camera-permissions-prompt":"L\xFCtfen kameraya eri\u015Fime izin verin","camera-permissions-request":"Eri\u015Fim iste","files-count-limit-error-title":"Dosya say\u0131s\u0131 limiti a\u015F\u0131ld\u0131","files-count-limit-error-too-few":"{{total}} {{plural:file(total)}} se\xE7tiniz. En az {{min}} {{plural:file(min)}} gerekli.","files-count-limit-error-too-many":"\xC7ok fazla dosya se\xE7tiniz. Maksimum {{max}} {{plural:file(max)}}.","files-max-size-limit-error":"Dosya \xE7ok b\xFCy\xFCk. Maksimum dosya boyutu {{maxFileSize}}.","has-validation-errors":"Dosya do\u011Frulama hatas\u0131 olu\u015Ftu. L\xFCtfen dosyalar\u0131n\u0131z\u0131 y\xFCklemeden \xF6nce kontrol edin.","images-only-accepted":"Yaln\u0131zca resim dosyalar\u0131 kabul edilir.","file-type-not-allowed":"Bu dosya t\xFCrlerinin y\xFCklenmesine izin verilmiyor.","some-files-were-not-uploaded":"Baz\u0131 dosyalar y\xFCklenemedi.","file-item-edit-button":"D\xFCzenle","file-item-remove-button":"Kald\u0131r","a11y-activity-header-button-close":"Kapat","a11y-editor-tab-filters":"Filtreler","a11y-editor-tab-tuning":"Ayar","a11y-editor-tab-crop":"K\u0131rp",flip:"\xC7evir",mirror:"Ayna","a11y-cloud-editor-apply-filter":"{{name}} filtresini uygula","a11y-cloud-editor-apply-crop":"{{name}} i\u015Flemini uygula","a11y-cloud-editor-apply-tuning":"{{name}} ayar\u0131n\u0131 uygula",finished:"Tamamland\u0131",failed:"Ba\u015Far\u0131s\u0131z",uploading:"Y\xFCkleniyor",idle:"Bo\u015Fta","a11y-file-item-status":"{{fileName}} dosyas\u0131 {{status}} durumunda","select-all":"Hepsini se\xE7","deselect-all":"Hi\xE7birini se\xE7me","waiting-for":"{{source}} bekleniyor","queued-uploading":"Y\xFCkleme i\xE7in s\u0131rada","queued-validation":"Do\u011Frulama i\xE7in s\u0131rada",validation:"Do\u011Frulan\u0131yor","a11y-cloud-editor-apply-aspect-ratio":"{{name}} {{value}} i\u015Flemini uygula","crop-to-shape":"{{value}} boyutuna k\u0131rp",custom:"Serbest form","freeform-crop":"Serbest k\u0131rpma"};export{e as default};
|
|
@@ -1,164 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* MIT
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
* in the Software without restriction, including without limitation the rights
|
|
10
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
* furnished to do so, subject to the following conditions:
|
|
13
|
-
*
|
|
14
|
-
* The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
* copies or substantial portions of the Software.
|
|
16
|
-
*
|
|
17
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
* SOFTWARE.
|
|
24
|
-
*
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.25.0-alpha.4 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2025-12-09T11:47:40.800Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/uk.ts
|
|
28
|
-
var uk_default = {
|
|
29
|
-
"locale-id": "uk",
|
|
30
|
-
"social-source-lang": "uk",
|
|
31
|
-
"upload-file": "\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u0430\u0439\u043B",
|
|
32
|
-
"upload-files": "\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u0430\u0439\u043B\u0438",
|
|
33
|
-
"choose-file": "\u041E\u0431\u0440\u0430\u0442\u0438 \u0444\u0430\u0439\u043B",
|
|
34
|
-
"choose-files": "\u041E\u0431\u0440\u0430\u0442\u0438 \u0444\u0430\u0439\u043B\u0438",
|
|
35
|
-
"drop-files-here": "\u041F\u0435\u0440\u0435\u0442\u044F\u0433\u043D\u0456\u0442\u044C \u0444\u0430\u0439\u043B\u0438 \u0441\u044E\u0434\u0438",
|
|
36
|
-
"select-file-source": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0434\u0436\u0435\u0440\u0435\u043B\u043E \u0444\u0430\u0439\u043B\u0443",
|
|
37
|
-
selected: "\u0412\u0438\u0431\u0440\u0430\u043D\u043E",
|
|
38
|
-
upload: "\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438",
|
|
39
|
-
"add-more": "\u0414\u043E\u0434\u0430\u0442\u0438 \u0449\u0435",
|
|
40
|
-
cancel: "\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438",
|
|
41
|
-
"start-from-cancel": "\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438",
|
|
42
|
-
clear: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438",
|
|
43
|
-
"camera-shot": "\u0417\u0440\u043E\u0431\u0438\u0442\u0438 \u0437\u043D\u0456\u043C\u043E\u043A",
|
|
44
|
-
"upload-url": "\u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438",
|
|
45
|
-
"upload-url-placeholder": "\u0412\u0441\u0442\u0430\u0432\u0442\u0435 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u0442\u0443\u0442",
|
|
46
|
-
"edit-image": "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F",
|
|
47
|
-
"edit-detail": "\u0414\u0435\u0442\u0430\u043B\u0456",
|
|
48
|
-
back: "\u041D\u0430\u0437\u0430\u0434",
|
|
49
|
-
done: "\u0413\u043E\u0442\u043E\u0432\u043E",
|
|
50
|
-
ok: "\u041E\u043A",
|
|
51
|
-
"remove-from-list": "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438",
|
|
52
|
-
no: "\u041D\u0456",
|
|
53
|
-
yes: "\u0422\u0430\u043A",
|
|
54
|
-
"confirm-your-action": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u0434\u0456\u044E",
|
|
55
|
-
"are-you-sure": "\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456?",
|
|
56
|
-
"selected-count": "\u0412\u0438\u0431\u0440\u0430\u043D\u043E:",
|
|
57
|
-
"upload-error": "\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F",
|
|
58
|
-
"validation-error": "\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u043A\u0438",
|
|
59
|
-
"no-files": "\u0424\u0430\u0439\u043B\u0438 \u043D\u0435 \u0432\u0438\u0431\u0440\u0430\u043D\u0456",
|
|
60
|
-
browse: "\u041F\u0435\u0440\u0435\u0433\u043B\u044F\u0434",
|
|
61
|
-
"not-uploaded-yet": "\u0429\u0435 \u043D\u0435 \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043E...",
|
|
62
|
-
file__one: "\u0444\u0430\u0439\u043B",
|
|
63
|
-
file__few: "\u0444\u0430\u0439\u043B\u0438",
|
|
64
|
-
file__many: "\u0444\u0430\u0439\u043B\u0456\u0432",
|
|
65
|
-
file__other: "\u0444\u0430\u0439\u043B\u0456\u0432",
|
|
66
|
-
error__one: "\u043F\u043E\u043C\u0438\u043B\u043A\u0430",
|
|
67
|
-
error__few: "\u043F\u043E\u043C\u0438\u043B\u043A\u0438",
|
|
68
|
-
error__many: "\u043F\u043E\u043C\u0438\u043B\u043E\u043A",
|
|
69
|
-
error__other: "\u043F\u043E\u043C\u0438\u043B\u043E\u043A",
|
|
70
|
-
"header-uploading": "\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F {{count}} {{plural:file(count)}}",
|
|
71
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
72
|
-
"header-succeed": "{{count}} {{plural:file(count)}} \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043E",
|
|
73
|
-
"header-total": "{{count}} {{plural:file(count)}} \u0432\u0438\u0431\u0440\u0430\u043D\u043E",
|
|
74
|
-
"src-type-local": "\u0417 \u043F\u0440\u0438\u0441\u0442\u0440\u043E\u044E",
|
|
75
|
-
"src-type-from-url": "\u0417 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F",
|
|
76
|
-
"src-type-camera": "\u041A\u0430\u043C\u0435\u0440\u0430",
|
|
77
|
-
"src-type-draw": "\u041C\u0430\u043B\u044E\u0432\u0430\u0442\u0438",
|
|
78
|
-
"src-type-facebook": "Facebook",
|
|
79
|
-
"src-type-dropbox": "Dropbox",
|
|
80
|
-
"src-type-gdrive": "Google Drive",
|
|
81
|
-
"src-type-ngdrive": "Google Drive",
|
|
82
|
-
"src-type-gphotos": "Google Photos",
|
|
83
|
-
"src-type-flickr": "Flickr",
|
|
84
|
-
"src-type-vk": "VK",
|
|
85
|
-
"src-type-evernote": "Evernote",
|
|
86
|
-
"src-type-box": "Box",
|
|
87
|
-
"src-type-onedrive": "OneDrive",
|
|
88
|
-
"src-type-huddle": "Huddle",
|
|
89
|
-
"src-type-other": "\u0406\u043D\u0448\u0435",
|
|
90
|
-
"src-type-mobile-video-camera": "\u0412\u0456\u0434\u0435\u043E",
|
|
91
|
-
"src-type-mobile-photo-camera": "\u0424\u043E\u0442\u043E",
|
|
92
|
-
"caption-from-url": "\u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F",
|
|
93
|
-
"caption-camera": "\u041A\u0430\u043C\u0435\u0440\u0430",
|
|
94
|
-
"caption-draw": "\u041C\u0430\u043B\u044E\u0432\u0430\u0442\u0438",
|
|
95
|
-
"caption-edit-file": "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043B",
|
|
96
|
-
"file-no-name": "\u0411\u0435\u0437 \u043D\u0430\u0437\u0432\u0438...",
|
|
97
|
-
"toggle-fullscreen": "\u041D\u0430 \u0432\u0435\u0441\u044C \u0435\u043A\u0440\u0430\u043D",
|
|
98
|
-
"toggle-guides": "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043D\u0430\u043F\u0440\u044F\u043C\u043D\u0456",
|
|
99
|
-
rotate: "\u041F\u043E\u0432\u0435\u0440\u043D\u0443\u0442\u0438",
|
|
100
|
-
"flip-vertical": "\u041F\u0435\u0440\u0435\u0432\u0435\u0440\u043D\u0443\u0442\u0438 \u0432\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u044C\u043D\u043E",
|
|
101
|
-
"flip-horizontal": "\u041F\u0435\u0440\u0435\u0432\u0435\u0440\u043D\u0443\u0442\u0438 \u0433\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u044C\u043D\u043E",
|
|
102
|
-
apply: "\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438",
|
|
103
|
-
brightness: "\u042F\u0441\u043A\u0440\u0430\u0432\u0456\u0441\u0442\u044C",
|
|
104
|
-
contrast: "\u041A\u043E\u043D\u0442\u0440\u0430\u0441\u0442\u043D\u0456\u0441\u0442\u044C",
|
|
105
|
-
saturation: "\u041D\u0430\u0441\u0438\u0447\u0435\u043D\u0456\u0441\u0442\u044C",
|
|
106
|
-
exposure: "\u0415\u043A\u0441\u043F\u043E\u0437\u0438\u0446\u0456\u044F",
|
|
107
|
-
gamma: "\u0413\u0430\u043C\u0430",
|
|
108
|
-
vibrance: "\u0412\u0456\u0431\u0440\u0430\u043D\u0442\u043D\u0456\u0441\u0442\u044C",
|
|
109
|
-
warmth: "\u0422\u0435\u043F\u043B\u043E\u0442\u0430",
|
|
110
|
-
enhance: "\u041F\u043E\u043A\u0440\u0430\u0449\u0438\u0442\u0438",
|
|
111
|
-
original: "\u041E\u0440\u0438\u0433\u0456\u043D\u0430\u043B",
|
|
112
|
-
resize: "\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0440\u043E\u0437\u043C\u0456\u0440",
|
|
113
|
-
crop: "\u041E\u0431\u0440\u0456\u0437\u0430\u0442\u0438",
|
|
114
|
-
"select-color": "\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043A\u043E\u043B\u0456\u0440",
|
|
115
|
-
text: "\u0422\u0435\u043A\u0441\u0442",
|
|
116
|
-
draw: "\u041C\u0430\u043B\u044E\u0432\u0430\u0442\u0438",
|
|
117
|
-
"cancel-edit": "\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043D\u043D\u044F",
|
|
118
|
-
"tab-view": "\u041F\u0435\u0440\u0435\u0433\u043B\u044F\u0434",
|
|
119
|
-
"tab-details": "\u0414\u0435\u0442\u0430\u043B\u0456",
|
|
120
|
-
"file-name": "\u041D\u0430\u0437\u0432\u0430",
|
|
121
|
-
"file-size": "\u0420\u043E\u0437\u043C\u0456\u0440",
|
|
122
|
-
"cdn-url": "CDN URL",
|
|
123
|
-
"file-size-unknown": "\u041D\u0435\u0432\u0456\u0434\u043E\u043C\u043E",
|
|
124
|
-
"camera-permissions-denied": "\u0414\u043E\u0441\u0442\u0443\u043F \u0434\u043E \u043A\u0430\u043C\u0435\u0440\u0438 \u0437\u0430\u0431\u043E\u0440\u043E\u043D\u0435\u043D\u043E",
|
|
125
|
-
"camera-permissions-prompt": "\u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0434\u043E\u0437\u0432\u043E\u043B\u044C\u0442\u0435 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043E \u043A\u0430\u043C\u0435\u0440\u0438",
|
|
126
|
-
"camera-permissions-request": "\u0417\u0430\u043F\u0438\u0442\u0430\u0442\u0438 \u0434\u043E\u0441\u0442\u0443\u043F",
|
|
127
|
-
"files-count-limit-error-title": "\u041F\u0435\u0440\u0435\u0432\u0438\u0449\u0435\u043D\u043E \u043B\u0456\u043C\u0456\u0442 \u043A\u0456\u043B\u044C\u043A\u043E\u0441\u0442\u0456 \u0444\u0430\u0439\u043B\u0456\u0432",
|
|
128
|
-
"files-count-limit-error-too-few": "\u0412\u0438 \u0432\u0438\u0431\u0440\u0430\u043B\u0438 {{total}} {{plural:file(total)}}. \u041C\u0456\u043D\u0456\u043C\u0443\u043C \u043F\u043E\u0442\u0440\u0456\u0431\u043D\u043E {{min}} {{plural:file(min)}}.",
|
|
129
|
-
"files-count-limit-error-too-many": "\u0412\u0438 \u0432\u0438\u0431\u0440\u0430\u043B\u0438 \u0437\u0430\u0431\u0430\u0433\u0430\u0442\u043E \u0444\u0430\u0439\u043B\u0456\u0432. \u041C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {{max}} {{plural:file(max)}}.",
|
|
130
|
-
"files-max-size-limit-error": "\u0424\u0430\u0439\u043B \u0437\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0438\u0439. \u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0438\u0439 \u0440\u043E\u0437\u043C\u0456\u0440 \u0444\u0430\u0439\u043B\u0443 {{maxFileSize}}.",
|
|
131
|
-
"has-validation-errors": "\u0421\u0442\u0430\u043B\u0430\u0441\u044F \u043F\u043E\u043C\u0438\u043B\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u043A\u0438 \u0444\u0430\u0439\u043B\u0443. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0432\u0430\u0448\u0456 \u0444\u0430\u0439\u043B\u0438 \u043F\u0435\u0440\u0435\u0434 \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F\u043C.",
|
|
132
|
-
"images-only-accepted": "\u041F\u0440\u0438\u0439\u043C\u0430\u044E\u0442\u044C\u0441\u044F \u0442\u0456\u043B\u044C\u043A\u0438 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F.",
|
|
133
|
-
"file-type-not-allowed": "\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F \u0444\u0430\u0439\u043B\u0456\u0432 \u0446\u044C\u043E\u0433\u043E \u0442\u0438\u043F\u0443 \u0437\u0430\u0431\u043E\u0440\u043E\u043D\u0435\u043D\u043E.",
|
|
134
|
-
"some-files-were-not-uploaded": "\u0414\u0435\u044F\u043A\u0456 \u0444\u0430\u0439\u043B\u0438 \u043D\u0435 \u0431\u0443\u043B\u0438 \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u0456.",
|
|
135
|
-
"file-item-edit-button": "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438",
|
|
136
|
-
"file-item-remove-button": "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438",
|
|
137
|
-
"a11y-activity-header-button-close": "\u0417\u0430\u043A\u0440\u0438\u0442\u0438",
|
|
138
|
-
"a11y-editor-tab-filters": "\u0424\u0456\u043B\u044C\u0442\u0440\u0438",
|
|
139
|
-
"a11y-editor-tab-tuning": "\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F",
|
|
140
|
-
"a11y-editor-tab-crop": "\u041E\u0431\u0440\u0456\u0437\u0430\u0442\u0438",
|
|
141
|
-
flip: "\u041F\u0435\u0440\u0435\u0432\u0435\u0440\u043D\u0443\u0442\u0438",
|
|
142
|
-
mirror: "\u0414\u0437\u0435\u0440\u043A\u0430\u043B\u043E",
|
|
143
|
-
"a11y-cloud-editor-apply-filter": "\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u0444\u0456\u043B\u044C\u0442\u0440 {{name}}",
|
|
144
|
-
"a11y-cloud-editor-apply-crop": "\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u044E {{name}}",
|
|
145
|
-
"a11y-cloud-editor-apply-tuning": "\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F {{name}}",
|
|
146
|
-
finished: "\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u043E",
|
|
147
|
-
failed: "\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F",
|
|
148
|
-
uploading: "\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F",
|
|
149
|
-
idle: "\u041E\u0447\u0456\u043A\u0443\u0432\u0430\u043D\u043D\u044F",
|
|
150
|
-
"a11y-file-item-status": "\u0424\u0430\u0439\u043B {{fileName}} \u0443 \u0441\u0442\u0430\u043D\u0456 {{status}}",
|
|
151
|
-
"select-all": "\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0456",
|
|
152
|
-
"deselect-all": "\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0432\u0438\u0431\u0456\u0440 \u0432\u0441\u0456\u0445",
|
|
153
|
-
"waiting-for": "\u041E\u0447\u0456\u043A\u0443\u0432\u0430\u043D\u043D\u044F {{source}}",
|
|
154
|
-
"queued-uploading": "\u0423 \u0447\u0435\u0440\u0437\u0456 \u043D\u0430 \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F",
|
|
155
|
-
"queued-validation": "\u0423 \u0447\u0435\u0440\u0437\u0456 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u043A\u0443",
|
|
156
|
-
validation: "\u0422\u0440\u0438\u0432\u0430\u0454 \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u043A\u0430",
|
|
157
|
-
"a11y-cloud-editor-apply-aspect-ratio": "\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u044E {{name}} {{value}}",
|
|
158
|
-
"crop-to-shape": "\u041E\u0431\u0440\u0456\u0437\u0430\u0442\u0438 \u0434\u043E {{value}}",
|
|
159
|
-
custom: "\u0412\u0456\u043B\u044C\u043D\u0430 \u0444\u043E\u0440\u043C\u0430",
|
|
160
|
-
"freeform-crop": "\u0412\u0456\u043B\u044C\u043D\u0430 \u043E\u0431\u0440\u0456\u0437\u043A\u0430"
|
|
161
|
-
};
|
|
162
|
-
export {
|
|
163
|
-
uk_default as default
|
|
164
|
-
};
|
|
7
|
+
var e={"locale-id":"uk","social-source-lang":"uk","upload-file":"\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u0430\u0439\u043B","upload-files":"\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u0430\u0439\u043B\u0438","choose-file":"\u041E\u0431\u0440\u0430\u0442\u0438 \u0444\u0430\u0439\u043B","choose-files":"\u041E\u0431\u0440\u0430\u0442\u0438 \u0444\u0430\u0439\u043B\u0438","drop-files-here":"\u041F\u0435\u0440\u0435\u0442\u044F\u0433\u043D\u0456\u0442\u044C \u0444\u0430\u0439\u043B\u0438 \u0441\u044E\u0434\u0438","select-file-source":"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0434\u0436\u0435\u0440\u0435\u043B\u043E \u0444\u0430\u0439\u043B\u0443",selected:"\u0412\u0438\u0431\u0440\u0430\u043D\u043E",upload:"\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438","add-more":"\u0414\u043E\u0434\u0430\u0442\u0438 \u0449\u0435",cancel:"\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438","start-from-cancel":"\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438",clear:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438","camera-shot":"\u0417\u0440\u043E\u0431\u0438\u0442\u0438 \u0437\u043D\u0456\u043C\u043E\u043A","upload-url":"\u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438","upload-url-placeholder":"\u0412\u0441\u0442\u0430\u0432\u0442\u0435 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u0442\u0443\u0442","edit-image":"\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F","edit-detail":"\u0414\u0435\u0442\u0430\u043B\u0456",back:"\u041D\u0430\u0437\u0430\u0434",done:"\u0413\u043E\u0442\u043E\u0432\u043E",ok:"\u041E\u043A","remove-from-list":"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438",no:"\u041D\u0456",yes:"\u0422\u0430\u043A","confirm-your-action":"\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u0434\u0456\u044E","are-you-sure":"\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456?","selected-count":"\u0412\u0438\u0431\u0440\u0430\u043D\u043E:","upload-error":"\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F","validation-error":"\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u043A\u0438","no-files":"\u0424\u0430\u0439\u043B\u0438 \u043D\u0435 \u0432\u0438\u0431\u0440\u0430\u043D\u0456",browse:"\u041F\u0435\u0440\u0435\u0433\u043B\u044F\u0434","not-uploaded-yet":"\u0429\u0435 \u043D\u0435 \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043E...",file__one:"\u0444\u0430\u0439\u043B",file__few:"\u0444\u0430\u0439\u043B\u0438",file__many:"\u0444\u0430\u0439\u043B\u0456\u0432",file__other:"\u0444\u0430\u0439\u043B\u0456\u0432",error__one:"\u043F\u043E\u043C\u0438\u043B\u043A\u0430",error__few:"\u043F\u043E\u043C\u0438\u043B\u043A\u0438",error__many:"\u043F\u043E\u043C\u0438\u043B\u043E\u043A",error__other:"\u043F\u043E\u043C\u0438\u043B\u043E\u043A","header-uploading":"\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043E","header-total":"{{count}} {{plural:file(count)}} \u0432\u0438\u0431\u0440\u0430\u043D\u043E","src-type-local":"\u0417 \u043F\u0440\u0438\u0441\u0442\u0440\u043E\u044E","src-type-from-url":"\u0417 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F","src-type-camera":"\u041A\u0430\u043C\u0435\u0440\u0430","src-type-draw":"\u041C\u0430\u043B\u044E\u0432\u0430\u0442\u0438","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Photos","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"\u0406\u043D\u0448\u0435","src-type-mobile-video-camera":"\u0412\u0456\u0434\u0435\u043E","src-type-mobile-photo-camera":"\u0424\u043E\u0442\u043E","caption-from-url":"\u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F","caption-camera":"\u041A\u0430\u043C\u0435\u0440\u0430","caption-draw":"\u041C\u0430\u043B\u044E\u0432\u0430\u0442\u0438","caption-edit-file":"\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043B","file-no-name":"\u0411\u0435\u0437 \u043D\u0430\u0437\u0432\u0438...","toggle-fullscreen":"\u041D\u0430 \u0432\u0435\u0441\u044C \u0435\u043A\u0440\u0430\u043D","toggle-guides":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043D\u0430\u043F\u0440\u044F\u043C\u043D\u0456",rotate:"\u041F\u043E\u0432\u0435\u0440\u043D\u0443\u0442\u0438","flip-vertical":"\u041F\u0435\u0440\u0435\u0432\u0435\u0440\u043D\u0443\u0442\u0438 \u0432\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u044C\u043D\u043E","flip-horizontal":"\u041F\u0435\u0440\u0435\u0432\u0435\u0440\u043D\u0443\u0442\u0438 \u0433\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u044C\u043D\u043E",apply:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438",brightness:"\u042F\u0441\u043A\u0440\u0430\u0432\u0456\u0441\u0442\u044C",contrast:"\u041A\u043E\u043D\u0442\u0440\u0430\u0441\u0442\u043D\u0456\u0441\u0442\u044C",saturation:"\u041D\u0430\u0441\u0438\u0447\u0435\u043D\u0456\u0441\u0442\u044C",exposure:"\u0415\u043A\u0441\u043F\u043E\u0437\u0438\u0446\u0456\u044F",gamma:"\u0413\u0430\u043C\u0430",vibrance:"\u0412\u0456\u0431\u0440\u0430\u043D\u0442\u043D\u0456\u0441\u0442\u044C",warmth:"\u0422\u0435\u043F\u043B\u043E\u0442\u0430",enhance:"\u041F\u043E\u043A\u0440\u0430\u0449\u0438\u0442\u0438",original:"\u041E\u0440\u0438\u0433\u0456\u043D\u0430\u043B",resize:"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0440\u043E\u0437\u043C\u0456\u0440",crop:"\u041E\u0431\u0440\u0456\u0437\u0430\u0442\u0438","select-color":"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043A\u043E\u043B\u0456\u0440",text:"\u0422\u0435\u043A\u0441\u0442",draw:"\u041C\u0430\u043B\u044E\u0432\u0430\u0442\u0438","cancel-edit":"\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043D\u043D\u044F","tab-view":"\u041F\u0435\u0440\u0435\u0433\u043B\u044F\u0434","tab-details":"\u0414\u0435\u0442\u0430\u043B\u0456","file-name":"\u041D\u0430\u0437\u0432\u0430","file-size":"\u0420\u043E\u0437\u043C\u0456\u0440","cdn-url":"CDN URL","file-size-unknown":"\u041D\u0435\u0432\u0456\u0434\u043E\u043C\u043E","camera-permissions-denied":"\u0414\u043E\u0441\u0442\u0443\u043F \u0434\u043E \u043A\u0430\u043C\u0435\u0440\u0438 \u0437\u0430\u0431\u043E\u0440\u043E\u043D\u0435\u043D\u043E","camera-permissions-prompt":"\u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0434\u043E\u0437\u0432\u043E\u043B\u044C\u0442\u0435 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043E \u043A\u0430\u043C\u0435\u0440\u0438","camera-permissions-request":"\u0417\u0430\u043F\u0438\u0442\u0430\u0442\u0438 \u0434\u043E\u0441\u0442\u0443\u043F","files-count-limit-error-title":"\u041F\u0435\u0440\u0435\u0432\u0438\u0449\u0435\u043D\u043E \u043B\u0456\u043C\u0456\u0442 \u043A\u0456\u043B\u044C\u043A\u043E\u0441\u0442\u0456 \u0444\u0430\u0439\u043B\u0456\u0432","files-count-limit-error-too-few":"\u0412\u0438 \u0432\u0438\u0431\u0440\u0430\u043B\u0438 {{total}} {{plural:file(total)}}. \u041C\u0456\u043D\u0456\u043C\u0443\u043C \u043F\u043E\u0442\u0440\u0456\u0431\u043D\u043E {{min}} {{plural:file(min)}}.","files-count-limit-error-too-many":"\u0412\u0438 \u0432\u0438\u0431\u0440\u0430\u043B\u0438 \u0437\u0430\u0431\u0430\u0433\u0430\u0442\u043E \u0444\u0430\u0439\u043B\u0456\u0432. \u041C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {{max}} {{plural:file(max)}}.","files-max-size-limit-error":"\u0424\u0430\u0439\u043B \u0437\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0438\u0439. \u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0438\u0439 \u0440\u043E\u0437\u043C\u0456\u0440 \u0444\u0430\u0439\u043B\u0443 {{maxFileSize}}.","has-validation-errors":"\u0421\u0442\u0430\u043B\u0430\u0441\u044F \u043F\u043E\u043C\u0438\u043B\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u043A\u0438 \u0444\u0430\u0439\u043B\u0443. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0432\u0430\u0448\u0456 \u0444\u0430\u0439\u043B\u0438 \u043F\u0435\u0440\u0435\u0434 \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F\u043C.","images-only-accepted":"\u041F\u0440\u0438\u0439\u043C\u0430\u044E\u0442\u044C\u0441\u044F \u0442\u0456\u043B\u044C\u043A\u0438 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F.","file-type-not-allowed":"\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F \u0444\u0430\u0439\u043B\u0456\u0432 \u0446\u044C\u043E\u0433\u043E \u0442\u0438\u043F\u0443 \u0437\u0430\u0431\u043E\u0440\u043E\u043D\u0435\u043D\u043E.","some-files-were-not-uploaded":"\u0414\u0435\u044F\u043A\u0456 \u0444\u0430\u0439\u043B\u0438 \u043D\u0435 \u0431\u0443\u043B\u0438 \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u0456.","file-item-edit-button":"\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438","file-item-remove-button":"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438","a11y-activity-header-button-close":"\u0417\u0430\u043A\u0440\u0438\u0442\u0438","a11y-editor-tab-filters":"\u0424\u0456\u043B\u044C\u0442\u0440\u0438","a11y-editor-tab-tuning":"\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F","a11y-editor-tab-crop":"\u041E\u0431\u0440\u0456\u0437\u0430\u0442\u0438",flip:"\u041F\u0435\u0440\u0435\u0432\u0435\u0440\u043D\u0443\u0442\u0438",mirror:"\u0414\u0437\u0435\u0440\u043A\u0430\u043B\u043E","a11y-cloud-editor-apply-filter":"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u0444\u0456\u043B\u044C\u0442\u0440 {{name}}","a11y-cloud-editor-apply-crop":"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u044E {{name}}","a11y-cloud-editor-apply-tuning":"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F {{name}}",finished:"\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u043E",failed:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F",uploading:"\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F",idle:"\u041E\u0447\u0456\u043A\u0443\u0432\u0430\u043D\u043D\u044F","a11y-file-item-status":"\u0424\u0430\u0439\u043B {{fileName}} \u0443 \u0441\u0442\u0430\u043D\u0456 {{status}}","select-all":"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0456","deselect-all":"\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0432\u0438\u0431\u0456\u0440 \u0432\u0441\u0456\u0445","waiting-for":"\u041E\u0447\u0456\u043A\u0443\u0432\u0430\u043D\u043D\u044F {{source}}","queued-uploading":"\u0423 \u0447\u0435\u0440\u0437\u0456 \u043D\u0430 \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F","queued-validation":"\u0423 \u0447\u0435\u0440\u0437\u0456 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u043A\u0443",validation:"\u0422\u0440\u0438\u0432\u0430\u0454 \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u043A\u0430","a11y-cloud-editor-apply-aspect-ratio":"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u044E {{name}} {{value}}","crop-to-shape":"\u041E\u0431\u0440\u0456\u0437\u0430\u0442\u0438 \u0434\u043E {{value}}",custom:"\u0412\u0456\u043B\u044C\u043D\u0430 \u0444\u043E\u0440\u043C\u0430","freeform-crop":"\u0412\u0456\u043B\u044C\u043D\u0430 \u043E\u0431\u0440\u0456\u0437\u043A\u0430"};export{e as default};
|