filepond 5.0.0-beta.2 → 5.0.0-beta.21
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/README.md +27 -4
- package/cdn/assets/index.js +1 -1
- package/cdn/dev/index.js +1 -0
- package/cdn/extensions/blob-loader.js +1 -1
- package/cdn/extensions/canvas-loader.js +1 -1
- package/cdn/extensions/chunked-upload-store.js +1 -1
- package/cdn/extensions/clipboard-source.js +1 -1
- package/cdn/extensions/console-view.js +1 -1
- package/cdn/extensions/data-transfer-loader.js +1 -1
- package/cdn/extensions/data-url-store.js +1 -1
- package/cdn/extensions/drag-drop-source.js +1 -1
- package/cdn/extensions/dropbox-source.js +1 -1
- package/cdn/extensions/entry-list-view.js +1 -1
- package/cdn/extensions/file-extension-validator.js +1 -1
- package/cdn/extensions/file-input-source.js +1 -1
- package/cdn/extensions/file-input-store.js +1 -1
- package/cdn/extensions/file-mime-type-validator.js +1 -1
- package/cdn/extensions/file-name-transform.js +1 -1
- package/cdn/extensions/file-name-validator.js +1 -1
- package/cdn/extensions/file-size-validator.js +1 -1
- package/cdn/extensions/form-post-store.js +1 -1
- package/cdn/extensions/image-bitmap-transform.js +1 -0
- package/cdn/extensions/index.js +1 -1
- package/cdn/extensions/list-count-validator.js +1 -1
- package/cdn/extensions/list-size-validator.js +1 -1
- package/cdn/extensions/media-resolution-validator.js +1 -1
- package/cdn/extensions/object-url-store.js +1 -1
- package/cdn/extensions/simulated-loader.js +1 -1
- package/cdn/extensions/simulated-store.js +1 -1
- package/cdn/extensions/text-input-store.js +1 -1
- package/cdn/extensions/url-loader.js +1 -1
- package/cdn/extensions/value-callback-store.js +1 -1
- package/cdn/index.js +1 -7
- package/cdn/locales/ar-ar.js +72 -48
- package/cdn/locales/bn-bd.js +72 -48
- package/cdn/locales/cs-cz.js +83 -59
- package/cdn/locales/da-dk.js +74 -50
- package/cdn/locales/de-de.js +72 -42
- package/cdn/locales/el-gr.js +72 -48
- package/cdn/locales/en-gb.js +85 -62
- package/cdn/locales/es-es.js +69 -39
- package/cdn/locales/fi-fi.js +69 -45
- package/cdn/locales/fr-fr.js +78 -48
- package/cdn/locales/hi-in.js +72 -42
- package/cdn/locales/hu-hu.js +66 -42
- package/cdn/locales/index.js +1 -1
- package/cdn/locales/is-is.js +71 -47
- package/cdn/locales/it-it.js +73 -43
- package/cdn/locales/ja-jp.js +72 -42
- package/cdn/locales/ko-kr.js +72 -42
- package/cdn/locales/nb-no.js +74 -44
- package/cdn/locales/nl-nl.js +71 -48
- package/cdn/locales/pl-pl.js +76 -52
- package/cdn/locales/pt-pt.js +71 -41
- package/cdn/locales/sv-se.js +73 -43
- package/cdn/locales/tr-tr.js +83 -59
- package/cdn/locales/uk-ua.js +72 -48
- package/cdn/locales/vi-vn.js +82 -58
- package/cdn/locales/zh-cn.js +72 -42
- package/cdn/main.js +7 -0
- package/cdn/templates/entry.js +1 -1
- package/cdn/templates/helpers.js +1 -1
- package/cdn/templates/index.js +1 -1
- package/cdn/templates/media.js +1 -1
- package/cdn/workers/httpRequest.js +45 -0
- package/cdn/workers/httpRequestWorker.js +37 -0
- package/cdn/workers/readFile.js +14 -0
- package/cdn/workers/readFileWorker.js +6 -0
- package/cdn/workers/transformImage.js +16 -0
- package/cdn/workers/transformImageWorker.js +8 -0
- 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 +142 -133
- package/esm/core/extensionManager.js +89 -86
- package/esm/core/taskScheduler.js +78 -97
- package/esm/dev/index.js +122 -0
- package/esm/elements/FilePondDefault/index.css.js +2 -2
- package/esm/elements/FilePondDefault/index.js +164 -125
- package/esm/elements/FilePondDropArea/index.css.js +1 -1
- package/esm/elements/FilePondDropArea/index.js +1 -1
- package/esm/elements/FilePondDropArea/index.svelte.js +38 -40
- package/esm/elements/FilePondDropIndicator/index.css.js +1 -1
- package/esm/elements/FilePondDropIndicator/index.js +1 -1
- package/esm/elements/FilePondDropIndicator/index.svelte.js +65 -67
- package/esm/elements/FilePondEntryList/components/Entry/index.css.js +2 -2
- package/esm/elements/FilePondEntryList/components/Entry/index.js +1 -1
- package/esm/elements/FilePondEntryList/components/Entry/index.svelte.js +37 -37
- package/esm/elements/FilePondEntryList/components/EntryActivityIndicator/index.css.js +2 -2
- package/esm/elements/FilePondEntryList/components/EntryActivityIndicator/index.js +1 -2
- package/esm/elements/FilePondEntryList/components/EntryActivityIndicator/index.svelte.js +115 -86
- 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/EntryList/index.svelte.js +159 -154
- package/esm/elements/FilePondEntryList/components/EntryListItem/index.css.js +1 -1
- package/esm/elements/FilePondEntryList/components/EntryListItem/index.js +1 -2
- package/esm/elements/FilePondEntryList/components/EntryListItem/index.svelte.js +70 -46
- package/esm/elements/FilePondEntryList/components/EntryListItemPlaceholder/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 -2
- package/esm/elements/FilePondEntryList/components/EntryStatus/index.svelte.js +62 -62
- package/esm/elements/FilePondEntryList/components/MediaImage/components/BitmapRenderer.svelte.js +65 -60
- package/esm/elements/FilePondEntryList/components/MediaImage/components/BitmapRendererCache.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaImage/index.css.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaImage/index.js +2 -1
- package/esm/elements/FilePondEntryList/components/MediaImage/index.svelte.js +91 -83
- package/esm/elements/FilePondEntryList/components/MediaPane/index.css.js +2 -2
- package/esm/elements/FilePondEntryList/components/MediaPane/index.js +1 -1
- package/esm/elements/FilePondEntryList/components/MediaPane/index.svelte.js +33 -35
- 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/MediaTimeIndicator/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/components/MediaVideo/index.svelte.js +88 -88
- 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.css.js +2 -2
- package/esm/elements/FilePondEntryList/index.js +11 -14
- package/esm/elements/FilePondEntryList/index.svelte.js +351 -271
- package/esm/elements/FilePondInput/index.css.js +3 -3
- package/esm/elements/FilePondInput/index.js +252 -191
- package/esm/elements/FilePondSvelteComponent/index.svelte.js +11 -11
- package/esm/elements/attachments/dragarea.js +62 -63
- package/esm/elements/attachments/droparea.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/animationGuard.js +1 -1
- package/esm/elements/common/animationPreference.svelte.js +35 -41
- 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/getClosestElement.js +1 -1
- package/esm/elements/common/html.js +4 -4
- package/esm/elements/common/nodeTree.js +9 -9
- package/esm/elements/common/store.svelte.js +1 -1
- package/esm/elements/common/string.js +75 -55
- package/esm/elements/common/transition.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/BooleanInput/index.svelte.js +31 -33
- package/esm/elements/components/Button/index.css.js +2 -2
- package/esm/elements/components/Button/index.js +1 -1
- package/esm/elements/components/Button/index.svelte.js +49 -49
- package/esm/elements/components/ElementPane/index.css.js +1 -1
- package/esm/elements/components/ElementPane/index.js +1 -1
- package/esm/elements/components/ElementPane/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/ElementSkeleton/index.svelte.js +1 -1
- package/esm/elements/components/FilenameInput/index.css.js +2 -2
- package/esm/elements/components/FilenameInput/index.js +1 -1
- package/esm/elements/components/FilenameInput/index.svelte.js +1 -1
- package/esm/elements/components/NodeList/index.svelte.js +174 -200
- package/esm/elements/components/ProgressIndicator/index.css.js +2 -2
- package/esm/elements/components/ProgressIndicator/index.js +1 -1
- package/esm/elements/components/ProgressIndicator/index.svelte.js +98 -124
- package/esm/elements/components/RangeInput/index.css.js +2 -2
- package/esm/elements/components/RangeInput/index.js +1 -1
- package/esm/elements/components/RangeInput/index.svelte.js +86 -85
- package/esm/elements/components/SpringElement/index.svelte.js +91 -90
- package/esm/elements/components/TextInput/index.css.js +1 -1
- package/esm/elements/components/TextInput/index.js +1 -1
- package/esm/elements/components/TextInput/index.svelte.js +25 -27
- 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 +38 -37
- 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 +36 -33
- package/esm/extensions/data-transfer-loader.js +1 -1
- package/esm/extensions/data-url-store.js +24 -19
- package/esm/extensions/drag-drop-source.js +1 -1
- package/esm/extensions/dropbox-source.js +1 -1
- package/esm/extensions/entry-list-view.js +35 -29
- 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 +21 -17
- 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 +33 -22
- package/esm/extensions/form-post-store.js +1 -1
- package/esm/extensions/image-bitmap-transform.js +109 -0
- package/esm/extensions/index.js +23 -21
- package/esm/extensions/list-count-validator.js +21 -21
- package/esm/extensions/list-size-validator.js +42 -31
- package/esm/extensions/media-resolution-validator.js +57 -47
- package/esm/extensions/object-url-store.js +1 -1
- package/esm/extensions/simulated-loader.js +74 -65
- package/esm/extensions/simulated-store.js +1 -1
- package/esm/extensions/text-input-store.js +1 -1
- package/esm/extensions/url-loader.js +74 -71
- package/esm/extensions/value-callback-store.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locales/ar-ar.js +72 -48
- package/esm/locales/bn-bd.js +72 -48
- package/esm/locales/cs-cz.js +83 -59
- package/esm/locales/da-dk.js +74 -50
- package/esm/locales/de-de.js +72 -42
- package/esm/locales/el-gr.js +72 -48
- package/esm/locales/en-gb.js +85 -62
- package/esm/locales/es-es.js +69 -39
- package/esm/locales/fi-fi.js +69 -45
- package/esm/locales/fr-fr.js +78 -48
- package/esm/locales/hi-in.js +72 -42
- package/esm/locales/hu-hu.js +66 -42
- package/esm/locales/index.js +1 -1
- package/esm/locales/is-is.js +71 -47
- package/esm/locales/it-it.js +73 -43
- package/esm/locales/ja-jp.js +72 -42
- package/esm/locales/ko-kr.js +72 -42
- package/esm/locales/nb-no.js +74 -44
- package/esm/locales/nl-nl.js +71 -48
- package/esm/locales/pl-pl.js +76 -52
- package/esm/locales/pt-pt.js +71 -41
- package/esm/locales/sv-se.js +73 -43
- package/esm/locales/tr-tr.js +83 -59
- package/esm/locales/uk-ua.js +72 -48
- package/esm/locales/vi-vn.js +82 -58
- package/esm/locales/zh-cn.js +72 -42
- package/esm/svelte/svelte/src/constants.js +13 -12
- package/esm/svelte/svelte/src/internal/client/constants.js +29 -24
- package/esm/svelte/svelte/src/internal/client/context.js +33 -28
- package/esm/svelte/svelte/src/internal/client/dom/blocks/boundary.js +185 -126
- package/esm/svelte/svelte/src/internal/client/dom/blocks/branches.js +42 -43
- package/esm/svelte/svelte/src/internal/client/dom/blocks/each.js +175 -150
- package/esm/svelte/svelte/src/internal/client/dom/blocks/html.js +55 -32
- package/esm/svelte/svelte/src/internal/client/dom/blocks/if.js +12 -12
- package/esm/svelte/svelte/src/internal/client/dom/blocks/svelte-element.js +17 -17
- package/esm/svelte/svelte/src/internal/client/dom/elements/attributes.js +111 -113
- package/esm/svelte/svelte/src/internal/client/dom/elements/bindings/this.js +29 -16
- package/esm/svelte/svelte/src/internal/client/dom/elements/events.js +65 -60
- package/esm/svelte/svelte/src/internal/client/dom/elements/transitions.js +54 -54
- package/esm/svelte/svelte/src/internal/client/dom/operations.js +30 -22
- package/esm/svelte/svelte/src/internal/client/dom/reconciler.js +19 -4
- package/esm/svelte/svelte/src/internal/client/error-handling.js +17 -17
- package/esm/svelte/svelte/src/internal/client/errors.js +24 -20
- package/esm/svelte/svelte/src/internal/client/proxy.js +1 -1
- package/esm/svelte/svelte/src/internal/client/reactivity/async.js +60 -40
- package/esm/svelte/svelte/src/internal/client/reactivity/batch.js +273 -236
- package/esm/svelte/svelte/src/internal/client/reactivity/deriveds.js +110 -84
- package/esm/svelte/svelte/src/internal/client/reactivity/effects.js +160 -157
- package/esm/svelte/svelte/src/internal/client/reactivity/props.js +2 -1
- package/esm/svelte/svelte/src/internal/client/reactivity/sources.js +69 -70
- package/esm/svelte/svelte/src/internal/client/reactivity/status.js +12 -0
- package/esm/svelte/svelte/src/internal/client/reactivity/utils.js +16 -0
- package/esm/svelte/svelte/src/internal/client/render.js +68 -64
- package/esm/svelte/svelte/src/internal/client/runtime.js +174 -170
- package/esm/svelte/svelte/src/internal/shared/attributes.js +32 -32
- package/esm/svelte/svelte/src/internal/shared/utils.js +16 -15
- package/esm/svelte/svelte/src/motion/spring.js +7 -7
- package/esm/svelte/svelte/src/reactivity/map.js +17 -21
- package/esm/templates/entry.js +194 -159
- package/esm/templates/helpers.js +85 -75
- package/esm/templates/index.js +1 -1
- package/esm/templates/media.js +163 -131
- 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 +84 -74
- package/esm/utils/file.js +82 -69
- package/esm/utils/functionToBlob.js +1 -1
- package/esm/utils/keyboard.js +34 -0
- package/esm/utils/math.js +14 -7
- package/esm/utils/media.js +1 -1
- package/esm/utils/number.js +11 -16
- 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 +39 -30
- package/esm/utils/size.js +1 -1
- package/esm/utils/sleep.js +1 -1
- package/esm/utils/string.js +25 -21
- package/esm/utils/support.js +5 -6
- package/esm/utils/test.js +1 -1
- package/esm/utils/thread.js +50 -43
- package/esm/utils/tree.js +1 -1
- package/esm/utils/url.js +2 -2
- package/esm/utils/vector.js +1 -1
- package/esm/utils/window.js +1 -1
- package/esm/utils/xhr.js +88 -113
- package/esm/workers/httpRequest.js +45 -0
- package/esm/workers/httpRequestWorker.js +37 -0
- package/esm/workers/readFile.js +14 -0
- package/esm/workers/readFileWorker.js +6 -0
- package/esm/workers/transformImage.js +16 -0
- package/esm/workers/transformImageWorker.js +8 -0
- package/package.json +17 -12
- package/types/core/entryTree.d.ts +6 -2
- package/types/core/extensionManager.d.ts +16 -2
- package/types/core/taskScheduler.d.ts +2 -2
- package/types/dev/index.d.ts +11 -3
- package/types/elements/FilePondDefault/index.d.ts +15 -5
- package/types/elements/FilePondEntryList/components/MediaImage/index.d.ts +1 -1
- package/types/elements/FilePondEntryList/components/MediaVideo/index.d.ts +1 -1
- package/types/elements/FilePondEntryList/contexts/appContext.d.ts +1 -0
- package/types/elements/FilePondEntryList/contexts/entryContext.d.ts +1 -0
- package/types/elements/FilePondEntryList/index.d.ts +10 -11
- package/types/elements/FilePondInput/index.d.ts +22 -11
- package/types/elements/common/animationPreference.svelte.d.ts +6 -3
- package/types/elements/common/nodeTree.d.ts +1 -1
- package/types/elements/common/string.d.ts +1 -1
- package/types/extensions/common/createTransformExtension.d.ts +1 -1
- package/types/extensions/data-url-store.d.ts +2 -0
- package/types/extensions/file-name-transform.d.ts +1 -1
- package/types/extensions/file-size-validator.d.ts +2 -0
- package/types/extensions/image-bitmap-transform.d.ts +32 -0
- package/types/extensions/index.d.ts +1 -0
- package/types/extensions/list-size-validator.d.ts +2 -0
- package/types/extensions/simulated-loader.d.ts +2 -0
- package/types/extensions/simulated-store.d.ts +1 -1
- package/types/extensions/url-loader.d.ts +2 -0
- package/types/locales/ar-ar.d.ts +101 -76
- package/types/locales/bn-bd.d.ts +101 -76
- package/types/locales/cs-cz.d.ts +101 -76
- package/types/locales/da-dk.d.ts +101 -76
- package/types/locales/de-de.d.ts +101 -76
- package/types/locales/el-gr.d.ts +101 -76
- package/types/locales/en-gb.d.ts +102 -82
- package/types/locales/es-es.d.ts +101 -76
- package/types/locales/fi-fi.d.ts +101 -76
- package/types/locales/fr-fr.d.ts +101 -76
- package/types/locales/hi-in.d.ts +101 -76
- package/types/locales/hu-hu.d.ts +101 -76
- package/types/locales/is-is.d.ts +101 -76
- package/types/locales/it-it.d.ts +101 -76
- package/types/locales/ja-jp.d.ts +101 -76
- package/types/locales/ko-kr.d.ts +101 -76
- package/types/locales/nb-no.d.ts +101 -76
- package/types/locales/nl-nl.d.ts +101 -76
- package/types/locales/pl-pl.d.ts +101 -76
- package/types/locales/pt-pt.d.ts +101 -76
- package/types/locales/sv-se.d.ts +101 -76
- package/types/locales/tr-tr.d.ts +101 -76
- package/types/locales/uk-ua.d.ts +101 -76
- package/types/locales/vi-vn.d.ts +101 -76
- package/types/locales/zh-cn.d.ts +101 -76
- package/types/templates/entry.d.ts +15 -16
- package/types/templates/helpers.d.ts +5 -1
- package/types/templates/media.d.ts +43 -6
- package/types/types/index.d.ts +9 -15
- package/types/utils/file.d.ts +7 -15
- package/types/utils/keyboard.d.ts +5 -0
- package/types/utils/rect.d.ts +5 -0
- package/types/utils/string.d.ts +1 -0
- package/types/utils/thread.d.ts +6 -0
- package/types/utils/xhr.d.ts +1 -0
- package/types/workers/httpRequest.d.ts +23 -0
- package/types/workers/readFile.d.ts +9 -0
- package/types/workers/transformImage.d.ts +6 -0
- package/types/elements/FilePondEntryList/components/EntryContext/index.d.ts +0 -1
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.21
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -14,6 +14,29 @@ const i = {
|
|
|
14
14
|
revert: "Przywróć",
|
|
15
15
|
busy: "Zajęte",
|
|
16
16
|
loading: "Ładowanie",
|
|
17
|
+
// units
|
|
18
|
+
unitB: {
|
|
19
|
+
1: "bajt",
|
|
20
|
+
else: "bajty"
|
|
21
|
+
},
|
|
22
|
+
unitKB: "KB",
|
|
23
|
+
unitMB: "MB",
|
|
24
|
+
unitGB: "GB",
|
|
25
|
+
unitTB: "TB",
|
|
26
|
+
unitPB: "PB",
|
|
27
|
+
unitKiB: "KiB",
|
|
28
|
+
unitMiB: "MiB",
|
|
29
|
+
unitGiB: "GiB",
|
|
30
|
+
unitTiB: "TiB",
|
|
31
|
+
unitPiB: "PiB",
|
|
32
|
+
unitPixels: {
|
|
33
|
+
1: "piksel",
|
|
34
|
+
else: "piksele"
|
|
35
|
+
},
|
|
36
|
+
unitFiles: {
|
|
37
|
+
1: "plik",
|
|
38
|
+
else: "pliki"
|
|
39
|
+
},
|
|
17
40
|
error: "Błąd",
|
|
18
41
|
warning: "Ostrzeżenie",
|
|
19
42
|
success: "Sukces",
|
|
@@ -25,7 +48,9 @@ const i = {
|
|
|
25
48
|
fileMainTypeApplication: "plik",
|
|
26
49
|
assistAbort: "Dotknij, aby anulować",
|
|
27
50
|
assistUndo: "Dotknij, aby cofnąć",
|
|
28
|
-
|
|
51
|
+
// browse button labels
|
|
52
|
+
browse: "Wybierz {{maxFilesUnit}}",
|
|
53
|
+
browseAndDrop: "Upuść tutaj {{maxFilesUnit}} lub <u>przeglądaj</u>",
|
|
29
54
|
loadError: "Nie udało się załadować pliku.",
|
|
30
55
|
loadDataTranserProgress: "Ładowanie plików",
|
|
31
56
|
loadDataTranserInfo: "Przetworzono {{processedFiles}} z {{totalFiles}} plików",
|
|
@@ -34,7 +59,28 @@ const i = {
|
|
|
34
59
|
validationInvalidEntries: "Lista plików zawiera nieprawidłowe elementy.",
|
|
35
60
|
validationInvalidState: "Lista plików jest w nieprawidłowym stanie.",
|
|
36
61
|
validationInvalidBusy: "Lista plików jest zajęta.",
|
|
37
|
-
validationInvalidEmpty:
|
|
62
|
+
validationInvalidEmpty: {
|
|
63
|
+
template: "Wybierz {{files}}.",
|
|
64
|
+
variables: {
|
|
65
|
+
files: {
|
|
66
|
+
context: "multiple",
|
|
67
|
+
map: {
|
|
68
|
+
false: "plik",
|
|
69
|
+
true: "co najmniej jeden plik"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
// screenreader accessibility
|
|
75
|
+
ariaRequired: "wymagane",
|
|
76
|
+
ariaNoEntries: "Nie wybrano {{maxFilesUnit}}",
|
|
77
|
+
ariaSingleEntry: "Wybrano {{name}}",
|
|
78
|
+
ariaMultipleEntries: "Wybrano {{count}} plików",
|
|
79
|
+
ariaItemRoleDescription: "Możliwe sortowanie",
|
|
80
|
+
ariaDragDescription: "Naciśnij spację, aby podnieść i upuścić element. Użyj klawiszy strzałek w górę i w dół, aby przenieść go na nową pozycję.",
|
|
81
|
+
ariaDragStateDrop: "Upuszczono {{name}} na pozycji {{position}}",
|
|
82
|
+
ariaDragStateGrab: "Podniesiono {{name}} na pozycji {{position}}",
|
|
83
|
+
ariaDragStateSort: "Przeniesiono {{name}} na pozycję {{position}} z {{total}}"
|
|
38
84
|
}, a = {
|
|
39
85
|
mediaEdit: "Edytuj",
|
|
40
86
|
mediaPlay: "Odtwórz",
|
|
@@ -81,78 +127,56 @@ const i = {
|
|
|
81
127
|
}
|
|
82
128
|
}
|
|
83
129
|
}
|
|
84
|
-
},
|
|
130
|
+
}, s = {
|
|
85
131
|
validationFileNameMissing: "Brak nazwy pliku",
|
|
86
132
|
validationFileNameMismatch: "Nazwa pliku jest nieprawidłowa."
|
|
87
|
-
},
|
|
88
|
-
validationFileSizeUnderflow: "
|
|
89
|
-
validationFileSizeOverflow: "
|
|
90
|
-
}, d = {
|
|
91
|
-
validationListSizeUnderflow: "Łączny rozmiar plików jest za mały. Minimum to {{minListSize}}.",
|
|
92
|
-
validationListSizeOverflow: "Łączny rozmiar plików jest za duży. Maksimum to {{maxListSize}}."
|
|
133
|
+
}, l = {
|
|
134
|
+
validationFileSizeUnderflow: "Ten plik jest za mały. Minimalny rozmiar to {{minSize}} {{minSizeUnit}}.",
|
|
135
|
+
validationFileSizeOverflow: "Ten plik jest za duży. Maksymalny rozmiar to {{maxSize}} {{maxSizeUnit}}."
|
|
93
136
|
}, r = {
|
|
137
|
+
validationListSizeUnderflow: "Łączny rozmiar plików jest za mały. Minimalny łączny rozmiar to {{minSize}} {{minSizeUnit}}.",
|
|
138
|
+
validationListSizeOverflow: "Łączny rozmiar plików jest za duży. Maksymalny łączny rozmiar to {{maxSize}} {{maxSizeUnit}}."
|
|
139
|
+
}, d = {
|
|
94
140
|
validationMediaSizeUnavailable: "Nie udało się odczytać rozmiaru multimediów.",
|
|
95
|
-
validationMediaWidthRangeMismatch: "Szerokość {{fileMainType}} jest nieprawidłowa.
|
|
96
|
-
validationMediaWidthUnderflow: "{{fileMainType}} jest za mały. Minimalna szerokość to {{minWidth}}
|
|
97
|
-
validationMediaWidthOverflow: "{{fileMainType}} jest za duży. Maksymalna szerokość to {{maxWidth}}
|
|
98
|
-
validationMediaHeightRangeMismatch: "Wysokość {{fileMainType}} jest nieprawidłowa.
|
|
99
|
-
validationMediaHeightUnderflow: "{{fileMainType}} jest za mały. Minimalna wysokość to {{minHeight}}
|
|
100
|
-
validationMediaHeightOverflow: "{{fileMainType}} jest za duży. Maksymalna wysokość to {{maxHeight}}
|
|
141
|
+
validationMediaWidthRangeMismatch: "Szerokość {{fileMainType}} jest nieprawidłowa. Szerokość musi mieścić się między {{minWidth}} a {{maxWidth}} {{maxWidthUnit}}.",
|
|
142
|
+
validationMediaWidthUnderflow: "{{fileMainType}} jest za mały. Minimalna szerokość to {{minWidth}} {{minWidthUnit}}.",
|
|
143
|
+
validationMediaWidthOverflow: "{{fileMainType}} jest za duży. Maksymalna szerokość to {{maxWidth}} {{maxWidthUnit}}.",
|
|
144
|
+
validationMediaHeightRangeMismatch: "Wysokość {{fileMainType}} jest nieprawidłowa. Wysokość musi mieścić się między {{minHeight}} a {{maxHeight}} {{maxHeightUnit}}.",
|
|
145
|
+
validationMediaHeightUnderflow: "{{fileMainType}} jest za mały. Minimalna wysokość to {{minHeight}} {{minHeightUnit}}.",
|
|
146
|
+
validationMediaHeightOverflow: "{{fileMainType}} jest za duży. Maksymalna wysokość to {{maxHeight}} {{maxHeightUnit}}.",
|
|
101
147
|
validationMediaResolutionRangeMismatch: "Rozdzielczość jest nieprawidłowa. Musi być między {{minResolution}}MP a {{maxResolution}}MP.",
|
|
102
148
|
validationMediaResolutionUnderflow: "Rozdzielczość jest zbyt niska. Minimum to {{minResolution}}MP.",
|
|
103
149
|
validationMediaResolutionOverflow: "Rozdzielczość jest zbyt wysoka. Maksimum to {{maxResolution}}MP."
|
|
104
150
|
}, m = {
|
|
105
|
-
validationListEntryCountUnderflow: {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
context: "minFiles",
|
|
110
|
-
map: {
|
|
111
|
-
1: "plik",
|
|
112
|
-
else: "pliki"
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
validationListEntryCountOverflow: {
|
|
118
|
-
template: "Za dużo plików na liście. Maksimum to {{maxFiles}} {{files}}.",
|
|
119
|
-
variables: {
|
|
120
|
-
files: {
|
|
121
|
-
context: "minFiles",
|
|
122
|
-
map: {
|
|
123
|
-
1: "plik",
|
|
124
|
-
else: "pliki"
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
}, p = {
|
|
130
|
-
...s,
|
|
151
|
+
validationListEntryCountUnderflow: "Na liście jest za mało plików. Minimum to {{minFiles}} {{minFilesUnit}}.",
|
|
152
|
+
validationListEntryCountOverflow: "Na liście jest za dużo plików. Maksimum to {{maxFiles}} {{maxFilesUnit}}."
|
|
153
|
+
}, z = {
|
|
154
|
+
...l,
|
|
131
155
|
...t,
|
|
132
156
|
...n,
|
|
133
|
-
...
|
|
134
|
-
...r,
|
|
157
|
+
...s,
|
|
135
158
|
...d,
|
|
159
|
+
...r,
|
|
136
160
|
...m
|
|
137
|
-
},
|
|
161
|
+
}, p = {
|
|
138
162
|
...i,
|
|
139
163
|
...e,
|
|
140
164
|
...a,
|
|
141
|
-
...
|
|
165
|
+
...z,
|
|
142
166
|
...o
|
|
143
167
|
};
|
|
144
168
|
export {
|
|
145
169
|
i as core,
|
|
146
|
-
|
|
170
|
+
p as locale,
|
|
147
171
|
a as media,
|
|
148
172
|
e as store,
|
|
149
173
|
o as transform,
|
|
150
|
-
|
|
174
|
+
z as validation,
|
|
151
175
|
n as validationFileExtension,
|
|
152
176
|
t as validationFileMimeType,
|
|
153
|
-
|
|
154
|
-
|
|
177
|
+
s as validationFileName,
|
|
178
|
+
l as validationFileSize,
|
|
155
179
|
m as validationListCount,
|
|
156
|
-
|
|
157
|
-
|
|
180
|
+
r as validationListSize,
|
|
181
|
+
d as validationMediaResolution
|
|
158
182
|
};
|
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.21
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -14,6 +14,29 @@ const i = {
|
|
|
14
14
|
revert: "Reverter",
|
|
15
15
|
busy: "Ocupado",
|
|
16
16
|
loading: "A carregar",
|
|
17
|
+
// units
|
|
18
|
+
unitB: {
|
|
19
|
+
1: "byte",
|
|
20
|
+
else: "bytes"
|
|
21
|
+
},
|
|
22
|
+
unitKB: "KB",
|
|
23
|
+
unitMB: "MB",
|
|
24
|
+
unitGB: "GB",
|
|
25
|
+
unitTB: "TB",
|
|
26
|
+
unitPB: "PB",
|
|
27
|
+
unitKiB: "KiB",
|
|
28
|
+
unitMiB: "MiB",
|
|
29
|
+
unitGiB: "GiB",
|
|
30
|
+
unitTiB: "TiB",
|
|
31
|
+
unitPiB: "PiB",
|
|
32
|
+
unitPixels: {
|
|
33
|
+
1: "pixel",
|
|
34
|
+
else: "pixels"
|
|
35
|
+
},
|
|
36
|
+
unitFiles: {
|
|
37
|
+
1: "ficheiro",
|
|
38
|
+
else: "ficheiros"
|
|
39
|
+
},
|
|
17
40
|
error: "Erro",
|
|
18
41
|
warning: "Aviso",
|
|
19
42
|
success: "Concluído",
|
|
@@ -25,7 +48,9 @@ const i = {
|
|
|
25
48
|
fileMainTypeApplication: "ficheiro",
|
|
26
49
|
assistAbort: "Toque para cancelar",
|
|
27
50
|
assistUndo: "Toque para anular",
|
|
28
|
-
|
|
51
|
+
// browse button labels
|
|
52
|
+
browse: "Escolher {{maxFilesUnit}}",
|
|
53
|
+
browseAndDrop: "Largue {{maxFilesUnit}} aqui ou <u>procure</u>",
|
|
29
54
|
loadError: "Não foi possível carregar o ficheiro.",
|
|
30
55
|
loadDataTranserProgress: "A carregar ficheiros",
|
|
31
56
|
loadDataTranserInfo: "{{processedFiles}} de {{totalFiles}} ficheiros processados",
|
|
@@ -34,7 +59,28 @@ const i = {
|
|
|
34
59
|
validationInvalidEntries: "A lista contém itens inválidos.",
|
|
35
60
|
validationInvalidState: "A lista de ficheiros está num estado inválido.",
|
|
36
61
|
validationInvalidBusy: "A lista de ficheiros está ocupada.",
|
|
37
|
-
validationInvalidEmpty:
|
|
62
|
+
validationInvalidEmpty: {
|
|
63
|
+
template: "Selecione {{files}}.",
|
|
64
|
+
variables: {
|
|
65
|
+
files: {
|
|
66
|
+
context: "multiple",
|
|
67
|
+
map: {
|
|
68
|
+
false: "um ficheiro",
|
|
69
|
+
true: "um ou mais ficheiros"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
// screenreader accessibility
|
|
75
|
+
ariaRequired: "obrigatório",
|
|
76
|
+
ariaNoEntries: "Nenhum {{maxFilesUnit}} selecionado",
|
|
77
|
+
ariaSingleEntry: "Selecionado {{name}}",
|
|
78
|
+
ariaMultipleEntries: "{{count}} ficheiros selecionados",
|
|
79
|
+
ariaItemRoleDescription: "Ordenável",
|
|
80
|
+
ariaDragDescription: "Prima espaço para pegar e largar um item. Use as teclas de seta para cima e para baixo para movê-lo para uma nova posição.",
|
|
81
|
+
ariaDragStateDrop: "{{name}} largado na posição {{position}}",
|
|
82
|
+
ariaDragStateGrab: "{{name}} agarrado na posição {{position}}",
|
|
83
|
+
ariaDragStateSort: "{{name}} movido para a posição {{position}} de {{total}}"
|
|
38
84
|
}, e = {
|
|
39
85
|
mediaEdit: "Editar",
|
|
40
86
|
mediaPlay: "Reproduzir",
|
|
@@ -68,7 +114,7 @@ const i = {
|
|
|
68
114
|
}
|
|
69
115
|
}
|
|
70
116
|
}
|
|
71
|
-
},
|
|
117
|
+
}, n = {
|
|
72
118
|
validationFileExtensionMismatch: {
|
|
73
119
|
template: "Esta extensão de ficheiro não é permitida. {{details}}.",
|
|
74
120
|
variables: {
|
|
@@ -81,54 +127,38 @@ const i = {
|
|
|
81
127
|
}
|
|
82
128
|
}
|
|
83
129
|
}
|
|
84
|
-
},
|
|
130
|
+
}, r = {
|
|
85
131
|
validationFileNameMissing: "Nome do ficheiro em falta",
|
|
86
132
|
validationFileNameMismatch: "Este nome de ficheiro é inválido."
|
|
87
|
-
},
|
|
88
|
-
validationFileSizeUnderflow: "Este ficheiro é demasiado pequeno. O tamanho mínimo é {{minSize}}.",
|
|
89
|
-
validationFileSizeOverflow: "Este ficheiro é demasiado grande. O tamanho máximo é {{maxSize}}."
|
|
133
|
+
}, s = {
|
|
134
|
+
validationFileSizeUnderflow: "Este ficheiro é demasiado pequeno. O tamanho mínimo é {{minSize}} {{minSizeUnit}}.",
|
|
135
|
+
validationFileSizeOverflow: "Este ficheiro é demasiado grande. O tamanho máximo é {{maxSize}} {{maxSizeUnit}}."
|
|
90
136
|
}, l = {
|
|
91
|
-
validationListSizeUnderflow: "O tamanho total dos ficheiros é demasiado pequeno. O mínimo
|
|
92
|
-
validationListSizeOverflow: "O tamanho total dos ficheiros é demasiado grande. O máximo
|
|
137
|
+
validationListSizeUnderflow: "O tamanho total dos ficheiros é demasiado pequeno. O tamanho total mínimo é {{minSize}} {{minSizeUnit}}.",
|
|
138
|
+
validationListSizeOverflow: "O tamanho total dos ficheiros é demasiado grande. O tamanho total máximo é {{maxSize}} {{maxSizeUnit}}."
|
|
93
139
|
}, d = {
|
|
94
140
|
validationMediaSizeUnavailable: "Não foi possível ler o tamanho do ficheiro.",
|
|
95
|
-
validationMediaWidthRangeMismatch: "A largura do {{fileMainType}} é inválida. A largura deve estar entre {{minWidth}} e {{maxWidth}}
|
|
96
|
-
validationMediaWidthUnderflow: "O {{fileMainType}} é demasiado pequeno. A largura mínima é {{minWidth}}
|
|
97
|
-
validationMediaWidthOverflow: "O {{fileMainType}} é demasiado grande. A largura máxima é {{maxWidth}}
|
|
98
|
-
validationMediaHeightRangeMismatch: "A altura do {{fileMainType}} é inválida. A altura deve estar entre {{minHeight}} e {{maxHeight}}
|
|
99
|
-
validationMediaHeightUnderflow: "O {{fileMainType}} é demasiado pequeno. A altura mínima é {{minHeight}}
|
|
100
|
-
validationMediaHeightOverflow: "O {{fileMainType}} é demasiado grande. A altura máxima é {{maxHeight}}
|
|
141
|
+
validationMediaWidthRangeMismatch: "A largura do {{fileMainType}} é inválida. A largura deve estar entre {{minWidth}} e {{maxWidth}} {{maxWidthUnit}}.",
|
|
142
|
+
validationMediaWidthUnderflow: "O {{fileMainType}} é demasiado pequeno. A largura mínima é {{minWidth}} {{minWidthUnit}}.",
|
|
143
|
+
validationMediaWidthOverflow: "O {{fileMainType}} é demasiado grande. A largura máxima é {{maxWidth}} {{maxWidthUnit}}.",
|
|
144
|
+
validationMediaHeightRangeMismatch: "A altura do {{fileMainType}} é inválida. A altura deve estar entre {{minHeight}} e {{maxHeight}} {{maxHeightUnit}}.",
|
|
145
|
+
validationMediaHeightUnderflow: "O {{fileMainType}} é demasiado pequeno. A altura mínima é {{minHeight}} {{minHeightUnit}}.",
|
|
146
|
+
validationMediaHeightOverflow: "O {{fileMainType}} é demasiado grande. A altura máxima é {{maxHeight}} {{maxHeightUnit}}.",
|
|
101
147
|
validationMediaResolutionRangeMismatch: "A resolução do {{fileMainType}} é inválida. Deve estar entre {{minResolution}}MP e {{maxResolution}}MP.",
|
|
102
148
|
validationMediaResolutionUnderflow: "A resolução do {{fileMainType}} é inválida. A resolução mínima é {{minResolution}}MP.",
|
|
103
149
|
validationMediaResolutionOverflow: "A resolução do {{fileMainType}} é inválida. A resolução máxima é {{maxResolution}}MP."
|
|
104
150
|
}, m = {
|
|
105
|
-
validationListEntryCountUnderflow: {
|
|
106
|
-
|
|
107
|
-
variables: {
|
|
108
|
-
files: {
|
|
109
|
-
context: "minFiles",
|
|
110
|
-
map: { 1: "ficheiro", else: "ficheiros" }
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
validationListEntryCountOverflow: {
|
|
115
|
-
template: "Demasiados ficheiros. O máximo permitido é {{maxFiles}} {{files}}.",
|
|
116
|
-
variables: {
|
|
117
|
-
files: {
|
|
118
|
-
context: "minFiles",
|
|
119
|
-
map: { 1: "ficheiro", else: "ficheiros" }
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
151
|
+
validationListEntryCountUnderflow: "Há poucos ficheiros na lista. O mínimo é {{minFiles}} {{minFilesUnit}}.",
|
|
152
|
+
validationListEntryCountOverflow: "Há demasiados ficheiros na lista. O máximo é {{maxFiles}} {{maxFilesUnit}}."
|
|
123
153
|
}, c = {
|
|
124
|
-
...
|
|
154
|
+
...s,
|
|
125
155
|
...t,
|
|
156
|
+
...n,
|
|
126
157
|
...r,
|
|
127
|
-
...s,
|
|
128
158
|
...d,
|
|
129
159
|
...l,
|
|
130
160
|
...m
|
|
131
|
-
},
|
|
161
|
+
}, u = {
|
|
132
162
|
...i,
|
|
133
163
|
...a,
|
|
134
164
|
...e,
|
|
@@ -137,15 +167,15 @@ const i = {
|
|
|
137
167
|
};
|
|
138
168
|
export {
|
|
139
169
|
i as core,
|
|
140
|
-
|
|
170
|
+
u as locale,
|
|
141
171
|
e as media,
|
|
142
172
|
a as store,
|
|
143
173
|
o as transform,
|
|
144
174
|
c as validation,
|
|
145
|
-
|
|
175
|
+
n as validationFileExtension,
|
|
146
176
|
t as validationFileMimeType,
|
|
147
|
-
|
|
148
|
-
|
|
177
|
+
r as validationFileName,
|
|
178
|
+
s as validationFileSize,
|
|
149
179
|
m as validationListCount,
|
|
150
180
|
l as validationListSize,
|
|
151
181
|
d as validationMediaResolution
|
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.21
|
|
3
3
|
* Copyright (c) 2017-2026 Pqina B.V.
|
|
4
4
|
* Released under the MIT License
|
|
5
5
|
* https://filepond.com
|
|
@@ -14,6 +14,29 @@ const i = {
|
|
|
14
14
|
revert: "Återgå",
|
|
15
15
|
busy: "Upptagen",
|
|
16
16
|
loading: "Laddar",
|
|
17
|
+
// units
|
|
18
|
+
unitB: {
|
|
19
|
+
1: "byte",
|
|
20
|
+
else: "byte"
|
|
21
|
+
},
|
|
22
|
+
unitKB: "KB",
|
|
23
|
+
unitMB: "MB",
|
|
24
|
+
unitGB: "GB",
|
|
25
|
+
unitTB: "TB",
|
|
26
|
+
unitPB: "PB",
|
|
27
|
+
unitKiB: "KiB",
|
|
28
|
+
unitMiB: "MiB",
|
|
29
|
+
unitGiB: "GiB",
|
|
30
|
+
unitTiB: "TiB",
|
|
31
|
+
unitPiB: "PiB",
|
|
32
|
+
unitPixels: {
|
|
33
|
+
1: "pixel",
|
|
34
|
+
else: "pixlar"
|
|
35
|
+
},
|
|
36
|
+
unitFiles: {
|
|
37
|
+
1: "fil",
|
|
38
|
+
else: "filer"
|
|
39
|
+
},
|
|
17
40
|
error: "Fel",
|
|
18
41
|
warning: "Varning",
|
|
19
42
|
success: "Klart",
|
|
@@ -25,7 +48,9 @@ const i = {
|
|
|
25
48
|
fileMainTypeApplication: "fil",
|
|
26
49
|
assistAbort: "Tryck för att avbryta",
|
|
27
50
|
assistUndo: "Tryck för att ångra",
|
|
28
|
-
|
|
51
|
+
// browse button labels
|
|
52
|
+
browse: "Välj {{maxFilesUnit}}",
|
|
53
|
+
browseAndDrop: "Släpp {{maxFilesUnit}} här eller <u>bläddra</u>",
|
|
29
54
|
loadError: "Det gick inte att ladda filen.",
|
|
30
55
|
loadDataTranserProgress: "Laddar filer",
|
|
31
56
|
loadDataTranserInfo: "{{processedFiles}} av {{totalFiles}} filer behandlade",
|
|
@@ -34,8 +59,29 @@ const i = {
|
|
|
34
59
|
validationInvalidEntries: "Listan innehåller ogiltiga objekt.",
|
|
35
60
|
validationInvalidState: "Fillistan är i ett ogiltigt tillstånd.",
|
|
36
61
|
validationInvalidBusy: "Fillistan är upptagen.",
|
|
37
|
-
validationInvalidEmpty:
|
|
38
|
-
|
|
62
|
+
validationInvalidEmpty: {
|
|
63
|
+
template: "Välj {{files}}.",
|
|
64
|
+
variables: {
|
|
65
|
+
files: {
|
|
66
|
+
context: "multiple",
|
|
67
|
+
map: {
|
|
68
|
+
false: "en fil",
|
|
69
|
+
true: "en eller flera filer"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
// screenreader accessibility
|
|
75
|
+
ariaRequired: "obligatoriskt",
|
|
76
|
+
ariaNoEntries: "Inga {{maxFilesUnit}} valda",
|
|
77
|
+
ariaSingleEntry: "Vald {{name}}",
|
|
78
|
+
ariaMultipleEntries: "{{count}} filer valda",
|
|
79
|
+
ariaItemRoleDescription: "Sorterbar",
|
|
80
|
+
ariaDragDescription: "Tryck på mellanslag för att plocka upp och släppa ett objekt. Använd upp- och nedpilarna för att flytta det till en ny position.",
|
|
81
|
+
ariaDragStateDrop: "Släppte {{name}} på position {{position}}",
|
|
82
|
+
ariaDragStateGrab: "Plockade upp {{name}} på position {{position}}",
|
|
83
|
+
ariaDragStateSort: "Flyttade {{name}} till position {{position}} av {{total}}"
|
|
84
|
+
}, a = {
|
|
39
85
|
mediaEdit: "Redigera",
|
|
40
86
|
mediaPlay: "Spela upp",
|
|
41
87
|
mediaPause: "Pausa",
|
|
@@ -45,7 +91,7 @@ const i = {
|
|
|
45
91
|
mediaFullscreen: "Helskärm",
|
|
46
92
|
mediaLoadError: "Det gick inte att ladda {{fileMainType}}.",
|
|
47
93
|
mediaPlayError: "Det går inte att spela upp videon."
|
|
48
|
-
},
|
|
94
|
+
}, e = {
|
|
49
95
|
storeRestoreProgress: "Laddar {{progress}}%",
|
|
50
96
|
storeStorageQueued: "Väntar på uppladdning",
|
|
51
97
|
storeStorageProgress: "Laddar upp {{progress}}%",
|
|
@@ -55,7 +101,7 @@ const i = {
|
|
|
55
101
|
}, t = {
|
|
56
102
|
transformEditBusy: "Redigerar fil",
|
|
57
103
|
transformError: "Det gick inte att redigera filen. Försök igen."
|
|
58
|
-
},
|
|
104
|
+
}, n = {
|
|
59
105
|
validationFileMimeTypeMismatch: {
|
|
60
106
|
template: "Denna filtyp är inte tillåten. {{details}}.",
|
|
61
107
|
variables: {
|
|
@@ -68,7 +114,7 @@ const i = {
|
|
|
68
114
|
}
|
|
69
115
|
}
|
|
70
116
|
}
|
|
71
|
-
},
|
|
117
|
+
}, l = {
|
|
72
118
|
validationFileExtensionMismatch: {
|
|
73
119
|
template: "Denna filändelse är inte tillåten. {{details}}.",
|
|
74
120
|
variables: {
|
|
@@ -85,65 +131,49 @@ const i = {
|
|
|
85
131
|
validationFileNameMissing: "Filnamn saknas",
|
|
86
132
|
validationFileNameMismatch: "Detta filnamn är ogiltigt."
|
|
87
133
|
}, o = {
|
|
88
|
-
validationFileSizeUnderflow: "
|
|
89
|
-
validationFileSizeOverflow: "
|
|
134
|
+
validationFileSizeUnderflow: "Den här filen är för liten. Minsta storlek är {{minSize}} {{minSizeUnit}}.",
|
|
135
|
+
validationFileSizeOverflow: "Den här filen är för stor. Största storlek är {{maxSize}} {{maxSizeUnit}}."
|
|
90
136
|
}, s = {
|
|
91
|
-
validationListSizeUnderflow: "
|
|
92
|
-
validationListSizeOverflow: "
|
|
137
|
+
validationListSizeUnderflow: "Den totala filstorleken är för liten. Minsta totala storlek är {{minSize}} {{minSizeUnit}}.",
|
|
138
|
+
validationListSizeOverflow: "Den totala filstorleken är för stor. Största totala storlek är {{maxSize}} {{maxSizeUnit}}."
|
|
93
139
|
}, d = {
|
|
94
140
|
validationMediaSizeUnavailable: "Det gick inte att läsa mediestorleken.",
|
|
95
|
-
validationMediaWidthRangeMismatch: "{{fileMainType}}
|
|
96
|
-
validationMediaWidthUnderflow: "{{fileMainType}} är för liten. Minsta bredd är {{minWidth}}
|
|
97
|
-
validationMediaWidthOverflow: "{{fileMainType}} är för stor. Största bredd är {{maxWidth}}
|
|
98
|
-
validationMediaHeightRangeMismatch: "{{fileMainType}}
|
|
99
|
-
validationMediaHeightUnderflow: "{{fileMainType}} är för liten. Minsta höjd är {{minHeight}}
|
|
100
|
-
validationMediaHeightOverflow: "{{fileMainType}} är för stor. Största höjd är {{maxHeight}}
|
|
141
|
+
validationMediaWidthRangeMismatch: "{{fileMainType}}-bredden är ogiltig. Bredden måste vara mellan {{minWidth}} och {{maxWidth}} {{maxWidthUnit}}.",
|
|
142
|
+
validationMediaWidthUnderflow: "{{fileMainType}} är för liten. Minsta bredd är {{minWidth}} {{minWidthUnit}}.",
|
|
143
|
+
validationMediaWidthOverflow: "{{fileMainType}} är för stor. Största bredd är {{maxWidth}} {{maxWidthUnit}}.",
|
|
144
|
+
validationMediaHeightRangeMismatch: "{{fileMainType}}-höjden är ogiltig. Höjden måste vara mellan {{minHeight}} och {{maxHeight}} {{maxHeightUnit}}.",
|
|
145
|
+
validationMediaHeightUnderflow: "{{fileMainType}} är för liten. Minsta höjd är {{minHeight}} {{minHeightUnit}}.",
|
|
146
|
+
validationMediaHeightOverflow: "{{fileMainType}} är för stor. Största höjd är {{maxHeight}} {{maxHeightUnit}}.",
|
|
101
147
|
validationMediaResolutionRangeMismatch: "{{fileMainType}} har ogiltig upplösning. Den måste vara mellan {{minResolution}}MP och {{maxResolution}}MP.",
|
|
102
148
|
validationMediaResolutionUnderflow: "{{fileMainType}} har ogiltig upplösning. Minsta upplösning är {{minResolution}}MP.",
|
|
103
149
|
validationMediaResolutionOverflow: "{{fileMainType}} har ogiltig upplösning. Största upplösning är {{maxResolution}}MP."
|
|
104
150
|
}, p = {
|
|
105
|
-
validationListEntryCountUnderflow: {
|
|
106
|
-
|
|
107
|
-
variables: {
|
|
108
|
-
files: {
|
|
109
|
-
context: "minFiles",
|
|
110
|
-
map: { 1: "fil", else: "filer" }
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
validationListEntryCountOverflow: {
|
|
115
|
-
template: "För många filer. Maxgränsen är {{maxFiles}} {{files}}.",
|
|
116
|
-
variables: {
|
|
117
|
-
files: {
|
|
118
|
-
context: "minFiles",
|
|
119
|
-
map: { 1: "fil", else: "filer" }
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
151
|
+
validationListEntryCountUnderflow: "För få filer i listan. Minsta antal är {{minFiles}} {{minFilesUnit}}.",
|
|
152
|
+
validationListEntryCountOverflow: "För många filer i listan. Högsta antal är {{maxFiles}} {{maxFilesUnit}}."
|
|
123
153
|
}, m = {
|
|
124
154
|
...o,
|
|
125
|
-
...l,
|
|
126
155
|
...n,
|
|
156
|
+
...l,
|
|
127
157
|
...r,
|
|
128
158
|
...d,
|
|
129
159
|
...s,
|
|
130
160
|
...p
|
|
131
|
-
},
|
|
161
|
+
}, g = {
|
|
132
162
|
...i,
|
|
133
|
-
...a,
|
|
134
163
|
...e,
|
|
164
|
+
...a,
|
|
135
165
|
...m,
|
|
136
166
|
...t
|
|
137
167
|
};
|
|
138
168
|
export {
|
|
139
169
|
i as core,
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
170
|
+
g as locale,
|
|
171
|
+
a as media,
|
|
172
|
+
e as store,
|
|
143
173
|
t as transform,
|
|
144
174
|
m as validation,
|
|
145
|
-
|
|
146
|
-
|
|
175
|
+
l as validationFileExtension,
|
|
176
|
+
n as validationFileMimeType,
|
|
147
177
|
r as validationFileName,
|
|
148
178
|
o as validationFileSize,
|
|
149
179
|
p as validationListCount,
|