filepond 5.0.0-beta.52 → 5.0.0-beta.53
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 +2 -1
- package/cdn/locales/bn-bd.js +2 -1
- package/cdn/locales/cs-cz.js +8 -7
- package/cdn/locales/da-dk.js +2 -1
- package/cdn/locales/de-de.js +2 -1
- package/cdn/locales/el-gr.js +2 -1
- package/cdn/locales/en-gb.js +3 -4
- package/cdn/locales/es-es.js +2 -1
- package/cdn/locales/fi-fi.js +2 -1
- package/cdn/locales/fr-fr.js +8 -7
- package/cdn/locales/hi-in.js +2 -1
- package/cdn/locales/hu-hu.js +2 -1
- package/cdn/locales/index.js +1 -1
- package/cdn/locales/is-is.js +2 -1
- package/cdn/locales/it-it.js +2 -1
- package/cdn/locales/ja-jp.js +2 -1
- package/cdn/locales/ko-kr.js +2 -1
- package/cdn/locales/nb-no.js +2 -1
- package/cdn/locales/nl-nl.js +8 -7
- package/cdn/locales/pl-pl.js +2 -1
- package/cdn/locales/pt-pt.js +7 -6
- package/cdn/locales/sv-se.js +7 -6
- package/cdn/locales/tr-tr.js +2 -1
- package/cdn/locales/uk-ua.js +2 -1
- package/cdn/locales/vi-vn.js +2 -1
- package/cdn/locales/zh-cn.js +2 -1
- package/cdn/main.js +2 -2
- 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/FilePondDropArea/index-svelte.js +1 -1
- package/esm/elements/FilePondDropArea/index.css.js +1 -1
- package/esm/elements/FilePondDropArea/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/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/FilePondSvelteComponent/index-svelte.js +1 -1
- package/esm/elements/attachments/dragarea.js +1 -1
- package/esm/elements/attachments/droparea.js +1 -1
- package/esm/elements/attachments/measurable.js +13 -13
- package/esm/elements/attachments/resizable.js +1 -1
- package/esm/elements/attachments/transitions.js +1 -1
- package/esm/elements/common/animationGuard.js +1 -1
- package/esm/elements/common/animationPreference-svelte.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/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/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/extensions/blob-loader.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/createStoreExtension.js +40 -40
- 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/text-input-store.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 +2 -1
- package/esm/locales/bn-bd.js +2 -1
- package/esm/locales/cs-cz.js +8 -7
- package/esm/locales/da-dk.js +2 -1
- package/esm/locales/de-de.js +2 -1
- package/esm/locales/el-gr.js +2 -1
- package/esm/locales/en-gb.js +3 -4
- package/esm/locales/es-es.js +2 -1
- package/esm/locales/fi-fi.js +2 -1
- package/esm/locales/fr-fr.js +8 -7
- package/esm/locales/hi-in.js +2 -1
- package/esm/locales/hu-hu.js +2 -1
- package/esm/locales/index.js +1 -1
- package/esm/locales/is-is.js +2 -1
- package/esm/locales/it-it.js +2 -1
- package/esm/locales/ja-jp.js +2 -1
- package/esm/locales/ko-kr.js +2 -1
- package/esm/locales/nb-no.js +2 -1
- package/esm/locales/nl-nl.js +8 -7
- package/esm/locales/pl-pl.js +2 -1
- package/esm/locales/pt-pt.js +7 -6
- package/esm/locales/sv-se.js +7 -6
- package/esm/locales/tr-tr.js +2 -1
- package/esm/locales/uk-ua.js +2 -1
- package/esm/locales/vi-vn.js +2 -1
- package/esm/locales/zh-cn.js +2 -1
- package/esm/templates/entry.js +32 -29
- package/esm/templates/helpers.js +1 -1
- package/esm/templates/index.js +1 -1
- package/esm/templates/media.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 +2 -0
- package/types/locales/bn-bd.d.ts +2 -0
- package/types/locales/cs-cz.d.ts +2 -0
- package/types/locales/da-dk.d.ts +2 -0
- package/types/locales/de-de.d.ts +2 -0
- package/types/locales/el-gr.d.ts +2 -0
- package/types/locales/en-gb.d.ts +4 -2
- package/types/locales/es-es.d.ts +2 -0
- package/types/locales/fi-fi.d.ts +2 -0
- package/types/locales/fr-fr.d.ts +2 -0
- package/types/locales/hi-in.d.ts +2 -0
- package/types/locales/hu-hu.d.ts +2 -0
- package/types/locales/is-is.d.ts +2 -0
- package/types/locales/it-it.d.ts +2 -0
- package/types/locales/ja-jp.d.ts +2 -0
- package/types/locales/ko-kr.d.ts +2 -0
- package/types/locales/nb-no.d.ts +2 -0
- package/types/locales/nl-nl.d.ts +2 -0
- package/types/locales/pl-pl.d.ts +2 -0
- package/types/locales/pt-pt.d.ts +2 -0
- package/types/locales/sv-se.d.ts +2 -0
- package/types/locales/tr-tr.d.ts +2 -0
- package/types/locales/uk-ua.d.ts +2 -0
- package/types/locales/vi-vn.d.ts +2 -0
- package/types/locales/zh-cn.d.ts +2 -0
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.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "تعذر تحميل {{fileMainType}}.",
|
|
93
93
|
mediaPlayError: "تعذر تشغيل الفيديو."
|
|
94
94
|
}, a = {
|
|
95
|
+
storeRestoreError: "تعذر تحميل الملف.",
|
|
95
96
|
storeRestoreProgress: "جارٍ التحميل {{progress}}%",
|
|
96
97
|
storeStorageQueued: "في انتظار الرفع",
|
|
97
98
|
storeStorageProgress: "جارٍ الرفع {{progress}}%",
|
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.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "{{fileMainType}} লোড করা যায়নি।",
|
|
93
93
|
mediaPlayError: "ভিডিও চালানো যায়নি।"
|
|
94
94
|
}, a = {
|
|
95
|
+
storeRestoreError: "ফাইল লোড করা যায়নি।",
|
|
95
96
|
storeRestoreProgress: "{{progress}}% লোড হচ্ছে",
|
|
96
97
|
storeStorageQueued: "আপলোডের জন্য অপেক্ষা",
|
|
97
98
|
storeStorageProgress: "আপলোড হচ্ছে {{progress}}%",
|
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.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "{{fileMainType}} se nepodařilo načíst.",
|
|
93
93
|
mediaPlayError: "Video se nepodařilo přehrát."
|
|
94
94
|
}, a = {
|
|
95
|
+
storeRestoreError: "Soubor se nepodařilo načíst.",
|
|
95
96
|
storeRestoreProgress: "Načítání {{progress}}%",
|
|
96
97
|
storeStorageQueued: "Čeká na nahrání",
|
|
97
98
|
storeStorageProgress: "Nahrávání {{progress}}%",
|
|
@@ -136,7 +137,7 @@ const i = {
|
|
|
136
137
|
}, r = {
|
|
137
138
|
validationListSizeUnderflow: "Celková velikost souborů je příliš malá. Minimální celková velikost je {{minSize}} {{minSizeUnit}}.",
|
|
138
139
|
validationListSizeOverflow: "Celková velikost souborů je příliš velká. Maximální celková velikost je {{maxSize}} {{maxSizeUnit}}."
|
|
139
|
-
},
|
|
140
|
+
}, u = {
|
|
140
141
|
validationMediaSizeUnavailable: "Nelze přečíst velikost média.",
|
|
141
142
|
validationMediaWidthRangeMismatch: "Šířka {{fileMainType}} není platná. Šířka musí být mezi {{minWidth}} a {{maxWidth}} {{maxWidthUnit}}.",
|
|
142
143
|
validationMediaWidthUnderflow: "{{fileMainType}} je příliš malý. Minimální šířka je {{minWidth}} {{minWidthUnit}}.",
|
|
@@ -147,7 +148,7 @@ const i = {
|
|
|
147
148
|
validationMediaResolutionRangeMismatch: "Rozlišení je neplatné. Musí být mezi {{minResolution}}MP a {{maxResolution}}MP.",
|
|
148
149
|
validationMediaResolutionUnderflow: "Rozlišení je příliš nízké. Minimum {{minResolution}}MP.",
|
|
149
150
|
validationMediaResolutionOverflow: "Rozlišení je příliš vysoké. Maximum {{maxResolution}}MP."
|
|
150
|
-
},
|
|
151
|
+
}, m = {
|
|
151
152
|
validationListEntryCountUnderflow: "V seznamu je příliš málo souborů. Minimální počet je {{minFiles}} {{minFilesUnit}}.",
|
|
152
153
|
validationListEntryCountOverflow: "V seznamu je příliš mnoho souborů. Maximální počet je {{maxFiles}} {{maxFilesUnit}}."
|
|
153
154
|
}, d = {
|
|
@@ -155,9 +156,9 @@ const i = {
|
|
|
155
156
|
...n,
|
|
156
157
|
...t,
|
|
157
158
|
...l,
|
|
158
|
-
...
|
|
159
|
+
...u,
|
|
159
160
|
...r,
|
|
160
|
-
...
|
|
161
|
+
...m
|
|
161
162
|
}, p = {
|
|
162
163
|
...i,
|
|
163
164
|
...a,
|
|
@@ -176,7 +177,7 @@ export {
|
|
|
176
177
|
n as validationFileMimeType,
|
|
177
178
|
l as validationFileName,
|
|
178
179
|
s as validationFileSize,
|
|
179
|
-
|
|
180
|
+
m as validationListCount,
|
|
180
181
|
r as validationListSize,
|
|
181
|
-
|
|
182
|
+
u as validationMediaResolution
|
|
182
183
|
};
|
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.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const e = {
|
|
|
92
92
|
mediaLoadError: "Kunne ikke indlæse {{fileMainType}}.",
|
|
93
93
|
mediaPlayError: "Kunne ikke afspille video."
|
|
94
94
|
}, l = {
|
|
95
|
+
storeRestoreError: "Kunne ikke indlæse filen.",
|
|
95
96
|
storeRestoreProgress: "Indlæser {{progress}}%",
|
|
96
97
|
storeStorageQueued: "Venter på upload",
|
|
97
98
|
storeStorageProgress: "Uploader {{progress}}%",
|
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.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const e = {
|
|
|
92
92
|
mediaLoadError: "{{fileMainType}} konnte nicht geladen werden.",
|
|
93
93
|
mediaPlayError: "Video kann nicht abgespielt werden."
|
|
94
94
|
}, t = {
|
|
95
|
+
storeRestoreError: "Datei konnte nicht geladen werden.",
|
|
95
96
|
storeRestoreProgress: "{{progress}}% laden",
|
|
96
97
|
storeStorageQueued: "Warten auf Upload",
|
|
97
98
|
storeStorageProgress: "Hochladen {{progress}}%",
|
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.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "Αποτυχία φόρτωσης {{fileMainType}}.",
|
|
93
93
|
mediaPlayError: "Αποτυχία αναπαραγωγής βίντεο."
|
|
94
94
|
}, a = {
|
|
95
|
+
storeRestoreError: "Αποτυχία φόρτωσης αρχείου.",
|
|
95
96
|
storeRestoreProgress: "Φόρτωση {{progress}}%",
|
|
96
97
|
storeStorageQueued: "Αναμονή για μεταφόρτωση",
|
|
97
98
|
storeStorageProgress: "Μεταφόρτωση {{progress}}%",
|
package/cdn/locales/en-gb.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -100,13 +100,12 @@ const i = {
|
|
|
100
100
|
mediaLoadError: "Failed to load {{fileMainType}}.",
|
|
101
101
|
mediaPlayError: "Failed to play video."
|
|
102
102
|
}, a = {
|
|
103
|
+
storeError: "Failed to store file.",
|
|
104
|
+
storeRestoreError: "Failed to load file.",
|
|
103
105
|
storeRestoreProgress: "Loading {{progress}}%",
|
|
104
106
|
storeStorageQueued: "Awaiting upload",
|
|
105
107
|
storeStorageProgress: "Uploading {{progress}}%",
|
|
106
108
|
storeStorageComplete: "Upload complete",
|
|
107
|
-
// item status block
|
|
108
|
-
storeError: "Failed to store file.",
|
|
109
|
-
// list validation status
|
|
110
109
|
storeAwaitingCompletion: "Not all files have been stored."
|
|
111
110
|
}, t = {
|
|
112
111
|
transformEditBusy: "Editing file data",
|
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.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const e = {
|
|
|
92
92
|
mediaLoadError: "No se pudo cargar la {{fileMainType}}.",
|
|
93
93
|
mediaPlayError: "No se pudo reproducir el video."
|
|
94
94
|
}, i = {
|
|
95
|
+
storeRestoreError: "No se pudo cargar el archivo.",
|
|
95
96
|
storeRestoreProgress: "Cargando {{progress}}%",
|
|
96
97
|
storeStorageQueued: "En espera de subir",
|
|
97
98
|
storeStorageProgress: "Subiendo {{progress}}%",
|
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.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "Tiedostoa {{fileMainType}} ei voitu ladata.",
|
|
93
93
|
mediaPlayError: "Videota ei voitu toistaa."
|
|
94
94
|
}, t = {
|
|
95
|
+
storeRestoreError: "Tiedostoa ei voitu ladata.",
|
|
95
96
|
storeRestoreProgress: "Ladataan {{progress}}%",
|
|
96
97
|
storeStorageQueued: "Odottaa latausta",
|
|
97
98
|
storeStorageProgress: "Lähetetään {{progress}}%",
|
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.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const e = {
|
|
|
92
92
|
mediaLoadError: "{{fileMainType}} n’a pas pu être chargée.",
|
|
93
93
|
mediaPlayError: "La vidéo ne peut pas être lue."
|
|
94
94
|
}, t = {
|
|
95
|
+
storeRestoreError: "Le fichier n’a pas pu être chargé.",
|
|
95
96
|
storeRestoreProgress: "Chargement {{progress}}%",
|
|
96
97
|
storeStorageQueued: "En attente de téléversement",
|
|
97
98
|
storeStorageProgress: "Téléversement {{progress}}%",
|
|
@@ -130,10 +131,10 @@ const e = {
|
|
|
130
131
|
}, o = {
|
|
131
132
|
validationFileNameMissing: "Nom de fichier manquant",
|
|
132
133
|
validationFileNameMismatch: "Ce nom de fichier est invalide."
|
|
133
|
-
},
|
|
134
|
+
}, r = {
|
|
134
135
|
validationFileSizeUnderflow: "Ce fichier est trop petit. La taille minimale est {{minSize}} {{minSizeUnit}}.",
|
|
135
136
|
validationFileSizeOverflow: "Ce fichier est trop volumineux. La taille maximale est {{maxSize}} {{maxSizeUnit}}."
|
|
136
|
-
},
|
|
137
|
+
}, l = {
|
|
137
138
|
validationListSizeUnderflow: "La taille totale des fichiers est trop petite. La taille totale minimale est {{minSize}} {{minSizeUnit}}.",
|
|
138
139
|
validationListSizeOverflow: "La taille totale des fichiers est trop grande. La taille totale maximale est {{maxSize}} {{maxSizeUnit}}."
|
|
139
140
|
}, d = {
|
|
@@ -151,12 +152,12 @@ const e = {
|
|
|
151
152
|
validationListEntryCountUnderflow: "Pas assez de fichiers dans la liste. Le minimum est {{minFiles}} {{minFilesUnit}}.",
|
|
152
153
|
validationListEntryCountOverflow: "Trop de fichiers dans la liste. Le maximum est {{maxFiles}} {{maxFilesUnit}}."
|
|
153
154
|
}, u = {
|
|
154
|
-
...
|
|
155
|
+
...r,
|
|
155
156
|
...n,
|
|
156
157
|
...s,
|
|
157
158
|
...o,
|
|
158
159
|
...d,
|
|
159
|
-
...
|
|
160
|
+
...l,
|
|
160
161
|
...m
|
|
161
162
|
}, c = {
|
|
162
163
|
...e,
|
|
@@ -175,8 +176,8 @@ export {
|
|
|
175
176
|
s as validationFileExtension,
|
|
176
177
|
n as validationFileMimeType,
|
|
177
178
|
o as validationFileName,
|
|
178
|
-
|
|
179
|
+
r as validationFileSize,
|
|
179
180
|
m as validationListCount,
|
|
180
|
-
|
|
181
|
+
l as validationListSize,
|
|
181
182
|
d as validationMediaResolution
|
|
182
183
|
};
|
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.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "{{fileMainType}} लोड नहीं हो सकी।",
|
|
93
93
|
mediaPlayError: "वीडियो चलाया नहीं जा सका।"
|
|
94
94
|
}, a = {
|
|
95
|
+
storeRestoreError: "फ़ाइल लोड नहीं हो सकी।",
|
|
95
96
|
storeRestoreProgress: "{{progress}}% लोड हो रहा है",
|
|
96
97
|
storeStorageQueued: "अपलोड की प्रतीक्षा में",
|
|
97
98
|
storeStorageProgress: "{{progress}}% अपलोड हो रहा है",
|
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.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const e = {
|
|
|
92
92
|
mediaLoadError: "{{fileMainType}} betöltése nem sikerült.",
|
|
93
93
|
mediaPlayError: "A videó nem játszható le."
|
|
94
94
|
}, t = {
|
|
95
|
+
storeRestoreError: "A fájl betöltése nem sikerült.",
|
|
95
96
|
storeRestoreProgress: "{{progress}}% betöltése",
|
|
96
97
|
storeStorageQueued: "Feltöltésre vár",
|
|
97
98
|
storeStorageProgress: "Feltöltés {{progress}}%",
|
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.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "Tókst ekki að hlaða {{fileMainType}}.",
|
|
93
93
|
mediaPlayError: "Tókst ekki að spila myndband."
|
|
94
94
|
}, e = {
|
|
95
|
+
storeRestoreError: "Tókst ekki að hlaða skránni.",
|
|
95
96
|
storeRestoreProgress: "Hleð {{progress}}%",
|
|
96
97
|
storeStorageQueued: "Bíð eftir upphali",
|
|
97
98
|
storeStorageProgress: "Upphala {{progress}}%",
|
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.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "Impossibile caricare la {{fileMainType}}.",
|
|
93
93
|
mediaPlayError: "Impossibile riprodurre il video."
|
|
94
94
|
}, a = {
|
|
95
|
+
storeRestoreError: "Impossibile caricare il file.",
|
|
95
96
|
storeRestoreProgress: "Caricamento {{progress}}%",
|
|
96
97
|
storeStorageQueued: "In attesa di caricamento",
|
|
97
98
|
storeStorageProgress: "Caricamento {{progress}}%",
|
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.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "{{fileMainType}}を読み込めませんでした。",
|
|
93
93
|
mediaPlayError: "動画を再生できません。"
|
|
94
94
|
}, a = {
|
|
95
|
+
storeRestoreError: "ファイルを読み込めませんでした。",
|
|
95
96
|
storeRestoreProgress: "{{progress}}% を読み込み中",
|
|
96
97
|
storeStorageQueued: "アップロード待機中",
|
|
97
98
|
storeStorageProgress: "{{progress}}% アップロード中",
|
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.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "{{fileMainType}}를 불러올 수 없습니다.",
|
|
93
93
|
mediaPlayError: "비디오를 재생할 수 없습니다."
|
|
94
94
|
}, a = {
|
|
95
|
+
storeRestoreError: "파일을 불러올 수 없습니다.",
|
|
95
96
|
storeRestoreProgress: "{{progress}}% 불러오는 중",
|
|
96
97
|
storeStorageQueued: "업로드 대기 중",
|
|
97
98
|
storeStorageProgress: "{{progress}}% 업로드 중",
|
package/cdn/locales/nb-no.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const e = {
|
|
|
92
92
|
mediaLoadError: "Kunne ikke laste {{fileMainType}}.",
|
|
93
93
|
mediaPlayError: "Kan ikke spille av videoen."
|
|
94
94
|
}, t = {
|
|
95
|
+
storeRestoreError: "Kunne ikke laste inn filen.",
|
|
95
96
|
storeRestoreProgress: "Laster {{progress}}%",
|
|
96
97
|
storeStorageQueued: "Venter på opplasting",
|
|
97
98
|
storeStorageProgress: "Laster opp {{progress}}%",
|
package/cdn/locales/nl-nl.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -99,6 +99,7 @@ const e = {
|
|
|
99
99
|
mediaLoadError: "{{fileMainType}} kon niet worden geladen.",
|
|
100
100
|
mediaPlayError: "Video kon niet worden afgespeeld."
|
|
101
101
|
}, t = {
|
|
102
|
+
storeRestoreError: "Bestand kon niet worden geladen.",
|
|
102
103
|
storeRestoreProgress: "{{progress}}% laden",
|
|
103
104
|
storeStorageQueued: "Wachten op upload",
|
|
104
105
|
storeStorageProgress: "Uploaden {{progress}}%",
|
|
@@ -107,10 +108,10 @@ const e = {
|
|
|
107
108
|
storeError: "Bestand kon niet worden opgeslagen.",
|
|
108
109
|
// list validation status
|
|
109
110
|
storeAwaitingCompletion: "Niet alle bestanden zijn opgeslagen."
|
|
110
|
-
},
|
|
111
|
+
}, n = {
|
|
111
112
|
transformEditBusy: "Bestand wordt bewerkt",
|
|
112
113
|
transformError: "Bestand kon niet worden bewerkt. Probeer het opnieuw."
|
|
113
|
-
},
|
|
114
|
+
}, a = {
|
|
114
115
|
validationFileMimeTypeMismatch: {
|
|
115
116
|
template: "Dit bestandstype is niet toegestaan. {{details}}.",
|
|
116
117
|
variables: {
|
|
@@ -161,7 +162,7 @@ const e = {
|
|
|
161
162
|
validationListEntryCountOverflow: "Te veel bestanden in de lijst. Maximum aantal is {{maxFiles}} {{maxFilesUnit}}."
|
|
162
163
|
}, g = {
|
|
163
164
|
...l,
|
|
164
|
-
...
|
|
165
|
+
...a,
|
|
165
166
|
...o,
|
|
166
167
|
...s,
|
|
167
168
|
...r,
|
|
@@ -172,17 +173,17 @@ const e = {
|
|
|
172
173
|
...t,
|
|
173
174
|
...i,
|
|
174
175
|
...g,
|
|
175
|
-
...
|
|
176
|
+
...n
|
|
176
177
|
};
|
|
177
178
|
export {
|
|
178
179
|
e as core,
|
|
179
180
|
p as locale,
|
|
180
181
|
i as media,
|
|
181
182
|
t as store,
|
|
182
|
-
|
|
183
|
+
n as transform,
|
|
183
184
|
g as validation,
|
|
184
185
|
o as validationFileExtension,
|
|
185
|
-
|
|
186
|
+
a as validationFileMimeType,
|
|
186
187
|
s as validationFileName,
|
|
187
188
|
l as validationFileSize,
|
|
188
189
|
m as validationListCount,
|
package/cdn/locales/pl-pl.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "Nie udało się załadować {{fileMainType}}.",
|
|
93
93
|
mediaPlayError: "Nie udało się odtworzyć wideo."
|
|
94
94
|
}, e = {
|
|
95
|
+
storeRestoreError: "Nie udało się załadować pliku.",
|
|
95
96
|
storeRestoreProgress: "Ładowanie {{progress}}%",
|
|
96
97
|
storeStorageQueued: "Oczekiwanie na przesłanie",
|
|
97
98
|
storeStorageProgress: "Przesyłanie {{progress}}%",
|
package/cdn/locales/pt-pt.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "Não foi possível carregar a {{fileMainType}}.",
|
|
93
93
|
mediaPlayError: "Não foi possível reproduzir o vídeo."
|
|
94
94
|
}, a = {
|
|
95
|
+
storeRestoreError: "Não foi possível carregar o ficheiro.",
|
|
95
96
|
storeRestoreProgress: "A carregar {{progress}}%",
|
|
96
97
|
storeStorageQueued: "A aguardar envio",
|
|
97
98
|
storeStorageProgress: "A enviar {{progress}}%",
|
|
@@ -114,7 +115,7 @@ const i = {
|
|
|
114
115
|
}
|
|
115
116
|
}
|
|
116
117
|
}
|
|
117
|
-
},
|
|
118
|
+
}, r = {
|
|
118
119
|
validationFileExtensionMismatch: {
|
|
119
120
|
template: "Esta extensão de ficheiro não é permitida. {{details}}.",
|
|
120
121
|
variables: {
|
|
@@ -127,7 +128,7 @@ const i = {
|
|
|
127
128
|
}
|
|
128
129
|
}
|
|
129
130
|
}
|
|
130
|
-
},
|
|
131
|
+
}, n = {
|
|
131
132
|
validationFileNameMissing: "Nome do ficheiro em falta",
|
|
132
133
|
validationFileNameMismatch: "Este nome de ficheiro é inválido."
|
|
133
134
|
}, s = {
|
|
@@ -153,8 +154,8 @@ const i = {
|
|
|
153
154
|
}, c = {
|
|
154
155
|
...s,
|
|
155
156
|
...t,
|
|
156
|
-
...n,
|
|
157
157
|
...r,
|
|
158
|
+
...n,
|
|
158
159
|
...d,
|
|
159
160
|
...l,
|
|
160
161
|
...m
|
|
@@ -172,9 +173,9 @@ export {
|
|
|
172
173
|
a as store,
|
|
173
174
|
o as transform,
|
|
174
175
|
c as validation,
|
|
175
|
-
|
|
176
|
+
r as validationFileExtension,
|
|
176
177
|
t as validationFileMimeType,
|
|
177
|
-
|
|
178
|
+
n as validationFileName,
|
|
178
179
|
s as validationFileSize,
|
|
179
180
|
m as validationListCount,
|
|
180
181
|
l as validationListSize,
|
package/cdn/locales/sv-se.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -81,7 +81,7 @@ const i = {
|
|
|
81
81
|
ariaDragStateDrop: "Släppte {{name}} på position {{position}}",
|
|
82
82
|
ariaDragStateGrab: "Plockade upp {{name}} på position {{position}}",
|
|
83
83
|
ariaDragStateSort: "Flyttade {{name}} till position {{position}} av {{total}}"
|
|
84
|
-
},
|
|
84
|
+
}, e = {
|
|
85
85
|
mediaEdit: "Redigera",
|
|
86
86
|
mediaPlay: "Spela upp",
|
|
87
87
|
mediaPause: "Pausa",
|
|
@@ -91,7 +91,8 @@ const i = {
|
|
|
91
91
|
mediaFullscreen: "Helskärm",
|
|
92
92
|
mediaLoadError: "Det gick inte att ladda {{fileMainType}}.",
|
|
93
93
|
mediaPlayError: "Det går inte att spela upp videon."
|
|
94
|
-
},
|
|
94
|
+
}, a = {
|
|
95
|
+
storeRestoreError: "Det gick inte att ladda filen.",
|
|
95
96
|
storeRestoreProgress: "Laddar {{progress}}%",
|
|
96
97
|
storeStorageQueued: "Väntar på uppladdning",
|
|
97
98
|
storeStorageProgress: "Laddar upp {{progress}}%",
|
|
@@ -160,16 +161,16 @@ const i = {
|
|
|
160
161
|
...p
|
|
161
162
|
}, g = {
|
|
162
163
|
...i,
|
|
163
|
-
...e,
|
|
164
164
|
...a,
|
|
165
|
+
...e,
|
|
165
166
|
...m,
|
|
166
167
|
...t
|
|
167
168
|
};
|
|
168
169
|
export {
|
|
169
170
|
i as core,
|
|
170
171
|
g as locale,
|
|
171
|
-
|
|
172
|
-
|
|
172
|
+
e as media,
|
|
173
|
+
a as store,
|
|
173
174
|
t as transform,
|
|
174
175
|
m as validation,
|
|
175
176
|
l as validationFileExtension,
|
package/cdn/locales/tr-tr.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "{{fileMainType}} yüklenemedi.",
|
|
93
93
|
mediaPlayError: "Video oynatılamadı."
|
|
94
94
|
}, e = {
|
|
95
|
+
storeRestoreError: "Dosya yüklenemedi.",
|
|
95
96
|
storeRestoreProgress: "{{progress}}% yükleniyor",
|
|
96
97
|
storeStorageQueued: "Yükleme bekleniyor",
|
|
97
98
|
storeStorageProgress: "%{{progress}} yükleniyor",
|
package/cdn/locales/uk-ua.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "Не вдалося завантажити {{fileMainType}}.",
|
|
93
93
|
mediaPlayError: "Не вдалося відтворити відео."
|
|
94
94
|
}, a = {
|
|
95
|
+
storeRestoreError: "Не вдалося завантажити файл.",
|
|
95
96
|
storeRestoreProgress: "Завантаження {{progress}}%",
|
|
96
97
|
storeStorageQueued: "Очікування завантаження",
|
|
97
98
|
storeStorageProgress: "Завантаження {{progress}}%",
|
package/cdn/locales/vi-vn.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "Không thể tải {{fileMainType}}.",
|
|
93
93
|
mediaPlayError: "Không thể phát video."
|
|
94
94
|
}, n = {
|
|
95
|
+
storeRestoreError: "Không thể tải tệp.",
|
|
95
96
|
storeRestoreProgress: "Đang tải {{progress}}%",
|
|
96
97
|
storeStorageQueued: "Chờ tải lên",
|
|
97
98
|
storeStorageProgress: "Đang tải lên {{progress}}%",
|
package/cdn/locales/zh-cn.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond v5.0.0-beta.
|
|
2
|
+
* FilePond v5.0.0-beta.53
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -92,6 +92,7 @@ const i = {
|
|
|
92
92
|
mediaLoadError: "无法加载 {{fileMainType}}。",
|
|
93
93
|
mediaPlayError: "无法播放视频。"
|
|
94
94
|
}, a = {
|
|
95
|
+
storeRestoreError: "无法加载文件。",
|
|
95
96
|
storeRestoreProgress: "正在加载 {{progress}}%",
|
|
96
97
|
storeStorageQueued: "等待上传",
|
|
97
98
|
storeStorageProgress: "正在上传 {{progress}}%",
|