@uploadcare/file-uploader 1.25.0 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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.0 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2026-01-27T15:05:08.073Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/et.js
|
|
28
|
-
var et_default = {
|
|
29
|
-
"locale-id": "et",
|
|
30
|
-
"social-source-lang": "et",
|
|
31
|
-
"upload-file": "Lae fail \xFCles",
|
|
32
|
-
"upload-files": "Lae failid \xFCles",
|
|
33
|
-
"choose-file": "Vali fail",
|
|
34
|
-
"choose-files": "Vali failid",
|
|
35
|
-
"drop-files-here": "Lohista failid siia",
|
|
36
|
-
"select-file-source": "Vali faili allikas",
|
|
37
|
-
selected: "Valitud",
|
|
38
|
-
upload: "Lae \xFCles",
|
|
39
|
-
"add-more": "Lisa veel",
|
|
40
|
-
cancel: "T\xFChista",
|
|
41
|
-
"start-from-cancel": "T\xFChista",
|
|
42
|
-
clear: "Puhasta",
|
|
43
|
-
"camera-shot": "V\xF5ta pilt",
|
|
44
|
-
"upload-url": "Impordi",
|
|
45
|
-
"upload-url-placeholder": "Kleebi link siia",
|
|
46
|
-
"edit-image": "Muuda pilti",
|
|
47
|
-
"edit-detail": "Detailid",
|
|
48
|
-
back: "Tagasi",
|
|
49
|
-
done: "Valmis",
|
|
50
|
-
ok: "Ok",
|
|
51
|
-
"remove-from-list": "Eemalda",
|
|
52
|
-
no: "Ei",
|
|
53
|
-
yes: "Jah",
|
|
54
|
-
"confirm-your-action": "Kinnita toiming",
|
|
55
|
-
"are-you-sure": "Oled sa kindel?",
|
|
56
|
-
"selected-count": "Valitud:",
|
|
57
|
-
"select-all": "Vali k\xF5ik",
|
|
58
|
-
"deselect-all": "T\xFChista k\xF5ikide valik",
|
|
59
|
-
"upload-error": "\xDCleslaadimise viga",
|
|
60
|
-
"validation-error": "Valideerimise viga",
|
|
61
|
-
"no-files": "Faile ei ole valitud",
|
|
62
|
-
browse: "Sirvi",
|
|
63
|
-
"not-uploaded-yet": "Ei ole veel \xFCles laaditud...",
|
|
64
|
-
file__one: "fail",
|
|
65
|
-
file__other: "failid",
|
|
66
|
-
error__one: "viga",
|
|
67
|
-
error__other: "vigad",
|
|
68
|
-
"header-uploading": "Laadimine {{count}} {{plural:file(count)}}",
|
|
69
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
70
|
-
"header-succeed": "{{count}} {{plural:file(count)}} \xFCles laaditud",
|
|
71
|
-
"header-total": "{{count}} {{plural:file(count)}} valitud",
|
|
72
|
-
"src-type-local": "Seadmest",
|
|
73
|
-
"src-type-from-url": "Lingist",
|
|
74
|
-
"src-type-camera": "Kaamera",
|
|
75
|
-
"src-type-draw": "Joonista",
|
|
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": "Muu",
|
|
88
|
-
"src-type-mobile-video-camera": "Video",
|
|
89
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
90
|
-
"caption-from-url": "Impordi lingist",
|
|
91
|
-
"caption-camera": "Kaamera",
|
|
92
|
-
"caption-draw": "Joonista",
|
|
93
|
-
"caption-edit-file": "Muuda faili",
|
|
94
|
-
"file-no-name": "Nimetu...",
|
|
95
|
-
"toggle-fullscreen": "L\xFClitu t\xE4isekraanile",
|
|
96
|
-
"toggle-guides": "L\xFClitu juhenditele",
|
|
97
|
-
rotate: "P\xF6\xF6ra",
|
|
98
|
-
"flip-vertical": "P\xF6\xF6ra vertikaalselt",
|
|
99
|
-
"flip-horizontal": "P\xF6\xF6ra horisontaalselt",
|
|
100
|
-
apply: "Rakenda",
|
|
101
|
-
brightness: "Heledus",
|
|
102
|
-
contrast: "Kontrastsus",
|
|
103
|
-
saturation: "K\xFCllastus",
|
|
104
|
-
exposure: "S\xE4ritus",
|
|
105
|
-
gamma: "Gamma",
|
|
106
|
-
vibrance: "Elavus",
|
|
107
|
-
warmth: "Soojus",
|
|
108
|
-
enhance: "T\xE4iusta",
|
|
109
|
-
original: "Originaal",
|
|
110
|
-
resize: "Muuda suurust",
|
|
111
|
-
crop: "K\xE4rbi",
|
|
112
|
-
"select-color": "Vali v\xE4rv",
|
|
113
|
-
text: "Tekst",
|
|
114
|
-
draw: "Joonista",
|
|
115
|
-
"cancel-edit": "T\xFChista muutmine",
|
|
116
|
-
"tab-view": "Eelvaade",
|
|
117
|
-
"tab-details": "Detailid",
|
|
118
|
-
"file-name": "Nimi",
|
|
119
|
-
"file-size": "Suurus",
|
|
120
|
-
"cdn-url": "CDN URL",
|
|
121
|
-
"file-size-unknown": "Tundmatu",
|
|
122
|
-
"camera-permissions-denied": "Kaamera ligip\xE4\xE4s keelatud",
|
|
123
|
-
"camera-permissions-prompt": "Palun luba kaamera ligip\xE4\xE4s",
|
|
124
|
-
"camera-permissions-request": "K\xFCsi ligip\xE4\xE4su",
|
|
125
|
-
"files-count-limit-error-title": "Failide arvu piir \xFCletatud",
|
|
126
|
-
"files-count-limit-error-too-few": "Valisid {{total}} {{plural:file(total)}}. V\xE4hemalt {{min}} {{plural:file(min)}} on n\xF5utud.",
|
|
127
|
-
"files-count-limit-error-too-many": "Valisid liiga palju faile. Maksimaalselt {{max}} {{plural:file(max)}}.",
|
|
128
|
-
"files-max-size-limit-error": "Fail on liiga suur. Maksimaalne faili suurus on {{maxFileSize}}.",
|
|
129
|
-
"has-validation-errors": "Valideerimisvigade ilmnemisel kontrollige oma faile enne \xFCleslaadimist.",
|
|
130
|
-
"images-only-accepted": "Aktsepteeritud on ainult pildifailid.",
|
|
131
|
-
"file-type-not-allowed": "Nende failit\xFC\xFCpide \xFCleslaadimine pole lubatud.",
|
|
132
|
-
"some-files-were-not-uploaded": "M\xF5ned failid ei laetud \xFCles.",
|
|
133
|
-
"file-item-edit-button": "Redigeeri",
|
|
134
|
-
"file-item-remove-button": "Eemalda",
|
|
135
|
-
"a11y-activity-header-button-close": "Sulge",
|
|
136
|
-
"a11y-editor-tab-filters": "Filtrid",
|
|
137
|
-
"a11y-editor-tab-tuning": "H\xE4\xE4lestus",
|
|
138
|
-
"a11y-editor-tab-crop": "K\xE4rbi",
|
|
139
|
-
flip: "P\xF6\xF6ra",
|
|
140
|
-
mirror: "Peegelda",
|
|
141
|
-
"a11y-cloud-editor-apply-filter": "Rakenda filter {{name}}",
|
|
142
|
-
"a11y-cloud-editor-apply-crop": "Rakenda toiming {{name}}",
|
|
143
|
-
"a11y-cloud-editor-apply-tuning": "Rakenda h\xE4\xE4lestus {{name}}",
|
|
144
|
-
finished: "Valmis",
|
|
145
|
-
failed: "Eba\xF5nnestunud",
|
|
146
|
-
uploading: "\xDCleslaadimine",
|
|
147
|
-
idle: "Ootel",
|
|
148
|
-
"a11y-file-item-status": "Fail {{fileName}} on seisundis {{status}}",
|
|
149
|
-
"waiting-for": "Ootel {{source}}",
|
|
150
|
-
"queued-uploading": "J\xE4rjekorras \xFCleslaadimiseks",
|
|
151
|
-
"queued-validation": "J\xE4rjekorras valideerimiseks",
|
|
152
|
-
validation: "Valideerimine k\xE4ib",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Rakenda toiming {{name}} {{value}}",
|
|
154
|
-
"crop-to-shape": "K\xE4rbi suuruseks {{value}}",
|
|
155
|
-
custom: "Vaba vorm",
|
|
156
|
-
"freeform-crop": "Vaba l\xF5ikamine"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
et_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"et","social-source-lang":"et","upload-file":"Lae fail \xFCles","upload-files":"Lae failid \xFCles","choose-file":"Vali fail","choose-files":"Vali failid","drop-files-here":"Lohista failid siia","select-file-source":"Vali faili allikas",selected:"Valitud",upload:"Lae \xFCles","add-more":"Lisa veel",cancel:"T\xFChista","start-from-cancel":"T\xFChista",clear:"Puhasta","camera-shot":"V\xF5ta pilt","upload-url":"Impordi","upload-url-placeholder":"Kleebi link siia","edit-image":"Muuda pilti","edit-detail":"Detailid",back:"Tagasi",done:"Valmis",ok:"Ok","remove-from-list":"Eemalda",no:"Ei",yes:"Jah","confirm-your-action":"Kinnita toiming","are-you-sure":"Oled sa kindel?","selected-count":"Valitud:","select-all":"Vali k\xF5ik","deselect-all":"T\xFChista k\xF5ikide valik","upload-error":"\xDCleslaadimise viga","validation-error":"Valideerimise viga","no-files":"Faile ei ole valitud",browse:"Sirvi","not-uploaded-yet":"Ei ole veel \xFCles laaditud...",file__one:"fail",file__other:"failid",error__one:"viga",error__other:"vigad","header-uploading":"Laadimine {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} \xFCles laaditud","header-total":"{{count}} {{plural:file(count)}} valitud","src-type-local":"Seadmest","src-type-from-url":"Lingist","src-type-camera":"Kaamera","src-type-draw":"Joonista","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":"Muu","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Foto","caption-from-url":"Impordi lingist","caption-camera":"Kaamera","caption-draw":"Joonista","caption-edit-file":"Muuda faili","file-no-name":"Nimetu...","toggle-fullscreen":"L\xFClitu t\xE4isekraanile","toggle-guides":"L\xFClitu juhenditele",rotate:"P\xF6\xF6ra","flip-vertical":"P\xF6\xF6ra vertikaalselt","flip-horizontal":"P\xF6\xF6ra horisontaalselt",apply:"Rakenda",brightness:"Heledus",contrast:"Kontrastsus",saturation:"K\xFCllastus",exposure:"S\xE4ritus",gamma:"Gamma",vibrance:"Elavus",warmth:"Soojus",enhance:"T\xE4iusta",original:"Originaal",resize:"Muuda suurust",crop:"K\xE4rbi","select-color":"Vali v\xE4rv",text:"Tekst",draw:"Joonista","cancel-edit":"T\xFChista muutmine","tab-view":"Eelvaade","tab-details":"Detailid","file-name":"Nimi","file-size":"Suurus","cdn-url":"CDN URL","file-size-unknown":"Tundmatu","camera-permissions-denied":"Kaamera ligip\xE4\xE4s keelatud","camera-permissions-prompt":"Palun luba kaamera ligip\xE4\xE4s","camera-permissions-request":"K\xFCsi ligip\xE4\xE4su","files-count-limit-error-title":"Failide arvu piir \xFCletatud","files-count-limit-error-too-few":"Valisid {{total}} {{plural:file(total)}}. V\xE4hemalt {{min}} {{plural:file(min)}} on n\xF5utud.","files-count-limit-error-too-many":"Valisid liiga palju faile. Maksimaalselt {{max}} {{plural:file(max)}}.","files-max-size-limit-error":"Fail on liiga suur. Maksimaalne faili suurus on {{maxFileSize}}.","has-validation-errors":"Valideerimisvigade ilmnemisel kontrollige oma faile enne \xFCleslaadimist.","images-only-accepted":"Aktsepteeritud on ainult pildifailid.","file-type-not-allowed":"Nende failit\xFC\xFCpide \xFCleslaadimine pole lubatud.","some-files-were-not-uploaded":"M\xF5ned failid ei laetud \xFCles.","file-item-edit-button":"Redigeeri","file-item-remove-button":"Eemalda","a11y-activity-header-button-close":"Sulge","a11y-editor-tab-filters":"Filtrid","a11y-editor-tab-tuning":"H\xE4\xE4lestus","a11y-editor-tab-crop":"K\xE4rbi",flip:"P\xF6\xF6ra",mirror:"Peegelda","a11y-cloud-editor-apply-filter":"Rakenda filter {{name}}","a11y-cloud-editor-apply-crop":"Rakenda toiming {{name}}","a11y-cloud-editor-apply-tuning":"Rakenda h\xE4\xE4lestus {{name}}",finished:"Valmis",failed:"Eba\xF5nnestunud",uploading:"\xDCleslaadimine",idle:"Ootel","a11y-file-item-status":"Fail {{fileName}} on seisundis {{status}}","waiting-for":"Ootel {{source}}","queued-uploading":"J\xE4rjekorras \xFCleslaadimiseks","queued-validation":"J\xE4rjekorras valideerimiseks",validation:"Valideerimine k\xE4ib","a11y-cloud-editor-apply-aspect-ratio":"Rakenda toiming {{name}} {{value}}","crop-to-shape":"K\xE4rbi suuruseks {{value}}",custom:"Vaba vorm","freeform-crop":"Vaba l\xF5ikamine"};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.0 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2026-01-27T15:05:08.073Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/fi.js
|
|
28
|
-
var fi_default = {
|
|
29
|
-
"locale-id": "fi",
|
|
30
|
-
"social-source-lang": "en",
|
|
31
|
-
"upload-file": "Lataa tiedosto",
|
|
32
|
-
"upload-files": "Lataa tiedostoja",
|
|
33
|
-
"choose-file": "Valitse tiedosto",
|
|
34
|
-
"choose-files": "Valitse tiedostoja",
|
|
35
|
-
"drop-files-here": "Raahaa tiedostot t\xE4nne",
|
|
36
|
-
"select-file-source": "Valitse tiedoston l\xE4hde",
|
|
37
|
-
selected: "Valittu",
|
|
38
|
-
upload: "Lataa",
|
|
39
|
-
"add-more": "Lis\xE4\xE4",
|
|
40
|
-
cancel: "Peruuta",
|
|
41
|
-
"start-from-cancel": "Peruuta alkuun",
|
|
42
|
-
clear: "Tyhjenn\xE4",
|
|
43
|
-
"camera-shot": "Kuva",
|
|
44
|
-
"upload-url": "Tuo",
|
|
45
|
-
"upload-url-placeholder": "Liit\xE4 linkki t\xE4h\xE4n",
|
|
46
|
-
"edit-image": "Muokkaa kuvaa",
|
|
47
|
-
"edit-detail": "Lis\xE4tiedot",
|
|
48
|
-
back: "Takaisin",
|
|
49
|
-
done: "Valmis",
|
|
50
|
-
ok: "Ok",
|
|
51
|
-
"remove-from-list": "Poista",
|
|
52
|
-
no: "Ei",
|
|
53
|
-
yes: "Kyll\xE4",
|
|
54
|
-
"confirm-your-action": "Vahvista toimintosi",
|
|
55
|
-
"are-you-sure": "Oletko varma?",
|
|
56
|
-
"selected-count": "Valitut:",
|
|
57
|
-
"upload-error": "Latausvirhe",
|
|
58
|
-
"validation-error": "Validointivirhe",
|
|
59
|
-
"no-files": "Ei tiedostoja valittu",
|
|
60
|
-
browse: "Selaa",
|
|
61
|
-
"not-uploaded-yet": "Ei viel\xE4 ladattu...",
|
|
62
|
-
file__one: "tiedosto",
|
|
63
|
-
file__other: "tiedostot",
|
|
64
|
-
error__one: "virhe",
|
|
65
|
-
error__other: "virheit\xE4",
|
|
66
|
-
"header-uploading": "Ladataan {{count}} {{plural:file(count)}}",
|
|
67
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
68
|
-
"header-succeed": "{{count}} {{plural:file(count)}} ladattu",
|
|
69
|
-
"header-total": "{{count}} {{plural:file(count)}} valittu",
|
|
70
|
-
"src-type-local": "Laiteesta",
|
|
71
|
-
"src-type-from-url": "Linkist\xE4",
|
|
72
|
-
"src-type-camera": "Kamera",
|
|
73
|
-
"src-type-draw": "Piirr\xE4",
|
|
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 Kuvat",
|
|
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": "Muu",
|
|
86
|
-
"src-type-mobile-video-camera": "Video",
|
|
87
|
-
"src-type-mobile-photo-camera": "Valokuva",
|
|
88
|
-
"caption-from-url": "Tuo linkist\xE4",
|
|
89
|
-
"caption-camera": "Kamera",
|
|
90
|
-
"caption-draw": "Piirr\xE4",
|
|
91
|
-
"caption-edit-file": "Muokkaa tiedostoa",
|
|
92
|
-
"file-no-name": "Ei nime\xE4...",
|
|
93
|
-
"toggle-fullscreen": "Vaihda koko n\xE4ytt\xF6\xF6n",
|
|
94
|
-
"toggle-guides": "Opastus",
|
|
95
|
-
rotate: "K\xE4\xE4nn\xE4",
|
|
96
|
-
"flip-vertical": "K\xE4\xE4nn\xE4 pystysuunnassa",
|
|
97
|
-
"flip-horizontal": "K\xE4\xE4nn\xE4 vaakasuunnassa",
|
|
98
|
-
apply: "K\xE4yt\xE4",
|
|
99
|
-
brightness: "Kirkkaus",
|
|
100
|
-
contrast: "Kontrasti",
|
|
101
|
-
saturation: "Saturaatio",
|
|
102
|
-
exposure: "Valotusaika",
|
|
103
|
-
gamma: "Gamma",
|
|
104
|
-
vibrance: "Elinvoima",
|
|
105
|
-
warmth: "L\xE4mp\xF6",
|
|
106
|
-
enhance: "Paranna",
|
|
107
|
-
original: "Alkuper\xE4inen",
|
|
108
|
-
resize: "Muuta kuvan kokoa",
|
|
109
|
-
crop: "Rajaa",
|
|
110
|
-
"select-color": "Valitse v\xE4ri",
|
|
111
|
-
text: "Teksti",
|
|
112
|
-
draw: "Piirr\xE4",
|
|
113
|
-
"cancel-edit": "Peruuta muokkaus",
|
|
114
|
-
"tab-view": "Esikatselu",
|
|
115
|
-
"tab-details": "Lis\xE4tiedot",
|
|
116
|
-
"file-name": "Nimi",
|
|
117
|
-
"file-size": "Koko",
|
|
118
|
-
"cdn-url": "CDN URL",
|
|
119
|
-
"file-size-unknown": "Tuntematon",
|
|
120
|
-
"camera-permissions-denied": "Kameran k\xE4ytt\xF6oikeus ev\xE4tty",
|
|
121
|
-
"camera-permissions-prompt": "Salli kameran k\xE4ytt\xF6",
|
|
122
|
-
"camera-permissions-request": "Pyyd\xE4 k\xE4ytt\xF6oikeutta",
|
|
123
|
-
"files-count-limit-error-title": "Tiedostojen lukum\xE4\xE4r\xE4n ylitys",
|
|
124
|
-
"files-count-limit-error-too-few": "Olet valinnut {{total}} {{plural:file(total)}}. V\xE4hint\xE4\xE4n {{min}} {{plural:file(min)}} vaaditaan.",
|
|
125
|
-
"files-count-limit-error-too-many": "Olet valinnut liian monta tiedostoa. {{max}} {{plural:file(max)}} on enimm\xE4ism\xE4\xE4r\xE4.",
|
|
126
|
-
"files-max-size-limit-error": "Tiedosto on liian suuri. Maksimi tiedostokoko on {{maxFileSize}}.",
|
|
127
|
-
"has-validation-errors": "Tiedostojen validointivirhe. Tarkista tiedostosi ennen latausta.",
|
|
128
|
-
"images-only-accepted": "Vain kuvamuotoiset tiedostot hyv\xE4ksyt\xE4\xE4n.",
|
|
129
|
-
"file-type-not-allowed": "N\xE4iden tiedostotyyppien lataaminen ei ole sallittua.",
|
|
130
|
-
"some-files-were-not-uploaded": "Joitain tiedostoja ei ladattu.",
|
|
131
|
-
"file-item-edit-button": "Muokkaa",
|
|
132
|
-
"file-item-remove-button": "Poista",
|
|
133
|
-
"a11y-editor-tab-filters": "Suodattimet",
|
|
134
|
-
"a11y-editor-tab-tuning": "S\xE4\xE4t\xF6",
|
|
135
|
-
"a11y-editor-tab-crop": "Rajaus",
|
|
136
|
-
"a11y-activity-header-button-close": "Sulje",
|
|
137
|
-
flip: "K\xE4\xE4nn\xE4",
|
|
138
|
-
mirror: "Peilaa",
|
|
139
|
-
"a11y-cloud-editor-apply-filter": "K\xE4yt\xE4 {{name}} suodatin",
|
|
140
|
-
"a11y-cloud-editor-apply-crop": "K\xE4yt\xE4 {{name}} rajaus",
|
|
141
|
-
"a11y-cloud-editor-apply-tuning": "K\xE4yt\xE4 {{name}} s\xE4\xE4t\xF6",
|
|
142
|
-
finished: "Valmis",
|
|
143
|
-
failed: "Ep\xE4onnistui",
|
|
144
|
-
uploading: "Ladataan",
|
|
145
|
-
idle: "Toimeton",
|
|
146
|
-
"a11y-file-item-status": "Tiedosto {{fileName}} tilassa {{status}}",
|
|
147
|
-
"select-all": "Valitse kaikki",
|
|
148
|
-
"deselect-all": "Poista valinnat",
|
|
149
|
-
"waiting-for": "Odotetaan {{source}}",
|
|
150
|
-
"queued-uploading": "Jonossa latausta varten",
|
|
151
|
-
"queued-validation": "Jonossa validointia varten",
|
|
152
|
-
validation: "Validoidaan",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "K\xE4yt\xE4 toimintoa {{name}} {{value}}",
|
|
154
|
-
"crop-to-shape": "Rajaa arvoon {{value}}",
|
|
155
|
-
custom: "Vapaa muoto",
|
|
156
|
-
"freeform-crop": "Vapaa rajaus"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
fi_default as default
|
|
160
|
-
};
|
|
7
|
+
var a={"locale-id":"fi","social-source-lang":"en","upload-file":"Lataa tiedosto","upload-files":"Lataa tiedostoja","choose-file":"Valitse tiedosto","choose-files":"Valitse tiedostoja","drop-files-here":"Raahaa tiedostot t\xE4nne","select-file-source":"Valitse tiedoston l\xE4hde",selected:"Valittu",upload:"Lataa","add-more":"Lis\xE4\xE4",cancel:"Peruuta","start-from-cancel":"Peruuta alkuun",clear:"Tyhjenn\xE4","camera-shot":"Kuva","upload-url":"Tuo","upload-url-placeholder":"Liit\xE4 linkki t\xE4h\xE4n","edit-image":"Muokkaa kuvaa","edit-detail":"Lis\xE4tiedot",back:"Takaisin",done:"Valmis",ok:"Ok","remove-from-list":"Poista",no:"Ei",yes:"Kyll\xE4","confirm-your-action":"Vahvista toimintosi","are-you-sure":"Oletko varma?","selected-count":"Valitut:","upload-error":"Latausvirhe","validation-error":"Validointivirhe","no-files":"Ei tiedostoja valittu",browse:"Selaa","not-uploaded-yet":"Ei viel\xE4 ladattu...",file__one:"tiedosto",file__other:"tiedostot",error__one:"virhe",error__other:"virheit\xE4","header-uploading":"Ladataan {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} ladattu","header-total":"{{count}} {{plural:file(count)}} valittu","src-type-local":"Laiteesta","src-type-from-url":"Linkist\xE4","src-type-camera":"Kamera","src-type-draw":"Piirr\xE4","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Kuvat","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":"Muu","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Valokuva","caption-from-url":"Tuo linkist\xE4","caption-camera":"Kamera","caption-draw":"Piirr\xE4","caption-edit-file":"Muokkaa tiedostoa","file-no-name":"Ei nime\xE4...","toggle-fullscreen":"Vaihda koko n\xE4ytt\xF6\xF6n","toggle-guides":"Opastus",rotate:"K\xE4\xE4nn\xE4","flip-vertical":"K\xE4\xE4nn\xE4 pystysuunnassa","flip-horizontal":"K\xE4\xE4nn\xE4 vaakasuunnassa",apply:"K\xE4yt\xE4",brightness:"Kirkkaus",contrast:"Kontrasti",saturation:"Saturaatio",exposure:"Valotusaika",gamma:"Gamma",vibrance:"Elinvoima",warmth:"L\xE4mp\xF6",enhance:"Paranna",original:"Alkuper\xE4inen",resize:"Muuta kuvan kokoa",crop:"Rajaa","select-color":"Valitse v\xE4ri",text:"Teksti",draw:"Piirr\xE4","cancel-edit":"Peruuta muokkaus","tab-view":"Esikatselu","tab-details":"Lis\xE4tiedot","file-name":"Nimi","file-size":"Koko","cdn-url":"CDN URL","file-size-unknown":"Tuntematon","camera-permissions-denied":"Kameran k\xE4ytt\xF6oikeus ev\xE4tty","camera-permissions-prompt":"Salli kameran k\xE4ytt\xF6","camera-permissions-request":"Pyyd\xE4 k\xE4ytt\xF6oikeutta","files-count-limit-error-title":"Tiedostojen lukum\xE4\xE4r\xE4n ylitys","files-count-limit-error-too-few":"Olet valinnut {{total}} {{plural:file(total)}}. V\xE4hint\xE4\xE4n {{min}} {{plural:file(min)}} vaaditaan.","files-count-limit-error-too-many":"Olet valinnut liian monta tiedostoa. {{max}} {{plural:file(max)}} on enimm\xE4ism\xE4\xE4r\xE4.","files-max-size-limit-error":"Tiedosto on liian suuri. Maksimi tiedostokoko on {{maxFileSize}}.","has-validation-errors":"Tiedostojen validointivirhe. Tarkista tiedostosi ennen latausta.","images-only-accepted":"Vain kuvamuotoiset tiedostot hyv\xE4ksyt\xE4\xE4n.","file-type-not-allowed":"N\xE4iden tiedostotyyppien lataaminen ei ole sallittua.","some-files-were-not-uploaded":"Joitain tiedostoja ei ladattu.","file-item-edit-button":"Muokkaa","file-item-remove-button":"Poista","a11y-editor-tab-filters":"Suodattimet","a11y-editor-tab-tuning":"S\xE4\xE4t\xF6","a11y-editor-tab-crop":"Rajaus","a11y-activity-header-button-close":"Sulje",flip:"K\xE4\xE4nn\xE4",mirror:"Peilaa","a11y-cloud-editor-apply-filter":"K\xE4yt\xE4 {{name}} suodatin","a11y-cloud-editor-apply-crop":"K\xE4yt\xE4 {{name}} rajaus","a11y-cloud-editor-apply-tuning":"K\xE4yt\xE4 {{name}} s\xE4\xE4t\xF6",finished:"Valmis",failed:"Ep\xE4onnistui",uploading:"Ladataan",idle:"Toimeton","a11y-file-item-status":"Tiedosto {{fileName}} tilassa {{status}}","select-all":"Valitse kaikki","deselect-all":"Poista valinnat","waiting-for":"Odotetaan {{source}}","queued-uploading":"Jonossa latausta varten","queued-validation":"Jonossa validointia varten",validation:"Validoidaan","a11y-cloud-editor-apply-aspect-ratio":"K\xE4yt\xE4 toimintoa {{name}} {{value}}","crop-to-shape":"Rajaa arvoon {{value}}",custom:"Vapaa muoto","freeform-crop":"Vapaa rajaus"};export{a as default};
|
|
@@ -1,162 +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.0 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2026-01-27T15:05:08.073Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/fr.js
|
|
28
|
-
var fr_default = {
|
|
29
|
-
"locale-id": "fr",
|
|
30
|
-
"social-source-lang": "fr",
|
|
31
|
-
"upload-file": "T\xE9l\xE9charger un fichier",
|
|
32
|
-
"upload-files": "T\xE9l\xE9charger des fichiers",
|
|
33
|
-
"choose-file": "Choisir un fichier",
|
|
34
|
-
"choose-files": "Choisir des fichiers",
|
|
35
|
-
"drop-files-here": "D\xE9posez les fichiers ici",
|
|
36
|
-
"select-file-source": "S\xE9lectionnez la source du fichier",
|
|
37
|
-
selected: "S\xE9lectionn\xE9",
|
|
38
|
-
upload: "T\xE9l\xE9charger",
|
|
39
|
-
"add-more": "Ajouter plus",
|
|
40
|
-
cancel: "Annuler",
|
|
41
|
-
"start-from-cancel": "Annuler",
|
|
42
|
-
clear: "Effacer",
|
|
43
|
-
"camera-shot": "Prendre une photo",
|
|
44
|
-
"upload-url": "Importer",
|
|
45
|
-
"upload-url-placeholder": "Collez le lien ici",
|
|
46
|
-
"edit-image": "\xC9diter l'image",
|
|
47
|
-
"edit-detail": "D\xE9tails",
|
|
48
|
-
back: "Retour",
|
|
49
|
-
done: "Termin\xE9",
|
|
50
|
-
ok: "Ok",
|
|
51
|
-
"remove-from-list": "Retirer",
|
|
52
|
-
no: "Non",
|
|
53
|
-
yes: "Oui",
|
|
54
|
-
"confirm-your-action": "Confirmez votre action",
|
|
55
|
-
"are-you-sure": "\xCAtes-vous s\xFBr?",
|
|
56
|
-
"selected-count": "S\xE9lectionn\xE9 :",
|
|
57
|
-
"upload-error": "Erreur de t\xE9l\xE9chargement",
|
|
58
|
-
"validation-error": "Erreur de validation",
|
|
59
|
-
"no-files": "Aucun fichier s\xE9lectionn\xE9",
|
|
60
|
-
browse: "Parcourir",
|
|
61
|
-
"not-uploaded-yet": "Pas encore t\xE9l\xE9charg\xE9...",
|
|
62
|
-
file__one: "fichier",
|
|
63
|
-
file__many: "fichiers",
|
|
64
|
-
file__other: "fichiers",
|
|
65
|
-
error__one: "erreur",
|
|
66
|
-
error__many: "erreurs",
|
|
67
|
-
error__other: "erreurs",
|
|
68
|
-
"header-uploading": "T\xE9l\xE9chargement de {{count}} {{plural:file(count)}}",
|
|
69
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
70
|
-
"header-succeed": "{{count}} {{plural:file(count)}} t\xE9l\xE9charg\xE9(s)",
|
|
71
|
-
"header-total": "{{count}} {{plural:file(count)}} s\xE9lectionn\xE9(s)",
|
|
72
|
-
"src-type-local": "Depuis l'appareil",
|
|
73
|
-
"src-type-from-url": "Depuis le lien",
|
|
74
|
-
"src-type-camera": "Appareil photo",
|
|
75
|
-
"src-type-draw": "Dessiner",
|
|
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": "Autre",
|
|
88
|
-
"src-type-mobile-video-camera": "Vid\xE9o",
|
|
89
|
-
"src-type-mobile-photo-camera": "Photo",
|
|
90
|
-
"caption-from-url": "Importer depuis le lien",
|
|
91
|
-
"caption-camera": "Appareil photo",
|
|
92
|
-
"caption-draw": "Dessiner",
|
|
93
|
-
"caption-edit-file": "\xC9diter le fichier",
|
|
94
|
-
"file-no-name": "Sans nom...",
|
|
95
|
-
"toggle-fullscreen": "Basculer en plein \xE9cran",
|
|
96
|
-
"toggle-guides": "Basculer les guides",
|
|
97
|
-
rotate: "Pivoter",
|
|
98
|
-
"flip-vertical": "Retourner verticalement",
|
|
99
|
-
"flip-horizontal": "Retourner horizontalement",
|
|
100
|
-
apply: "Appliquer",
|
|
101
|
-
brightness: "Luminosit\xE9",
|
|
102
|
-
contrast: "Contraste",
|
|
103
|
-
saturation: "Saturation",
|
|
104
|
-
exposure: "Exposition",
|
|
105
|
-
gamma: "Gamma",
|
|
106
|
-
vibrance: "Vibrance",
|
|
107
|
-
warmth: "Chaleur",
|
|
108
|
-
enhance: "Am\xE9liorer",
|
|
109
|
-
original: "Original",
|
|
110
|
-
resize: "Redimensionner l'image",
|
|
111
|
-
crop: "Rogner",
|
|
112
|
-
"select-color": "S\xE9lectionner la couleur",
|
|
113
|
-
text: "Texte",
|
|
114
|
-
draw: "Dessiner",
|
|
115
|
-
"cancel-edit": "Annuler l'\xE9dition",
|
|
116
|
-
"tab-view": "Aper\xE7u",
|
|
117
|
-
"tab-details": "D\xE9tails",
|
|
118
|
-
"file-name": "Nom",
|
|
119
|
-
"file-size": "Taille",
|
|
120
|
-
"cdn-url": "URL CDN",
|
|
121
|
-
"file-size-unknown": "Inconnu",
|
|
122
|
-
"camera-permissions-denied": "Acc\xE8s \xE0 la cam\xE9ra refus\xE9",
|
|
123
|
-
"camera-permissions-prompt": "Veuillez autoriser l'acc\xE8s \xE0 la cam\xE9ra",
|
|
124
|
-
"camera-permissions-request": "Demander l'acc\xE8s",
|
|
125
|
-
"files-count-limit-error-title": "Limite du nombre de fichiers d\xE9pass\xE9e",
|
|
126
|
-
"files-count-limit-error-too-few": "Vous avez choisi {{total}} {{plural:file(total)}}. Au moins {{min}} {{plural:file(min)}} requis.",
|
|
127
|
-
"files-count-limit-error-too-many": "Vous avez choisi trop de fichiers. {{max}} {{plural:file(max)}} maximum.",
|
|
128
|
-
"files-max-size-limit-error": "Le fichier est trop gros. La taille maximale du fichier est de {{maxFileSize}}.",
|
|
129
|
-
"has-validation-errors": "Une erreur de validation de fichier s'est produite. Veuillez v\xE9rifier vos fichiers avant de les t\xE9l\xE9charger.",
|
|
130
|
-
"images-only-accepted": "Seuls les fichiers image sont accept\xE9s.",
|
|
131
|
-
"file-type-not-allowed": "Le t\xE9l\xE9chargement de ces types de fichiers n'est pas autoris\xE9.",
|
|
132
|
-
"some-files-were-not-uploaded": "Certains fichiers n'ont pas \xE9t\xE9 t\xE9l\xE9charg\xE9s.",
|
|
133
|
-
"file-item-edit-button": "Modifier",
|
|
134
|
-
"file-item-remove-button": "Supprimer",
|
|
135
|
-
"a11y-activity-header-button-close": "Fermer",
|
|
136
|
-
"a11y-editor-tab-filters": "Filtres",
|
|
137
|
-
"a11y-editor-tab-tuning": "R\xE9glage",
|
|
138
|
-
"a11y-editor-tab-crop": "Recadrer",
|
|
139
|
-
flip: "Retourner",
|
|
140
|
-
mirror: "Miroir",
|
|
141
|
-
"a11y-cloud-editor-apply-filter": "Appliquer le filtre {{name}}",
|
|
142
|
-
"a11y-cloud-editor-apply-crop": "Appliquer l'op\xE9ration {{name}}",
|
|
143
|
-
"a11y-cloud-editor-apply-tuning": "Appliquer le r\xE9glage {{name}}",
|
|
144
|
-
finished: "Termin\xE9",
|
|
145
|
-
failed: "\xC9chou\xE9",
|
|
146
|
-
uploading: "T\xE9l\xE9chargement",
|
|
147
|
-
idle: "Inactif",
|
|
148
|
-
"a11y-file-item-status": "Le fichier {{fileName}} est en statut {{status}}",
|
|
149
|
-
"select-all": "Tout s\xE9lectionner",
|
|
150
|
-
"deselect-all": "Tout d\xE9s\xE9lectionner",
|
|
151
|
-
"waiting-for": "En attente de {{source}}",
|
|
152
|
-
"queued-uploading": "En file d\u2019attente pour l\u2019envoi",
|
|
153
|
-
"queued-validation": "En file d\u2019attente pour la validation",
|
|
154
|
-
validation: "Validation en cours",
|
|
155
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Appliquer l'op\xE9ration {{name}} {{value}}",
|
|
156
|
-
"crop-to-shape": "Rogner en {{value}}",
|
|
157
|
-
custom: "Forme libre",
|
|
158
|
-
"freeform-crop": "Recadrage libre"
|
|
159
|
-
};
|
|
160
|
-
export {
|
|
161
|
-
fr_default as default
|
|
162
|
-
};
|
|
7
|
+
var e={"locale-id":"fr","social-source-lang":"fr","upload-file":"T\xE9l\xE9charger un fichier","upload-files":"T\xE9l\xE9charger des fichiers","choose-file":"Choisir un fichier","choose-files":"Choisir des fichiers","drop-files-here":"D\xE9posez les fichiers ici","select-file-source":"S\xE9lectionnez la source du fichier",selected:"S\xE9lectionn\xE9",upload:"T\xE9l\xE9charger","add-more":"Ajouter plus",cancel:"Annuler","start-from-cancel":"Annuler",clear:"Effacer","camera-shot":"Prendre une photo","upload-url":"Importer","upload-url-placeholder":"Collez le lien ici","edit-image":"\xC9diter l'image","edit-detail":"D\xE9tails",back:"Retour",done:"Termin\xE9",ok:"Ok","remove-from-list":"Retirer",no:"Non",yes:"Oui","confirm-your-action":"Confirmez votre action","are-you-sure":"\xCAtes-vous s\xFBr?","selected-count":"S\xE9lectionn\xE9 :","upload-error":"Erreur de t\xE9l\xE9chargement","validation-error":"Erreur de validation","no-files":"Aucun fichier s\xE9lectionn\xE9",browse:"Parcourir","not-uploaded-yet":"Pas encore t\xE9l\xE9charg\xE9...",file__one:"fichier",file__many:"fichiers",file__other:"fichiers",error__one:"erreur",error__many:"erreurs",error__other:"erreurs","header-uploading":"T\xE9l\xE9chargement de {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} t\xE9l\xE9charg\xE9(s)","header-total":"{{count}} {{plural:file(count)}} s\xE9lectionn\xE9(s)","src-type-local":"Depuis l'appareil","src-type-from-url":"Depuis le lien","src-type-camera":"Appareil photo","src-type-draw":"Dessiner","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":"Autre","src-type-mobile-video-camera":"Vid\xE9o","src-type-mobile-photo-camera":"Photo","caption-from-url":"Importer depuis le lien","caption-camera":"Appareil photo","caption-draw":"Dessiner","caption-edit-file":"\xC9diter le fichier","file-no-name":"Sans nom...","toggle-fullscreen":"Basculer en plein \xE9cran","toggle-guides":"Basculer les guides",rotate:"Pivoter","flip-vertical":"Retourner verticalement","flip-horizontal":"Retourner horizontalement",apply:"Appliquer",brightness:"Luminosit\xE9",contrast:"Contraste",saturation:"Saturation",exposure:"Exposition",gamma:"Gamma",vibrance:"Vibrance",warmth:"Chaleur",enhance:"Am\xE9liorer",original:"Original",resize:"Redimensionner l'image",crop:"Rogner","select-color":"S\xE9lectionner la couleur",text:"Texte",draw:"Dessiner","cancel-edit":"Annuler l'\xE9dition","tab-view":"Aper\xE7u","tab-details":"D\xE9tails","file-name":"Nom","file-size":"Taille","cdn-url":"URL CDN","file-size-unknown":"Inconnu","camera-permissions-denied":"Acc\xE8s \xE0 la cam\xE9ra refus\xE9","camera-permissions-prompt":"Veuillez autoriser l'acc\xE8s \xE0 la cam\xE9ra","camera-permissions-request":"Demander l'acc\xE8s","files-count-limit-error-title":"Limite du nombre de fichiers d\xE9pass\xE9e","files-count-limit-error-too-few":"Vous avez choisi {{total}} {{plural:file(total)}}. Au moins {{min}} {{plural:file(min)}} requis.","files-count-limit-error-too-many":"Vous avez choisi trop de fichiers. {{max}} {{plural:file(max)}} maximum.","files-max-size-limit-error":"Le fichier est trop gros. La taille maximale du fichier est de {{maxFileSize}}.","has-validation-errors":"Une erreur de validation de fichier s'est produite. Veuillez v\xE9rifier vos fichiers avant de les t\xE9l\xE9charger.","images-only-accepted":"Seuls les fichiers image sont accept\xE9s.","file-type-not-allowed":"Le t\xE9l\xE9chargement de ces types de fichiers n'est pas autoris\xE9.","some-files-were-not-uploaded":"Certains fichiers n'ont pas \xE9t\xE9 t\xE9l\xE9charg\xE9s.","file-item-edit-button":"Modifier","file-item-remove-button":"Supprimer","a11y-activity-header-button-close":"Fermer","a11y-editor-tab-filters":"Filtres","a11y-editor-tab-tuning":"R\xE9glage","a11y-editor-tab-crop":"Recadrer",flip:"Retourner",mirror:"Miroir","a11y-cloud-editor-apply-filter":"Appliquer le filtre {{name}}","a11y-cloud-editor-apply-crop":"Appliquer l'op\xE9ration {{name}}","a11y-cloud-editor-apply-tuning":"Appliquer le r\xE9glage {{name}}",finished:"Termin\xE9",failed:"\xC9chou\xE9",uploading:"T\xE9l\xE9chargement",idle:"Inactif","a11y-file-item-status":"Le fichier {{fileName}} est en statut {{status}}","select-all":"Tout s\xE9lectionner","deselect-all":"Tout d\xE9s\xE9lectionner","waiting-for":"En attente de {{source}}","queued-uploading":"En file d\u2019attente pour l\u2019envoi","queued-validation":"En file d\u2019attente pour la validation",validation:"Validation en cours","a11y-cloud-editor-apply-aspect-ratio":"Appliquer l'op\xE9ration {{name}} {{value}}","crop-to-shape":"Rogner en {{value}}",custom:"Forme libre","freeform-crop":"Recadrage libre"};export{e as default};
|