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/en-gb.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
|
|
@@ -15,13 +15,36 @@ const i = {
|
|
|
15
15
|
revert: "Revert",
|
|
16
16
|
busy: "Busy",
|
|
17
17
|
loading: "Loading",
|
|
18
|
+
// units
|
|
19
|
+
unitB: {
|
|
20
|
+
1: "byte",
|
|
21
|
+
else: "bytes"
|
|
22
|
+
},
|
|
23
|
+
unitKB: "KB",
|
|
24
|
+
unitMB: "MB",
|
|
25
|
+
unitGB: "GB",
|
|
26
|
+
unitTB: "TB",
|
|
27
|
+
unitPB: "PB",
|
|
28
|
+
unitKiB: "KiB",
|
|
29
|
+
unitMiB: "MiB",
|
|
30
|
+
unitGiB: "GiB",
|
|
31
|
+
unitTiB: "TiB",
|
|
32
|
+
unitPiB: "PiB",
|
|
33
|
+
unitPixels: {
|
|
34
|
+
1: "pixel",
|
|
35
|
+
else: "pixels"
|
|
36
|
+
},
|
|
37
|
+
unitFiles: {
|
|
38
|
+
1: "file",
|
|
39
|
+
else: "files"
|
|
40
|
+
},
|
|
18
41
|
// extension status
|
|
19
42
|
error: "Error",
|
|
20
43
|
warning: "Warning",
|
|
21
44
|
success: "Success",
|
|
22
45
|
info: "Info",
|
|
23
46
|
system: "System",
|
|
24
|
-
// file types
|
|
47
|
+
// file types (these also match with image/*, video/*, and audio/*)
|
|
25
48
|
fileMainTypeImage: "image",
|
|
26
49
|
fileMainTypeVideo: "video",
|
|
27
50
|
fileMainTypeAudio: "audio",
|
|
@@ -29,8 +52,6 @@ const i = {
|
|
|
29
52
|
// assist
|
|
30
53
|
assistAbort: "Tap to cancel",
|
|
31
54
|
assistUndo: "Tap to undo",
|
|
32
|
-
// drop area label
|
|
33
|
-
dropAreaLabel: "Drop files here, or <u>browse</u>",
|
|
34
55
|
// file status
|
|
35
56
|
loadError: "Failed to load file.",
|
|
36
57
|
// data transfer status
|
|
@@ -38,12 +59,36 @@ const i = {
|
|
|
38
59
|
loadDataTranserInfo: "Processed {{processedFiles}} of {{totalFiles}} files",
|
|
39
60
|
// validaton fallback if no subscode set
|
|
40
61
|
validationInvalid: "Invalid file.",
|
|
41
|
-
validationFileNameMissing: "File name missing",
|
|
62
|
+
validationFileNameMissing: "File name missing.",
|
|
42
63
|
// file list status
|
|
43
64
|
validationInvalidEntries: "The file list contains invalid items.",
|
|
44
65
|
validationInvalidState: "The file list is in an invalid state.",
|
|
45
66
|
validationInvalidBusy: "The file list is busy.",
|
|
46
|
-
validationInvalidEmpty:
|
|
67
|
+
validationInvalidEmpty: {
|
|
68
|
+
template: "Please select {{files}}.",
|
|
69
|
+
variables: {
|
|
70
|
+
files: {
|
|
71
|
+
context: "multiple",
|
|
72
|
+
map: {
|
|
73
|
+
false: "a file",
|
|
74
|
+
true: "one or more files"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
// browse button labels
|
|
80
|
+
browse: "Choose {{maxFilesUnit}}",
|
|
81
|
+
browseAndDrop: "Drop {{maxFilesUnit}} here, or <u>browse</u>",
|
|
82
|
+
// screenreader accessibility
|
|
83
|
+
ariaRequired: "required",
|
|
84
|
+
ariaNoEntries: "No {{maxFilesUnit}} selected",
|
|
85
|
+
ariaSingleEntry: "Selected {{name}}",
|
|
86
|
+
ariaMultipleEntries: "{{count}} files selected",
|
|
87
|
+
ariaItemRoleDescription: "Sortable",
|
|
88
|
+
ariaDragDescription: "Press space to pick up and drop an item. Use the up and down arrow keys to move it to a new position.",
|
|
89
|
+
ariaDragStateDrop: "Dropped {{name}} at position {{position}}",
|
|
90
|
+
ariaDragStateGrab: "Picked up {{name}} at position {{position}}",
|
|
91
|
+
ariaDragStateSort: "Moved {{name}} to position {{position}} of {{total}}"
|
|
47
92
|
}, e = {
|
|
48
93
|
mediaEdit: "Edit",
|
|
49
94
|
mediaPlay: "Play",
|
|
@@ -66,24 +111,24 @@ const i = {
|
|
|
66
111
|
}, t = {
|
|
67
112
|
transformEditBusy: "Editing file data",
|
|
68
113
|
transformError: "Failed to edit file data, please try again."
|
|
69
|
-
},
|
|
114
|
+
}, o = {
|
|
70
115
|
validationFileMimeTypeMismatch: {
|
|
71
|
-
template: "This file type is not allowed. {{
|
|
116
|
+
template: "This file type is not allowed. {{accepted}}.",
|
|
72
117
|
variables: {
|
|
73
|
-
|
|
118
|
+
accepted: {
|
|
74
119
|
context: "count",
|
|
75
120
|
map: {
|
|
76
|
-
1: "File must
|
|
77
|
-
else: "Accepted types are: {{accept}}"
|
|
121
|
+
1: "File must be of type {{accept}}",
|
|
122
|
+
else: "Accepted file types are: {{accept}}"
|
|
78
123
|
}
|
|
79
124
|
}
|
|
80
125
|
}
|
|
81
126
|
}
|
|
82
|
-
},
|
|
127
|
+
}, n = {
|
|
83
128
|
validationFileExtensionMismatch: {
|
|
84
|
-
template: "This file extension is not allowed. {{
|
|
129
|
+
template: "This file extension is not allowed. {{accepted}}.",
|
|
85
130
|
variables: {
|
|
86
|
-
|
|
131
|
+
accepted: {
|
|
87
132
|
context: "count",
|
|
88
133
|
map: {
|
|
89
134
|
1: "File must have the {{accept}} extension",
|
|
@@ -92,77 +137,55 @@ const i = {
|
|
|
92
137
|
}
|
|
93
138
|
}
|
|
94
139
|
}
|
|
95
|
-
},
|
|
96
|
-
validationFileNameMissing: "File name missing",
|
|
140
|
+
}, l = {
|
|
141
|
+
validationFileNameMissing: "File name missing.",
|
|
97
142
|
validationFileNameMismatch: "This file name is invalid."
|
|
98
|
-
},
|
|
99
|
-
validationFileSizeUnderflow: "This file is too small. Minimum size is {{minSize}}.",
|
|
100
|
-
validationFileSizeOverflow: "This file is too large. Maximum size is {{maxSize}}."
|
|
143
|
+
}, s = {
|
|
144
|
+
validationFileSizeUnderflow: "This file is too small. Minimum size is {{minSize}} {{minSizeUnit}}.",
|
|
145
|
+
validationFileSizeOverflow: "This file is too large. Maximum size is {{maxSize}} {{maxSizeUnit}}."
|
|
101
146
|
}, d = {
|
|
102
|
-
validationListSizeUnderflow: "Total file size is too small. Minimum
|
|
103
|
-
validationListSizeOverflow: "Total file size is too large. Maximum
|
|
147
|
+
validationListSizeUnderflow: "Total file size is too small. Minimum total size is {{minSize}} {{minSizeUnit}}.",
|
|
148
|
+
validationListSizeOverflow: "Total file size is too large. Maximum total size is {{maxSize}} {{maxSizeUnit}}."
|
|
104
149
|
}, r = {
|
|
105
150
|
validationMediaSizeUnavailable: "Failed to read media size.",
|
|
106
|
-
validationMediaWidthRangeMismatch: "The {{fileMainType}} width is invalid. Width must be between {{minWidth}} and {{maxWidth}}
|
|
107
|
-
validationMediaWidthUnderflow: "The {{fileMainType}} is too small. Minimum width is {{minWidth}}
|
|
108
|
-
validationMediaWidthOverflow: "The {{fileMainType}} is too large. Maximum width is {{maxWidth}}
|
|
109
|
-
validationMediaHeightRangeMismatch: "The {{fileMainType}} height is invalid. Height must be between {{minHeight}} and {{maxHeight}}
|
|
110
|
-
validationMediaHeightUnderflow: "The {{fileMainType}} is too small. Minimum height is {{minHeight}}
|
|
111
|
-
validationMediaHeightOverflow: "The {{fileMainType}} is too large. Maximum height is {{maxHeight}}
|
|
151
|
+
validationMediaWidthRangeMismatch: "The {{fileMainType}} width is invalid. Width must be between {{minWidth}} and {{maxWidth}} {{maxWidthUnit}}.",
|
|
152
|
+
validationMediaWidthUnderflow: "The {{fileMainType}} is too small. Minimum width is {{minWidth}} {{minWidthUnit}}.",
|
|
153
|
+
validationMediaWidthOverflow: "The {{fileMainType}} is too large. Maximum width is {{maxWidth}} {{maxWidthUnit}}.",
|
|
154
|
+
validationMediaHeightRangeMismatch: "The {{fileMainType}} height is invalid. Height must be between {{minHeight}} and {{maxHeight}} {{maxHeightUnit}}.",
|
|
155
|
+
validationMediaHeightUnderflow: "The {{fileMainType}} is too small. Minimum height is {{minHeight}} {{minHeightUnit}}.",
|
|
156
|
+
validationMediaHeightOverflow: "The {{fileMainType}} is too large. Maximum height is {{maxHeight}} {{maxHeightUnit}}.",
|
|
112
157
|
validationMediaResolutionRangeMismatch: "The {{fileMainType}} resolution is invalid. Resolution must be between {{minResolution}}MP and {{maxResolution}}MP.",
|
|
113
158
|
validationMediaResolutionUnderflow: "The {{fileMainType}} resolution is invalid. Minimum resolution is {{minResolution}}MP.",
|
|
114
159
|
validationMediaResolutionOverflow: "The {{fileMainType}} resolution is invalid. Maximum resolution is {{maxResolution}}MP."
|
|
115
160
|
}, m = {
|
|
116
|
-
validationListEntryCountUnderflow: {
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
map: {
|
|
122
|
-
1: "file",
|
|
123
|
-
else: "files"
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
validationListEntryCountOverflow: {
|
|
129
|
-
template: "Too many files in the list. Maximum required is {{maxFiles}} {{files}}.",
|
|
130
|
-
variables: {
|
|
131
|
-
files: {
|
|
132
|
-
context: "minFiles",
|
|
133
|
-
map: {
|
|
134
|
-
1: "file",
|
|
135
|
-
else: "files"
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
}, f = {
|
|
161
|
+
validationListEntryCountUnderflow: "Too few files in the list. Minimum amount is {{minFiles}} {{minFilesUnit}}.",
|
|
162
|
+
validationListEntryCountOverflow: "Too many files in the list. Maximum amount is {{maxFiles}} {{maxFilesUnit}}."
|
|
163
|
+
}, u = {
|
|
164
|
+
...s,
|
|
165
|
+
...o,
|
|
141
166
|
...n,
|
|
142
167
|
...l,
|
|
143
|
-
...o,
|
|
144
|
-
...s,
|
|
145
168
|
...r,
|
|
146
169
|
...d,
|
|
147
170
|
...m
|
|
148
|
-
},
|
|
171
|
+
}, p = {
|
|
149
172
|
...i,
|
|
150
173
|
...a,
|
|
151
174
|
...e,
|
|
152
|
-
...
|
|
175
|
+
...u,
|
|
153
176
|
...t
|
|
154
177
|
};
|
|
155
178
|
export {
|
|
156
179
|
i as core,
|
|
157
|
-
|
|
180
|
+
p as locale,
|
|
158
181
|
e as media,
|
|
159
182
|
a as store,
|
|
160
183
|
t as transform,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
184
|
+
u as validation,
|
|
185
|
+
n as validationFileExtension,
|
|
186
|
+
o as validationFileMimeType,
|
|
187
|
+
l as validationFileName,
|
|
188
|
+
s as validationFileSize,
|
|
166
189
|
m as validationListCount,
|
|
167
190
|
d as validationListSize,
|
|
168
191
|
r as validationMediaResolution
|
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.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 e = {
|
|
|
14
14
|
revert: "Revertir",
|
|
15
15
|
busy: "Ocupado",
|
|
16
16
|
loading: "Cargando",
|
|
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: "píxel",
|
|
34
|
+
else: "píxeles"
|
|
35
|
+
},
|
|
36
|
+
unitFiles: {
|
|
37
|
+
1: "archivo",
|
|
38
|
+
else: "archivos"
|
|
39
|
+
},
|
|
17
40
|
error: "Error",
|
|
18
41
|
warning: "Advertencia",
|
|
19
42
|
success: "Correcto",
|
|
@@ -25,7 +48,9 @@ const e = {
|
|
|
25
48
|
fileMainTypeApplication: "archivo",
|
|
26
49
|
assistAbort: "Toca para cancelar",
|
|
27
50
|
assistUndo: "Toca para deshacer",
|
|
28
|
-
|
|
51
|
+
// browse button labels
|
|
52
|
+
browse: "Elegir {{maxFilesUnit}}",
|
|
53
|
+
browseAndDrop: "Suelta {{maxFilesUnit}} aquí o <u>explora</u>",
|
|
29
54
|
loadError: "No se pudo cargar el archivo.",
|
|
30
55
|
loadDataTranserProgress: "Cargando archivos",
|
|
31
56
|
loadDataTranserInfo: "{{processedFiles}} de {{totalFiles}} archivos procesados",
|
|
@@ -34,7 +59,28 @@ const e = {
|
|
|
34
59
|
validationInvalidEntries: "La lista contiene elementos no válidos.",
|
|
35
60
|
validationInvalidState: "La lista de archivos está en un estado no válido.",
|
|
36
61
|
validationInvalidBusy: "La lista de archivos está ocupada.",
|
|
37
|
-
validationInvalidEmpty:
|
|
62
|
+
validationInvalidEmpty: {
|
|
63
|
+
template: "Selecciona {{files}}.",
|
|
64
|
+
variables: {
|
|
65
|
+
files: {
|
|
66
|
+
context: "multiple",
|
|
67
|
+
map: {
|
|
68
|
+
false: "un archivo",
|
|
69
|
+
true: "uno o más archivos"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
// screenreader accessibility
|
|
75
|
+
ariaRequired: "requerido",
|
|
76
|
+
ariaNoEntries: "No se han seleccionado {{maxFilesUnit}}",
|
|
77
|
+
ariaSingleEntry: "Seleccionado {{name}}",
|
|
78
|
+
ariaMultipleEntries: "{{count}} archivos seleccionados",
|
|
79
|
+
ariaItemRoleDescription: "Ordenable",
|
|
80
|
+
ariaDragDescription: "Pulsa espacio para recoger y soltar un elemento. Usa las teclas de flecha arriba y abajo para moverlo a una nueva posición.",
|
|
81
|
+
ariaDragStateDrop: "Se soltó {{name}} en la posición {{position}}",
|
|
82
|
+
ariaDragStateGrab: "Se recogió {{name}} en la posición {{position}}",
|
|
83
|
+
ariaDragStateSort: "Se movió {{name}} a la posición {{position}} de {{total}}"
|
|
38
84
|
}, a = {
|
|
39
85
|
mediaEdit: "Editar",
|
|
40
86
|
mediaPlay: "Reproducir",
|
|
@@ -68,7 +114,7 @@ const e = {
|
|
|
68
114
|
}
|
|
69
115
|
}
|
|
70
116
|
}
|
|
71
|
-
},
|
|
117
|
+
}, n = {
|
|
72
118
|
validationFileExtensionMismatch: {
|
|
73
119
|
template: "Esta extensión de archivo no está permitida. {{details}}.",
|
|
74
120
|
variables: {
|
|
@@ -81,50 +127,34 @@ const e = {
|
|
|
81
127
|
}
|
|
82
128
|
}
|
|
83
129
|
}
|
|
84
|
-
},
|
|
130
|
+
}, s = {
|
|
85
131
|
validationFileNameMissing: "Falta el nombre del archivo",
|
|
86
132
|
validationFileNameMismatch: "Este nombre de archivo no es válido."
|
|
87
|
-
},
|
|
88
|
-
validationFileSizeUnderflow: "Este archivo es demasiado pequeño. El tamaño mínimo es {{minSize}}.",
|
|
89
|
-
validationFileSizeOverflow: "Este archivo es demasiado grande. El tamaño máximo es {{maxSize}}."
|
|
133
|
+
}, l = {
|
|
134
|
+
validationFileSizeUnderflow: "Este archivo es demasiado pequeño. El tamaño mínimo es {{minSize}} {{minSizeUnit}}.",
|
|
135
|
+
validationFileSizeOverflow: "Este archivo es demasiado grande. El tamaño máximo es {{maxSize}} {{maxSizeUnit}}."
|
|
90
136
|
}, r = {
|
|
91
|
-
validationListSizeUnderflow: "El tamaño total de los archivos es demasiado pequeño. El mínimo
|
|
92
|
-
validationListSizeOverflow: "El tamaño total de los archivos es demasiado grande. El máximo
|
|
137
|
+
validationListSizeUnderflow: "El tamaño total de los archivos es demasiado pequeño. El tamaño total mínimo es {{minSize}} {{minSizeUnit}}.",
|
|
138
|
+
validationListSizeOverflow: "El tamaño total de los archivos es demasiado grande. El tamaño total máximo es {{maxSize}} {{maxSizeUnit}}."
|
|
93
139
|
}, d = {
|
|
94
140
|
validationMediaSizeUnavailable: "No se pudo leer el tamaño del archivo.",
|
|
95
|
-
validationMediaWidthRangeMismatch: "El ancho del {{fileMainType}} no es válido. El ancho debe estar entre {{minWidth}} y {{maxWidth}}
|
|
96
|
-
validationMediaWidthUnderflow: "El {{fileMainType}} es demasiado pequeño. El ancho mínimo es {{minWidth}}
|
|
97
|
-
validationMediaWidthOverflow: "El {{fileMainType}} es demasiado grande. El ancho máximo es {{maxWidth}}
|
|
98
|
-
validationMediaHeightRangeMismatch: "La altura del {{fileMainType}} no es válida. La altura debe estar entre {{minHeight}} y {{maxHeight}}
|
|
99
|
-
validationMediaHeightUnderflow: "El {{fileMainType}} es demasiado pequeño. La altura mínima es {{minHeight}}
|
|
100
|
-
validationMediaHeightOverflow: "El {{fileMainType}} es demasiado grande. La altura máxima es {{maxHeight}}
|
|
141
|
+
validationMediaWidthRangeMismatch: "El ancho del {{fileMainType}} no es válido. El ancho debe estar entre {{minWidth}} y {{maxWidth}} {{maxWidthUnit}}.",
|
|
142
|
+
validationMediaWidthUnderflow: "El {{fileMainType}} es demasiado pequeño. El ancho mínimo es {{minWidth}} {{minWidthUnit}}.",
|
|
143
|
+
validationMediaWidthOverflow: "El {{fileMainType}} es demasiado grande. El ancho máximo es {{maxWidth}} {{maxWidthUnit}}.",
|
|
144
|
+
validationMediaHeightRangeMismatch: "La altura del {{fileMainType}} no es válida. La altura debe estar entre {{minHeight}} y {{maxHeight}} {{maxHeightUnit}}.",
|
|
145
|
+
validationMediaHeightUnderflow: "El {{fileMainType}} es demasiado pequeño. La altura mínima es {{minHeight}} {{minHeightUnit}}.",
|
|
146
|
+
validationMediaHeightOverflow: "El {{fileMainType}} es demasiado grande. La altura máxima es {{maxHeight}} {{maxHeightUnit}}.",
|
|
101
147
|
validationMediaResolutionRangeMismatch: "La resolución del {{fileMainType}} no es válida. Debe estar entre {{minResolution}}MP y {{maxResolution}}MP.",
|
|
102
148
|
validationMediaResolutionUnderflow: "La resolución del {{fileMainType}} no es válida. La resolución mínima es {{minResolution}}MP.",
|
|
103
149
|
validationMediaResolutionOverflow: "La resolución del {{fileMainType}} no es válida. La resolución máxima es {{maxResolution}}MP."
|
|
104
150
|
}, m = {
|
|
105
|
-
validationListEntryCountUnderflow: {
|
|
106
|
-
|
|
107
|
-
variables: {
|
|
108
|
-
files: {
|
|
109
|
-
context: "minFiles",
|
|
110
|
-
map: { 1: "archivo", else: "archivos" }
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
validationListEntryCountOverflow: {
|
|
115
|
-
template: "Demasiados archivos. El máximo permitido es {{maxFiles}} {{files}}.",
|
|
116
|
-
variables: {
|
|
117
|
-
files: {
|
|
118
|
-
context: "minFiles",
|
|
119
|
-
map: { 1: "archivo", else: "archivos" }
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
151
|
+
validationListEntryCountUnderflow: "Muy pocos archivos en la lista. El mínimo es {{minFiles}} {{minFilesUnit}}.",
|
|
152
|
+
validationListEntryCountOverflow: "Demasiados archivos en la lista. El máximo es {{maxFiles}} {{maxFilesUnit}}."
|
|
123
153
|
}, c = {
|
|
124
|
-
...
|
|
154
|
+
...l,
|
|
125
155
|
...t,
|
|
156
|
+
...n,
|
|
126
157
|
...s,
|
|
127
|
-
...l,
|
|
128
158
|
...d,
|
|
129
159
|
...r,
|
|
130
160
|
...m
|
|
@@ -142,10 +172,10 @@ export {
|
|
|
142
172
|
i 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
|
+
s as validationFileName,
|
|
178
|
+
l as validationFileSize,
|
|
149
179
|
m as validationListCount,
|
|
150
180
|
r as validationListSize,
|
|
151
181
|
d as validationMediaResolution
|
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.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: "Palauta",
|
|
15
15
|
busy: "Varattu",
|
|
16
16
|
loading: "Ladataan",
|
|
17
|
+
// units
|
|
18
|
+
unitB: {
|
|
19
|
+
1: "tavu",
|
|
20
|
+
else: "tavua"
|
|
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: "pikseli",
|
|
34
|
+
else: "pikseliä"
|
|
35
|
+
},
|
|
36
|
+
unitFiles: {
|
|
37
|
+
1: "tiedosto",
|
|
38
|
+
else: "tiedostoa"
|
|
39
|
+
},
|
|
17
40
|
error: "Virhe",
|
|
18
41
|
warning: "Varoitus",
|
|
19
42
|
success: "Onnistui",
|
|
@@ -25,7 +48,9 @@ const i = {
|
|
|
25
48
|
fileMainTypeApplication: "tiedosto",
|
|
26
49
|
assistAbort: "Napauta peruuttaaksesi",
|
|
27
50
|
assistUndo: "Napauta kumotaksesi",
|
|
28
|
-
|
|
51
|
+
// browse button labels
|
|
52
|
+
browse: "Valitse {{maxFilesUnit}}",
|
|
53
|
+
browseAndDrop: "Pudota {{maxFilesUnit}} tähän tai <u>selaa</u>",
|
|
29
54
|
loadError: "Tiedostoa ei voitu ladata.",
|
|
30
55
|
loadDataTranserProgress: "Ladataan tiedostoja",
|
|
31
56
|
loadDataTranserInfo: "Käsitelty {{processedFiles}} / {{totalFiles}} tiedostoa",
|
|
@@ -34,8 +59,29 @@ const i = {
|
|
|
34
59
|
validationInvalidEntries: "Tiedostolistassa on virheellisiä kohteita.",
|
|
35
60
|
validationInvalidState: "Tiedostolista on virheellisessä tilassa.",
|
|
36
61
|
validationInvalidBusy: "Tiedostolista on varattu.",
|
|
37
|
-
validationInvalidEmpty:
|
|
38
|
-
|
|
62
|
+
validationInvalidEmpty: {
|
|
63
|
+
template: "Valitse {{files}}.",
|
|
64
|
+
variables: {
|
|
65
|
+
files: {
|
|
66
|
+
context: "multiple",
|
|
67
|
+
map: {
|
|
68
|
+
false: "tiedosto",
|
|
69
|
+
true: "yksi tai useampi tiedosto"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
// screenreader accessibility
|
|
75
|
+
ariaRequired: "pakollinen",
|
|
76
|
+
ariaNoEntries: "{{maxFilesUnit}} ei ole valittu",
|
|
77
|
+
ariaSingleEntry: "Valittu {{name}}",
|
|
78
|
+
ariaMultipleEntries: "{{count}} tiedostoa valittu",
|
|
79
|
+
ariaItemRoleDescription: "Lajiteltava",
|
|
80
|
+
ariaDragDescription: "Nosta ja pudota kohde painamalla välilyöntiä. Siirrä sitä uuteen sijaintiin ylä- ja alanuolinäppäimillä.",
|
|
81
|
+
ariaDragStateDrop: "{{name}} pudotettu sijaintiin {{position}}",
|
|
82
|
+
ariaDragStateGrab: "{{name}} nostettu sijainnista {{position}}",
|
|
83
|
+
ariaDragStateSort: "{{name}} siirretty sijaintiin {{position}} / {{total}}"
|
|
84
|
+
}, a = {
|
|
39
85
|
mediaEdit: "Muokkaa",
|
|
40
86
|
mediaPlay: "Toista",
|
|
41
87
|
mediaPause: "Tauko",
|
|
@@ -45,14 +91,14 @@ const i = {
|
|
|
45
91
|
mediaFullscreen: "Koko näyttö",
|
|
46
92
|
mediaLoadError: "Tiedostoa {{fileMainType}} ei voitu ladata.",
|
|
47
93
|
mediaPlayError: "Videota ei voitu toistaa."
|
|
48
|
-
},
|
|
94
|
+
}, t = {
|
|
49
95
|
storeRestoreProgress: "Ladataan {{progress}}%",
|
|
50
96
|
storeStorageQueued: "Odottaa latausta",
|
|
51
97
|
storeStorageProgress: "Lähetetään {{progress}}%",
|
|
52
98
|
storeStorageComplete: "Lähetys valmis",
|
|
53
99
|
storeError: "Tiedostoa ei voitu tallentaa.",
|
|
54
100
|
storeAwaitingCompletion: "Kaikkia tiedostoja ei ole tallennettu."
|
|
55
|
-
},
|
|
101
|
+
}, e = {
|
|
56
102
|
transformEditBusy: "Muokataan tiedoston tietoja",
|
|
57
103
|
transformError: "Tietoja ei voitu muokata. Yritä uudelleen."
|
|
58
104
|
}, o = {
|
|
@@ -85,47 +131,25 @@ const i = {
|
|
|
85
131
|
validationFileNameMissing: "Tiedoston nimi puuttuu",
|
|
86
132
|
validationFileNameMismatch: "Virheellinen tiedostonimi."
|
|
87
133
|
}, s = {
|
|
88
|
-
validationFileSizeUnderflow: "
|
|
89
|
-
validationFileSizeOverflow: "
|
|
134
|
+
validationFileSizeUnderflow: "Tämä tiedosto on liian pieni. Vähimmäiskoko on {{minSize}} {{minSizeUnit}}.",
|
|
135
|
+
validationFileSizeOverflow: "Tämä tiedosto on liian suuri. Enimmäiskoko on {{maxSize}} {{maxSizeUnit}}."
|
|
90
136
|
}, d = {
|
|
91
|
-
validationListSizeUnderflow: "
|
|
92
|
-
validationListSizeOverflow: "
|
|
137
|
+
validationListSizeUnderflow: "Tiedostojen kokonaiskoko on liian pieni. Vähimmäiskokonaiskoko on {{minSize}} {{minSizeUnit}}.",
|
|
138
|
+
validationListSizeOverflow: "Tiedostojen kokonaiskoko on liian suuri. Enimmäiskokonaiskoko on {{maxSize}} {{maxSizeUnit}}."
|
|
93
139
|
}, r = {
|
|
94
140
|
validationMediaSizeUnavailable: "Mediakokoa ei voitu lukea.",
|
|
95
|
-
validationMediaWidthRangeMismatch: "{{fileMainType}} leveys
|
|
96
|
-
validationMediaWidthUnderflow: "{{fileMainType}} on liian pieni.
|
|
97
|
-
validationMediaWidthOverflow: "{{fileMainType}} on liian suuri.
|
|
98
|
-
validationMediaHeightRangeMismatch: "{{fileMainType}} korkeus
|
|
99
|
-
validationMediaHeightUnderflow: "{{fileMainType}} on liian pieni.
|
|
100
|
-
validationMediaHeightOverflow: "{{fileMainType}} on liian suuri.
|
|
141
|
+
validationMediaWidthRangeMismatch: "{{fileMainType}}n leveys ei kelpaa. Leveyden on oltava välillä {{minWidth}} ja {{maxWidth}} {{maxWidthUnit}}.",
|
|
142
|
+
validationMediaWidthUnderflow: "{{fileMainType}} on liian pieni. Vähimmäisleveys on {{minWidth}} {{minWidthUnit}}.",
|
|
143
|
+
validationMediaWidthOverflow: "{{fileMainType}} on liian suuri. Enimmäisleveys on {{maxWidth}} {{maxWidthUnit}}.",
|
|
144
|
+
validationMediaHeightRangeMismatch: "{{fileMainType}}n korkeus ei kelpaa. Korkeuden on oltava välillä {{minHeight}} ja {{maxHeight}} {{maxHeightUnit}}.",
|
|
145
|
+
validationMediaHeightUnderflow: "{{fileMainType}} on liian pieni. Vähimmäiskorkeus on {{minHeight}} {{minHeightUnit}}.",
|
|
146
|
+
validationMediaHeightOverflow: "{{fileMainType}} on liian suuri. Enimmäiskorkeus on {{maxHeight}} {{maxHeightUnit}}.",
|
|
101
147
|
validationMediaResolutionRangeMismatch: "Tarkkuus on virheellinen. Sen tulee olla {{minResolution}}–{{maxResolution}} MP.",
|
|
102
148
|
validationMediaResolutionUnderflow: "Tarkkuus on liian pieni. Vähintään {{minResolution}} MP.",
|
|
103
149
|
validationMediaResolutionOverflow: "Tarkkuus on liian suuri. Enintään {{maxResolution}} MP."
|
|
104
150
|
}, u = {
|
|
105
|
-
validationListEntryCountUnderflow: {
|
|
106
|
-
|
|
107
|
-
variables: {
|
|
108
|
-
files: {
|
|
109
|
-
context: "minFiles",
|
|
110
|
-
map: {
|
|
111
|
-
1: "tiedosto",
|
|
112
|
-
else: "tiedostoa"
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
validationListEntryCountOverflow: {
|
|
118
|
-
template: "Liikaa tiedostoja. Enintään {{maxFiles}} {{files}}.",
|
|
119
|
-
variables: {
|
|
120
|
-
files: {
|
|
121
|
-
context: "minFiles",
|
|
122
|
-
map: {
|
|
123
|
-
1: "tiedosto",
|
|
124
|
-
else: "tiedostoa"
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
}
|
|
151
|
+
validationListEntryCountUnderflow: "Luettelossa on liian vähän tiedostoja. Vähimmäismäärä on {{minFiles}} {{minFilesUnit}}.",
|
|
152
|
+
validationListEntryCountOverflow: "Luettelossa on liikaa tiedostoja. Enimmäismäärä on {{maxFiles}} {{maxFilesUnit}}."
|
|
129
153
|
}, m = {
|
|
130
154
|
...s,
|
|
131
155
|
...o,
|
|
@@ -136,17 +160,17 @@ const i = {
|
|
|
136
160
|
...u
|
|
137
161
|
}, v = {
|
|
138
162
|
...i,
|
|
163
|
+
...t,
|
|
139
164
|
...a,
|
|
140
|
-
...e,
|
|
141
165
|
...m,
|
|
142
|
-
...
|
|
166
|
+
...e
|
|
143
167
|
};
|
|
144
168
|
export {
|
|
145
169
|
i as core,
|
|
146
170
|
v as locale,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
171
|
+
a as media,
|
|
172
|
+
t as store,
|
|
173
|
+
e as transform,
|
|
150
174
|
m as validation,
|
|
151
175
|
n as validationFileExtension,
|
|
152
176
|
o as validationFileMimeType,
|