@uploadcare/file-uploader 1.25.0-alpha.2 → 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 +933 -927
- package/dist/index.js +6 -13594
- 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 +12 -11
- package/types/jsx.d.ts +75 -48
- package/web/file-uploader.iife.min.d.ts +935 -929
- 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 +935 -929
- 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 +935 -929
- 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 +935 -929
- 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 +935 -929
- 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/de.ts
|
|
28
|
-
var de_default = {
|
|
29
|
-
"locale-id": "de",
|
|
30
|
-
"social-source-lang": "de",
|
|
31
|
-
"upload-file": "Datei hochladen",
|
|
32
|
-
"upload-files": "Dateien hochladen",
|
|
33
|
-
"choose-file": "Datei w\xE4hlen",
|
|
34
|
-
"choose-files": "Dateien w\xE4hlen",
|
|
35
|
-
"drop-files-here": "Dateien hier ablegen",
|
|
36
|
-
"select-file-source": "Dateiquelle ausw\xE4hlen",
|
|
37
|
-
selected: "Ausgew\xE4hlt",
|
|
38
|
-
upload: "Hochladen",
|
|
39
|
-
"add-more": "Weitere hinzuf\xFCgen",
|
|
40
|
-
cancel: "Abbrechen",
|
|
41
|
-
"start-from-cancel": "Abbrechen",
|
|
42
|
-
clear: "Leeren",
|
|
43
|
-
"camera-shot": "Aufnahme",
|
|
44
|
-
"upload-url": "Importieren",
|
|
45
|
-
"upload-url-placeholder": "Link hier einf\xFCgen",
|
|
46
|
-
"edit-image": "Bild bearbeiten",
|
|
47
|
-
"edit-detail": "Details",
|
|
48
|
-
back: "Zur\xFCck",
|
|
49
|
-
done: "Fertig",
|
|
50
|
-
ok: "OK",
|
|
51
|
-
"remove-from-list": "Entfernen",
|
|
52
|
-
no: "Nein",
|
|
53
|
-
yes: "Ja",
|
|
54
|
-
"confirm-your-action": "Aktion best\xE4tigen",
|
|
55
|
-
"are-you-sure": "Sind Sie sicher?",
|
|
56
|
-
"selected-count": "Ausgew\xE4hlt:",
|
|
57
|
-
"select-all": "Alles ausw\xE4hlen",
|
|
58
|
-
"deselect-all": "Alles abw\xE4hlen",
|
|
59
|
-
"upload-error": "Fehler beim Hochladen",
|
|
60
|
-
"validation-error": "Validierungsfehler",
|
|
61
|
-
"no-files": "Keine Dateien ausgew\xE4hlt",
|
|
62
|
-
browse: "Durchsuchen",
|
|
63
|
-
"not-uploaded-yet": "Noch nicht hochgeladen...",
|
|
64
|
-
file__one: "Datei",
|
|
65
|
-
file__other: "Dateien",
|
|
66
|
-
error__one: "Fehler",
|
|
67
|
-
error__other: "Fehler",
|
|
68
|
-
"header-uploading": "Lade {{count}} {{plural:file(count)}} hoch",
|
|
69
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
70
|
-
"header-succeed": "{{count}} {{plural:file(count)}} hochgeladen",
|
|
71
|
-
"header-total": "{{count}} {{plural:file(count)}} ausgew\xE4hlt",
|
|
72
|
-
"src-type-local": "Vom Ger\xE4t",
|
|
73
|
-
"src-type-from-url": "Vom Link",
|
|
74
|
-
"src-type-camera": "Kamera",
|
|
75
|
-
"src-type-draw": "Zeichnen",
|
|
76
|
-
"src-type-facebook": "Facebook",
|
|
77
|
-
"src-type-dropbox": "Dropbox",
|
|
78
|
-
"src-type-gdrive": "Google Drive",
|
|
79
|
-
"src-type-ngdrive": "Google Drive",
|
|
80
|
-
"src-type-gphotos": "Google Photos",
|
|
81
|
-
"src-type-flickr": "Flickr",
|
|
82
|
-
"src-type-vk": "VK",
|
|
83
|
-
"src-type-evernote": "Evernote",
|
|
84
|
-
"src-type-box": "Box",
|
|
85
|
-
"src-type-onedrive": "OneDrive",
|
|
86
|
-
"src-type-huddle": "Huddle",
|
|
87
|
-
"src-type-other": "Andere",
|
|
88
|
-
"src-type-mobile-video-camera": "Video",
|
|
89
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
90
|
-
"caption-from-url": "Von Link importieren",
|
|
91
|
-
"caption-camera": "Kamera",
|
|
92
|
-
"caption-draw": "Zeichnen",
|
|
93
|
-
"caption-edit-file": "Datei bearbeiten",
|
|
94
|
-
"file-no-name": "Kein Name...",
|
|
95
|
-
"toggle-fullscreen": "Vollbild umschalten",
|
|
96
|
-
"toggle-guides": "Anleitungen umschalten",
|
|
97
|
-
rotate: "Drehen",
|
|
98
|
-
"flip-vertical": "Vertikal spiegeln",
|
|
99
|
-
"flip-horizontal": "Horizontal spiegeln",
|
|
100
|
-
apply: "Anwenden",
|
|
101
|
-
brightness: "Helligkeit",
|
|
102
|
-
contrast: "Kontrast",
|
|
103
|
-
saturation: "S\xE4ttigung",
|
|
104
|
-
exposure: "Belichtung",
|
|
105
|
-
gamma: "Gamma",
|
|
106
|
-
vibrance: "Lebendigkeit",
|
|
107
|
-
warmth: "W\xE4rme",
|
|
108
|
-
enhance: "Verbessern",
|
|
109
|
-
original: "Original",
|
|
110
|
-
resize: "Bildgr\xF6\xDFe \xE4ndern",
|
|
111
|
-
crop: "Zuschneiden",
|
|
112
|
-
"select-color": "Farbe ausw\xE4hlen",
|
|
113
|
-
text: "Text",
|
|
114
|
-
draw: "Zeichnen",
|
|
115
|
-
"cancel-edit": "Bearbeitung abbrechen",
|
|
116
|
-
"tab-view": "Vorschau",
|
|
117
|
-
"tab-details": "Details",
|
|
118
|
-
"file-name": "Name",
|
|
119
|
-
"file-size": "Gr\xF6\xDFe",
|
|
120
|
-
"cdn-url": "CDN-URL",
|
|
121
|
-
"file-size-unknown": "Unbekannt",
|
|
122
|
-
"camera-permissions-denied": "Kamerazugriff verweigert",
|
|
123
|
-
"camera-permissions-prompt": "Bitte Zugriff auf die Kamera erlauben",
|
|
124
|
-
"camera-permissions-request": "Zugriff anfordern",
|
|
125
|
-
"files-count-limit-error-title": "Dateianzahlbegrenzung \xFCberschritten",
|
|
126
|
-
"files-count-limit-error-too-few": "Sie haben {{total}} {{plural:file(total)}} ausgew\xE4hlt. Mindestens {{min}} {{plural:file(min)}} erforderlich.",
|
|
127
|
-
"files-count-limit-error-too-many": "Sie haben zu viele Dateien ausgew\xE4hlt. Maximal {{max}} {{plural:file(max)}} m\xF6glich.",
|
|
128
|
-
"files-max-size-limit-error": "Datei ist zu gro\xDF. Maximale Dateigr\xF6\xDFe ist {{maxFileSize}}.",
|
|
129
|
-
"has-validation-errors": "Es ist ein Validierungsfehler aufgetreten. Bitte \xFCberpr\xFCfen Sie Ihre Dateien vor dem Hochladen.",
|
|
130
|
-
"images-only-accepted": "Nur Bilddateien werden akzeptiert.",
|
|
131
|
-
"file-type-not-allowed": "Das Hochladen dieser Dateitypen ist nicht erlaubt.",
|
|
132
|
-
"some-files-were-not-uploaded": "Einige Dateien wurden nicht hochgeladen.",
|
|
133
|
-
"file-item-edit-button": "Bearbeiten",
|
|
134
|
-
"file-item-remove-button": "Entfernen",
|
|
135
|
-
"a11y-activity-header-button-close": "Schlie\xDFen",
|
|
136
|
-
"a11y-editor-tab-filters": "Filter",
|
|
137
|
-
"a11y-editor-tab-tuning": "Feinabstimmung",
|
|
138
|
-
"a11y-editor-tab-crop": "Zuschneiden",
|
|
139
|
-
flip: "Drehen",
|
|
140
|
-
mirror: "Spiegeln",
|
|
141
|
-
"a11y-cloud-editor-apply-filter": "{{name}}-Filter anwenden",
|
|
142
|
-
"a11y-cloud-editor-apply-crop": "{{name}}-Operation anwenden",
|
|
143
|
-
"a11y-cloud-editor-apply-tuning": "{{name}}-Abstimmung anwenden",
|
|
144
|
-
finished: "Abgeschlossen",
|
|
145
|
-
failed: "Fehlgeschlagen",
|
|
146
|
-
uploading: "Hochladen",
|
|
147
|
-
idle: "Leerlauf",
|
|
148
|
-
"a11y-file-item-status": "Datei {{fileName}} im Status {{status}}",
|
|
149
|
-
"waiting-for": "Warten auf {{source}}",
|
|
150
|
-
"queued-uploading": "In Warteschlange zum Hochladen",
|
|
151
|
-
"queued-validation": "In Warteschlange zur Validierung",
|
|
152
|
-
validation: "Validierung l\xE4uft",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Vorgang {{name}} {{value}} anwenden",
|
|
154
|
-
"crop-to-shape": "Zuschneiden auf {{value}}",
|
|
155
|
-
custom: "Freiform",
|
|
156
|
-
"freeform-crop": "Freier Zuschnitt"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
de_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"de","social-source-lang":"de","upload-file":"Datei hochladen","upload-files":"Dateien hochladen","choose-file":"Datei w\xE4hlen","choose-files":"Dateien w\xE4hlen","drop-files-here":"Dateien hier ablegen","select-file-source":"Dateiquelle ausw\xE4hlen",selected:"Ausgew\xE4hlt",upload:"Hochladen","add-more":"Weitere hinzuf\xFCgen",cancel:"Abbrechen","start-from-cancel":"Abbrechen",clear:"Leeren","camera-shot":"Aufnahme","upload-url":"Importieren","upload-url-placeholder":"Link hier einf\xFCgen","edit-image":"Bild bearbeiten","edit-detail":"Details",back:"Zur\xFCck",done:"Fertig",ok:"OK","remove-from-list":"Entfernen",no:"Nein",yes:"Ja","confirm-your-action":"Aktion best\xE4tigen","are-you-sure":"Sind Sie sicher?","selected-count":"Ausgew\xE4hlt:","select-all":"Alles ausw\xE4hlen","deselect-all":"Alles abw\xE4hlen","upload-error":"Fehler beim Hochladen","validation-error":"Validierungsfehler","no-files":"Keine Dateien ausgew\xE4hlt",browse:"Durchsuchen","not-uploaded-yet":"Noch nicht hochgeladen...",file__one:"Datei",file__other:"Dateien",error__one:"Fehler",error__other:"Fehler","header-uploading":"Lade {{count}} {{plural:file(count)}} hoch","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} hochgeladen","header-total":"{{count}} {{plural:file(count)}} ausgew\xE4hlt","src-type-local":"Vom Ger\xE4t","src-type-from-url":"Vom Link","src-type-camera":"Kamera","src-type-draw":"Zeichnen","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":"Andere","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Foto","caption-from-url":"Von Link importieren","caption-camera":"Kamera","caption-draw":"Zeichnen","caption-edit-file":"Datei bearbeiten","file-no-name":"Kein Name...","toggle-fullscreen":"Vollbild umschalten","toggle-guides":"Anleitungen umschalten",rotate:"Drehen","flip-vertical":"Vertikal spiegeln","flip-horizontal":"Horizontal spiegeln",apply:"Anwenden",brightness:"Helligkeit",contrast:"Kontrast",saturation:"S\xE4ttigung",exposure:"Belichtung",gamma:"Gamma",vibrance:"Lebendigkeit",warmth:"W\xE4rme",enhance:"Verbessern",original:"Original",resize:"Bildgr\xF6\xDFe \xE4ndern",crop:"Zuschneiden","select-color":"Farbe ausw\xE4hlen",text:"Text",draw:"Zeichnen","cancel-edit":"Bearbeitung abbrechen","tab-view":"Vorschau","tab-details":"Details","file-name":"Name","file-size":"Gr\xF6\xDFe","cdn-url":"CDN-URL","file-size-unknown":"Unbekannt","camera-permissions-denied":"Kamerazugriff verweigert","camera-permissions-prompt":"Bitte Zugriff auf die Kamera erlauben","camera-permissions-request":"Zugriff anfordern","files-count-limit-error-title":"Dateianzahlbegrenzung \xFCberschritten","files-count-limit-error-too-few":"Sie haben {{total}} {{plural:file(total)}} ausgew\xE4hlt. Mindestens {{min}} {{plural:file(min)}} erforderlich.","files-count-limit-error-too-many":"Sie haben zu viele Dateien ausgew\xE4hlt. Maximal {{max}} {{plural:file(max)}} m\xF6glich.","files-max-size-limit-error":"Datei ist zu gro\xDF. Maximale Dateigr\xF6\xDFe ist {{maxFileSize}}.","has-validation-errors":"Es ist ein Validierungsfehler aufgetreten. Bitte \xFCberpr\xFCfen Sie Ihre Dateien vor dem Hochladen.","images-only-accepted":"Nur Bilddateien werden akzeptiert.","file-type-not-allowed":"Das Hochladen dieser Dateitypen ist nicht erlaubt.","some-files-were-not-uploaded":"Einige Dateien wurden nicht hochgeladen.","file-item-edit-button":"Bearbeiten","file-item-remove-button":"Entfernen","a11y-activity-header-button-close":"Schlie\xDFen","a11y-editor-tab-filters":"Filter","a11y-editor-tab-tuning":"Feinabstimmung","a11y-editor-tab-crop":"Zuschneiden",flip:"Drehen",mirror:"Spiegeln","a11y-cloud-editor-apply-filter":"{{name}}-Filter anwenden","a11y-cloud-editor-apply-crop":"{{name}}-Operation anwenden","a11y-cloud-editor-apply-tuning":"{{name}}-Abstimmung anwenden",finished:"Abgeschlossen",failed:"Fehlgeschlagen",uploading:"Hochladen",idle:"Leerlauf","a11y-file-item-status":"Datei {{fileName}} im Status {{status}}","waiting-for":"Warten auf {{source}}","queued-uploading":"In Warteschlange zum Hochladen","queued-validation":"In Warteschlange zur Validierung",validation:"Validierung l\xE4uft","a11y-cloud-editor-apply-aspect-ratio":"Vorgang {{name}} {{value}} anwenden","crop-to-shape":"Zuschneiden auf {{value}}",custom:"Freiform","freeform-crop":"Freier Zuschnitt"};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/el.ts
|
|
28
|
-
var el_default = {
|
|
29
|
-
"locale-id": "el",
|
|
30
|
-
"social-source-lang": "el",
|
|
31
|
-
"upload-file": "\u039C\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5",
|
|
32
|
-
"upload-files": "\u039C\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD",
|
|
33
|
-
"choose-file": "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5",
|
|
34
|
-
"choose-files": "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD",
|
|
35
|
-
"drop-files-here": "\u0391\u03C6\u03AE\u03C3\u03C4\u03B5 \u03C4\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03B5\u03B4\u03CE",
|
|
36
|
-
"select-file-source": "\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03C0\u03B7\u03B3\u03AE \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5",
|
|
37
|
-
selected: "\u0395\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF",
|
|
38
|
-
upload: "\u039C\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7",
|
|
39
|
-
"add-more": "\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7",
|
|
40
|
-
cancel: "\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7",
|
|
41
|
-
"start-from-cancel": "\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7",
|
|
42
|
-
clear: "\u03A3\u03B1\u03C6\u03AE",
|
|
43
|
-
"camera-shot": "\u039B\u03AE\u03C8\u03B7",
|
|
44
|
-
"upload-url": "\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE",
|
|
45
|
-
"upload-url-placeholder": "\u0395\u03C0\u03B9\u03BA\u03BF\u03BB\u03BB\u03AE\u03C3\u03C4\u03B5 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF \u03B5\u03B4\u03CE",
|
|
46
|
-
"edit-image": "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1\u03C2",
|
|
47
|
-
"edit-detail": "\u039B\u03B5\u03C0\u03C4\u03BF\u03BC\u03AD\u03C1\u03B5\u03B9\u03B5\u03C2",
|
|
48
|
-
back: "\u03A0\u03AF\u03C3\u03C9",
|
|
49
|
-
done: "\u039F\u03BB\u03BF\u03BA\u03BB\u03AE\u03C1\u03C9\u03C3\u03B7",
|
|
50
|
-
ok: "\u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9",
|
|
51
|
-
"remove-from-list": "\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7",
|
|
52
|
-
no: "\u038C\u03C7\u03B9",
|
|
53
|
-
yes: "\u039D\u03B1\u03B9",
|
|
54
|
-
"confirm-your-action": "\u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03B5\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03AC\u03C2 \u03C3\u03B1\u03C2",
|
|
55
|
-
"are-you-sure": "\u0395\u03AF\u03C3\u03C4\u03B5 \u03C3\u03AF\u03B3\u03BF\u03C5\u03C1\u03BF\u03B9;",
|
|
56
|
-
"selected-count": "\u0395\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF:",
|
|
57
|
-
"select-all": "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03CC\u03BB\u03C9\u03BD",
|
|
58
|
-
"deselect-all": "\u0391\u03C0\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03CC\u03BB\u03C9\u03BD",
|
|
59
|
-
"upload-error": "\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03BC\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7\u03C2",
|
|
60
|
-
"validation-error": "\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03B5\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7\u03C2",
|
|
61
|
-
"no-files": "\u0394\u03B5\u03BD \u03AD\u03C7\u03BF\u03C5\u03BD \u03B5\u03C0\u03B9\u03BB\u03B5\u03C7\u03B8\u03B5\u03AF \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1",
|
|
62
|
-
browse: "\u03A0\u03B5\u03C1\u03B9\u03AE\u03B3\u03B7\u03C3\u03B7",
|
|
63
|
-
"not-uploaded-yet": "\u0394\u03B5\u03BD \u03AD\u03C7\u03B5\u03B9 \u03BC\u03B5\u03C4\u03B1\u03C6\u03BF\u03C1\u03C4\u03C9\u03B8\u03B5\u03AF \u03B1\u03BA\u03CC\u03BC\u03B7...",
|
|
64
|
-
file__one: "\u03B1\u03C1\u03C7\u03B5\u03AF\u03BF",
|
|
65
|
-
file__other: "\u03B1\u03C1\u03C7\u03B5\u03AF\u03B1",
|
|
66
|
-
error__one: "\u03C3\u03C6\u03AC\u03BB\u03BC\u03B1",
|
|
67
|
-
error__other: "\u03C3\u03C6\u03AC\u03BB\u03BC\u03B1\u03C4\u03B1",
|
|
68
|
-
"header-uploading": "\u039C\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 {{count}} {{plural:file(count)}}",
|
|
69
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
70
|
-
"header-succeed": "{{count}} {{plural:file(count)}} \u03BC\u03B5\u03C4\u03B1\u03C6\u03BF\u03C1\u03C4\u03CE\u03B8\u03B7\u03BA\u03B5",
|
|
71
|
-
"header-total": "{{count}} {{plural:file(count)}} \u03B5\u03C0\u03B9\u03BB\u03AD\u03C7\u03B8\u03B7\u03BA\u03B1\u03BD",
|
|
72
|
-
"src-type-local": "\u0391\u03C0\u03CC \u03C3\u03C5\u03C3\u03BA\u03B5\u03C5\u03AE",
|
|
73
|
-
"src-type-from-url": "\u0391\u03C0\u03CC \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF",
|
|
74
|
-
"src-type-camera": "\u039A\u03AC\u03BC\u03B5\u03C1\u03B1",
|
|
75
|
-
"src-type-draw": "\u03A3\u03C7\u03AD\u03B4\u03B9\u03BF",
|
|
76
|
-
"src-type-facebook": "Facebook",
|
|
77
|
-
"src-type-dropbox": "Dropbox",
|
|
78
|
-
"src-type-gdrive": "Google Drive",
|
|
79
|
-
"src-type-ngdrive": "Google Drive",
|
|
80
|
-
"src-type-gphotos": "Google Photos",
|
|
81
|
-
"src-type-flickr": "Flickr",
|
|
82
|
-
"src-type-vk": "VK",
|
|
83
|
-
"src-type-evernote": "Evernote",
|
|
84
|
-
"src-type-box": "Box",
|
|
85
|
-
"src-type-onedrive": "OneDrive",
|
|
86
|
-
"src-type-huddle": "Huddle",
|
|
87
|
-
"src-type-other": "\u0386\u03BB\u03BB\u03BF",
|
|
88
|
-
"src-type-mobile-video-camera": "\u0392\u03AF\u03BD\u03C4\u03B5\u03BF",
|
|
89
|
-
"src-type-mobile-photo-camera": "\u03A6\u03C9\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03AF\u03B1",
|
|
90
|
-
"caption-from-url": "\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03B1\u03C0\u03CC \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF",
|
|
91
|
-
"caption-camera": "\u039A\u03AC\u03BC\u03B5\u03C1\u03B1",
|
|
92
|
-
"caption-draw": "\u03A3\u03C7\u03AD\u03B4\u03B9\u03BF",
|
|
93
|
-
"caption-edit-file": "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5",
|
|
94
|
-
"file-no-name": "\u03A7\u03C9\u03C1\u03AF\u03C2 \u03CC\u03BD\u03BF\u03BC\u03B1...",
|
|
95
|
-
"toggle-fullscreen": "\u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03C0\u03BB\u03AE\u03C1\u03BF\u03C5\u03C2 \u03BF\u03B8\u03CC\u03BD\u03B7\u03C2",
|
|
96
|
-
"toggle-guides": "\u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03BF\u03B4\u03B7\u03B3\u03CE\u03BD",
|
|
97
|
-
rotate: "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE",
|
|
98
|
-
"flip-vertical": "\u039A\u03B1\u03C4\u03B1\u03BA\u03CC\u03C1\u03C5\u03C6\u03B7 \u03B1\u03BD\u03B1\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE",
|
|
99
|
-
"flip-horizontal": "\u039F\u03C1\u03B9\u03B6\u03CC\u03BD\u03C4\u03B9\u03B1 \u03B1\u03BD\u03B1\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE",
|
|
100
|
-
apply: "\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE",
|
|
101
|
-
brightness: "\u03A6\u03C9\u03C4\u03B5\u03B9\u03BD\u03CC\u03C4\u03B7\u03C4\u03B1",
|
|
102
|
-
contrast: "\u0391\u03BD\u03C4\u03AF\u03B8\u03B5\u03C3\u03B7",
|
|
103
|
-
saturation: "\u039A\u03BF\u03C1\u03B5\u03C3\u03BC\u03CC\u03C2",
|
|
104
|
-
exposure: "\u0388\u03BA\u03B8\u03B5\u03C3\u03B7",
|
|
105
|
-
gamma: "\u0393\u03AC\u03BC\u03BC\u03B1",
|
|
106
|
-
vibrance: "\u0396\u03C9\u03BD\u03C4\u03AC\u03BD\u03B9\u03B1",
|
|
107
|
-
warmth: "\u0398\u03B5\u03C1\u03BC\u03CC\u03C4\u03B7\u03C4\u03B1",
|
|
108
|
-
enhance: "\u0395\u03BD\u03AF\u03C3\u03C7\u03C5\u03C3\u03B7",
|
|
109
|
-
original: "\u03A0\u03C1\u03C9\u03C4\u03CC\u03C4\u03C5\u03C0\u03BF",
|
|
110
|
-
resize: "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03BC\u03B5\u03B3\u03AD\u03B8\u03BF\u03C5\u03C2 \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1\u03C2",
|
|
111
|
-
crop: "\u03A0\u03B5\u03C1\u03B9\u03BA\u03BF\u03C0\u03AE",
|
|
112
|
-
"select-color": "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C7\u03C1\u03CE\u03BC\u03B1\u03C4\u03BF\u03C2",
|
|
113
|
-
text: "\u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF",
|
|
114
|
-
draw: "\u03A3\u03C7\u03AD\u03B4\u03B9\u03BF",
|
|
115
|
-
"cancel-edit": "\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7 \u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2",
|
|
116
|
-
"tab-view": "\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B7\u03C3\u03B7",
|
|
117
|
-
"tab-details": "\u039B\u03B5\u03C0\u03C4\u03BF\u03BC\u03AD\u03C1\u03B5\u03B9\u03B5\u03C2",
|
|
118
|
-
"file-name": "\u038C\u03BD\u03BF\u03BC\u03B1",
|
|
119
|
-
"file-size": "\u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2",
|
|
120
|
-
"cdn-url": "CDN URL",
|
|
121
|
-
"file-size-unknown": "\u0386\u03B3\u03BD\u03C9\u03C3\u03C4\u03BF",
|
|
122
|
-
"camera-permissions-denied": "\u0386\u03C1\u03BD\u03B7\u03C3\u03B7 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03C3\u03C4\u03B7\u03BD \u03BA\u03AC\u03BC\u03B5\u03C1\u03B1",
|
|
123
|
-
"camera-permissions-prompt": "\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03C0\u03B9\u03C4\u03C1\u03AD\u03C8\u03C4\u03B5 \u03C4\u03B7\u03BD \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7 \u03C3\u03C4\u03B7\u03BD \u03BA\u03AC\u03BC\u03B5\u03C1\u03B1",
|
|
124
|
-
"camera-permissions-request": "\u0391\u03AF\u03C4\u03B7\u03BC\u03B1 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2",
|
|
125
|
-
"files-count-limit-error-title": "\u03A5\u03C0\u03AD\u03C1\u03B2\u03B1\u03C3\u03B7 \u03BF\u03C1\u03AF\u03BF\u03C5 \u03B1\u03C1\u03B9\u03B8\u03BC\u03BF\u03CD \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD",
|
|
126
|
-
"files-count-limit-error-too-few": "\u0388\u03C7\u03B5\u03C4\u03B5 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03B5\u03B9 {{total}} {{plural:file(total)}}. \u0391\u03C0\u03B1\u03B9\u03C4\u03BF\u03CD\u03BD\u03C4\u03B1\u03B9 \u03C4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD {{min}} {{plural:file(min)}}.",
|
|
127
|
-
"files-count-limit-error-too-many": "\u0388\u03C7\u03B5\u03C4\u03B5 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03B5\u03B9 \u03C0\u03AC\u03C1\u03B1 \u03C0\u03BF\u03BB\u03BB\u03AC \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1. \u03A4\u03BF \u03BC\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03B5\u03AF\u03BD\u03B1\u03B9 {{max}} {{plural:file(max)}}.",
|
|
128
|
-
"files-max-size-limit-error": "\u03A4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03BF\u03BB\u03CD \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF. \u03A4\u03BF \u03BC\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03BC\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 \u03B5\u03AF\u03BD\u03B1\u03B9 {{maxFileSize}}.",
|
|
129
|
-
"has-validation-errors": "\u03A0\u03B1\u03C1\u03BF\u03C5\u03C3\u03B9\u03AC\u03C3\u03C4\u03B7\u03BA\u03B5 \u03C3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03B5\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7\u03C2 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE, \u03B5\u03BB\u03AD\u03B3\u03BE\u03C4\u03B5 \u03C4\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03C3\u03B1\u03C2 \u03C0\u03C1\u03B9\u03BD \u03C4\u03B7 \u03BC\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7.",
|
|
130
|
-
"images-only-accepted": "\u0395\u03C0\u03B9\u03C4\u03C1\u03AD\u03C0\u03BF\u03BD\u03C4\u03B1\u03B9 \u03BC\u03CC\u03BD\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03B5\u03B9\u03BA\u03CC\u03BD\u03C9\u03BD.",
|
|
131
|
-
"file-type-not-allowed": "\u0397 \u03BC\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03B1\u03C5\u03C4\u03CE\u03BD \u03C4\u03C9\u03BD \u03C4\u03CD\u03C0\u03C9\u03BD \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD \u03B4\u03B5\u03BD \u03B5\u03C0\u03B9\u03C4\u03C1\u03AD\u03C0\u03B5\u03C4\u03B1\u03B9.",
|
|
132
|
-
"some-files-were-not-uploaded": "\u039A\u03AC\u03C0\u03BF\u03B9\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03B4\u03B5\u03BD \u03BC\u03B5\u03C4\u03B1\u03C6\u03BF\u03C1\u03C4\u03CE\u03B8\u03B7\u03BA\u03B1\u03BD.",
|
|
133
|
-
"file-item-edit-button": "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1",
|
|
134
|
-
"file-item-remove-button": "\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7",
|
|
135
|
-
"a11y-activity-header-button-close": "\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF",
|
|
136
|
-
"a11y-editor-tab-filters": "\u03A6\u03AF\u03BB\u03C4\u03C1\u03B1",
|
|
137
|
-
"a11y-editor-tab-tuning": "\u03A1\u03CD\u03B8\u03BC\u03B9\u03C3\u03B7",
|
|
138
|
-
"a11y-editor-tab-crop": "\u03A0\u03B5\u03C1\u03B9\u03BA\u03BF\u03C0\u03AE",
|
|
139
|
-
flip: "\u0391\u03BD\u03B1\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE",
|
|
140
|
-
mirror: "\u039A\u03B1\u03B8\u03C1\u03AD\u03C6\u03C4\u03B7\u03C2",
|
|
141
|
-
"a11y-cloud-editor-apply-filter": "\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03C6\u03AF\u03BB\u03C4\u03C1\u03BF\u03C5 {{name}}",
|
|
142
|
-
"a11y-cloud-editor-apply-crop": "\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03C4\u03B7\u03C2 \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2 {{name}}",
|
|
143
|
-
"a11y-cloud-editor-apply-tuning": "\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03C4\u03B7\u03C2 \u03C1\u03CD\u03B8\u03BC\u03B9\u03C3\u03B7\u03C2 {{name}}",
|
|
144
|
-
finished: "\u039F\u03BB\u03BF\u03BA\u03BB\u03B7\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5",
|
|
145
|
-
failed: "\u0391\u03C0\u03AD\u03C4\u03C5\u03C7\u03B5",
|
|
146
|
-
uploading: "\u039C\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7",
|
|
147
|
-
idle: "\u0391\u03B4\u03C1\u03AC\u03BD\u03B5\u03B9\u03B1",
|
|
148
|
-
"a11y-file-item-status": "\u03A4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF {{fileName}} \u03B2\u03C1\u03AF\u03C3\u03BA\u03B5\u03C4\u03B1\u03B9 \u03C3\u03C4\u03B7\u03BD \u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 {{status}}",
|
|
149
|
-
"waiting-for": "\u0391\u03BD\u03B1\u03BC\u03BF\u03BD\u03AE \u03B3\u03B9\u03B1 {{source}}",
|
|
150
|
-
"queued-uploading": "\u03A3\u03B5 \u03BF\u03C5\u03C1\u03AC \u03B3\u03B9\u03B1 \u03BC\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7",
|
|
151
|
-
"queued-validation": "\u03A3\u03B5 \u03BF\u03C5\u03C1\u03AC \u03B3\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7",
|
|
152
|
-
validation: "\u0393\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03B5\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2 {{name}} {{value}}",
|
|
154
|
-
"crop-to-shape": "\u03A0\u03B5\u03C1\u03B9\u03BA\u03BF\u03C0\u03AE \u03C3\u03B5 {{value}}",
|
|
155
|
-
custom: "\u0395\u03BB\u03B5\u03CD\u03B8\u03B5\u03C1\u03B7 \u03BC\u03BF\u03C1\u03C6\u03AE",
|
|
156
|
-
"freeform-crop": "\u0395\u03BB\u03B5\u03CD\u03B8\u03B5\u03C1\u03B7 \u03C0\u03B5\u03C1\u03B9\u03BA\u03BF\u03C0\u03AE"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
el_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"el","social-source-lang":"el","upload-file":"\u039C\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5","upload-files":"\u039C\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD","choose-file":"\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5","choose-files":"\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD","drop-files-here":"\u0391\u03C6\u03AE\u03C3\u03C4\u03B5 \u03C4\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03B5\u03B4\u03CE","select-file-source":"\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03C0\u03B7\u03B3\u03AE \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5",selected:"\u0395\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF",upload:"\u039C\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7","add-more":"\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7",cancel:"\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7","start-from-cancel":"\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7",clear:"\u03A3\u03B1\u03C6\u03AE","camera-shot":"\u039B\u03AE\u03C8\u03B7","upload-url":"\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE","upload-url-placeholder":"\u0395\u03C0\u03B9\u03BA\u03BF\u03BB\u03BB\u03AE\u03C3\u03C4\u03B5 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF \u03B5\u03B4\u03CE","edit-image":"\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1\u03C2","edit-detail":"\u039B\u03B5\u03C0\u03C4\u03BF\u03BC\u03AD\u03C1\u03B5\u03B9\u03B5\u03C2",back:"\u03A0\u03AF\u03C3\u03C9",done:"\u039F\u03BB\u03BF\u03BA\u03BB\u03AE\u03C1\u03C9\u03C3\u03B7",ok:"\u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9","remove-from-list":"\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7",no:"\u038C\u03C7\u03B9",yes:"\u039D\u03B1\u03B9","confirm-your-action":"\u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03B5\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03AC\u03C2 \u03C3\u03B1\u03C2","are-you-sure":"\u0395\u03AF\u03C3\u03C4\u03B5 \u03C3\u03AF\u03B3\u03BF\u03C5\u03C1\u03BF\u03B9;","selected-count":"\u0395\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF:","select-all":"\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03CC\u03BB\u03C9\u03BD","deselect-all":"\u0391\u03C0\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03CC\u03BB\u03C9\u03BD","upload-error":"\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03BC\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7\u03C2","validation-error":"\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03B5\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7\u03C2","no-files":"\u0394\u03B5\u03BD \u03AD\u03C7\u03BF\u03C5\u03BD \u03B5\u03C0\u03B9\u03BB\u03B5\u03C7\u03B8\u03B5\u03AF \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1",browse:"\u03A0\u03B5\u03C1\u03B9\u03AE\u03B3\u03B7\u03C3\u03B7","not-uploaded-yet":"\u0394\u03B5\u03BD \u03AD\u03C7\u03B5\u03B9 \u03BC\u03B5\u03C4\u03B1\u03C6\u03BF\u03C1\u03C4\u03C9\u03B8\u03B5\u03AF \u03B1\u03BA\u03CC\u03BC\u03B7...",file__one:"\u03B1\u03C1\u03C7\u03B5\u03AF\u03BF",file__other:"\u03B1\u03C1\u03C7\u03B5\u03AF\u03B1",error__one:"\u03C3\u03C6\u03AC\u03BB\u03BC\u03B1",error__other:"\u03C3\u03C6\u03AC\u03BB\u03BC\u03B1\u03C4\u03B1","header-uploading":"\u039C\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} \u03BC\u03B5\u03C4\u03B1\u03C6\u03BF\u03C1\u03C4\u03CE\u03B8\u03B7\u03BA\u03B5","header-total":"{{count}} {{plural:file(count)}} \u03B5\u03C0\u03B9\u03BB\u03AD\u03C7\u03B8\u03B7\u03BA\u03B1\u03BD","src-type-local":"\u0391\u03C0\u03CC \u03C3\u03C5\u03C3\u03BA\u03B5\u03C5\u03AE","src-type-from-url":"\u0391\u03C0\u03CC \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF","src-type-camera":"\u039A\u03AC\u03BC\u03B5\u03C1\u03B1","src-type-draw":"\u03A3\u03C7\u03AD\u03B4\u03B9\u03BF","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":"\u0386\u03BB\u03BB\u03BF","src-type-mobile-video-camera":"\u0392\u03AF\u03BD\u03C4\u03B5\u03BF","src-type-mobile-photo-camera":"\u03A6\u03C9\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03AF\u03B1","caption-from-url":"\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03B1\u03C0\u03CC \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF","caption-camera":"\u039A\u03AC\u03BC\u03B5\u03C1\u03B1","caption-draw":"\u03A3\u03C7\u03AD\u03B4\u03B9\u03BF","caption-edit-file":"\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5","file-no-name":"\u03A7\u03C9\u03C1\u03AF\u03C2 \u03CC\u03BD\u03BF\u03BC\u03B1...","toggle-fullscreen":"\u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03C0\u03BB\u03AE\u03C1\u03BF\u03C5\u03C2 \u03BF\u03B8\u03CC\u03BD\u03B7\u03C2","toggle-guides":"\u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03BF\u03B4\u03B7\u03B3\u03CE\u03BD",rotate:"\u03A0\u03B5\u03C1\u03B9\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE","flip-vertical":"\u039A\u03B1\u03C4\u03B1\u03BA\u03CC\u03C1\u03C5\u03C6\u03B7 \u03B1\u03BD\u03B1\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE","flip-horizontal":"\u039F\u03C1\u03B9\u03B6\u03CC\u03BD\u03C4\u03B9\u03B1 \u03B1\u03BD\u03B1\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE",apply:"\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE",brightness:"\u03A6\u03C9\u03C4\u03B5\u03B9\u03BD\u03CC\u03C4\u03B7\u03C4\u03B1",contrast:"\u0391\u03BD\u03C4\u03AF\u03B8\u03B5\u03C3\u03B7",saturation:"\u039A\u03BF\u03C1\u03B5\u03C3\u03BC\u03CC\u03C2",exposure:"\u0388\u03BA\u03B8\u03B5\u03C3\u03B7",gamma:"\u0393\u03AC\u03BC\u03BC\u03B1",vibrance:"\u0396\u03C9\u03BD\u03C4\u03AC\u03BD\u03B9\u03B1",warmth:"\u0398\u03B5\u03C1\u03BC\u03CC\u03C4\u03B7\u03C4\u03B1",enhance:"\u0395\u03BD\u03AF\u03C3\u03C7\u03C5\u03C3\u03B7",original:"\u03A0\u03C1\u03C9\u03C4\u03CC\u03C4\u03C5\u03C0\u03BF",resize:"\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03BC\u03B5\u03B3\u03AD\u03B8\u03BF\u03C5\u03C2 \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1\u03C2",crop:"\u03A0\u03B5\u03C1\u03B9\u03BA\u03BF\u03C0\u03AE","select-color":"\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C7\u03C1\u03CE\u03BC\u03B1\u03C4\u03BF\u03C2",text:"\u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF",draw:"\u03A3\u03C7\u03AD\u03B4\u03B9\u03BF","cancel-edit":"\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7 \u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2","tab-view":"\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B7\u03C3\u03B7","tab-details":"\u039B\u03B5\u03C0\u03C4\u03BF\u03BC\u03AD\u03C1\u03B5\u03B9\u03B5\u03C2","file-name":"\u038C\u03BD\u03BF\u03BC\u03B1","file-size":"\u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2","cdn-url":"CDN URL","file-size-unknown":"\u0386\u03B3\u03BD\u03C9\u03C3\u03C4\u03BF","camera-permissions-denied":"\u0386\u03C1\u03BD\u03B7\u03C3\u03B7 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03C3\u03C4\u03B7\u03BD \u03BA\u03AC\u03BC\u03B5\u03C1\u03B1","camera-permissions-prompt":"\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03C0\u03B9\u03C4\u03C1\u03AD\u03C8\u03C4\u03B5 \u03C4\u03B7\u03BD \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7 \u03C3\u03C4\u03B7\u03BD \u03BA\u03AC\u03BC\u03B5\u03C1\u03B1","camera-permissions-request":"\u0391\u03AF\u03C4\u03B7\u03BC\u03B1 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2","files-count-limit-error-title":"\u03A5\u03C0\u03AD\u03C1\u03B2\u03B1\u03C3\u03B7 \u03BF\u03C1\u03AF\u03BF\u03C5 \u03B1\u03C1\u03B9\u03B8\u03BC\u03BF\u03CD \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD","files-count-limit-error-too-few":"\u0388\u03C7\u03B5\u03C4\u03B5 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03B5\u03B9 {{total}} {{plural:file(total)}}. \u0391\u03C0\u03B1\u03B9\u03C4\u03BF\u03CD\u03BD\u03C4\u03B1\u03B9 \u03C4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD {{min}} {{plural:file(min)}}.","files-count-limit-error-too-many":"\u0388\u03C7\u03B5\u03C4\u03B5 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03B5\u03B9 \u03C0\u03AC\u03C1\u03B1 \u03C0\u03BF\u03BB\u03BB\u03AC \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1. \u03A4\u03BF \u03BC\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03B5\u03AF\u03BD\u03B1\u03B9 {{max}} {{plural:file(max)}}.","files-max-size-limit-error":"\u03A4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03BF\u03BB\u03CD \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF. \u03A4\u03BF \u03BC\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03BC\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 \u03B5\u03AF\u03BD\u03B1\u03B9 {{maxFileSize}}.","has-validation-errors":"\u03A0\u03B1\u03C1\u03BF\u03C5\u03C3\u03B9\u03AC\u03C3\u03C4\u03B7\u03BA\u03B5 \u03C3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03B5\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7\u03C2 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE, \u03B5\u03BB\u03AD\u03B3\u03BE\u03C4\u03B5 \u03C4\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03C3\u03B1\u03C2 \u03C0\u03C1\u03B9\u03BD \u03C4\u03B7 \u03BC\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7.","images-only-accepted":"\u0395\u03C0\u03B9\u03C4\u03C1\u03AD\u03C0\u03BF\u03BD\u03C4\u03B1\u03B9 \u03BC\u03CC\u03BD\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03B5\u03B9\u03BA\u03CC\u03BD\u03C9\u03BD.","file-type-not-allowed":"\u0397 \u03BC\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03B1\u03C5\u03C4\u03CE\u03BD \u03C4\u03C9\u03BD \u03C4\u03CD\u03C0\u03C9\u03BD \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD \u03B4\u03B5\u03BD \u03B5\u03C0\u03B9\u03C4\u03C1\u03AD\u03C0\u03B5\u03C4\u03B1\u03B9.","some-files-were-not-uploaded":"\u039A\u03AC\u03C0\u03BF\u03B9\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03B4\u03B5\u03BD \u03BC\u03B5\u03C4\u03B1\u03C6\u03BF\u03C1\u03C4\u03CE\u03B8\u03B7\u03BA\u03B1\u03BD.","file-item-edit-button":"\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1","file-item-remove-button":"\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7","a11y-activity-header-button-close":"\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF","a11y-editor-tab-filters":"\u03A6\u03AF\u03BB\u03C4\u03C1\u03B1","a11y-editor-tab-tuning":"\u03A1\u03CD\u03B8\u03BC\u03B9\u03C3\u03B7","a11y-editor-tab-crop":"\u03A0\u03B5\u03C1\u03B9\u03BA\u03BF\u03C0\u03AE",flip:"\u0391\u03BD\u03B1\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE",mirror:"\u039A\u03B1\u03B8\u03C1\u03AD\u03C6\u03C4\u03B7\u03C2","a11y-cloud-editor-apply-filter":"\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03C6\u03AF\u03BB\u03C4\u03C1\u03BF\u03C5 {{name}}","a11y-cloud-editor-apply-crop":"\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03C4\u03B7\u03C2 \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2 {{name}}","a11y-cloud-editor-apply-tuning":"\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03C4\u03B7\u03C2 \u03C1\u03CD\u03B8\u03BC\u03B9\u03C3\u03B7\u03C2 {{name}}",finished:"\u039F\u03BB\u03BF\u03BA\u03BB\u03B7\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5",failed:"\u0391\u03C0\u03AD\u03C4\u03C5\u03C7\u03B5",uploading:"\u039C\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7",idle:"\u0391\u03B4\u03C1\u03AC\u03BD\u03B5\u03B9\u03B1","a11y-file-item-status":"\u03A4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF {{fileName}} \u03B2\u03C1\u03AF\u03C3\u03BA\u03B5\u03C4\u03B1\u03B9 \u03C3\u03C4\u03B7\u03BD \u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 {{status}}","waiting-for":"\u0391\u03BD\u03B1\u03BC\u03BF\u03BD\u03AE \u03B3\u03B9\u03B1 {{source}}","queued-uploading":"\u03A3\u03B5 \u03BF\u03C5\u03C1\u03AC \u03B3\u03B9\u03B1 \u03BC\u03B5\u03C4\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7","queued-validation":"\u03A3\u03B5 \u03BF\u03C5\u03C1\u03AC \u03B3\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7",validation:"\u0393\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03B5\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7","a11y-cloud-editor-apply-aspect-ratio":"\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2 {{name}} {{value}}","crop-to-shape":"\u03A0\u03B5\u03C1\u03B9\u03BA\u03BF\u03C0\u03AE \u03C3\u03B5 {{value}}",custom:"\u0395\u03BB\u03B5\u03CD\u03B8\u03B5\u03C1\u03B7 \u03BC\u03BF\u03C1\u03C6\u03AE","freeform-crop":"\u0395\u03BB\u03B5\u03CD\u03B8\u03B5\u03C1\u03B7 \u03C0\u03B5\u03C1\u03B9\u03BA\u03BF\u03C0\u03AE"};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/en.ts
|
|
28
|
-
var en_default = {
|
|
29
|
-
"locale-id": "en",
|
|
30
|
-
"social-source-lang": "en",
|
|
31
|
-
"upload-file": "Upload file",
|
|
32
|
-
"upload-files": "Upload files",
|
|
33
|
-
"choose-file": "Choose file",
|
|
34
|
-
"choose-files": "Choose files",
|
|
35
|
-
"drop-files-here": "Drop files here",
|
|
36
|
-
"select-file-source": "Select file source",
|
|
37
|
-
selected: "Selected",
|
|
38
|
-
upload: "Upload",
|
|
39
|
-
"add-more": "Add more",
|
|
40
|
-
cancel: "Cancel",
|
|
41
|
-
"start-from-cancel": "Cancel",
|
|
42
|
-
clear: "Clear",
|
|
43
|
-
"camera-shot": "Shot",
|
|
44
|
-
"upload-url": "Import",
|
|
45
|
-
"upload-url-placeholder": "Paste link here",
|
|
46
|
-
"edit-image": "Edit image",
|
|
47
|
-
"edit-detail": "Details",
|
|
48
|
-
back: "Back",
|
|
49
|
-
done: "Done",
|
|
50
|
-
ok: "Ok",
|
|
51
|
-
"remove-from-list": "Remove",
|
|
52
|
-
no: "No",
|
|
53
|
-
yes: "Yes",
|
|
54
|
-
"confirm-your-action": "Confirm your action",
|
|
55
|
-
"are-you-sure": "Are you sure?",
|
|
56
|
-
"selected-count": "{{count}} of {{total}} selected",
|
|
57
|
-
"select-all": "Select all",
|
|
58
|
-
"deselect-all": "Deselect all",
|
|
59
|
-
"upload-error": "Upload error",
|
|
60
|
-
"validation-error": "Validation error",
|
|
61
|
-
"no-files": "No files selected",
|
|
62
|
-
browse: "Browse",
|
|
63
|
-
"not-uploaded-yet": "Not uploaded yet...",
|
|
64
|
-
file__one: "file",
|
|
65
|
-
file__other: "files",
|
|
66
|
-
error__one: "error",
|
|
67
|
-
error__other: "errors",
|
|
68
|
-
"header-uploading": "Uploading {{count}} {{plural:file(count)}}",
|
|
69
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
70
|
-
"header-succeed": "{{count}} {{plural:file(count)}} uploaded",
|
|
71
|
-
"header-total": "{{count}} {{plural:file(count)}} selected",
|
|
72
|
-
"src-type-local": "From device",
|
|
73
|
-
"src-type-from-url": "From link",
|
|
74
|
-
"src-type-camera": "Camera",
|
|
75
|
-
"src-type-mobile-video-camera": "Video",
|
|
76
|
-
"src-type-mobile-photo-camera": "Photo",
|
|
77
|
-
"src-type-draw": "Draw",
|
|
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": "Other",
|
|
90
|
-
"caption-from-url": "Import from link",
|
|
91
|
-
"caption-camera": "Camera",
|
|
92
|
-
"caption-draw": "Draw",
|
|
93
|
-
"caption-edit-file": "Edit file",
|
|
94
|
-
"file-no-name": "No name...",
|
|
95
|
-
"toggle-fullscreen": "Toggle fullscreen",
|
|
96
|
-
"toggle-guides": "Toggle guides",
|
|
97
|
-
rotate: "Rotate",
|
|
98
|
-
"flip-vertical": "Flip vertical",
|
|
99
|
-
"flip-horizontal": "Flip horizontal",
|
|
100
|
-
apply: "Apply",
|
|
101
|
-
brightness: "Brightness",
|
|
102
|
-
contrast: "Contrast",
|
|
103
|
-
saturation: "Saturation",
|
|
104
|
-
exposure: "Exposure",
|
|
105
|
-
gamma: "Gamma",
|
|
106
|
-
vibrance: "Vibrance",
|
|
107
|
-
warmth: "Warmth",
|
|
108
|
-
enhance: "Enhance",
|
|
109
|
-
original: "Original",
|
|
110
|
-
resize: "Resize image",
|
|
111
|
-
crop: "Crop",
|
|
112
|
-
"select-color": "Select color",
|
|
113
|
-
text: "Text",
|
|
114
|
-
draw: "Draw",
|
|
115
|
-
"cancel-edit": "Cancel edit",
|
|
116
|
-
"tab-view": "Preview",
|
|
117
|
-
"tab-details": "Details",
|
|
118
|
-
"file-name": "Name",
|
|
119
|
-
"file-size": "Size",
|
|
120
|
-
"cdn-url": "CDN URL",
|
|
121
|
-
"file-size-unknown": "Unknown",
|
|
122
|
-
"camera-permissions-denied": "Camera access denied",
|
|
123
|
-
"camera-permissions-prompt": "Please allow access to the camera",
|
|
124
|
-
"camera-permissions-request": "Request access",
|
|
125
|
-
"files-count-limit-error-title": "Files count limit overflow",
|
|
126
|
-
"files-count-limit-error-too-few": "You\u2019ve chosen {{total}} {{plural:file(total)}}. At least {{min}} {{plural:file(min)}} required.",
|
|
127
|
-
"files-count-limit-error-too-many": "You\u2019ve chosen too many files. {{max}} {{plural:file(max)}} is maximum.",
|
|
128
|
-
"files-max-size-limit-error": "File is too big. Max file size is {{maxFileSize}}.",
|
|
129
|
-
"has-validation-errors": "File validation error occurred. Please, check your files before upload.",
|
|
130
|
-
"images-only-accepted": "Only image files are accepted.",
|
|
131
|
-
"file-type-not-allowed": "Uploading of these file types is not allowed.",
|
|
132
|
-
"some-files-were-not-uploaded": "Some files were not uploaded.",
|
|
133
|
-
"file-item-edit-button": "Edit",
|
|
134
|
-
"file-item-remove-button": "Remove",
|
|
135
|
-
"a11y-editor-tab-filters": "Filters",
|
|
136
|
-
"a11y-editor-tab-tuning": "Tuning",
|
|
137
|
-
"a11y-editor-tab-crop": "Crop",
|
|
138
|
-
"a11y-activity-header-button-close": "Close",
|
|
139
|
-
flip: "Flip",
|
|
140
|
-
mirror: "Mirror",
|
|
141
|
-
"a11y-cloud-editor-apply-filter": "Apply {{name}} filter",
|
|
142
|
-
"a11y-cloud-editor-apply-crop": "Apply {{name}} operation",
|
|
143
|
-
"a11y-cloud-editor-apply-tuning": "Apply {{name}} tuning",
|
|
144
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Apply operation {{name}} {{value}}",
|
|
145
|
-
finished: "Finished",
|
|
146
|
-
failed: "Failed",
|
|
147
|
-
uploading: "Uploading",
|
|
148
|
-
idle: "Idle",
|
|
149
|
-
"a11y-file-item-status": "File {{fileName}} in status {{status}}",
|
|
150
|
-
"waiting-for": "Waiting for {{source}}",
|
|
151
|
-
"queued-uploading": "Queued for upload",
|
|
152
|
-
"queued-validation": "Queued for validation",
|
|
153
|
-
validation: "Validating",
|
|
154
|
-
"crop-to-shape": "Crop to {{value}}",
|
|
155
|
-
custom: "Freeform",
|
|
156
|
-
"freeform-crop": "Freeform crop"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
en_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"en","social-source-lang":"en","upload-file":"Upload file","upload-files":"Upload files","choose-file":"Choose file","choose-files":"Choose files","drop-files-here":"Drop files here","select-file-source":"Select file source",selected:"Selected",upload:"Upload","add-more":"Add more",cancel:"Cancel","start-from-cancel":"Cancel",clear:"Clear","camera-shot":"Shot","upload-url":"Import","upload-url-placeholder":"Paste link here","edit-image":"Edit image","edit-detail":"Details",back:"Back",done:"Done",ok:"Ok","remove-from-list":"Remove",no:"No",yes:"Yes","confirm-your-action":"Confirm your action","are-you-sure":"Are you sure?","selected-count":"{{count}} of {{total}} selected","select-all":"Select all","deselect-all":"Deselect all","upload-error":"Upload error","validation-error":"Validation error","no-files":"No files selected",browse:"Browse","not-uploaded-yet":"Not uploaded yet...",file__one:"file",file__other:"files",error__one:"error",error__other:"errors","header-uploading":"Uploading {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} uploaded","header-total":"{{count}} {{plural:file(count)}} selected","src-type-local":"From device","src-type-from-url":"From link","src-type-camera":"Camera","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Photo","src-type-draw":"Draw","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":"Other","caption-from-url":"Import from link","caption-camera":"Camera","caption-draw":"Draw","caption-edit-file":"Edit file","file-no-name":"No name...","toggle-fullscreen":"Toggle fullscreen","toggle-guides":"Toggle guides",rotate:"Rotate","flip-vertical":"Flip vertical","flip-horizontal":"Flip horizontal",apply:"Apply",brightness:"Brightness",contrast:"Contrast",saturation:"Saturation",exposure:"Exposure",gamma:"Gamma",vibrance:"Vibrance",warmth:"Warmth",enhance:"Enhance",original:"Original",resize:"Resize image",crop:"Crop","select-color":"Select color",text:"Text",draw:"Draw","cancel-edit":"Cancel edit","tab-view":"Preview","tab-details":"Details","file-name":"Name","file-size":"Size","cdn-url":"CDN URL","file-size-unknown":"Unknown","camera-permissions-denied":"Camera access denied","camera-permissions-prompt":"Please allow access to the camera","camera-permissions-request":"Request access","files-count-limit-error-title":"Files count limit overflow","files-count-limit-error-too-few":"You\u2019ve chosen {{total}} {{plural:file(total)}}. At least {{min}} {{plural:file(min)}} required.","files-count-limit-error-too-many":"You\u2019ve chosen too many files. {{max}} {{plural:file(max)}} is maximum.","files-max-size-limit-error":"File is too big. Max file size is {{maxFileSize}}.","has-validation-errors":"File validation error occurred. Please, check your files before upload.","images-only-accepted":"Only image files are accepted.","file-type-not-allowed":"Uploading of these file types is not allowed.","some-files-were-not-uploaded":"Some files were not uploaded.","file-item-edit-button":"Edit","file-item-remove-button":"Remove","a11y-editor-tab-filters":"Filters","a11y-editor-tab-tuning":"Tuning","a11y-editor-tab-crop":"Crop","a11y-activity-header-button-close":"Close",flip:"Flip",mirror:"Mirror","a11y-cloud-editor-apply-filter":"Apply {{name}} filter","a11y-cloud-editor-apply-crop":"Apply {{name}} operation","a11y-cloud-editor-apply-tuning":"Apply {{name}} tuning","a11y-cloud-editor-apply-aspect-ratio":"Apply operation {{name}} {{value}}",finished:"Finished",failed:"Failed",uploading:"Uploading",idle:"Idle","a11y-file-item-status":"File {{fileName}} in status {{status}}","waiting-for":"Waiting for {{source}}","queued-uploading":"Queued for upload","queued-validation":"Queued for validation",validation:"Validating","crop-to-shape":"Crop to {{value}}",custom:"Freeform","freeform-crop":"Freeform crop"};export{e as default};
|