@uploadcare/file-uploader 1.25.0 → 1.26.1
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 -75
- package/dist/env.js +4 -33
- package/dist/index.css +5 -2660
- package/dist/index.d.ts +2326 -1670
- package/dist/index.js +6 -12012
- package/dist/index.layered.css +4 -2716
- package/dist/index.ssr.js +532 -768
- 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 +44 -32
- package/types/jsx.d.ts +75 -48
- package/web/file-uploader.iife.min.d.ts +2619 -1833
- package/web/file-uploader.iife.min.js +6 -27
- package/web/file-uploader.iife.min.js.LEGAL.txt +71 -0
- package/web/file-uploader.min.d.ts +2619 -1833
- package/web/file-uploader.min.js +5 -26
- 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 +1835 -580
- package/web/uc-cloud-image-editor.min.js +5 -26
- 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 +2619 -1833
- package/web/uc-file-uploader-inline.min.js +5 -26
- 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 +2619 -1833
- package/web/uc-file-uploader-minimal.min.js +5 -26
- 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 +2619 -1833
- package/web/uc-file-uploader-regular.min.js +5 -26
- package/web/uc-file-uploader-regular.min.js.LEGAL.txt +71 -0
- package/web/uc-img.min.d.ts +60 -100
- 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.26.1 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2026-01-29T13:51:28.487Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/nb.js
|
|
28
|
-
var nb_default = {
|
|
29
|
-
"locale-id": "nb",
|
|
30
|
-
"social-source-lang": "nb",
|
|
31
|
-
"upload-file": "Last opp fil",
|
|
32
|
-
"upload-files": "Last opp filer",
|
|
33
|
-
"choose-file": "Velg fil",
|
|
34
|
-
"choose-files": "Velg filer",
|
|
35
|
-
"drop-files-here": "Slipp filer her",
|
|
36
|
-
"select-file-source": "Velg filkilde",
|
|
37
|
-
selected: "Valgt",
|
|
38
|
-
upload: "Last opp",
|
|
39
|
-
"add-more": "Legg til flere",
|
|
40
|
-
cancel: "Avbryt",
|
|
41
|
-
"start-from-cancel": "Avbryt",
|
|
42
|
-
clear: "T\xF8m",
|
|
43
|
-
"camera-shot": "Ta bilde",
|
|
44
|
-
"upload-url": "Importer",
|
|
45
|
-
"upload-url-placeholder": "Lim inn lenke her",
|
|
46
|
-
"edit-image": "Rediger bilde",
|
|
47
|
-
"edit-detail": "Detaljer",
|
|
48
|
-
back: "Tilbake",
|
|
49
|
-
done: "Ferdig",
|
|
50
|
-
ok: "Ok",
|
|
51
|
-
"remove-from-list": "Fjern",
|
|
52
|
-
no: "Nei",
|
|
53
|
-
yes: "Ja",
|
|
54
|
-
"confirm-your-action": "Bekreft handlingen din",
|
|
55
|
-
"are-you-sure": "Er du sikker?",
|
|
56
|
-
"selected-count": "Valgt:",
|
|
57
|
-
"upload-error": "Feil ved opplasting",
|
|
58
|
-
"validation-error": "Valideringsfeil",
|
|
59
|
-
"no-files": "Ingen filer valgt",
|
|
60
|
-
browse: "Bla gjennom",
|
|
61
|
-
"not-uploaded-yet": "Ikke lastet opp enn\xE5...",
|
|
62
|
-
file__one: "fil",
|
|
63
|
-
file__other: "filer",
|
|
64
|
-
error__one: "feil",
|
|
65
|
-
error__other: "feil",
|
|
66
|
-
"header-uploading": "Laster opp {{count}} {{plural:file(count)}}",
|
|
67
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
68
|
-
"header-succeed": "{{count}} {{plural:file(count)}} lastet opp",
|
|
69
|
-
"header-total": "{{count}} {{plural:file(count)}} valgt",
|
|
70
|
-
"src-type-local": "Fra enhet",
|
|
71
|
-
"src-type-from-url": "Fra lenke",
|
|
72
|
-
"src-type-camera": "Kamera",
|
|
73
|
-
"src-type-draw": "Tegn",
|
|
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": "Annet",
|
|
86
|
-
"src-type-mobile-video-camera": "Video",
|
|
87
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
88
|
-
"caption-from-url": "Importer fra lenke",
|
|
89
|
-
"caption-camera": "Kamera",
|
|
90
|
-
"caption-draw": "Tegn",
|
|
91
|
-
"caption-edit-file": "Rediger fil",
|
|
92
|
-
"file-no-name": "Ingen navn...",
|
|
93
|
-
"toggle-fullscreen": "Veksle fullskjerm",
|
|
94
|
-
"toggle-guides": "Veksle guider",
|
|
95
|
-
rotate: "Roter",
|
|
96
|
-
"flip-vertical": "Vend vertikalt",
|
|
97
|
-
"flip-horizontal": "Vend horisontalt",
|
|
98
|
-
apply: "Bruk",
|
|
99
|
-
brightness: "Lysstyrke",
|
|
100
|
-
contrast: "Kontrast",
|
|
101
|
-
saturation: "Metning",
|
|
102
|
-
exposure: "Eksponering",
|
|
103
|
-
gamma: "Gamma",
|
|
104
|
-
vibrance: "Fargeintensitet",
|
|
105
|
-
warmth: "Varme",
|
|
106
|
-
enhance: "Forbedre",
|
|
107
|
-
original: "Original",
|
|
108
|
-
resize: "Endre st\xF8rrelse p\xE5 bilde",
|
|
109
|
-
crop: "Beskj\xE6r",
|
|
110
|
-
"select-color": "Velg farge",
|
|
111
|
-
text: "Tekst",
|
|
112
|
-
draw: "Tegn",
|
|
113
|
-
"cancel-edit": "Avbryt redigering",
|
|
114
|
-
"tab-view": "Forh\xE5ndsvisning",
|
|
115
|
-
"tab-details": "Detaljer",
|
|
116
|
-
"file-name": "Navn",
|
|
117
|
-
"file-size": "St\xF8rrelse",
|
|
118
|
-
"cdn-url": "CDN URL",
|
|
119
|
-
"file-size-unknown": "Ukjent",
|
|
120
|
-
"camera-permissions-denied": "Tilgang til kamera nektet",
|
|
121
|
-
"camera-permissions-prompt": "Vennligst gi tilgang til kameraet",
|
|
122
|
-
"camera-permissions-request": "Be om tilgang",
|
|
123
|
-
"files-count-limit-error-title": "Filtellgrensen overskredet",
|
|
124
|
-
"files-count-limit-error-too-few": "Du har valgt {{total}} {{plural:file(total)}}. Minst {{min}} {{plural:file(min)}} kreves.",
|
|
125
|
-
"files-count-limit-error-too-many": "Du har valgt for mange filer. Maksimum {{max}} {{plural:file(max)}} er tillatt.",
|
|
126
|
-
"files-max-size-limit-error": "Filen er for stor. Maks filst\xF8rrelse er {{maxFileSize}}.",
|
|
127
|
-
"has-validation-errors": "Valideringsfeil har oppst\xE5tt. Vennligst sjekk filene dine f\xF8r opplasting.",
|
|
128
|
-
"images-only-accepted": "Kun bildefiler er akseptert.",
|
|
129
|
-
"file-type-not-allowed": "Opplasting av disse filtypene er ikke tillatt.",
|
|
130
|
-
"some-files-were-not-uploaded": "Noen filer ble ikke lastet opp.",
|
|
131
|
-
"file-item-edit-button": "Rediger",
|
|
132
|
-
"file-item-remove-button": "Fjern",
|
|
133
|
-
"a11y-activity-header-button-close": "Lukk",
|
|
134
|
-
"a11y-editor-tab-filters": "Filtre",
|
|
135
|
-
"a11y-editor-tab-tuning": "Innstillinger",
|
|
136
|
-
"a11y-editor-tab-crop": "Beskj\xE6r",
|
|
137
|
-
flip: "Vend",
|
|
138
|
-
mirror: "Speil",
|
|
139
|
-
"a11y-cloud-editor-apply-filter": "Bruk filter {{name}}",
|
|
140
|
-
"a11y-cloud-editor-apply-crop": "Bruk operasjon {{name}}",
|
|
141
|
-
"a11y-cloud-editor-apply-tuning": "Bruk innstilling {{name}}",
|
|
142
|
-
finished: "Fullf\xF8rt",
|
|
143
|
-
failed: "Mislyktes",
|
|
144
|
-
uploading: "Laster opp",
|
|
145
|
-
idle: "Inaktiv",
|
|
146
|
-
"a11y-file-item-status": "Fil {{fileName}} i status {{status}}",
|
|
147
|
-
"select-all": "Velg alle",
|
|
148
|
-
"deselect-all": "Fjern alle",
|
|
149
|
-
"waiting-for": "Venter p\xE5 {{source}}",
|
|
150
|
-
"queued-uploading": "I k\xF8 for opplasting",
|
|
151
|
-
"queued-validation": "I k\xF8 for validering",
|
|
152
|
-
validation: "Validerer",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Bruk handling {{name}} {{value}}",
|
|
154
|
-
"crop-to-shape": "Beskj\xE6r til {{value}}",
|
|
155
|
-
custom: "Fri form",
|
|
156
|
-
"freeform-crop": "Fri beskj\xE6ring"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
nb_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"nb","social-source-lang":"nb","upload-file":"Last opp fil","upload-files":"Last opp filer","choose-file":"Velg fil","choose-files":"Velg filer","drop-files-here":"Slipp filer her","select-file-source":"Velg filkilde",selected:"Valgt",upload:"Last opp","add-more":"Legg til flere",cancel:"Avbryt","start-from-cancel":"Avbryt",clear:"T\xF8m","camera-shot":"Ta bilde","upload-url":"Importer","upload-url-placeholder":"Lim inn lenke her","edit-image":"Rediger bilde","edit-detail":"Detaljer",back:"Tilbake",done:"Ferdig",ok:"Ok","remove-from-list":"Fjern",no:"Nei",yes:"Ja","confirm-your-action":"Bekreft handlingen din","are-you-sure":"Er du sikker?","selected-count":"Valgt:","upload-error":"Feil ved opplasting","validation-error":"Valideringsfeil","no-files":"Ingen filer valgt",browse:"Bla gjennom","not-uploaded-yet":"Ikke lastet opp enn\xE5...",file__one:"fil",file__other:"filer",error__one:"feil",error__other:"feil","header-uploading":"Laster opp {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} lastet opp","header-total":"{{count}} {{plural:file(count)}} valgt","src-type-local":"Fra enhet","src-type-from-url":"Fra lenke","src-type-camera":"Kamera","src-type-draw":"Tegn","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":"Annet","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Foto","caption-from-url":"Importer fra lenke","caption-camera":"Kamera","caption-draw":"Tegn","caption-edit-file":"Rediger fil","file-no-name":"Ingen navn...","toggle-fullscreen":"Veksle fullskjerm","toggle-guides":"Veksle guider",rotate:"Roter","flip-vertical":"Vend vertikalt","flip-horizontal":"Vend horisontalt",apply:"Bruk",brightness:"Lysstyrke",contrast:"Kontrast",saturation:"Metning",exposure:"Eksponering",gamma:"Gamma",vibrance:"Fargeintensitet",warmth:"Varme",enhance:"Forbedre",original:"Original",resize:"Endre st\xF8rrelse p\xE5 bilde",crop:"Beskj\xE6r","select-color":"Velg farge",text:"Tekst",draw:"Tegn","cancel-edit":"Avbryt redigering","tab-view":"Forh\xE5ndsvisning","tab-details":"Detaljer","file-name":"Navn","file-size":"St\xF8rrelse","cdn-url":"CDN URL","file-size-unknown":"Ukjent","camera-permissions-denied":"Tilgang til kamera nektet","camera-permissions-prompt":"Vennligst gi tilgang til kameraet","camera-permissions-request":"Be om tilgang","files-count-limit-error-title":"Filtellgrensen overskredet","files-count-limit-error-too-few":"Du har valgt {{total}} {{plural:file(total)}}. Minst {{min}} {{plural:file(min)}} kreves.","files-count-limit-error-too-many":"Du har valgt for mange filer. Maksimum {{max}} {{plural:file(max)}} er tillatt.","files-max-size-limit-error":"Filen er for stor. Maks filst\xF8rrelse er {{maxFileSize}}.","has-validation-errors":"Valideringsfeil har oppst\xE5tt. Vennligst sjekk filene dine f\xF8r opplasting.","images-only-accepted":"Kun bildefiler er akseptert.","file-type-not-allowed":"Opplasting av disse filtypene er ikke tillatt.","some-files-were-not-uploaded":"Noen filer ble ikke lastet opp.","file-item-edit-button":"Rediger","file-item-remove-button":"Fjern","a11y-activity-header-button-close":"Lukk","a11y-editor-tab-filters":"Filtre","a11y-editor-tab-tuning":"Innstillinger","a11y-editor-tab-crop":"Beskj\xE6r",flip:"Vend",mirror:"Speil","a11y-cloud-editor-apply-filter":"Bruk filter {{name}}","a11y-cloud-editor-apply-crop":"Bruk operasjon {{name}}","a11y-cloud-editor-apply-tuning":"Bruk innstilling {{name}}",finished:"Fullf\xF8rt",failed:"Mislyktes",uploading:"Laster opp",idle:"Inaktiv","a11y-file-item-status":"Fil {{fileName}} i status {{status}}","select-all":"Velg alle","deselect-all":"Fjern alle","waiting-for":"Venter p\xE5 {{source}}","queued-uploading":"I k\xF8 for opplasting","queued-validation":"I k\xF8 for validering",validation:"Validerer","a11y-cloud-editor-apply-aspect-ratio":"Bruk handling {{name}} {{value}}","crop-to-shape":"Beskj\xE6r til {{value}}",custom:"Fri form","freeform-crop":"Fri beskj\xE6ring"};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.26.1 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2026-01-29T13:51:28.487Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/nl.js
|
|
28
|
-
var nl_default = {
|
|
29
|
-
"locale-id": "nl",
|
|
30
|
-
"social-source-lang": "nl",
|
|
31
|
-
"upload-file": "Bestand uploaden",
|
|
32
|
-
"upload-files": "Bestanden uploaden",
|
|
33
|
-
"choose-file": "Kies bestand",
|
|
34
|
-
"choose-files": "Kies bestanden",
|
|
35
|
-
"drop-files-here": "Bestanden hier neerzetten",
|
|
36
|
-
"select-file-source": "Selecteer bestandsbron",
|
|
37
|
-
selected: "Geselecteerd",
|
|
38
|
-
upload: "Uploaden",
|
|
39
|
-
"add-more": "Meer toevoegen",
|
|
40
|
-
cancel: "Annuleren",
|
|
41
|
-
"start-from-cancel": "Annuleren",
|
|
42
|
-
clear: "Wissen",
|
|
43
|
-
"camera-shot": "Foto maken",
|
|
44
|
-
"upload-url": "Importeren",
|
|
45
|
-
"upload-url-placeholder": "Plak hier de link",
|
|
46
|
-
"edit-image": "Afbeelding bewerken",
|
|
47
|
-
"edit-detail": "Details bewerken",
|
|
48
|
-
back: "Terug",
|
|
49
|
-
done: "Gedaan",
|
|
50
|
-
ok: "Ok",
|
|
51
|
-
"remove-from-list": "Verwijderen",
|
|
52
|
-
no: "Nee",
|
|
53
|
-
yes: "Ja",
|
|
54
|
-
"confirm-your-action": "Bevestig je actie",
|
|
55
|
-
"are-you-sure": "Weet je het zeker?",
|
|
56
|
-
"selected-count": "Geselecteerd:",
|
|
57
|
-
"upload-error": "Uploadfout",
|
|
58
|
-
"validation-error": "Validatiefout",
|
|
59
|
-
"no-files": "Geen bestanden geselecteerd",
|
|
60
|
-
browse: "Bladeren",
|
|
61
|
-
"not-uploaded-yet": "Nog niet ge\xFCpload...",
|
|
62
|
-
file__one: "bestand",
|
|
63
|
-
file__other: "bestanden",
|
|
64
|
-
error__one: "fout",
|
|
65
|
-
error__other: "fouten",
|
|
66
|
-
"header-uploading": "Uploaden van {{count}} {{plural:file(count)}}",
|
|
67
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
68
|
-
"header-succeed": "{{count}} {{plural:file(count)}} ge\xFCpload",
|
|
69
|
-
"header-total": "{{count}} {{plural:file(count)}} geselecteerd",
|
|
70
|
-
"src-type-local": "Van apparaat",
|
|
71
|
-
"src-type-from-url": "Van link",
|
|
72
|
-
"src-type-camera": "Camera",
|
|
73
|
-
"src-type-draw": "Tekenen",
|
|
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": "Andere",
|
|
86
|
-
"src-type-mobile-video-camera": "Video",
|
|
87
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
88
|
-
"caption-from-url": "Importeren van link",
|
|
89
|
-
"caption-camera": "Camera",
|
|
90
|
-
"caption-draw": "Tekenen",
|
|
91
|
-
"caption-edit-file": "Bestand bewerken",
|
|
92
|
-
"file-no-name": "Geen naam...",
|
|
93
|
-
"toggle-fullscreen": "Volledig scherm wisselen",
|
|
94
|
-
"toggle-guides": "Richtlijnen wisselen",
|
|
95
|
-
rotate: "Roteren",
|
|
96
|
-
"flip-vertical": "Verticaal spiegelen",
|
|
97
|
-
"flip-horizontal": "Horizontaal spiegelen",
|
|
98
|
-
apply: "Toepassen",
|
|
99
|
-
brightness: "Helderheid",
|
|
100
|
-
contrast: "Contrast",
|
|
101
|
-
saturation: "Verzadiging",
|
|
102
|
-
exposure: "Belichting",
|
|
103
|
-
gamma: "Gamma",
|
|
104
|
-
vibrance: "Levendigheid",
|
|
105
|
-
warmth: "Warmte",
|
|
106
|
-
enhance: "Verbeteren",
|
|
107
|
-
original: "Origineel",
|
|
108
|
-
resize: "Afbeelding schalen",
|
|
109
|
-
crop: "Bijsnijden",
|
|
110
|
-
"select-color": "Kleur selecteren",
|
|
111
|
-
text: "Tekst",
|
|
112
|
-
draw: "Tekenen",
|
|
113
|
-
"cancel-edit": "Bewerken annuleren",
|
|
114
|
-
"tab-view": "Voorbeeld",
|
|
115
|
-
"tab-details": "Details",
|
|
116
|
-
"file-name": "Naam",
|
|
117
|
-
"file-size": "Grootte",
|
|
118
|
-
"cdn-url": "CDN URL",
|
|
119
|
-
"file-size-unknown": "Onbekend",
|
|
120
|
-
"camera-permissions-denied": "Toegang tot de camera geweigerd",
|
|
121
|
-
"camera-permissions-prompt": "Geef toegang tot de camera alstublieft",
|
|
122
|
-
"camera-permissions-request": "Toegang aanvragen",
|
|
123
|
-
"files-count-limit-error-title": "Bestandslimiet overschreden",
|
|
124
|
-
"files-count-limit-error-too-few": "U heeft {{total}} {{plural:file(total)}} gekozen. Minimaal {{min}} {{plural:file(min)}} vereist.",
|
|
125
|
-
"files-count-limit-error-too-many": "U heeft te veel bestanden gekozen. Maximaal {{max}} {{plural:file(max)}} toegestaan.",
|
|
126
|
-
"files-max-size-limit-error": "Bestand is te groot. Max bestandsgrootte is {{maxFileSize}}.",
|
|
127
|
-
"has-validation-errors": "Er is een validatiefout opgetreden. Controleer uw bestanden voor het uploaden.",
|
|
128
|
-
"images-only-accepted": "Alleen afbeeldingsbestanden worden geaccepteerd.",
|
|
129
|
-
"file-type-not-allowed": "Dit bestandstype is niet toegestaan.",
|
|
130
|
-
"some-files-were-not-uploaded": "Sommige bestanden zijn niet ge\xFCpload.",
|
|
131
|
-
"file-item-edit-button": "Bewerken",
|
|
132
|
-
"file-item-remove-button": "Verwijderen",
|
|
133
|
-
"a11y-activity-header-button-close": "Sluiten",
|
|
134
|
-
"a11y-editor-tab-filters": "Filters",
|
|
135
|
-
"a11y-editor-tab-tuning": "Afstemming",
|
|
136
|
-
"a11y-editor-tab-crop": "Bijsnijden",
|
|
137
|
-
flip: "Omdraaien",
|
|
138
|
-
mirror: "Spiegel",
|
|
139
|
-
"a11y-cloud-editor-apply-filter": "{{name}} filter toepassen",
|
|
140
|
-
"a11y-cloud-editor-apply-crop": "{{name}} operatie toepassen",
|
|
141
|
-
"a11y-cloud-editor-apply-tuning": "{{name}} afstemming toepassen",
|
|
142
|
-
finished: "Voltooid",
|
|
143
|
-
failed: "Mislukt",
|
|
144
|
-
uploading: "Uploaden",
|
|
145
|
-
idle: "Inactief",
|
|
146
|
-
"a11y-file-item-status": "Bestand {{fileName}} in status {{status}}",
|
|
147
|
-
"select-all": "Selecteer alles",
|
|
148
|
-
"deselect-all": "Deselecteer alles",
|
|
149
|
-
"waiting-for": "Wachten op {{source}}",
|
|
150
|
-
"queued-uploading": "In de wachtrij voor upload",
|
|
151
|
-
"queued-validation": "In de wachtrij voor validatie",
|
|
152
|
-
validation: "Bezig met valideren",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Bewerking {{name}} {{value}} toepassen",
|
|
154
|
-
"crop-to-shape": "Bijsnijden naar {{value}}",
|
|
155
|
-
custom: "Vrije vorm",
|
|
156
|
-
"freeform-crop": "Vrije uitsnijding"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
nl_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"nl","social-source-lang":"nl","upload-file":"Bestand uploaden","upload-files":"Bestanden uploaden","choose-file":"Kies bestand","choose-files":"Kies bestanden","drop-files-here":"Bestanden hier neerzetten","select-file-source":"Selecteer bestandsbron",selected:"Geselecteerd",upload:"Uploaden","add-more":"Meer toevoegen",cancel:"Annuleren","start-from-cancel":"Annuleren",clear:"Wissen","camera-shot":"Foto maken","upload-url":"Importeren","upload-url-placeholder":"Plak hier de link","edit-image":"Afbeelding bewerken","edit-detail":"Details bewerken",back:"Terug",done:"Gedaan",ok:"Ok","remove-from-list":"Verwijderen",no:"Nee",yes:"Ja","confirm-your-action":"Bevestig je actie","are-you-sure":"Weet je het zeker?","selected-count":"Geselecteerd:","upload-error":"Uploadfout","validation-error":"Validatiefout","no-files":"Geen bestanden geselecteerd",browse:"Bladeren","not-uploaded-yet":"Nog niet ge\xFCpload...",file__one:"bestand",file__other:"bestanden",error__one:"fout",error__other:"fouten","header-uploading":"Uploaden van {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} ge\xFCpload","header-total":"{{count}} {{plural:file(count)}} geselecteerd","src-type-local":"Van apparaat","src-type-from-url":"Van link","src-type-camera":"Camera","src-type-draw":"Tekenen","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":"Importeren van link","caption-camera":"Camera","caption-draw":"Tekenen","caption-edit-file":"Bestand bewerken","file-no-name":"Geen naam...","toggle-fullscreen":"Volledig scherm wisselen","toggle-guides":"Richtlijnen wisselen",rotate:"Roteren","flip-vertical":"Verticaal spiegelen","flip-horizontal":"Horizontaal spiegelen",apply:"Toepassen",brightness:"Helderheid",contrast:"Contrast",saturation:"Verzadiging",exposure:"Belichting",gamma:"Gamma",vibrance:"Levendigheid",warmth:"Warmte",enhance:"Verbeteren",original:"Origineel",resize:"Afbeelding schalen",crop:"Bijsnijden","select-color":"Kleur selecteren",text:"Tekst",draw:"Tekenen","cancel-edit":"Bewerken annuleren","tab-view":"Voorbeeld","tab-details":"Details","file-name":"Naam","file-size":"Grootte","cdn-url":"CDN URL","file-size-unknown":"Onbekend","camera-permissions-denied":"Toegang tot de camera geweigerd","camera-permissions-prompt":"Geef toegang tot de camera alstublieft","camera-permissions-request":"Toegang aanvragen","files-count-limit-error-title":"Bestandslimiet overschreden","files-count-limit-error-too-few":"U heeft {{total}} {{plural:file(total)}} gekozen. Minimaal {{min}} {{plural:file(min)}} vereist.","files-count-limit-error-too-many":"U heeft te veel bestanden gekozen. Maximaal {{max}} {{plural:file(max)}} toegestaan.","files-max-size-limit-error":"Bestand is te groot. Max bestandsgrootte is {{maxFileSize}}.","has-validation-errors":"Er is een validatiefout opgetreden. Controleer uw bestanden voor het uploaden.","images-only-accepted":"Alleen afbeeldingsbestanden worden geaccepteerd.","file-type-not-allowed":"Dit bestandstype is niet toegestaan.","some-files-were-not-uploaded":"Sommige bestanden zijn niet ge\xFCpload.","file-item-edit-button":"Bewerken","file-item-remove-button":"Verwijderen","a11y-activity-header-button-close":"Sluiten","a11y-editor-tab-filters":"Filters","a11y-editor-tab-tuning":"Afstemming","a11y-editor-tab-crop":"Bijsnijden",flip:"Omdraaien",mirror:"Spiegel","a11y-cloud-editor-apply-filter":"{{name}} filter toepassen","a11y-cloud-editor-apply-crop":"{{name}} operatie toepassen","a11y-cloud-editor-apply-tuning":"{{name}} afstemming toepassen",finished:"Voltooid",failed:"Mislukt",uploading:"Uploaden",idle:"Inactief","a11y-file-item-status":"Bestand {{fileName}} in status {{status}}","select-all":"Selecteer alles","deselect-all":"Deselecteer alles","waiting-for":"Wachten op {{source}}","queued-uploading":"In de wachtrij voor upload","queued-validation":"In de wachtrij voor validatie",validation:"Bezig met valideren","a11y-cloud-editor-apply-aspect-ratio":"Bewerking {{name}} {{value}} toepassen","crop-to-shape":"Bijsnijden naar {{value}}",custom:"Vrije vorm","freeform-crop":"Vrije uitsnijding"};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.26.1 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2026-01-29T13:51:28.487Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/pl.js
|
|
28
|
-
var pl_default = {
|
|
29
|
-
"locale-id": "pl",
|
|
30
|
-
"social-source-lang": "pl",
|
|
31
|
-
"upload-file": "Prze\u015Blij plik",
|
|
32
|
-
"upload-files": "Prze\u015Blij pliki",
|
|
33
|
-
"choose-file": "Wybierz plik",
|
|
34
|
-
"choose-files": "Wybierz pliki",
|
|
35
|
-
"drop-files-here": "Upu\u015B\u0107 pliki tutaj",
|
|
36
|
-
"select-file-source": "Wybierz \u017Ar\xF3d\u0142o pliku",
|
|
37
|
-
selected: "Wybrane",
|
|
38
|
-
upload: "Prze\u015Blij",
|
|
39
|
-
"add-more": "Dodaj wi\u0119cej",
|
|
40
|
-
cancel: "Anuluj",
|
|
41
|
-
"start-from-cancel": "Anuluj",
|
|
42
|
-
clear: "Wyczy\u015B\u0107",
|
|
43
|
-
"camera-shot": "Zdj\u0119cie",
|
|
44
|
-
"upload-url": "Importuj",
|
|
45
|
-
"upload-url-placeholder": "Wklej link tutaj",
|
|
46
|
-
"edit-image": "Edytuj obraz",
|
|
47
|
-
"edit-detail": "Szczeg\xF3\u0142y",
|
|
48
|
-
back: "Wstecz",
|
|
49
|
-
done: "Gotowe",
|
|
50
|
-
ok: "Ok",
|
|
51
|
-
"remove-from-list": "Usu\u0144",
|
|
52
|
-
no: "Nie",
|
|
53
|
-
yes: "Tak",
|
|
54
|
-
"confirm-your-action": "Potwierd\u017A swoj\u0105 akcj\u0119",
|
|
55
|
-
"are-you-sure": "Jeste\u015B pewny?",
|
|
56
|
-
"selected-count": "Wybrano:",
|
|
57
|
-
"upload-error": "B\u0142\u0105d przesy\u0142ania",
|
|
58
|
-
"validation-error": "B\u0142\u0105d walidacji",
|
|
59
|
-
"no-files": "Nie wybrano plik\xF3w",
|
|
60
|
-
browse: "Przegl\u0105daj",
|
|
61
|
-
"not-uploaded-yet": "Jeszcze nie przes\u0142ano...",
|
|
62
|
-
file__one: "plik",
|
|
63
|
-
file__few: "pliki",
|
|
64
|
-
file__many: "plik\xF3w",
|
|
65
|
-
file__other: "plik\xF3w",
|
|
66
|
-
error__one: "b\u0142\u0105d",
|
|
67
|
-
error__few: "b\u0142\u0119dy",
|
|
68
|
-
error__many: "b\u0142\u0119d\xF3w",
|
|
69
|
-
error__other: "b\u0142\u0119d\xF3w",
|
|
70
|
-
"header-uploading": "Przesy\u0142anie {{count}} {{plural:file(count)}}",
|
|
71
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
72
|
-
"header-succeed": "{{count}} {{plural:file(count)}} przes\u0142ane",
|
|
73
|
-
"header-total": "{{count}} {{plural:file(count)}} wybrane",
|
|
74
|
-
"src-type-local": "Z urz\u0105dzenia",
|
|
75
|
-
"src-type-from-url": "Z linku",
|
|
76
|
-
"src-type-camera": "Aparat",
|
|
77
|
-
"src-type-draw": "Rysuj",
|
|
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": "Inne",
|
|
90
|
-
"src-type-mobile-video-camera": "Wideo",
|
|
91
|
-
"src-type-mobile-photo-camera": "Zdj\u0119cie",
|
|
92
|
-
"caption-from-url": "Import z linku",
|
|
93
|
-
"caption-camera": "Aparat",
|
|
94
|
-
"caption-draw": "Rysuj",
|
|
95
|
-
"caption-edit-file": "Edytuj plik",
|
|
96
|
-
"file-no-name": "Bez nazwy...",
|
|
97
|
-
"toggle-fullscreen": "Pe\u0142ny ekran",
|
|
98
|
-
"toggle-guides": "Prze\u0142\u0105cz przewodniki",
|
|
99
|
-
rotate: "Obr\xF3\u0107",
|
|
100
|
-
"flip-vertical": "Odwr\xF3\u0107 w pionie",
|
|
101
|
-
"flip-horizontal": "Odwr\xF3\u0107 w poziomie",
|
|
102
|
-
apply: "Zastosuj",
|
|
103
|
-
brightness: "Jasno\u015B\u0107",
|
|
104
|
-
contrast: "Kontrast",
|
|
105
|
-
saturation: "Nasycenie",
|
|
106
|
-
exposure: "Ekspozycja",
|
|
107
|
-
gamma: "Gamma",
|
|
108
|
-
vibrance: "Wibracja",
|
|
109
|
-
warmth: "Ciep\u0142o",
|
|
110
|
-
enhance: "Popraw",
|
|
111
|
-
original: "Oryginalny",
|
|
112
|
-
resize: "Zmie\u0144 rozmiar obrazu",
|
|
113
|
-
crop: "Przytnij",
|
|
114
|
-
"select-color": "Wybierz kolor",
|
|
115
|
-
text: "Tekst",
|
|
116
|
-
draw: "Rysuj",
|
|
117
|
-
"cancel-edit": "Anuluj edycj\u0119",
|
|
118
|
-
"tab-view": "Podgl\u0105d",
|
|
119
|
-
"tab-details": "Szczeg\xF3\u0142y",
|
|
120
|
-
"file-name": "Nazwa",
|
|
121
|
-
"file-size": "Rozmiar",
|
|
122
|
-
"cdn-url": "URL CDN",
|
|
123
|
-
"file-size-unknown": "Nieznany",
|
|
124
|
-
"camera-permissions-denied": "Dost\u0119p do kamery zosta\u0142 zabroniony",
|
|
125
|
-
"camera-permissions-prompt": "Prosz\u0119 zezwoli\u0107 na dost\u0119p do kamery",
|
|
126
|
-
"camera-permissions-request": "Za\u017C\u0105daj dost\u0119pu",
|
|
127
|
-
"files-count-limit-error-title": "Przekroczono limit liczby plik\xF3w",
|
|
128
|
-
"files-count-limit-error-too-few": "Wybra\u0142e\u015B {{total}} {{plural:file(total)}}. Wymagane jest co najmniej {{min}} {{plural:file(min)}}.",
|
|
129
|
-
"files-count-limit-error-too-many": "Wybra\u0142e\u015B za du\u017Co plik\xF3w. Maksymalnie {{max}} {{plural:file(max)}}.",
|
|
130
|
-
"files-max-size-limit-error": "Plik jest za du\u017Cy. Maksymalny rozmiar pliku to {{maxFileSize}}.",
|
|
131
|
-
"has-validation-errors": "Wyst\u0105pi\u0142 b\u0142\u0105d walidacji pliku. Prosz\u0119, sprawd\u017A swoje pliki przed przes\u0142aniem.",
|
|
132
|
-
"images-only-accepted": "Akceptowane s\u0105 tylko pliki obraz\xF3w.",
|
|
133
|
-
"file-type-not-allowed": "Przesy\u0142anie tego typu plik\xF3w jest niedozwolone.",
|
|
134
|
-
"some-files-were-not-uploaded": "Niekt\xF3re pliki nie zosta\u0142y przes\u0142ane.",
|
|
135
|
-
"file-item-edit-button": "Edytuj",
|
|
136
|
-
"file-item-remove-button": "Usu\u0144",
|
|
137
|
-
"a11y-activity-header-button-close": "Zamknij",
|
|
138
|
-
"a11y-editor-tab-filters": "Filtry",
|
|
139
|
-
"a11y-editor-tab-tuning": "Dostrajanie",
|
|
140
|
-
"a11y-editor-tab-crop": "Przytnij",
|
|
141
|
-
flip: "Obr\xF3\u0107",
|
|
142
|
-
mirror: "Lustro",
|
|
143
|
-
"a11y-cloud-editor-apply-filter": "Zastosuj filtr {{name}}",
|
|
144
|
-
"a11y-cloud-editor-apply-crop": "Zastosuj operacj\u0119 {{name}}",
|
|
145
|
-
"a11y-cloud-editor-apply-tuning": "Zastosuj dostrajanie {{name}}",
|
|
146
|
-
finished: "Zako\u0144czono",
|
|
147
|
-
failed: "Nie powiod\u0142o si\u0119",
|
|
148
|
-
uploading: "Przesy\u0142anie",
|
|
149
|
-
idle: "Bezczynny",
|
|
150
|
-
"a11y-file-item-status": "Plik {{fileName}} ma status {{status}}",
|
|
151
|
-
"select-all": "Zaznacz wszystko",
|
|
152
|
-
"deselect-all": "Odznacz wszystko",
|
|
153
|
-
"waiting-for": "Oczekiwanie na {{source}}",
|
|
154
|
-
"queued-uploading": "W kolejce do przes\u0142ania",
|
|
155
|
-
"queued-validation": "W kolejce do walidacji",
|
|
156
|
-
validation: "Walidacja w toku",
|
|
157
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Zastosuj operacj\u0119 {{name}} {{value}}",
|
|
158
|
-
"crop-to-shape": "Przytnij do {{value}}",
|
|
159
|
-
custom: "Forma swobodna",
|
|
160
|
-
"freeform-crop": "Swobodne kadrowanie"
|
|
161
|
-
};
|
|
162
|
-
export {
|
|
163
|
-
pl_default as default
|
|
164
|
-
};
|
|
7
|
+
var e={"locale-id":"pl","social-source-lang":"pl","upload-file":"Prze\u015Blij plik","upload-files":"Prze\u015Blij pliki","choose-file":"Wybierz plik","choose-files":"Wybierz pliki","drop-files-here":"Upu\u015B\u0107 pliki tutaj","select-file-source":"Wybierz \u017Ar\xF3d\u0142o pliku",selected:"Wybrane",upload:"Prze\u015Blij","add-more":"Dodaj wi\u0119cej",cancel:"Anuluj","start-from-cancel":"Anuluj",clear:"Wyczy\u015B\u0107","camera-shot":"Zdj\u0119cie","upload-url":"Importuj","upload-url-placeholder":"Wklej link tutaj","edit-image":"Edytuj obraz","edit-detail":"Szczeg\xF3\u0142y",back:"Wstecz",done:"Gotowe",ok:"Ok","remove-from-list":"Usu\u0144",no:"Nie",yes:"Tak","confirm-your-action":"Potwierd\u017A swoj\u0105 akcj\u0119","are-you-sure":"Jeste\u015B pewny?","selected-count":"Wybrano:","upload-error":"B\u0142\u0105d przesy\u0142ania","validation-error":"B\u0142\u0105d walidacji","no-files":"Nie wybrano plik\xF3w",browse:"Przegl\u0105daj","not-uploaded-yet":"Jeszcze nie przes\u0142ano...",file__one:"plik",file__few:"pliki",file__many:"plik\xF3w",file__other:"plik\xF3w",error__one:"b\u0142\u0105d",error__few:"b\u0142\u0119dy",error__many:"b\u0142\u0119d\xF3w",error__other:"b\u0142\u0119d\xF3w","header-uploading":"Przesy\u0142anie {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} przes\u0142ane","header-total":"{{count}} {{plural:file(count)}} wybrane","src-type-local":"Z urz\u0105dzenia","src-type-from-url":"Z linku","src-type-camera":"Aparat","src-type-draw":"Rysuj","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":"Inne","src-type-mobile-video-camera":"Wideo","src-type-mobile-photo-camera":"Zdj\u0119cie","caption-from-url":"Import z linku","caption-camera":"Aparat","caption-draw":"Rysuj","caption-edit-file":"Edytuj plik","file-no-name":"Bez nazwy...","toggle-fullscreen":"Pe\u0142ny ekran","toggle-guides":"Prze\u0142\u0105cz przewodniki",rotate:"Obr\xF3\u0107","flip-vertical":"Odwr\xF3\u0107 w pionie","flip-horizontal":"Odwr\xF3\u0107 w poziomie",apply:"Zastosuj",brightness:"Jasno\u015B\u0107",contrast:"Kontrast",saturation:"Nasycenie",exposure:"Ekspozycja",gamma:"Gamma",vibrance:"Wibracja",warmth:"Ciep\u0142o",enhance:"Popraw",original:"Oryginalny",resize:"Zmie\u0144 rozmiar obrazu",crop:"Przytnij","select-color":"Wybierz kolor",text:"Tekst",draw:"Rysuj","cancel-edit":"Anuluj edycj\u0119","tab-view":"Podgl\u0105d","tab-details":"Szczeg\xF3\u0142y","file-name":"Nazwa","file-size":"Rozmiar","cdn-url":"URL CDN","file-size-unknown":"Nieznany","camera-permissions-denied":"Dost\u0119p do kamery zosta\u0142 zabroniony","camera-permissions-prompt":"Prosz\u0119 zezwoli\u0107 na dost\u0119p do kamery","camera-permissions-request":"Za\u017C\u0105daj dost\u0119pu","files-count-limit-error-title":"Przekroczono limit liczby plik\xF3w","files-count-limit-error-too-few":"Wybra\u0142e\u015B {{total}} {{plural:file(total)}}. Wymagane jest co najmniej {{min}} {{plural:file(min)}}.","files-count-limit-error-too-many":"Wybra\u0142e\u015B za du\u017Co plik\xF3w. Maksymalnie {{max}} {{plural:file(max)}}.","files-max-size-limit-error":"Plik jest za du\u017Cy. Maksymalny rozmiar pliku to {{maxFileSize}}.","has-validation-errors":"Wyst\u0105pi\u0142 b\u0142\u0105d walidacji pliku. Prosz\u0119, sprawd\u017A swoje pliki przed przes\u0142aniem.","images-only-accepted":"Akceptowane s\u0105 tylko pliki obraz\xF3w.","file-type-not-allowed":"Przesy\u0142anie tego typu plik\xF3w jest niedozwolone.","some-files-were-not-uploaded":"Niekt\xF3re pliki nie zosta\u0142y przes\u0142ane.","file-item-edit-button":"Edytuj","file-item-remove-button":"Usu\u0144","a11y-activity-header-button-close":"Zamknij","a11y-editor-tab-filters":"Filtry","a11y-editor-tab-tuning":"Dostrajanie","a11y-editor-tab-crop":"Przytnij",flip:"Obr\xF3\u0107",mirror:"Lustro","a11y-cloud-editor-apply-filter":"Zastosuj filtr {{name}}","a11y-cloud-editor-apply-crop":"Zastosuj operacj\u0119 {{name}}","a11y-cloud-editor-apply-tuning":"Zastosuj dostrajanie {{name}}",finished:"Zako\u0144czono",failed:"Nie powiod\u0142o si\u0119",uploading:"Przesy\u0142anie",idle:"Bezczynny","a11y-file-item-status":"Plik {{fileName}} ma status {{status}}","select-all":"Zaznacz wszystko","deselect-all":"Odznacz wszystko","waiting-for":"Oczekiwanie na {{source}}","queued-uploading":"W kolejce do przes\u0142ania","queued-validation":"W kolejce do walidacji",validation:"Walidacja w toku","a11y-cloud-editor-apply-aspect-ratio":"Zastosuj operacj\u0119 {{name}} {{value}}","crop-to-shape":"Przytnij do {{value}}",custom:"Forma swobodna","freeform-crop":"Swobodne kadrowanie"};export{e as default};
|