filepond 5.0.0-beta.67 → 5.0.0-beta.68
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/cdn/assets/index.js +1 -1
- package/cdn/locales/ar-ar.js +13 -2
- package/cdn/locales/bn-bd.js +13 -2
- package/cdn/locales/cs-cz.js +19 -8
- package/cdn/locales/da-dk.js +24 -13
- package/cdn/locales/de-de.js +13 -2
- package/cdn/locales/el-gr.js +13 -2
- package/cdn/locales/en-gb.js +1 -1
- package/cdn/locales/es-es.js +18 -7
- package/cdn/locales/fi-fi.js +13 -2
- package/cdn/locales/fr-fr.js +25 -14
- package/cdn/locales/hi-in.js +13 -2
- package/cdn/locales/hu-hu.js +21 -10
- package/cdn/locales/index.js +1 -1
- package/cdn/locales/is-is.js +13 -2
- package/cdn/locales/it-it.js +13 -2
- package/cdn/locales/ja-jp.js +13 -2
- package/cdn/locales/ko-kr.js +13 -2
- package/cdn/locales/nb-no.js +13 -2
- package/cdn/locales/nl-nl.js +13 -2
- package/cdn/locales/pl-pl.js +19 -8
- package/cdn/locales/pt-pt.js +13 -2
- package/cdn/locales/sv-se.js +13 -2
- package/cdn/locales/tr-tr.js +24 -13
- package/cdn/locales/uk-ua.js +13 -2
- package/cdn/locales/vi-vn.js +13 -2
- package/cdn/locales/zh-cn.js +13 -2
- package/cdn/main.js +1 -1
- package/cdn/workers/httpRequest.js +1 -1
- package/cdn/workers/readFile.js +1 -1
- package/cdn/workers/transformImage.js +1 -1
- package/esm/assets/index.js +1 -1
- package/esm/common/console.js +1 -1
- package/esm/common/entry.js +1 -1
- package/esm/common/perceivedPerformanceProxy.js +1 -1
- package/esm/common/readEntriesFromDataTransfer.js +1 -1
- package/esm/common/ssr.js +1 -1
- package/esm/common/status.js +1 -1
- package/esm/core/entryTree.js +1 -1
- package/esm/core/extensionManager.js +1 -1
- package/esm/core/taskScheduler.js +1 -1
- package/esm/dev/index.js +1 -1
- package/esm/elements/FilePondDefault/createFilePondExtensionSet.js +1 -1
- package/esm/elements/FilePondDefault/index.css.js +1 -1
- package/esm/elements/FilePondDefault/index.js +1 -1
- package/esm/elements/FilePondDropIndicator/index-svelte.js +1 -1
- package/esm/elements/FilePondDropIndicator/index.css.js +1 -1
- package/esm/elements/FilePondDropIndicator/index.js +1 -1
- package/esm/elements/FilePondEntryList/components/Entry/index-svelte.js +1 -1
- package/esm/elements/FilePondEntryList/components/Entry/index.css.js +1 -1
- package/esm/elements/FilePondEntryList/components/Entry/index.js +1 -1
- package/esm/elements/FilePondEntryList/components/EntryActivityIndicator/index-svelte.js +1 -1
- package/esm/elements/FilePondEntryList/components/EntryActivityIndicator/index.css.js +1 -1
- package/esm/elements/FilePondEntryList/components/EntryActivityIndicator/index.js +1 -1
- package/esm/elements/FilePondEntryList/components/EntryList/index-svelte.js +1 -1
- package/esm/elements/FilePondEntryList/components/EntryList/index.css.js +1 -1
- package/esm/elements/FilePondEntryList/components/EntryList/index.js +1 -1
- package/esm/elements/FilePondEntryList/components/EntryListItem/index-svelte.js +1 -1
- package/esm/elements/FilePondEntryList/components/EntryListItem/index.css.js +1 -1
- package/esm/elements/FilePondEntryList/components/EntryListItem/index.js +1 -1
- package/esm/elements/FilePondEntryList/components/EntryListItemPlaceholder/index-svelte.js +1 -1
- package/esm/elements/FilePondEntryList/components/EntryStatus/index-svelte.js +1 -1
- package/esm/elements/FilePondEntryList/components/EntryStatus/index.css.js +1 -1
- package/esm/elements/FilePondEntryList/components/EntryStatus/index.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaImage/components/BitmapRenderer-svelte.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaImage/components/BitmapRendererCache.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaImage/index-svelte.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaImage/index.css.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaImage/index.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaPane/index-svelte.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaPane/index.css.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaPane/index.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaTimeIndicator/index-svelte.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaTimeIndicator/index.css.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaTimeIndicator/index.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaVideo/index-svelte.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaVideo/index.css.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaVideo/index.js +1 -1
- package/esm/elements/FilePondEntryList/contexts/appContext.js +1 -1
- package/esm/elements/FilePondEntryList/contexts/dragContext.js +1 -1
- package/esm/elements/FilePondEntryList/contexts/dropContext.js +1 -1
- package/esm/elements/FilePondEntryList/contexts/entryContext.js +1 -1
- package/esm/elements/FilePondEntryList/contexts/springElementTreeContext.js +1 -1
- package/esm/elements/FilePondEntryList/index-svelte.js +1 -1
- package/esm/elements/FilePondEntryList/index.css.js +1 -1
- package/esm/elements/FilePondEntryList/index.js +1 -1
- package/esm/elements/FilePondFrame/index-svelte.js +1 -1
- package/esm/elements/FilePondFrame/index.css.js +1 -1
- package/esm/elements/FilePondFrame/index.js +1 -1
- package/esm/elements/FilePondInput/createFilePondEntryTree.js +1 -1
- package/esm/elements/FilePondInput/index.css.js +1 -1
- package/esm/elements/FilePondInput/index.js +1 -1
- package/esm/elements/FilePondSourceList/index-svelte.js +1 -1
- package/esm/elements/FilePondSourceList/index.css.js +1 -1
- package/esm/elements/FilePondSourceList/index.js +1 -1
- package/esm/elements/FilePondSvelteComponent/index-svelte.js +1 -1
- package/esm/elements/attachments/drag-area.js +1 -1
- package/esm/elements/attachments/drop-area.js +1 -1
- package/esm/elements/attachments/measurable.js +1 -1
- package/esm/elements/attachments/resizable.js +1 -1
- package/esm/elements/attachments/transitions.js +1 -1
- package/esm/elements/common/dom.js +1 -1
- package/esm/elements/common/dragDrop.js +1 -1
- package/esm/elements/common/event.js +1 -1
- package/esm/elements/common/extendStyles.js +1 -1
- package/esm/elements/common/html.js +1 -1
- package/esm/elements/common/motionGuard.js +1 -1
- package/esm/elements/common/motionState-svelte.js +1 -1
- package/esm/elements/common/nodeTree.js +1 -1
- package/esm/elements/common/store-svelte.js +1 -1
- package/esm/elements/common/string.js +1 -1
- package/esm/elements/common/transition.js +1 -1
- package/esm/elements/components/BooleanInput/index-svelte.js +1 -1
- package/esm/elements/components/BooleanInput/index.css.js +1 -1
- package/esm/elements/components/BooleanInput/index.js +1 -1
- package/esm/elements/components/Button/index-svelte.js +1 -1
- package/esm/elements/components/Button/index.css.js +1 -1
- package/esm/elements/components/Button/index.js +1 -1
- package/esm/elements/components/CameraInput/index-svelte.js +1 -1
- package/esm/elements/components/CameraInput/index.css.js +1 -1
- package/esm/elements/components/CameraInput/index.js +1 -1
- package/esm/elements/components/ElementPane/index-svelte.js +1 -1
- package/esm/elements/components/ElementPane/index.css.js +1 -1
- package/esm/elements/components/ElementPane/index.js +1 -1
- package/esm/elements/components/ElementSkeleton/index-svelte.js +1 -1
- package/esm/elements/components/ElementSkeleton/index.css.js +1 -1
- package/esm/elements/components/ElementSkeleton/index.js +1 -1
- package/esm/elements/components/FilenameInput/index-svelte.js +1 -1
- package/esm/elements/components/FilenameInput/index.css.js +1 -1
- package/esm/elements/components/FilenameInput/index.js +1 -1
- package/esm/elements/components/NodeList/index-svelte.js +1 -1
- package/esm/elements/components/ProgressIndicator/index-svelte.js +1 -1
- package/esm/elements/components/ProgressIndicator/index.css.js +1 -1
- package/esm/elements/components/ProgressIndicator/index.js +1 -1
- package/esm/elements/components/RangeInput/index-svelte.js +1 -1
- package/esm/elements/components/RangeInput/index.css.js +1 -1
- package/esm/elements/components/RangeInput/index.js +1 -1
- package/esm/elements/components/SpringElement/index-svelte.js +1 -1
- package/esm/elements/components/TextInput/index-svelte.js +1 -1
- package/esm/elements/components/TextInput/index.css.js +1 -1
- package/esm/elements/components/TextInput/index.js +1 -1
- package/esm/elements/styles/defaults.css.js +1 -1
- package/esm/extensions/blob-loader.js +1 -1
- package/esm/extensions/camera-source.js +1 -1
- package/esm/extensions/canvas-loader.js +1 -1
- package/esm/extensions/chunked-upload-store.js +1 -1
- package/esm/extensions/clipboard-source.js +1 -1
- package/esm/extensions/common/createExtension.js +1 -1
- package/esm/extensions/common/createSourceExtension.js +1 -1
- package/esm/extensions/common/createStoreExtension.js +1 -1
- package/esm/extensions/common/createTransformExtension.js +1 -1
- package/esm/extensions/common/createValidatorExtension.js +1 -1
- package/esm/extensions/console-view.js +1 -1
- package/esm/extensions/data-transfer-loader.js +1 -1
- package/esm/extensions/data-url-store.js +1 -1
- package/esm/extensions/drag-drop-source.js +1 -1
- package/esm/extensions/entry-list-view.js +1 -1
- package/esm/extensions/file-extension-validator.js +1 -1
- package/esm/extensions/file-input-source.js +1 -1
- package/esm/extensions/file-input-store.js +1 -1
- package/esm/extensions/file-mime-type-validator.js +1 -1
- package/esm/extensions/file-name-transform.js +1 -1
- package/esm/extensions/file-name-validator.js +1 -1
- package/esm/extensions/file-size-validator.js +1 -1
- package/esm/extensions/form-post-store.js +1 -1
- package/esm/extensions/image-bitmap-transform.js +1 -1
- package/esm/extensions/index.js +1 -1
- package/esm/extensions/list-count-validator.js +1 -1
- package/esm/extensions/list-size-validator.js +1 -1
- package/esm/extensions/media-resolution-validator.js +1 -1
- package/esm/extensions/object-url-resource.js +1 -1
- package/esm/extensions/simulated-loader.js +1 -1
- package/esm/extensions/simulated-store.js +1 -1
- package/esm/extensions/source-description-view.js +1 -1
- package/esm/extensions/source-list-view.js +1 -1
- package/esm/extensions/text-input-store.js +1 -1
- package/esm/extensions/url-input-source.js +1 -1
- package/esm/extensions/url-loader.js +1 -1
- package/esm/extensions/value-callback-store.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locales/ar-ar.js +13 -2
- package/esm/locales/bn-bd.js +13 -2
- package/esm/locales/cs-cz.js +19 -8
- package/esm/locales/da-dk.js +24 -13
- package/esm/locales/de-de.js +13 -2
- package/esm/locales/el-gr.js +13 -2
- package/esm/locales/en-gb.js +1 -1
- package/esm/locales/es-es.js +18 -7
- package/esm/locales/fi-fi.js +13 -2
- package/esm/locales/fr-fr.js +25 -14
- package/esm/locales/hi-in.js +13 -2
- package/esm/locales/hu-hu.js +21 -10
- package/esm/locales/index.js +1 -1
- package/esm/locales/is-is.js +13 -2
- package/esm/locales/it-it.js +13 -2
- package/esm/locales/ja-jp.js +13 -2
- package/esm/locales/ko-kr.js +13 -2
- package/esm/locales/nb-no.js +13 -2
- package/esm/locales/nl-nl.js +13 -2
- package/esm/locales/pl-pl.js +19 -8
- package/esm/locales/pt-pt.js +13 -2
- package/esm/locales/sv-se.js +13 -2
- package/esm/locales/tr-tr.js +24 -13
- package/esm/locales/uk-ua.js +13 -2
- package/esm/locales/vi-vn.js +13 -2
- package/esm/locales/zh-cn.js +13 -2
- package/esm/templates/common/index.js +1 -1
- package/esm/templates/entry-list/index.js +1 -1
- package/esm/templates/entry-list/media.js +1 -1
- package/esm/templates/index.js +1 -1
- package/esm/templates/source-list/index.js +1 -1
- package/esm/utils/abort.js +1 -1
- package/esm/utils/array.js +1 -1
- package/esm/utils/bounds.js +1 -1
- package/esm/utils/cache.js +1 -1
- package/esm/utils/canvasToBlob.js +1 -1
- package/esm/utils/date.js +1 -1
- package/esm/utils/debounce.js +1 -1
- package/esm/utils/dom.js +1 -1
- package/esm/utils/file.js +1 -1
- package/esm/utils/functionToBlob.js +1 -1
- package/esm/utils/index.js +1 -1
- package/esm/utils/keyboard.js +1 -1
- package/esm/utils/math.js +1 -1
- package/esm/utils/media.js +1 -1
- package/esm/utils/number.js +1 -1
- package/esm/utils/object.js +1 -1
- package/esm/utils/objectURL.js +1 -1
- package/esm/utils/placeholder.js +1 -1
- package/esm/utils/poly.js +1 -1
- package/esm/utils/pubsub.js +1 -1
- package/esm/utils/rect.js +1 -1
- package/esm/utils/size.js +1 -1
- package/esm/utils/sleep.js +1 -1
- package/esm/utils/string.js +1 -1
- package/esm/utils/support.js +1 -1
- package/esm/utils/test.js +1 -1
- package/esm/utils/thread.js +1 -1
- package/esm/utils/tree.js +1 -1
- package/esm/utils/url.js +1 -1
- package/esm/utils/vector.js +1 -1
- package/esm/utils/window.js +1 -1
- package/esm/utils/xhr.js +1 -1
- package/esm/workers/httpRequest.js +1 -1
- package/esm/workers/readFile.js +1 -1
- package/esm/workers/transformImage.js +1 -1
- package/package.json +1 -1
- package/types/locales/ar-ar.d.ts +24 -2
- package/types/locales/bn-bd.d.ts +24 -2
- package/types/locales/cs-cz.d.ts +24 -2
- package/types/locales/da-dk.d.ts +24 -2
- package/types/locales/de-de.d.ts +24 -2
- package/types/locales/el-gr.d.ts +24 -2
- package/types/locales/es-es.d.ts +24 -2
- package/types/locales/fi-fi.d.ts +24 -2
- package/types/locales/fr-fr.d.ts +24 -2
- package/types/locales/hi-in.d.ts +24 -2
- package/types/locales/hu-hu.d.ts +24 -2
- package/types/locales/is-is.d.ts +24 -2
- package/types/locales/it-it.d.ts +24 -2
- package/types/locales/ja-jp.d.ts +24 -2
- package/types/locales/ko-kr.d.ts +24 -2
- package/types/locales/nb-no.d.ts +24 -2
- package/types/locales/nl-nl.d.ts +24 -2
- package/types/locales/pl-pl.d.ts +24 -2
- package/types/locales/pt-pt.d.ts +24 -2
- package/types/locales/sv-se.d.ts +24 -2
- package/types/locales/tr-tr.d.ts +24 -2
- package/types/locales/uk-ua.d.ts +24 -2
- package/types/locales/vi-vn.d.ts +24 -2
- package/types/locales/zh-cn.d.ts +24 -2
package/cdn/assets/index.js
CHANGED
package/cdn/locales/ar-ar.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.68
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -10,7 +10,18 @@ const i = {
|
|
|
10
10
|
reset: "إعادة تعيين",
|
|
11
11
|
undo: "تراجع",
|
|
12
12
|
cancel: "إلغاء",
|
|
13
|
-
import:
|
|
13
|
+
import: {
|
|
14
|
+
template: "استيراد{{amount}}",
|
|
15
|
+
variables: {
|
|
16
|
+
amount: {
|
|
17
|
+
context: "importCount",
|
|
18
|
+
map: {
|
|
19
|
+
0: "",
|
|
20
|
+
else: " {{importCount}}"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
14
25
|
store: "حفظ",
|
|
15
26
|
revert: "استرجاع",
|
|
16
27
|
busy: "مشغول",
|
package/cdn/locales/bn-bd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.68
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -10,7 +10,18 @@ const i = {
|
|
|
10
10
|
reset: "রিসেট",
|
|
11
11
|
undo: "পূর্বাবস্থায় ফেরত",
|
|
12
12
|
cancel: "বাতিল",
|
|
13
|
-
import:
|
|
13
|
+
import: {
|
|
14
|
+
template: "ইমপোর্ট{{amount}}",
|
|
15
|
+
variables: {
|
|
16
|
+
amount: {
|
|
17
|
+
context: "importCount",
|
|
18
|
+
map: {
|
|
19
|
+
0: "",
|
|
20
|
+
else: " {{importCount}}"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
14
25
|
store: "সংরক্ষণ",
|
|
15
26
|
revert: "পুনরুদ্ধার",
|
|
16
27
|
busy: "ব্যস্ত",
|
package/cdn/locales/cs-cz.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.68
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -10,7 +10,18 @@ const e = {
|
|
|
10
10
|
reset: "Resetovat",
|
|
11
11
|
undo: "Vrátit",
|
|
12
12
|
cancel: "Zrušit",
|
|
13
|
-
import:
|
|
13
|
+
import: {
|
|
14
|
+
template: "Importovat{{amount}}",
|
|
15
|
+
variables: {
|
|
16
|
+
amount: {
|
|
17
|
+
context: "importCount",
|
|
18
|
+
map: {
|
|
19
|
+
0: "",
|
|
20
|
+
else: " {{importCount}}"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
14
25
|
store: "Uložit",
|
|
15
26
|
revert: "Obnovit",
|
|
16
27
|
busy: "Zaneprázdněno",
|
|
@@ -153,17 +164,17 @@ const e = {
|
|
|
153
164
|
validationMediaResolutionRangeMismatch: "Rozlišení je neplatné. Musí být mezi {{minResolution}}MP a {{maxResolution}}MP.",
|
|
154
165
|
validationMediaResolutionUnderflow: "Rozlišení je příliš nízké. Minimum {{minResolution}}MP.",
|
|
155
166
|
validationMediaResolutionOverflow: "Rozlišení je příliš vysoké. Maximum {{maxResolution}}MP."
|
|
156
|
-
},
|
|
167
|
+
}, u = {
|
|
157
168
|
validationListEntryCountUnderflow: "V seznamu je příliš málo souborů. Minimální počet je {{minFiles}} {{minFilesUnit}}.",
|
|
158
169
|
validationListEntryCountOverflow: "V seznamu je příliš mnoho souborů. Maximální počet je {{maxFiles}} {{maxFilesUnit}}."
|
|
159
|
-
},
|
|
170
|
+
}, d = {
|
|
160
171
|
...r,
|
|
161
172
|
...t,
|
|
162
173
|
...n,
|
|
163
174
|
...l,
|
|
164
175
|
...m,
|
|
165
176
|
...s,
|
|
166
|
-
...
|
|
177
|
+
...u
|
|
167
178
|
}, p = {
|
|
168
179
|
device: "Zařízení"
|
|
169
180
|
}, v = {
|
|
@@ -180,7 +191,7 @@ const e = {
|
|
|
180
191
|
...e,
|
|
181
192
|
...o,
|
|
182
193
|
...i,
|
|
183
|
-
...
|
|
194
|
+
...d,
|
|
184
195
|
...a,
|
|
185
196
|
...b
|
|
186
197
|
};
|
|
@@ -194,12 +205,12 @@ export {
|
|
|
194
205
|
v as sourceLink,
|
|
195
206
|
o as store,
|
|
196
207
|
a as transform,
|
|
197
|
-
|
|
208
|
+
d as validation,
|
|
198
209
|
n as validationFileExtension,
|
|
199
210
|
t as validationFileMimeType,
|
|
200
211
|
l as validationFileName,
|
|
201
212
|
r as validationFileSize,
|
|
202
|
-
|
|
213
|
+
u as validationListCount,
|
|
203
214
|
s as validationListSize,
|
|
204
215
|
m as validationMediaResolution
|
|
205
216
|
};
|
package/cdn/locales/da-dk.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.68
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -10,7 +10,18 @@ const e = {
|
|
|
10
10
|
reset: "Nulstil",
|
|
11
11
|
undo: "Fortryd",
|
|
12
12
|
cancel: "Annuller",
|
|
13
|
-
import:
|
|
13
|
+
import: {
|
|
14
|
+
template: "Importér{{amount}}",
|
|
15
|
+
variables: {
|
|
16
|
+
amount: {
|
|
17
|
+
context: "importCount",
|
|
18
|
+
map: {
|
|
19
|
+
0: "",
|
|
20
|
+
else: " {{importCount}}"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
14
25
|
store: "Gem",
|
|
15
26
|
revert: "Gendan",
|
|
16
27
|
busy: "Optaget",
|
|
@@ -96,7 +107,7 @@ const e = {
|
|
|
96
107
|
mediaFullscreen: "Fuld skærm",
|
|
97
108
|
mediaLoadError: "Kunne ikke indlæse {{fileMainType}}.",
|
|
98
109
|
mediaPlayError: "Kunne ikke afspille video."
|
|
99
|
-
},
|
|
110
|
+
}, n = {
|
|
100
111
|
storeRestoreError: "Kunne ikke indlæse filen.",
|
|
101
112
|
storeRestoreProgress: "Indlæser {{progress}}%",
|
|
102
113
|
storeStorageQueued: "Venter på upload",
|
|
@@ -104,10 +115,10 @@ const e = {
|
|
|
104
115
|
storeStorageComplete: "Upload fuldført",
|
|
105
116
|
storeError: "Kunne ikke gemme filen.",
|
|
106
117
|
storeAwaitingCompletion: "Ikke alle filer er blevet gemt."
|
|
107
|
-
},
|
|
118
|
+
}, l = {
|
|
108
119
|
transformEditBusy: "Redigerer fildata",
|
|
109
120
|
transformError: "Kunne ikke redigere fildata. Prøv igen."
|
|
110
|
-
},
|
|
121
|
+
}, t = {
|
|
111
122
|
validationFileMimeTypeMismatch: {
|
|
112
123
|
template: "Denne filtype er ikke tilladt. {{accepted}}.",
|
|
113
124
|
variables: {
|
|
@@ -120,7 +131,7 @@ const e = {
|
|
|
120
131
|
}
|
|
121
132
|
}
|
|
122
133
|
}
|
|
123
|
-
},
|
|
134
|
+
}, a = {
|
|
124
135
|
validationFileExtensionMismatch: {
|
|
125
136
|
template: "Denne filendelse er ikke tilladt. {{accepted}}.",
|
|
126
137
|
variables: {
|
|
@@ -158,8 +169,8 @@ const e = {
|
|
|
158
169
|
validationListEntryCountOverflow: "Der er for mange filer på listen. Maksimum er {{maxFiles}} {{maxFilesUnit}}."
|
|
159
170
|
}, p = {
|
|
160
171
|
...o,
|
|
161
|
-
...a,
|
|
162
172
|
...t,
|
|
173
|
+
...a,
|
|
163
174
|
...r,
|
|
164
175
|
...d,
|
|
165
176
|
...s,
|
|
@@ -178,10 +189,10 @@ const e = {
|
|
|
178
189
|
...u
|
|
179
190
|
}, v = {
|
|
180
191
|
...e,
|
|
181
|
-
...
|
|
192
|
+
...n,
|
|
182
193
|
...i,
|
|
183
194
|
...p,
|
|
184
|
-
...
|
|
195
|
+
...l,
|
|
185
196
|
...c
|
|
186
197
|
};
|
|
187
198
|
export {
|
|
@@ -192,11 +203,11 @@ export {
|
|
|
192
203
|
u as sourceCamera,
|
|
193
204
|
f as sourceDevice,
|
|
194
205
|
g as sourceLink,
|
|
195
|
-
|
|
196
|
-
|
|
206
|
+
n as store,
|
|
207
|
+
l as transform,
|
|
197
208
|
p as validation,
|
|
198
|
-
|
|
199
|
-
|
|
209
|
+
a as validationFileExtension,
|
|
210
|
+
t as validationFileMimeType,
|
|
200
211
|
r as validationFileName,
|
|
201
212
|
o as validationFileSize,
|
|
202
213
|
m as validationListCount,
|
package/cdn/locales/de-de.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.68
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -10,7 +10,18 @@ const e = {
|
|
|
10
10
|
reset: "Zurücksetzen",
|
|
11
11
|
undo: "Rückgängig",
|
|
12
12
|
cancel: "Abbrechen",
|
|
13
|
-
import:
|
|
13
|
+
import: {
|
|
14
|
+
template: "Importieren{{amount}}",
|
|
15
|
+
variables: {
|
|
16
|
+
amount: {
|
|
17
|
+
context: "importCount",
|
|
18
|
+
map: {
|
|
19
|
+
0: "",
|
|
20
|
+
else: " {{importCount}}"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
14
25
|
store: "Speichern",
|
|
15
26
|
revert: "Wiederherstellen",
|
|
16
27
|
busy: "Beschäftigt",
|
package/cdn/locales/el-gr.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.68
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -10,7 +10,18 @@ const i = {
|
|
|
10
10
|
reset: "Επαναφορά",
|
|
11
11
|
undo: "Αναίρεση",
|
|
12
12
|
cancel: "Ακύρωση",
|
|
13
|
-
import:
|
|
13
|
+
import: {
|
|
14
|
+
template: "Εισαγωγή{{amount}}",
|
|
15
|
+
variables: {
|
|
16
|
+
amount: {
|
|
17
|
+
context: "importCount",
|
|
18
|
+
map: {
|
|
19
|
+
0: "",
|
|
20
|
+
else: " {{importCount}}"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
14
25
|
store: "Αποθήκευση",
|
|
15
26
|
revert: "Επαναφορά",
|
|
16
27
|
busy: "Απασχολημένο",
|
package/cdn/locales/en-gb.js
CHANGED
package/cdn/locales/es-es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.68
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -10,7 +10,18 @@ const e = {
|
|
|
10
10
|
reset: "Restablecer",
|
|
11
11
|
undo: "Deshacer",
|
|
12
12
|
cancel: "Cancelar",
|
|
13
|
-
import:
|
|
13
|
+
import: {
|
|
14
|
+
template: "Importar{{amount}}",
|
|
15
|
+
variables: {
|
|
16
|
+
amount: {
|
|
17
|
+
context: "importCount",
|
|
18
|
+
map: {
|
|
19
|
+
0: "",
|
|
20
|
+
else: " {{importCount}}"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
14
25
|
store: "Guardar",
|
|
15
26
|
revert: "Revertir",
|
|
16
27
|
busy: "Ocupado",
|
|
@@ -164,17 +175,17 @@ const e = {
|
|
|
164
175
|
...d,
|
|
165
176
|
...l,
|
|
166
177
|
...c
|
|
167
|
-
}, v = {
|
|
168
|
-
device: "Dispositivo"
|
|
169
178
|
}, p = {
|
|
179
|
+
device: "Dispositivo"
|
|
180
|
+
}, v = {
|
|
170
181
|
link: "Enlace"
|
|
171
182
|
}, u = {
|
|
172
183
|
camera: "Cámara",
|
|
173
184
|
capture: "Capturar",
|
|
174
185
|
record: "Grabar"
|
|
175
186
|
}, h = {
|
|
176
|
-
...v,
|
|
177
187
|
...p,
|
|
188
|
+
...v,
|
|
178
189
|
...u
|
|
179
190
|
}, g = {
|
|
180
191
|
...e,
|
|
@@ -190,8 +201,8 @@ export {
|
|
|
190
201
|
a as media,
|
|
191
202
|
h as source,
|
|
192
203
|
u as sourceCamera,
|
|
193
|
-
|
|
194
|
-
|
|
204
|
+
p as sourceDevice,
|
|
205
|
+
v as sourceLink,
|
|
195
206
|
i as store,
|
|
196
207
|
o as transform,
|
|
197
208
|
m as validation,
|
package/cdn/locales/fi-fi.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.68
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -10,7 +10,18 @@ const i = {
|
|
|
10
10
|
reset: "Nollaa",
|
|
11
11
|
undo: "Kumoa",
|
|
12
12
|
cancel: "Peruuta",
|
|
13
|
-
import:
|
|
13
|
+
import: {
|
|
14
|
+
template: "Tuo{{amount}}",
|
|
15
|
+
variables: {
|
|
16
|
+
amount: {
|
|
17
|
+
context: "importCount",
|
|
18
|
+
map: {
|
|
19
|
+
0: "",
|
|
20
|
+
else: " {{importCount}}"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
14
25
|
store: "Tallenna",
|
|
15
26
|
revert: "Palauta",
|
|
16
27
|
busy: "Varattu",
|
package/cdn/locales/fr-fr.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.68
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -10,7 +10,18 @@ const e = {
|
|
|
10
10
|
reset: "Réinitialiser",
|
|
11
11
|
undo: "Annuler",
|
|
12
12
|
cancel: "Annuler",
|
|
13
|
-
import:
|
|
13
|
+
import: {
|
|
14
|
+
template: "Importer{{amount}}",
|
|
15
|
+
variables: {
|
|
16
|
+
amount: {
|
|
17
|
+
context: "importCount",
|
|
18
|
+
map: {
|
|
19
|
+
0: "",
|
|
20
|
+
else: " {{importCount}}"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
14
25
|
store: "Enregistrer",
|
|
15
26
|
revert: "Rétablir",
|
|
16
27
|
busy: "Occupé",
|
|
@@ -133,10 +144,10 @@ const e = {
|
|
|
133
144
|
}
|
|
134
145
|
}
|
|
135
146
|
}
|
|
136
|
-
},
|
|
147
|
+
}, r = {
|
|
137
148
|
validationFileNameMissing: "Nom de fichier manquant",
|
|
138
149
|
validationFileNameMismatch: "Ce nom de fichier est invalide."
|
|
139
|
-
},
|
|
150
|
+
}, s = {
|
|
140
151
|
validationFileSizeUnderflow: "Ce fichier est trop petit. La taille minimale est {{minSize}} {{minSizeUnit}}.",
|
|
141
152
|
validationFileSizeOverflow: "Ce fichier est trop volumineux. La taille maximale est {{maxSize}} {{maxSizeUnit}}."
|
|
142
153
|
}, l = {
|
|
@@ -156,15 +167,15 @@ const e = {
|
|
|
156
167
|
}, c = {
|
|
157
168
|
validationListEntryCountUnderflow: "Pas assez de fichiers dans la liste. Le minimum est {{minFiles}} {{minFilesUnit}}.",
|
|
158
169
|
validationListEntryCountOverflow: "Trop de fichiers dans la liste. Le maximum est {{maxFiles}} {{maxFilesUnit}}."
|
|
159
|
-
},
|
|
160
|
-
...
|
|
170
|
+
}, m = {
|
|
171
|
+
...s,
|
|
161
172
|
...n,
|
|
162
173
|
...o,
|
|
163
|
-
...
|
|
174
|
+
...r,
|
|
164
175
|
...d,
|
|
165
176
|
...l,
|
|
166
177
|
...c
|
|
167
|
-
},
|
|
178
|
+
}, u = {
|
|
168
179
|
device: "Appareil"
|
|
169
180
|
}, p = {
|
|
170
181
|
link: "Lien"
|
|
@@ -173,14 +184,14 @@ const e = {
|
|
|
173
184
|
capture: "Capturer",
|
|
174
185
|
record: "Enregistrer"
|
|
175
186
|
}, f = {
|
|
176
|
-
...
|
|
187
|
+
...u,
|
|
177
188
|
...p,
|
|
178
189
|
...v
|
|
179
190
|
}, h = {
|
|
180
191
|
...e,
|
|
181
192
|
...t,
|
|
182
193
|
...i,
|
|
183
|
-
...
|
|
194
|
+
...m,
|
|
184
195
|
...a,
|
|
185
196
|
...f
|
|
186
197
|
};
|
|
@@ -190,15 +201,15 @@ export {
|
|
|
190
201
|
i as media,
|
|
191
202
|
f as source,
|
|
192
203
|
v as sourceCamera,
|
|
193
|
-
|
|
204
|
+
u as sourceDevice,
|
|
194
205
|
p as sourceLink,
|
|
195
206
|
t as store,
|
|
196
207
|
a as transform,
|
|
197
|
-
|
|
208
|
+
m as validation,
|
|
198
209
|
o as validationFileExtension,
|
|
199
210
|
n as validationFileMimeType,
|
|
200
|
-
|
|
201
|
-
|
|
211
|
+
r as validationFileName,
|
|
212
|
+
s as validationFileSize,
|
|
202
213
|
c as validationListCount,
|
|
203
214
|
l as validationListSize,
|
|
204
215
|
d as validationMediaResolution
|
package/cdn/locales/hi-in.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.68
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -10,7 +10,18 @@ const i = {
|
|
|
10
10
|
reset: "रीसेट करें",
|
|
11
11
|
undo: "पूर्ववत करें",
|
|
12
12
|
cancel: "रद्द करें",
|
|
13
|
-
import:
|
|
13
|
+
import: {
|
|
14
|
+
template: "आयात करें{{amount}}",
|
|
15
|
+
variables: {
|
|
16
|
+
amount: {
|
|
17
|
+
context: "importCount",
|
|
18
|
+
map: {
|
|
19
|
+
0: "",
|
|
20
|
+
else: " {{importCount}}"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
14
25
|
store: "सहेजें",
|
|
15
26
|
revert: "वापस लें",
|
|
16
27
|
busy: "प्रक्रिया में",
|
package/cdn/locales/hu-hu.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.68
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -10,7 +10,18 @@ const e = {
|
|
|
10
10
|
reset: "Visszaállítás",
|
|
11
11
|
undo: "Visszavonás",
|
|
12
12
|
cancel: "Mégse",
|
|
13
|
-
import:
|
|
13
|
+
import: {
|
|
14
|
+
template: "Importálás{{amount}}",
|
|
15
|
+
variables: {
|
|
16
|
+
amount: {
|
|
17
|
+
context: "importCount",
|
|
18
|
+
map: {
|
|
19
|
+
0: "",
|
|
20
|
+
else: " {{importCount}}"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
14
25
|
store: "Mentés",
|
|
15
26
|
revert: "Visszaállítás",
|
|
16
27
|
busy: "Foglalt",
|
|
@@ -168,28 +179,28 @@ const e = {
|
|
|
168
179
|
device: "Eszköz"
|
|
169
180
|
}, c = {
|
|
170
181
|
link: "Hivatkozás"
|
|
171
|
-
},
|
|
182
|
+
}, p = {
|
|
172
183
|
camera: "Kamera",
|
|
173
184
|
capture: "Rögzítés",
|
|
174
185
|
record: "Felvétel"
|
|
175
|
-
},
|
|
186
|
+
}, f = {
|
|
176
187
|
...v,
|
|
177
188
|
...c,
|
|
178
|
-
...
|
|
179
|
-
},
|
|
189
|
+
...p
|
|
190
|
+
}, g = {
|
|
180
191
|
...e,
|
|
181
192
|
...t,
|
|
182
193
|
...i,
|
|
183
194
|
...z,
|
|
184
195
|
...a,
|
|
185
|
-
...
|
|
196
|
+
...f
|
|
186
197
|
};
|
|
187
198
|
export {
|
|
188
199
|
e as core,
|
|
189
|
-
|
|
200
|
+
g as locale,
|
|
190
201
|
i as media,
|
|
191
|
-
|
|
192
|
-
|
|
202
|
+
f as source,
|
|
203
|
+
p as sourceCamera,
|
|
193
204
|
v as sourceDevice,
|
|
194
205
|
c as sourceLink,
|
|
195
206
|
t as store,
|
package/cdn/locales/index.js
CHANGED
package/cdn/locales/is-is.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.68
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -10,7 +10,18 @@ const i = {
|
|
|
10
10
|
reset: "Endurstilla",
|
|
11
11
|
undo: "Afturkalla",
|
|
12
12
|
cancel: "Hætta við",
|
|
13
|
-
import:
|
|
13
|
+
import: {
|
|
14
|
+
template: "Flytja inn{{amount}}",
|
|
15
|
+
variables: {
|
|
16
|
+
amount: {
|
|
17
|
+
context: "importCount",
|
|
18
|
+
map: {
|
|
19
|
+
0: "",
|
|
20
|
+
else: " {{importCount}}"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
14
25
|
store: "Vista",
|
|
15
26
|
revert: "Endurheimta",
|
|
16
27
|
busy: "Upptekið",
|
package/cdn/locales/it-it.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.68
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -10,7 +10,18 @@ const i = {
|
|
|
10
10
|
reset: "Reimposta",
|
|
11
11
|
undo: "Annulla",
|
|
12
12
|
cancel: "Annulla",
|
|
13
|
-
import:
|
|
13
|
+
import: {
|
|
14
|
+
template: "Importa{{amount}}",
|
|
15
|
+
variables: {
|
|
16
|
+
amount: {
|
|
17
|
+
context: "importCount",
|
|
18
|
+
map: {
|
|
19
|
+
0: "",
|
|
20
|
+
else: " {{importCount}}"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
14
25
|
store: "Salva",
|
|
15
26
|
revert: "Ripristina",
|
|
16
27
|
busy: "In corso",
|
package/cdn/locales/ja-jp.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.68
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -10,7 +10,18 @@ const i = {
|
|
|
10
10
|
reset: "リセット",
|
|
11
11
|
undo: "元に戻す",
|
|
12
12
|
cancel: "キャンセル",
|
|
13
|
-
import:
|
|
13
|
+
import: {
|
|
14
|
+
template: "インポート{{amount}}",
|
|
15
|
+
variables: {
|
|
16
|
+
amount: {
|
|
17
|
+
context: "importCount",
|
|
18
|
+
map: {
|
|
19
|
+
0: "",
|
|
20
|
+
else: " {{importCount}}"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
14
25
|
store: "保存",
|
|
15
26
|
revert: "戻す",
|
|
16
27
|
busy: "処理中",
|
package/cdn/locales/ko-kr.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.68
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -10,7 +10,18 @@ const i = {
|
|
|
10
10
|
reset: "초기화",
|
|
11
11
|
undo: "실행 취소",
|
|
12
12
|
cancel: "취소",
|
|
13
|
-
import:
|
|
13
|
+
import: {
|
|
14
|
+
template: "가져오기{{amount}}",
|
|
15
|
+
variables: {
|
|
16
|
+
amount: {
|
|
17
|
+
context: "importCount",
|
|
18
|
+
map: {
|
|
19
|
+
0: "",
|
|
20
|
+
else: " {{importCount}}"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
14
25
|
store: "저장",
|
|
15
26
|
revert: "되돌리기",
|
|
16
27
|
busy: "처리 중",
|