@uploadcare/file-uploader 1.28.0-alpha.0 → 1.28.0-alpha.111
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abstract/CTX.d.ts +5 -3
- package/dist/abstract/CTX.d.ts.map +1 -0
- package/dist/abstract/TypedCollection.d.ts +2 -1
- package/dist/abstract/TypedCollection.d.ts.map +1 -0
- package/dist/abstract/TypedData.d.ts +3 -2
- package/dist/abstract/TypedData.d.ts.map +1 -0
- package/dist/abstract/UploaderPublicApi.d.ts +7 -6
- package/dist/abstract/UploaderPublicApi.d.ts.map +1 -0
- package/dist/abstract/buildOutputCollectionState.d.ts +3 -2
- package/dist/abstract/buildOutputCollectionState.d.ts.map +1 -0
- package/dist/abstract/customConfigOptions.d.ts +1 -0
- package/dist/abstract/customConfigOptions.d.ts.map +1 -0
- package/dist/abstract/defineComponents.d.ts +1 -0
- package/dist/abstract/defineComponents.d.ts.map +1 -0
- package/dist/abstract/features/ClipboardLayer.d.ts +2 -1
- package/dist/abstract/features/ClipboardLayer.d.ts.map +1 -0
- package/dist/abstract/loadFileUploaderFrom.d.ts +1 -0
- package/dist/abstract/loadFileUploaderFrom.d.ts.map +1 -0
- package/dist/abstract/loadFileUploaderFrom.js +1 -8
- package/dist/abstract/localeRegistry.d.ts +1 -0
- package/dist/abstract/localeRegistry.d.ts.map +1 -0
- package/dist/abstract/managers/LocaleManager.d.ts +3 -2
- package/dist/abstract/managers/LocaleManager.d.ts.map +1 -0
- package/dist/abstract/managers/ModalManager.d.ts +3 -2
- package/dist/abstract/managers/ModalManager.d.ts.map +1 -0
- package/dist/abstract/managers/SecureUploadsManager.d.ts +2 -1
- package/dist/abstract/managers/SecureUploadsManager.d.ts.map +1 -0
- package/dist/abstract/managers/TelemetryManager.d.ts +4 -3
- package/dist/abstract/managers/TelemetryManager.d.ts.map +1 -0
- package/dist/abstract/managers/ValidationManager.d.ts +7 -6
- package/dist/abstract/managers/ValidationManager.d.ts.map +1 -0
- package/dist/abstract/managers/a11y.d.ts +3 -2
- package/dist/abstract/managers/a11y.d.ts.map +1 -0
- package/dist/abstract/managers/plugin/PluginManager.d.ts +3 -2
- package/dist/abstract/managers/plugin/PluginManager.d.ts.map +1 -0
- package/dist/abstract/managers/plugin/PluginTypes.d.ts +4 -3
- package/dist/abstract/managers/plugin/PluginTypes.d.ts.map +1 -0
- package/dist/abstract/managers/plugin/index.d.ts +1 -0
- package/dist/abstract/managers/plugin/index.d.ts.map +1 -0
- package/dist/abstract/sharedConfigKey.d.ts +2 -1
- package/dist/abstract/sharedConfigKey.d.ts.map +1 -0
- package/dist/abstract/uploadEntrySchema.d.ts +4 -3
- package/dist/abstract/uploadEntrySchema.d.ts.map +1 -0
- package/dist/blocks/ActivityHeader/ActivityHeader.d.ts +2 -0
- package/dist/blocks/ActivityHeader/ActivityHeader.d.ts.map +1 -0
- package/dist/blocks/CameraSource/CameraSource.d.ts +7 -2
- package/dist/blocks/CameraSource/CameraSource.d.ts.map +1 -0
- package/dist/blocks/CameraSource/calcCameraModes.d.ts +2 -1
- package/dist/blocks/CameraSource/calcCameraModes.d.ts.map +1 -0
- package/dist/blocks/CameraSource/constants.d.ts +1 -0
- package/dist/blocks/CameraSource/constants.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/index.d.ts +2 -0
- package/dist/blocks/CloudImageEditor/index.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts +10 -2
- package/dist/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/CropFrame.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/CropFrame.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts +5 -3
- package/dist/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorButtonControl.d.ts +4 -2
- package/dist/blocks/CloudImageEditor/src/EditorButtonControl.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorFilterControl.d.ts +4 -2
- package/dist/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +4 -2
- package/dist/blocks/CloudImageEditor/src/EditorImageCropper.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorImageFader.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/EditorImageFader.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorOperationControl.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/EditorOperationControl.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorScroller.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorScroller.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorSlider.d.ts +5 -3
- package/dist/blocks/CloudImageEditor/src/EditorSlider.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorToolbar.d.ts +12 -2
- package/dist/blocks/CloudImageEditor/src/EditorToolbar.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/crop-utils.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/crop-utils.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/cropper-constants.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/cropper-constants.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts +5 -3
- package/dist/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/index.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/index.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/classNames.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/classNames.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/linspace.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/linspace.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/parseTabs.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/lib/parseTabs.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/pick.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/pick.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/state.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/state.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/svg-sprite.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/svg-sprite.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/toolbar-constants.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/toolbar-constants.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/types.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/types.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/util.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/util.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +5 -2
- package/dist/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -0
- package/dist/blocks/Config/Config.d.ts +4 -2
- package/dist/blocks/Config/Config.d.ts.map +1 -0
- package/dist/blocks/Config/assertions.d.ts +2 -1
- package/dist/blocks/Config/assertions.d.ts.map +1 -0
- package/dist/blocks/Config/computed-properties.d.ts +2 -1
- package/dist/blocks/Config/computed-properties.d.ts.map +1 -0
- package/dist/blocks/Config/initialConfig.d.ts +2 -1
- package/dist/blocks/Config/initialConfig.d.ts.map +1 -0
- package/dist/blocks/Config/normalizeConfigValue.d.ts +2 -1
- package/dist/blocks/Config/normalizeConfigValue.d.ts.map +1 -0
- package/dist/blocks/Config/validatorsType.d.ts +5 -4
- package/dist/blocks/Config/validatorsType.d.ts.map +1 -0
- package/dist/blocks/Copyright/Copyright.d.ts +3 -1
- package/dist/blocks/Copyright/Copyright.d.ts.map +1 -0
- package/dist/blocks/DropArea/DropArea.d.ts +5 -2
- package/dist/blocks/DropArea/DropArea.d.ts.map +1 -0
- package/dist/blocks/DropArea/addDropzone.d.ts +1 -0
- package/dist/blocks/DropArea/addDropzone.d.ts.map +1 -0
- package/dist/blocks/DropArea/getDropItems.d.ts +1 -0
- package/dist/blocks/DropArea/getDropItems.d.ts.map +1 -0
- package/dist/blocks/ExternalSource/ExternalSource.d.ts +6 -1
- package/dist/blocks/ExternalSource/ExternalSource.d.ts.map +1 -0
- package/dist/blocks/ExternalSource/MessageBridge.d.ts +2 -1
- package/dist/blocks/ExternalSource/MessageBridge.d.ts.map +1 -0
- package/dist/blocks/ExternalSource/buildThemeDefinition.d.ts +2 -1
- package/dist/blocks/ExternalSource/buildThemeDefinition.d.ts.map +1 -0
- package/dist/blocks/ExternalSource/query-string.d.ts +1 -0
- package/dist/blocks/ExternalSource/query-string.d.ts.map +1 -0
- package/dist/blocks/ExternalSource/types.d.ts +1 -0
- package/dist/blocks/ExternalSource/types.d.ts.map +1 -0
- package/dist/blocks/FileItem/FileItem.d.ts +8 -3
- package/dist/blocks/FileItem/FileItem.d.ts.map +1 -0
- package/dist/blocks/FileItem/FileItemConfig.d.ts +2 -1
- package/dist/blocks/FileItem/FileItemConfig.d.ts.map +1 -0
- package/dist/blocks/FormInput/FormInput.d.ts +1 -0
- package/dist/blocks/FormInput/FormInput.d.ts.map +1 -0
- package/dist/blocks/Icon/Icon.d.ts +4 -2
- package/dist/blocks/Icon/Icon.d.ts.map +1 -0
- package/dist/blocks/Img/Img.d.ts +1 -0
- package/dist/blocks/Img/Img.d.ts.map +1 -0
- package/dist/blocks/Img/ImgBase.d.ts +1 -0
- package/dist/blocks/Img/ImgBase.d.ts.map +1 -0
- package/dist/blocks/Img/ImgConfig.d.ts +3 -2
- package/dist/blocks/Img/ImgConfig.d.ts.map +1 -0
- package/dist/blocks/Img/configurations.d.ts +1 -0
- package/dist/blocks/Img/configurations.d.ts.map +1 -0
- package/dist/blocks/Img/props-map.d.ts +1 -0
- package/dist/blocks/Img/props-map.d.ts.map +1 -0
- package/dist/blocks/Img/utils/parseObjectToString.d.ts +1 -0
- package/dist/blocks/Img/utils/parseObjectToString.d.ts.map +1 -0
- package/dist/blocks/Modal/Modal.d.ts +4 -2
- package/dist/blocks/Modal/Modal.d.ts.map +1 -0
- package/dist/blocks/PluginActivityRenderer/PluginActivityRenderer.d.ts +8 -5
- package/dist/blocks/PluginActivityRenderer/PluginActivityRenderer.d.ts.map +1 -0
- package/dist/blocks/PluginActivityRenderer/index.d.ts +1 -0
- package/dist/blocks/PluginActivityRenderer/index.d.ts.map +1 -0
- package/dist/blocks/ProgressBar/ProgressBar.d.ts +4 -2
- package/dist/blocks/ProgressBar/ProgressBar.d.ts.map +1 -0
- package/dist/blocks/ProgressBarCommon/ProgressBarCommon.d.ts +5 -2
- package/dist/blocks/ProgressBarCommon/ProgressBarCommon.d.ts.map +1 -0
- package/dist/blocks/Select/Select.d.ts +3 -1
- package/dist/blocks/Select/Select.d.ts.map +1 -0
- package/dist/blocks/SimpleBtn/SimpleBtn.d.ts +5 -1
- package/dist/blocks/SimpleBtn/SimpleBtn.d.ts.map +1 -0
- package/dist/blocks/SourceBtn/SourceBtn.d.ts +5 -2
- package/dist/blocks/SourceBtn/SourceBtn.d.ts.map +1 -0
- package/dist/blocks/SourceList/SourceList.d.ts +4 -2
- package/dist/blocks/SourceList/SourceList.d.ts.map +1 -0
- package/dist/blocks/Spinner/Spinner.d.ts +3 -1
- package/dist/blocks/Spinner/Spinner.d.ts.map +1 -0
- package/dist/blocks/StartFrom/StartFrom.d.ts +4 -2
- package/dist/blocks/StartFrom/StartFrom.d.ts.map +1 -0
- package/dist/blocks/Thumb/Thumb.d.ts +6 -3
- package/dist/blocks/Thumb/Thumb.d.ts.map +1 -0
- package/dist/blocks/UploadCtxProvider/EventEmitter.d.ts +5 -4
- package/dist/blocks/UploadCtxProvider/EventEmitter.d.ts.map +1 -0
- package/dist/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +2 -1
- package/dist/blocks/UploadCtxProvider/UploadCtxProvider.d.ts.map +1 -0
- package/dist/blocks/UploadList/UploadList.d.ts +7 -1
- package/dist/blocks/UploadList/UploadList.d.ts.map +1 -0
- package/dist/blocks/UrlSource/UrlSource.d.ts +5 -1
- package/dist/blocks/UrlSource/UrlSource.d.ts.map +1 -0
- package/dist/blocks/svg-backgrounds/svg-backgrounds.d.ts +1 -0
- package/dist/blocks/svg-backgrounds/svg-backgrounds.d.ts.map +1 -0
- package/dist/blocks/themes/uc-basic/svg-sprite.d.ts +1 -0
- package/dist/blocks/themes/uc-basic/svg-sprite.d.ts.map +1 -0
- package/dist/cameraPlugin.js +1 -0
- package/dist/cloudImageEditorPlugin.css +1282 -0
- package/dist/cloudImageEditorPlugin.js +1 -0
- package/dist/cloudImageEditorPlugin.layered.css +1289 -0
- package/dist/core.d.ts +3 -0
- package/dist/core.d.ts.map +1 -0
- package/dist/env.d.ts +1 -0
- package/dist/env.d.ts.map +1 -0
- package/dist/env.js +1 -8
- package/dist/externalSourcesPlugin.js +1 -0
- package/dist/imageShrinkPlugin.js +1 -0
- package/dist/index.css +1376 -3328
- package/dist/index.d.ts +16 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7 -1011
- package/dist/index.layered.css +1046 -3564
- package/dist/index.ssr.js +1290 -0
- package/dist/instagramPlugin.js +1 -0
- package/dist/lit/BaseComponent.d.ts +4 -3
- package/dist/lit/BaseComponent.d.ts.map +1 -0
- package/dist/lit/Constructor.d.ts +1 -0
- package/dist/lit/Constructor.d.ts.map +1 -0
- package/dist/lit/CssDataMixin.d.ts +3 -2
- package/dist/lit/CssDataMixin.d.ts.map +1 -0
- package/dist/lit/LightDomMixin.d.ts +3 -2
- package/dist/lit/LightDomMixin.d.ts.map +1 -0
- package/dist/lit/LitActivityBlock.d.ts +4 -3
- package/dist/lit/LitActivityBlock.d.ts.map +1 -0
- package/dist/lit/LitBlock.d.ts +17 -16
- package/dist/lit/LitBlock.d.ts.map +1 -0
- package/dist/lit/LitSolutionBlock.d.ts +6 -5
- package/dist/lit/LitSolutionBlock.d.ts.map +1 -0
- package/dist/lit/LitUploaderBlock.d.ts +8 -7
- package/dist/lit/LitUploaderBlock.d.ts.map +1 -0
- package/dist/lit/PubSubCompat.d.ts +1 -0
- package/dist/lit/PubSubCompat.d.ts.map +1 -0
- package/dist/lit/RegisterableElementMixin.d.ts +3 -2
- package/dist/lit/RegisterableElementMixin.d.ts.map +1 -0
- package/dist/lit/SharedState.d.ts +23 -22
- package/dist/lit/SharedState.d.ts.map +1 -0
- package/dist/lit/SymbioteCompatMixin.d.ts +3 -2
- package/dist/lit/SymbioteCompatMixin.d.ts.map +1 -0
- package/dist/lit/TestModeController.d.ts +3 -2
- package/dist/lit/TestModeController.d.ts.map +1 -0
- package/dist/lit/Uid.d.ts +1 -0
- package/dist/lit/Uid.d.ts.map +1 -0
- package/dist/lit/activity-constants.d.ts +2 -1
- package/dist/lit/activity-constants.d.ts.map +1 -0
- package/dist/lit/createDebugPrinter.d.ts +3 -2
- package/dist/lit/createDebugPrinter.d.ts.map +1 -0
- package/dist/lit/findBlockInCtx.d.ts +3 -2
- package/dist/lit/findBlockInCtx.d.ts.map +1 -0
- package/dist/lit/getOutputData.d.ts +3 -2
- package/dist/lit/getOutputData.d.ts.map +1 -0
- package/dist/lit/hasBlockInCtx.d.ts +3 -2
- package/dist/lit/hasBlockInCtx.d.ts.map +1 -0
- package/dist/lit/l10n.d.ts +3 -2
- package/dist/lit/l10n.d.ts.map +1 -0
- package/dist/lit/parseCssPropertyValue.d.ts +1 -0
- package/dist/lit/parseCssPropertyValue.d.ts.map +1 -0
- package/dist/lit/shared-instances.d.ts +15 -14
- package/dist/lit/shared-instances.d.ts.map +1 -0
- package/dist/locales/file-uploader/ar.d.ts +1 -0
- package/dist/locales/file-uploader/ar.d.ts.map +1 -0
- package/dist/locales/file-uploader/ar.js +1 -143
- package/dist/locales/file-uploader/az.d.ts +1 -0
- package/dist/locales/file-uploader/az.d.ts.map +1 -0
- package/dist/locales/file-uploader/az.js +1 -135
- package/dist/locales/file-uploader/ca.d.ts +1 -0
- package/dist/locales/file-uploader/ca.d.ts.map +1 -0
- package/dist/locales/file-uploader/ca.js +1 -137
- package/dist/locales/file-uploader/cs.d.ts +1 -0
- package/dist/locales/file-uploader/cs.d.ts.map +1 -0
- package/dist/locales/file-uploader/cs.js +1 -139
- package/dist/locales/file-uploader/da.d.ts +1 -0
- package/dist/locales/file-uploader/da.d.ts.map +1 -0
- package/dist/locales/file-uploader/da.js +1 -135
- package/dist/locales/file-uploader/de.d.ts +1 -0
- package/dist/locales/file-uploader/de.d.ts.map +1 -0
- package/dist/locales/file-uploader/de.js +1 -135
- package/dist/locales/file-uploader/el.d.ts +1 -0
- package/dist/locales/file-uploader/el.d.ts.map +1 -0
- package/dist/locales/file-uploader/el.js +1 -135
- package/dist/locales/file-uploader/en.d.ts +1 -0
- package/dist/locales/file-uploader/en.d.ts.map +1 -0
- package/dist/locales/file-uploader/en.js +1 -8
- package/dist/locales/file-uploader/es.d.ts +1 -0
- package/dist/locales/file-uploader/es.d.ts.map +1 -0
- package/dist/locales/file-uploader/es.js +1 -137
- package/dist/locales/file-uploader/et.d.ts +1 -0
- package/dist/locales/file-uploader/et.d.ts.map +1 -0
- package/dist/locales/file-uploader/et.js +1 -135
- package/dist/locales/file-uploader/fi.d.ts +1 -0
- package/dist/locales/file-uploader/fi.d.ts.map +1 -0
- package/dist/locales/file-uploader/fi.js +1 -135
- package/dist/locales/file-uploader/fr.d.ts +1 -0
- package/dist/locales/file-uploader/fr.d.ts.map +1 -0
- package/dist/locales/file-uploader/fr.js +1 -137
- package/dist/locales/file-uploader/he.d.ts +1 -0
- package/dist/locales/file-uploader/he.d.ts.map +1 -0
- package/dist/locales/file-uploader/he.js +1 -137
- package/dist/locales/file-uploader/hy.d.ts +1 -0
- package/dist/locales/file-uploader/hy.d.ts.map +1 -0
- package/dist/locales/file-uploader/hy.js +1 -135
- package/dist/locales/file-uploader/is.d.ts +1 -0
- package/dist/locales/file-uploader/is.d.ts.map +1 -0
- package/dist/locales/file-uploader/is.js +1 -135
- package/dist/locales/file-uploader/it.d.ts +1 -0
- package/dist/locales/file-uploader/it.d.ts.map +1 -0
- package/dist/locales/file-uploader/it.js +1 -137
- package/dist/locales/file-uploader/ja.d.ts +1 -0
- package/dist/locales/file-uploader/ja.d.ts.map +1 -0
- package/dist/locales/file-uploader/ja.js +1 -135
- package/dist/locales/file-uploader/ka.d.ts +1 -0
- package/dist/locales/file-uploader/ka.d.ts.map +1 -0
- package/dist/locales/file-uploader/ka.js +1 -135
- package/dist/locales/file-uploader/kk.d.ts +1 -0
- package/dist/locales/file-uploader/kk.d.ts.map +1 -0
- package/dist/locales/file-uploader/kk.js +1 -135
- package/dist/locales/file-uploader/ko.d.ts +1 -0
- package/dist/locales/file-uploader/ko.d.ts.map +1 -0
- package/dist/locales/file-uploader/ko.js +1 -135
- package/dist/locales/file-uploader/lv.d.ts +1 -0
- package/dist/locales/file-uploader/lv.d.ts.map +1 -0
- package/dist/locales/file-uploader/lv.js +1 -137
- package/dist/locales/file-uploader/nb.d.ts +1 -0
- package/dist/locales/file-uploader/nb.d.ts.map +1 -0
- package/dist/locales/file-uploader/nb.js +1 -135
- package/dist/locales/file-uploader/nl.d.ts +1 -0
- package/dist/locales/file-uploader/nl.d.ts.map +1 -0
- package/dist/locales/file-uploader/nl.js +1 -135
- package/dist/locales/file-uploader/pl.d.ts +1 -0
- package/dist/locales/file-uploader/pl.d.ts.map +1 -0
- package/dist/locales/file-uploader/pl.js +1 -139
- package/dist/locales/file-uploader/pt.d.ts +1 -0
- package/dist/locales/file-uploader/pt.d.ts.map +1 -0
- package/dist/locales/file-uploader/pt.js +1 -137
- package/dist/locales/file-uploader/ro.d.ts +1 -0
- package/dist/locales/file-uploader/ro.d.ts.map +1 -0
- package/dist/locales/file-uploader/ro.js +1 -137
- package/dist/locales/file-uploader/ru.d.ts +1 -0
- package/dist/locales/file-uploader/ru.d.ts.map +1 -0
- package/dist/locales/file-uploader/ru.js +1 -139
- package/dist/locales/file-uploader/sk.d.ts +1 -0
- package/dist/locales/file-uploader/sk.d.ts.map +1 -0
- package/dist/locales/file-uploader/sk.js +1 -139
- package/dist/locales/file-uploader/sr.d.ts +1 -0
- package/dist/locales/file-uploader/sr.d.ts.map +1 -0
- package/dist/locales/file-uploader/sr.js +1 -137
- package/dist/locales/file-uploader/sv.d.ts +1 -0
- package/dist/locales/file-uploader/sv.d.ts.map +1 -0
- package/dist/locales/file-uploader/sv.js +1 -135
- package/dist/locales/file-uploader/tr.d.ts +1 -0
- package/dist/locales/file-uploader/tr.d.ts.map +1 -0
- package/dist/locales/file-uploader/tr.js +1 -135
- package/dist/locales/file-uploader/uk.d.ts +1 -0
- package/dist/locales/file-uploader/uk.d.ts.map +1 -0
- package/dist/locales/file-uploader/uk.js +1 -139
- package/dist/locales/file-uploader/vi.d.ts +1 -0
- package/dist/locales/file-uploader/vi.d.ts.map +1 -0
- package/dist/locales/file-uploader/vi.js +1 -135
- package/dist/locales/file-uploader/zh-TW.d.ts +1 -0
- package/dist/locales/file-uploader/zh-TW.d.ts.map +1 -0
- package/dist/locales/file-uploader/zh-TW.js +1 -135
- package/dist/locales/file-uploader/zh.d.ts +1 -0
- package/dist/locales/file-uploader/zh.d.ts.map +1 -0
- package/dist/locales/file-uploader/zh.js +1 -135
- package/dist/plugins/cameraPlugin.d.ts +2 -1
- package/dist/plugins/cameraPlugin.d.ts.map +1 -0
- package/dist/plugins/cloudImageEditorPlugin.d.ts +2 -1
- package/dist/plugins/cloudImageEditorPlugin.d.ts.map +1 -0
- package/dist/plugins/externalSourcesPlugin.d.ts +2 -1
- package/dist/plugins/externalSourcesPlugin.d.ts.map +1 -0
- package/dist/plugins/imageShrinkPlugin.d.ts +2 -1
- package/dist/plugins/imageShrinkPlugin.d.ts.map +1 -0
- package/dist/plugins/instagramPlugin.d.ts +2 -1
- package/dist/plugins/instagramPlugin.d.ts.map +1 -0
- package/dist/plugins/unsplashPlugin.d.ts +2 -1
- package/dist/plugins/unsplashPlugin.d.ts.map +1 -0
- package/dist/plugins/urlSourcePlugin.d.ts +2 -1
- package/dist/plugins/urlSourcePlugin.d.ts.map +1 -0
- package/dist/solutions/adaptive-image/index.d.ts +1 -0
- package/dist/solutions/adaptive-image/index.d.ts.map +1 -0
- package/dist/solutions/cloud-image-editor/CloudImageEditor.d.ts +1 -0
- package/dist/solutions/cloud-image-editor/CloudImageEditor.d.ts.map +1 -0
- package/dist/solutions/cloud-image-editor/index.d.ts +2 -0
- package/dist/solutions/cloud-image-editor/index.d.ts.map +1 -0
- package/dist/solutions/file-uploader/inline/FileUploaderInline.d.ts +10 -1
- package/dist/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -0
- package/dist/solutions/file-uploader/inline/index.d.ts +1 -0
- package/dist/solutions/file-uploader/inline/index.d.ts.map +1 -0
- package/dist/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts +11 -1
- package/dist/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -0
- package/dist/solutions/file-uploader/minimal/index.d.ts +1 -0
- package/dist/solutions/file-uploader/minimal/index.d.ts.map +1 -0
- package/dist/solutions/file-uploader/regular/FileUploaderRegular.d.ts +12 -1
- package/dist/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -0
- package/dist/solutions/file-uploader/regular/index.d.ts +1 -0
- package/dist/solutions/file-uploader/regular/index.d.ts.map +1 -0
- package/dist/types/dom.d.ts +1 -0
- package/dist/types/dom.d.ts.map +1 -0
- package/dist/types/events.d.ts +2 -1
- package/dist/types/events.d.ts.map +1 -0
- package/dist/types/exported.d.ts +11 -10
- package/dist/types/exported.d.ts.map +1 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -0
- package/dist/urlSourcePlugin.js +1 -0
- package/dist/utils/UID.d.ts +2 -1
- package/dist/utils/UID.d.ts.map +1 -0
- package/dist/utils/UploadSource.d.ts +1 -0
- package/dist/utils/UploadSource.d.ts.map +1 -0
- package/dist/utils/WindowHeightTracker.d.ts +2 -1
- package/dist/utils/WindowHeightTracker.d.ts.map +1 -0
- package/dist/utils/abilities.d.ts +1 -0
- package/dist/utils/abilities.d.ts.map +1 -0
- package/dist/utils/applyStyles.d.ts +1 -0
- package/dist/utils/applyStyles.d.ts.map +1 -0
- package/dist/utils/browser-info.d.ts +1 -0
- package/dist/utils/browser-info.d.ts.map +1 -0
- package/dist/utils/cdn-utils.d.ts +1 -0
- package/dist/utils/cdn-utils.d.ts.map +1 -0
- package/dist/utils/comma-separated.d.ts +1 -0
- package/dist/utils/comma-separated.d.ts.map +1 -0
- package/dist/utils/debounce.d.ts +1 -0
- package/dist/utils/debounce.d.ts.map +1 -0
- package/dist/utils/delay.d.ts +1 -0
- package/dist/utils/delay.d.ts.map +1 -0
- package/dist/utils/fileTypes.d.ts +1 -0
- package/dist/utils/fileTypes.d.ts.map +1 -0
- package/dist/utils/get-top-level-origin.d.ts +1 -0
- package/dist/utils/get-top-level-origin.d.ts.map +1 -0
- package/dist/utils/getLocaleDirection.d.ts +1 -0
- package/dist/utils/getLocaleDirection.d.ts.map +1 -0
- package/dist/utils/getPluralForm.d.ts +1 -0
- package/dist/utils/getPluralForm.d.ts.map +1 -0
- package/dist/utils/isPromiseLike.d.ts +1 -0
- package/dist/utils/isPromiseLike.d.ts.map +1 -0
- package/dist/utils/isSecureTokenExpired.d.ts +2 -1
- package/dist/utils/isSecureTokenExpired.d.ts.map +1 -0
- package/dist/utils/memoize.d.ts +1 -0
- package/dist/utils/memoize.d.ts.map +1 -0
- package/dist/utils/mixinClass.d.ts +1 -0
- package/dist/utils/mixinClass.d.ts.map +1 -0
- package/dist/utils/parseCdnUrl.d.ts +1 -0
- package/dist/utils/parseCdnUrl.d.ts.map +1 -0
- package/dist/utils/parseShrink.d.ts +1 -0
- package/dist/utils/parseShrink.d.ts.map +1 -0
- package/dist/utils/preloadImage.d.ts +1 -0
- package/dist/utils/preloadImage.d.ts.map +1 -0
- package/dist/utils/prettyBytes.d.ts +1 -0
- package/dist/utils/prettyBytes.d.ts.map +1 -0
- package/dist/utils/resizeImage.d.ts +1 -0
- package/dist/utils/resizeImage.d.ts.map +1 -0
- package/dist/utils/stringToArray.d.ts +1 -0
- package/dist/utils/stringToArray.d.ts.map +1 -0
- package/dist/utils/template-utils.d.ts +1 -0
- package/dist/utils/template-utils.d.ts.map +1 -0
- package/dist/utils/throttle.d.ts +1 -0
- package/dist/utils/throttle.d.ts.map +1 -0
- package/dist/utils/toKebabCase.d.ts +1 -0
- package/dist/utils/toKebabCase.d.ts.map +1 -0
- package/dist/utils/transparentPixelSrc.d.ts +1 -0
- package/dist/utils/transparentPixelSrc.d.ts.map +1 -0
- package/dist/utils/uniqueArray.d.ts +1 -0
- package/dist/utils/uniqueArray.d.ts.map +1 -0
- package/dist/utils/userAgent.d.ts +2 -1
- package/dist/utils/userAgent.d.ts.map +1 -0
- package/dist/utils/validators/collection/index.d.ts +1 -0
- package/dist/utils/validators/collection/index.d.ts.map +1 -0
- package/dist/utils/validators/collection/validateCollectionUploadError.d.ts +2 -1
- package/dist/utils/validators/collection/validateCollectionUploadError.d.ts.map +1 -0
- package/dist/utils/validators/collection/validateMultiple.d.ts +2 -1
- package/dist/utils/validators/collection/validateMultiple.d.ts.map +1 -0
- package/dist/utils/validators/file/index.d.ts +1 -0
- package/dist/utils/validators/file/index.d.ts.map +1 -0
- package/dist/utils/validators/file/validateFileType.d.ts +2 -1
- package/dist/utils/validators/file/validateFileType.d.ts.map +1 -0
- package/dist/utils/validators/file/validateIsImage.d.ts +2 -1
- package/dist/utils/validators/file/validateIsImage.d.ts.map +1 -0
- package/dist/utils/validators/file/validateMaxSizeLimit.d.ts +2 -1
- package/dist/utils/validators/file/validateMaxSizeLimit.d.ts.map +1 -0
- package/dist/utils/validators/file/validateUploadError.d.ts +2 -1
- package/dist/utils/validators/file/validateUploadError.d.ts.map +1 -0
- package/dist/utils/warnOnce.d.ts +1 -0
- package/dist/utils/warnOnce.d.ts.map +1 -0
- package/dist/utils/wildcardRegexp.d.ts +1 -0
- package/dist/utils/wildcardRegexp.d.ts.map +1 -0
- package/dist/utils/withResolvers.d.ts +1 -0
- package/dist/utils/withResolvers.d.ts.map +1 -0
- package/package.json +3 -5
- package/web/file-uploader.iife.min.js +8 -0
- package/web/file-uploader.min.js +8 -0
- package/web/uc-basic.layered.min.css +3243 -0
- package/web/uc-basic.min.css +3561 -0
- package/web/uc-cloud-image-editor.layered.min.css +1909 -0
- package/web/uc-cloud-image-editor.min.css +1859 -0
- package/web/uc-cloud-image-editor.min.js +8 -0
- package/web/uc-file-uploader-inline.layered.min.css +3243 -0
- package/web/uc-file-uploader-inline.min.css +3561 -0
- package/web/uc-file-uploader-inline.min.js +8 -0
- package/web/uc-file-uploader-minimal.layered.min.css +3243 -0
- package/web/uc-file-uploader-minimal.min.css +3561 -0
- package/web/uc-file-uploader-minimal.min.js +8 -0
- package/web/uc-file-uploader-regular.layered.min.css +3243 -0
- package/web/uc-file-uploader-regular.min.css +3561 -0
- package/web/uc-file-uploader-regular.min.js +8 -0
- package/web/uc-img.min.js +5 -0
- package/dist/CameraSource-DbyO6GoK.js +0 -481
- package/dist/CameraSource-px4BzEMI.js +0 -9
- package/dist/CloudImageEditor-BIxf1V4M.js +0 -2162
- package/dist/CloudImageEditorActivity-CJxP5N0S.js +0 -9
- package/dist/CloudImageEditorActivity-d4DpK6fQ.js +0 -87
- package/dist/Config-DuWre5p3.js +0 -433
- package/dist/ExternalSource-BKTFp95O.js +0 -248
- package/dist/ExternalSource-CR5DG0Jv.js +0 -9
- package/dist/Icon-CqTVC82Q.js +0 -1811
- package/dist/LitUploaderBlock-BA34rzeU.js +0 -998
- package/dist/UrlSource-BxVL9Pve.js +0 -9
- package/dist/UrlSource-DZK5EBwT.js +0 -73
- package/dist/abstract/TypedCollection.test.d.ts +0 -1
- package/dist/abstract/TypedData.test.d.ts +0 -1
- package/dist/abstract/managers/__tests__/ModalManager.test.d.ts +0 -13
- package/dist/abstract/managers/__tests__/SecureUploadsManager.test.d.ts +0 -1
- package/dist/blocks/CameraSource/__tests__/calcCameraModes.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/crop-utils.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/classNames.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/linspace.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/pick.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.test.d.ts +0 -1
- package/dist/blocks/Config/computed-properties.test.d.ts +0 -1
- package/dist/cameraPlugin-dGash48Q.js +0 -8
- package/dist/cloud-image-editor-fNswWrI4.js +0 -11
- package/dist/cloudImageEditorPlugin-2EU0Pm_j.js +0 -8
- package/dist/en-DNCwRJsB.js +0 -135
- package/dist/env-B1nfXy9i.js +0 -8
- package/dist/externalSourcesPlugin-DKQqk3AC.js +0 -8
- package/dist/imageShrinkPlugin-DAx8eRen.js +0 -8
- package/dist/instagramPlugin-k67tMAo3.js +0 -8
- package/dist/loadFileUploaderFrom-BWJM43Yq.js +0 -28
- package/dist/plugins-DxjsQUa8.js +0 -278
- package/dist/urlSourcePlugin-9xdB7Pvw.js +0 -8
- package/dist/utils/UID.test.d.ts +0 -1
- package/dist/utils/browser-info.test.d.ts +0 -1
- package/dist/utils/cdn-utils.test.d.ts +0 -1
- package/dist/utils/fileTypes.test.d.ts +0 -1
- package/dist/utils/get-top-level-origin.test.d.ts +0 -1
- package/dist/utils/getPluralForm.test.d.ts +0 -1
- package/dist/utils/isPromiseLike.test.d.ts +0 -1
- package/dist/utils/isSecureTokenExpired.test.d.ts +0 -1
- package/dist/utils/memoize.test.d.ts +0 -1
- package/dist/utils/parseCdnUrl.test.d.ts +0 -1
- package/dist/utils/parseShrink.test.d.ts +0 -1
- package/dist/utils/prettyBytes.test.d.ts +0 -1
- package/dist/utils/stringToArray.test.d.ts +0 -1
- package/dist/utils/template-utils.test.d.ts +0 -1
- package/dist/utils/toKebabCase.test.d.ts +0 -1
- package/dist/utils/uniqueArray.test.d.ts +0 -1
- package/dist/utils/wildcardRegexp.test.d.ts +0 -1
- package/dist/utils/withResolvers.test.d.ts +0 -1
|
@@ -1,137 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.28.0-alpha.0 (MIT)
|
|
4
|
-
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-03-02T14:46:15.080Z
|
|
6
|
-
*/
|
|
7
|
-
var es_default = {
|
|
8
|
-
"locale-id": "es",
|
|
9
|
-
"social-source-lang": "es",
|
|
10
|
-
"upload-file": "Subir archivo",
|
|
11
|
-
"upload-files": "Subir archivos",
|
|
12
|
-
"choose-file": "Elegir archivo",
|
|
13
|
-
"choose-files": "Elegir archivos",
|
|
14
|
-
"drop-files-here": "Suelta los archivos aquí",
|
|
15
|
-
"select-file-source": "Seleccionar fuente del archivo",
|
|
16
|
-
selected: "Seleccionado",
|
|
17
|
-
upload: "Subir",
|
|
18
|
-
"add-more": "Añadir más",
|
|
19
|
-
cancel: "Cancelar",
|
|
20
|
-
"start-from-cancel": "Cancelar",
|
|
21
|
-
clear: "Limpiar",
|
|
22
|
-
"camera-shot": "Tomar foto",
|
|
23
|
-
"upload-url": "Importar",
|
|
24
|
-
"upload-url-placeholder": "Pegar enlace aquí",
|
|
25
|
-
"edit-image": "Editar imagen",
|
|
26
|
-
"edit-detail": "Detalles",
|
|
27
|
-
back: "Atrás",
|
|
28
|
-
done: "Hecho",
|
|
29
|
-
ok: "Ok",
|
|
30
|
-
"remove-from-list": "Eliminar",
|
|
31
|
-
no: "No",
|
|
32
|
-
yes: "Sí",
|
|
33
|
-
"confirm-your-action": "Confirmar tu acción",
|
|
34
|
-
"are-you-sure": "¿Estás seguro?",
|
|
35
|
-
"selected-count": "Seleccionado:",
|
|
36
|
-
"select-all": "Seleccionar todo",
|
|
37
|
-
"deselect-all": "Deseleccionar todo",
|
|
38
|
-
"upload-error": "Error de subida",
|
|
39
|
-
"validation-error": "Error de validación",
|
|
40
|
-
"no-files": "No se han seleccionado archivos",
|
|
41
|
-
browse: "Navegar",
|
|
42
|
-
"not-uploaded-yet": "Aún no se ha subido...",
|
|
43
|
-
file__one: "archivo",
|
|
44
|
-
file__many: "archivos",
|
|
45
|
-
file__other: "archivos",
|
|
46
|
-
error__one: "error",
|
|
47
|
-
error__many: "errores",
|
|
48
|
-
error__other: "errores",
|
|
49
|
-
"header-uploading": "Subiendo {{count}} {{plural:file(count)}}",
|
|
50
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
51
|
-
"header-succeed": "{{count}} {{plural:file(count)}} subido",
|
|
52
|
-
"header-total": "{{count}} {{plural:file(count)}} seleccionado",
|
|
53
|
-
"src-type-local": "Desde dispositivo",
|
|
54
|
-
"src-type-from-url": "Desde enlace",
|
|
55
|
-
"src-type-camera": "Cámara",
|
|
56
|
-
"src-type-facebook": "Facebook",
|
|
57
|
-
"src-type-dropbox": "Dropbox",
|
|
58
|
-
"src-type-gdrive": "Google Drive",
|
|
59
|
-
"src-type-ngdrive": "Google Drive",
|
|
60
|
-
"src-type-gphotos": "Google Photos",
|
|
61
|
-
"src-type-flickr": "Flickr",
|
|
62
|
-
"src-type-vk": "VK",
|
|
63
|
-
"src-type-evernote": "Evernote",
|
|
64
|
-
"src-type-box": "Box",
|
|
65
|
-
"src-type-onedrive": "OneDrive",
|
|
66
|
-
"src-type-huddle": "Huddle",
|
|
67
|
-
"src-type-other": "Otro",
|
|
68
|
-
"src-type-mobile-video-camera": "Vídeo",
|
|
69
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
70
|
-
"caption-from-url": "Importar desde enlace",
|
|
71
|
-
"caption-camera": "Cámara",
|
|
72
|
-
"caption-edit-file": "Editar archivo",
|
|
73
|
-
"file-no-name": "Sin nombre...",
|
|
74
|
-
"toggle-fullscreen": "Alternar pantalla completa",
|
|
75
|
-
"toggle-guides": "Alternar guías",
|
|
76
|
-
rotate: "Rotar",
|
|
77
|
-
"flip-vertical": "Voltear verticalmente",
|
|
78
|
-
"flip-horizontal": "Voltear horizontalmente",
|
|
79
|
-
apply: "Aplicar",
|
|
80
|
-
brightness: "Brillo",
|
|
81
|
-
contrast: "Contraste",
|
|
82
|
-
saturation: "Saturación",
|
|
83
|
-
exposure: "Exposición",
|
|
84
|
-
gamma: "Gamma",
|
|
85
|
-
vibrance: "Vibrancia",
|
|
86
|
-
warmth: "Calidez",
|
|
87
|
-
enhance: "Mejorar",
|
|
88
|
-
original: "Original",
|
|
89
|
-
resize: "Cambiar tamaño de la imagen",
|
|
90
|
-
crop: "Recortar",
|
|
91
|
-
"select-color": "Seleccionar color",
|
|
92
|
-
text: "Texto",
|
|
93
|
-
draw: "Dibujar",
|
|
94
|
-
"cancel-edit": "Cancelar edición",
|
|
95
|
-
"tab-view": "Vista previa",
|
|
96
|
-
"tab-details": "Detalles",
|
|
97
|
-
"file-name": "Nombre",
|
|
98
|
-
"file-size": "Tamaño",
|
|
99
|
-
"cdn-url": "URL CDN",
|
|
100
|
-
"file-size-unknown": "Desconocido",
|
|
101
|
-
"camera-permissions-denied": "Acceso a la cámara denegado",
|
|
102
|
-
"camera-permissions-prompt": "Por favor, permite el acceso a la cámara",
|
|
103
|
-
"camera-permissions-request": "Solicitar acceso",
|
|
104
|
-
"files-count-limit-error-title": "Límite de cantidad de archivos excedido",
|
|
105
|
-
"files-count-limit-error-too-few": "Has elegido {{total}} {{plural:file(total)}}. Se requiere al menos {{min}} {{plural:file(min)}}.",
|
|
106
|
-
"files-count-limit-error-too-many": "Has elegido demasiados archivos. {{max}} {{plural:file(max)}} es el máximo.",
|
|
107
|
-
"files-max-size-limit-error": "El archivo es demasiado grande. El tamaño máximo de archivo es {{maxFileSize}}.",
|
|
108
|
-
"has-validation-errors": "Se produjo un error de validación de archivos. Por favor, revisa tus archivos antes de subir.",
|
|
109
|
-
"images-only-accepted": "Solo se aceptan archivos de imagen.",
|
|
110
|
-
"file-type-not-allowed": "No se permite la subida de estos tipos de archivos.",
|
|
111
|
-
"some-files-were-not-uploaded": "Algunos archivos no fueron subidos.",
|
|
112
|
-
"file-item-edit-button": "Editar",
|
|
113
|
-
"file-item-remove-button": "Eliminar",
|
|
114
|
-
"a11y-activity-header-button-close": "Cerrar",
|
|
115
|
-
"a11y-editor-tab-filters": "Filtros",
|
|
116
|
-
"a11y-editor-tab-tuning": "Ajustes",
|
|
117
|
-
"a11y-editor-tab-crop": "Recortar",
|
|
118
|
-
flip: "Voltear",
|
|
119
|
-
mirror: "Espejo",
|
|
120
|
-
"a11y-cloud-editor-apply-filter": "Aplicar filtro {{name}}",
|
|
121
|
-
"a11y-cloud-editor-apply-crop": "Aplicar operación {{name}}",
|
|
122
|
-
"a11y-cloud-editor-apply-tuning": "Aplicar ajuste {{name}}",
|
|
123
|
-
finished: "Terminado",
|
|
124
|
-
failed: "Fallido",
|
|
125
|
-
uploading: "Subiendo",
|
|
126
|
-
idle: "Inactivo",
|
|
127
|
-
"a11y-file-item-status": "El archivo {{fileName}} está en estado {{status}}",
|
|
128
|
-
"waiting-for": "Esperando por {{source}}",
|
|
129
|
-
"queued-uploading": "En cola para subir",
|
|
130
|
-
"queued-validation": "En cola para validar",
|
|
131
|
-
validation: "Validando",
|
|
132
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Aplicar operación {{name}} {{value}}",
|
|
133
|
-
"crop-to-shape": "Recortar a {{value}}",
|
|
134
|
-
custom: "Forma libre",
|
|
135
|
-
"freeform-crop": "Recorte libre"
|
|
136
|
-
};
|
|
137
|
-
export { es_default as default };
|
|
1
|
+
var __webpack_require__={};__webpack_require__.d=(exports,definition)=>{for(var key in definition)__webpack_require__.o(definition,key)&&!__webpack_require__.o(exports,key)&&Object.defineProperty(exports,key,{enumerable:!0,get:definition[key]})},__webpack_require__.o=(obj,prop)=>Object.prototype.hasOwnProperty.call(obj,prop);var __webpack_exports__={};__webpack_require__.d(__webpack_exports__,{A:()=>__rspack_default_export});let __rspack_default_export={"locale-id":"es","social-source-lang":"es","upload-file":"Subir archivo","upload-files":"Subir archivos","choose-file":"Elegir archivo","choose-files":"Elegir archivos","drop-files-here":"Suelta los archivos aqu\xed","select-file-source":"Seleccionar fuente del archivo",selected:"Seleccionado",upload:"Subir","add-more":"A\xf1adir m\xe1s",cancel:"Cancelar","start-from-cancel":"Cancelar",clear:"Limpiar","camera-shot":"Tomar foto","upload-url":"Importar","upload-url-placeholder":"Pegar enlace aqu\xed","edit-image":"Editar imagen","edit-detail":"Detalles",back:"Atr\xe1s",done:"Hecho",ok:"Ok","remove-from-list":"Eliminar",no:"No",yes:"S\xed","confirm-your-action":"Confirmar tu acci\xf3n","are-you-sure":"\xbfEst\xe1s seguro?","selected-count":"Seleccionado:","select-all":"Seleccionar todo","deselect-all":"Deseleccionar todo","upload-error":"Error de subida","validation-error":"Error de validaci\xf3n","no-files":"No se han seleccionado archivos",browse:"Navegar","not-uploaded-yet":"A\xfan no se ha subido...",file__one:"archivo",file__many:"archivos",file__other:"archivos",error__one:"error",error__many:"errores",error__other:"errores","header-uploading":"Subiendo {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} subido","header-total":"{{count}} {{plural:file(count)}} seleccionado","src-type-local":"Desde dispositivo","src-type-from-url":"Desde enlace","src-type-camera":"C\xe1mara","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Photos","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"Otro","src-type-mobile-video-camera":"V\xeddeo","src-type-mobile-photo-camera":"Foto","caption-from-url":"Importar desde enlace","caption-camera":"C\xe1mara","caption-edit-file":"Editar archivo","file-no-name":"Sin nombre...","toggle-fullscreen":"Alternar pantalla completa","toggle-guides":"Alternar gu\xedas",rotate:"Rotar","flip-vertical":"Voltear verticalmente","flip-horizontal":"Voltear horizontalmente",apply:"Aplicar",brightness:"Brillo",contrast:"Contraste",saturation:"Saturaci\xf3n",exposure:"Exposici\xf3n",gamma:"Gamma",vibrance:"Vibrancia",warmth:"Calidez",enhance:"Mejorar",original:"Original",resize:"Cambiar tama\xf1o de la imagen",crop:"Recortar","select-color":"Seleccionar color",text:"Texto",draw:"Dibujar","cancel-edit":"Cancelar edici\xf3n","tab-view":"Vista previa","tab-details":"Detalles","file-name":"Nombre","file-size":"Tama\xf1o","cdn-url":"URL CDN","file-size-unknown":"Desconocido","camera-permissions-denied":"Acceso a la c\xe1mara denegado","camera-permissions-prompt":"Por favor, permite el acceso a la c\xe1mara","camera-permissions-request":"Solicitar acceso","files-count-limit-error-title":"L\xedmite de cantidad de archivos excedido","files-count-limit-error-too-few":"Has elegido {{total}} {{plural:file(total)}}. Se requiere al menos {{min}} {{plural:file(min)}}.","files-count-limit-error-too-many":"Has elegido demasiados archivos. {{max}} {{plural:file(max)}} es el m\xe1ximo.","files-max-size-limit-error":"El archivo es demasiado grande. El tama\xf1o m\xe1ximo de archivo es {{maxFileSize}}.","has-validation-errors":"Se produjo un error de validaci\xf3n de archivos. Por favor, revisa tus archivos antes de subir.","images-only-accepted":"Solo se aceptan archivos de imagen.","file-type-not-allowed":"No se permite la subida de estos tipos de archivos.","some-files-were-not-uploaded":"Algunos archivos no fueron subidos.","file-item-edit-button":"Editar","file-item-remove-button":"Eliminar","a11y-activity-header-button-close":"Cerrar","a11y-editor-tab-filters":"Filtros","a11y-editor-tab-tuning":"Ajustes","a11y-editor-tab-crop":"Recortar",flip:"Voltear",mirror:"Espejo","a11y-cloud-editor-apply-filter":"Aplicar filtro {{name}}","a11y-cloud-editor-apply-crop":"Aplicar operaci\xf3n {{name}}","a11y-cloud-editor-apply-tuning":"Aplicar ajuste {{name}}",finished:"Terminado",failed:"Fallido",uploading:"Subiendo",idle:"Inactivo","a11y-file-item-status":"El archivo {{fileName}} est\xe1 en estado {{status}}","waiting-for":"Esperando por {{source}}","queued-uploading":"En cola para subir","queued-validation":"En cola para validar",validation:"Validando","a11y-cloud-editor-apply-aspect-ratio":"Aplicar operaci\xf3n {{name}} {{value}}","crop-to-shape":"Recortar a {{value}}",custom:"Forma libre","freeform-crop":"Recorte libre"};var __webpack_exports__default=__webpack_exports__.A;export{__webpack_exports__default as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"et.d.ts","sourceRoot":"","sources":["../../../src/locales/file-uploader/et.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAmIE"}
|
|
@@ -1,135 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.28.0-alpha.0 (MIT)
|
|
4
|
-
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-03-02T14:46:15.080Z
|
|
6
|
-
*/
|
|
7
|
-
var et_default = {
|
|
8
|
-
"locale-id": "et",
|
|
9
|
-
"social-source-lang": "et",
|
|
10
|
-
"upload-file": "Lae fail üles",
|
|
11
|
-
"upload-files": "Lae failid üles",
|
|
12
|
-
"choose-file": "Vali fail",
|
|
13
|
-
"choose-files": "Vali failid",
|
|
14
|
-
"drop-files-here": "Lohista failid siia",
|
|
15
|
-
"select-file-source": "Vali faili allikas",
|
|
16
|
-
selected: "Valitud",
|
|
17
|
-
upload: "Lae üles",
|
|
18
|
-
"add-more": "Lisa veel",
|
|
19
|
-
cancel: "Tühista",
|
|
20
|
-
"start-from-cancel": "Tühista",
|
|
21
|
-
clear: "Puhasta",
|
|
22
|
-
"camera-shot": "Võta pilt",
|
|
23
|
-
"upload-url": "Impordi",
|
|
24
|
-
"upload-url-placeholder": "Kleebi link siia",
|
|
25
|
-
"edit-image": "Muuda pilti",
|
|
26
|
-
"edit-detail": "Detailid",
|
|
27
|
-
back: "Tagasi",
|
|
28
|
-
done: "Valmis",
|
|
29
|
-
ok: "Ok",
|
|
30
|
-
"remove-from-list": "Eemalda",
|
|
31
|
-
no: "Ei",
|
|
32
|
-
yes: "Jah",
|
|
33
|
-
"confirm-your-action": "Kinnita toiming",
|
|
34
|
-
"are-you-sure": "Oled sa kindel?",
|
|
35
|
-
"selected-count": "Valitud:",
|
|
36
|
-
"select-all": "Vali kõik",
|
|
37
|
-
"deselect-all": "Tühista kõikide valik",
|
|
38
|
-
"upload-error": "Üleslaadimise viga",
|
|
39
|
-
"validation-error": "Valideerimise viga",
|
|
40
|
-
"no-files": "Faile ei ole valitud",
|
|
41
|
-
browse: "Sirvi",
|
|
42
|
-
"not-uploaded-yet": "Ei ole veel üles laaditud...",
|
|
43
|
-
file__one: "fail",
|
|
44
|
-
file__other: "failid",
|
|
45
|
-
error__one: "viga",
|
|
46
|
-
error__other: "vigad",
|
|
47
|
-
"header-uploading": "Laadimine {{count}} {{plural:file(count)}}",
|
|
48
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
49
|
-
"header-succeed": "{{count}} {{plural:file(count)}} üles laaditud",
|
|
50
|
-
"header-total": "{{count}} {{plural:file(count)}} valitud",
|
|
51
|
-
"src-type-local": "Seadmest",
|
|
52
|
-
"src-type-from-url": "Lingist",
|
|
53
|
-
"src-type-camera": "Kaamera",
|
|
54
|
-
"src-type-facebook": "Facebook",
|
|
55
|
-
"src-type-dropbox": "Dropbox",
|
|
56
|
-
"src-type-gdrive": "Google Drive",
|
|
57
|
-
"src-type-ngdrive": "Google Drive",
|
|
58
|
-
"src-type-gphotos": "Google Photos",
|
|
59
|
-
"src-type-flickr": "Flickr",
|
|
60
|
-
"src-type-vk": "VK",
|
|
61
|
-
"src-type-evernote": "Evernote",
|
|
62
|
-
"src-type-box": "Box",
|
|
63
|
-
"src-type-onedrive": "OneDrive",
|
|
64
|
-
"src-type-huddle": "Huddle",
|
|
65
|
-
"src-type-other": "Muu",
|
|
66
|
-
"src-type-mobile-video-camera": "Video",
|
|
67
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
68
|
-
"caption-from-url": "Impordi lingist",
|
|
69
|
-
"caption-camera": "Kaamera",
|
|
70
|
-
"caption-edit-file": "Muuda faili",
|
|
71
|
-
"file-no-name": "Nimetu...",
|
|
72
|
-
"toggle-fullscreen": "Lülitu täisekraanile",
|
|
73
|
-
"toggle-guides": "Lülitu juhenditele",
|
|
74
|
-
rotate: "Pööra",
|
|
75
|
-
"flip-vertical": "Pööra vertikaalselt",
|
|
76
|
-
"flip-horizontal": "Pööra horisontaalselt",
|
|
77
|
-
apply: "Rakenda",
|
|
78
|
-
brightness: "Heledus",
|
|
79
|
-
contrast: "Kontrastsus",
|
|
80
|
-
saturation: "Küllastus",
|
|
81
|
-
exposure: "Säritus",
|
|
82
|
-
gamma: "Gamma",
|
|
83
|
-
vibrance: "Elavus",
|
|
84
|
-
warmth: "Soojus",
|
|
85
|
-
enhance: "Täiusta",
|
|
86
|
-
original: "Originaal",
|
|
87
|
-
resize: "Muuda suurust",
|
|
88
|
-
crop: "Kärbi",
|
|
89
|
-
"select-color": "Vali värv",
|
|
90
|
-
text: "Tekst",
|
|
91
|
-
draw: "Joonista",
|
|
92
|
-
"cancel-edit": "Tühista muutmine",
|
|
93
|
-
"tab-view": "Eelvaade",
|
|
94
|
-
"tab-details": "Detailid",
|
|
95
|
-
"file-name": "Nimi",
|
|
96
|
-
"file-size": "Suurus",
|
|
97
|
-
"cdn-url": "CDN URL",
|
|
98
|
-
"file-size-unknown": "Tundmatu",
|
|
99
|
-
"camera-permissions-denied": "Kaamera ligipääs keelatud",
|
|
100
|
-
"camera-permissions-prompt": "Palun luba kaamera ligipääs",
|
|
101
|
-
"camera-permissions-request": "Küsi ligipääsu",
|
|
102
|
-
"files-count-limit-error-title": "Failide arvu piir ületatud",
|
|
103
|
-
"files-count-limit-error-too-few": "Valisid {{total}} {{plural:file(total)}}. Vähemalt {{min}} {{plural:file(min)}} on nõutud.",
|
|
104
|
-
"files-count-limit-error-too-many": "Valisid liiga palju faile. Maksimaalselt {{max}} {{plural:file(max)}}.",
|
|
105
|
-
"files-max-size-limit-error": "Fail on liiga suur. Maksimaalne faili suurus on {{maxFileSize}}.",
|
|
106
|
-
"has-validation-errors": "Valideerimisvigade ilmnemisel kontrollige oma faile enne üleslaadimist.",
|
|
107
|
-
"images-only-accepted": "Aktsepteeritud on ainult pildifailid.",
|
|
108
|
-
"file-type-not-allowed": "Nende failitüüpide üleslaadimine pole lubatud.",
|
|
109
|
-
"some-files-were-not-uploaded": "Mõned failid ei laetud üles.",
|
|
110
|
-
"file-item-edit-button": "Redigeeri",
|
|
111
|
-
"file-item-remove-button": "Eemalda",
|
|
112
|
-
"a11y-activity-header-button-close": "Sulge",
|
|
113
|
-
"a11y-editor-tab-filters": "Filtrid",
|
|
114
|
-
"a11y-editor-tab-tuning": "Häälestus",
|
|
115
|
-
"a11y-editor-tab-crop": "Kärbi",
|
|
116
|
-
flip: "Pööra",
|
|
117
|
-
mirror: "Peegelda",
|
|
118
|
-
"a11y-cloud-editor-apply-filter": "Rakenda filter {{name}}",
|
|
119
|
-
"a11y-cloud-editor-apply-crop": "Rakenda toiming {{name}}",
|
|
120
|
-
"a11y-cloud-editor-apply-tuning": "Rakenda häälestus {{name}}",
|
|
121
|
-
finished: "Valmis",
|
|
122
|
-
failed: "Ebaõnnestunud",
|
|
123
|
-
uploading: "Üleslaadimine",
|
|
124
|
-
idle: "Ootel",
|
|
125
|
-
"a11y-file-item-status": "Fail {{fileName}} on seisundis {{status}}",
|
|
126
|
-
"waiting-for": "Ootel {{source}}",
|
|
127
|
-
"queued-uploading": "Järjekorras üleslaadimiseks",
|
|
128
|
-
"queued-validation": "Järjekorras valideerimiseks",
|
|
129
|
-
validation: "Valideerimine käib",
|
|
130
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Rakenda toiming {{name}} {{value}}",
|
|
131
|
-
"crop-to-shape": "Kärbi suuruseks {{value}}",
|
|
132
|
-
custom: "Vaba vorm",
|
|
133
|
-
"freeform-crop": "Vaba lõikamine"
|
|
134
|
-
};
|
|
135
|
-
export { et_default as default };
|
|
1
|
+
var __webpack_require__={};__webpack_require__.d=(exports,definition)=>{for(var key in definition)__webpack_require__.o(definition,key)&&!__webpack_require__.o(exports,key)&&Object.defineProperty(exports,key,{enumerable:!0,get:definition[key]})},__webpack_require__.o=(obj,prop)=>Object.prototype.hasOwnProperty.call(obj,prop);var __webpack_exports__={};__webpack_require__.d(__webpack_exports__,{A:()=>__rspack_default_export});let __rspack_default_export={"locale-id":"et","social-source-lang":"et","upload-file":"Lae fail \xfcles","upload-files":"Lae failid \xfcles","choose-file":"Vali fail","choose-files":"Vali failid","drop-files-here":"Lohista failid siia","select-file-source":"Vali faili allikas",selected:"Valitud",upload:"Lae \xfcles","add-more":"Lisa veel",cancel:"T\xfchista","start-from-cancel":"T\xfchista",clear:"Puhasta","camera-shot":"V\xf5ta pilt","upload-url":"Impordi","upload-url-placeholder":"Kleebi link siia","edit-image":"Muuda pilti","edit-detail":"Detailid",back:"Tagasi",done:"Valmis",ok:"Ok","remove-from-list":"Eemalda",no:"Ei",yes:"Jah","confirm-your-action":"Kinnita toiming","are-you-sure":"Oled sa kindel?","selected-count":"Valitud:","select-all":"Vali k\xf5ik","deselect-all":"T\xfchista k\xf5ikide valik","upload-error":"\xdcleslaadimise viga","validation-error":"Valideerimise viga","no-files":"Faile ei ole valitud",browse:"Sirvi","not-uploaded-yet":"Ei ole veel \xfcles laaditud...",file__one:"fail",file__other:"failid",error__one:"viga",error__other:"vigad","header-uploading":"Laadimine {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} \xfcles laaditud","header-total":"{{count}} {{plural:file(count)}} valitud","src-type-local":"Seadmest","src-type-from-url":"Lingist","src-type-camera":"Kaamera","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Photos","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"Muu","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Foto","caption-from-url":"Impordi lingist","caption-camera":"Kaamera","caption-edit-file":"Muuda faili","file-no-name":"Nimetu...","toggle-fullscreen":"L\xfclitu t\xe4isekraanile","toggle-guides":"L\xfclitu juhenditele",rotate:"P\xf6\xf6ra","flip-vertical":"P\xf6\xf6ra vertikaalselt","flip-horizontal":"P\xf6\xf6ra horisontaalselt",apply:"Rakenda",brightness:"Heledus",contrast:"Kontrastsus",saturation:"K\xfcllastus",exposure:"S\xe4ritus",gamma:"Gamma",vibrance:"Elavus",warmth:"Soojus",enhance:"T\xe4iusta",original:"Originaal",resize:"Muuda suurust",crop:"K\xe4rbi","select-color":"Vali v\xe4rv",text:"Tekst",draw:"Joonista","cancel-edit":"T\xfchista muutmine","tab-view":"Eelvaade","tab-details":"Detailid","file-name":"Nimi","file-size":"Suurus","cdn-url":"CDN URL","file-size-unknown":"Tundmatu","camera-permissions-denied":"Kaamera ligip\xe4\xe4s keelatud","camera-permissions-prompt":"Palun luba kaamera ligip\xe4\xe4s","camera-permissions-request":"K\xfcsi ligip\xe4\xe4su","files-count-limit-error-title":"Failide arvu piir \xfcletatud","files-count-limit-error-too-few":"Valisid {{total}} {{plural:file(total)}}. V\xe4hemalt {{min}} {{plural:file(min)}} on n\xf5utud.","files-count-limit-error-too-many":"Valisid liiga palju faile. Maksimaalselt {{max}} {{plural:file(max)}}.","files-max-size-limit-error":"Fail on liiga suur. Maksimaalne faili suurus on {{maxFileSize}}.","has-validation-errors":"Valideerimisvigade ilmnemisel kontrollige oma faile enne \xfcleslaadimist.","images-only-accepted":"Aktsepteeritud on ainult pildifailid.","file-type-not-allowed":"Nende failit\xfc\xfcpide \xfcleslaadimine pole lubatud.","some-files-were-not-uploaded":"M\xf5ned failid ei laetud \xfcles.","file-item-edit-button":"Redigeeri","file-item-remove-button":"Eemalda","a11y-activity-header-button-close":"Sulge","a11y-editor-tab-filters":"Filtrid","a11y-editor-tab-tuning":"H\xe4\xe4lestus","a11y-editor-tab-crop":"K\xe4rbi",flip:"P\xf6\xf6ra",mirror:"Peegelda","a11y-cloud-editor-apply-filter":"Rakenda filter {{name}}","a11y-cloud-editor-apply-crop":"Rakenda toiming {{name}}","a11y-cloud-editor-apply-tuning":"Rakenda h\xe4\xe4lestus {{name}}",finished:"Valmis",failed:"Eba\xf5nnestunud",uploading:"\xdcleslaadimine",idle:"Ootel","a11y-file-item-status":"Fail {{fileName}} on seisundis {{status}}","waiting-for":"Ootel {{source}}","queued-uploading":"J\xe4rjekorras \xfcleslaadimiseks","queued-validation":"J\xe4rjekorras valideerimiseks",validation:"Valideerimine k\xe4ib","a11y-cloud-editor-apply-aspect-ratio":"Rakenda toiming {{name}} {{value}}","crop-to-shape":"K\xe4rbi suuruseks {{value}}",custom:"Vaba vorm","freeform-crop":"Vaba l\xf5ikamine"};var __webpack_exports__default=__webpack_exports__.A;export{__webpack_exports__default as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fi.d.ts","sourceRoot":"","sources":["../../../src/locales/file-uploader/fi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAoIE"}
|
|
@@ -1,135 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.28.0-alpha.0 (MIT)
|
|
4
|
-
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-03-02T14:46:15.080Z
|
|
6
|
-
*/
|
|
7
|
-
var fi_default = {
|
|
8
|
-
"locale-id": "fi",
|
|
9
|
-
"social-source-lang": "en",
|
|
10
|
-
"upload-file": "Lataa tiedosto",
|
|
11
|
-
"upload-files": "Lataa tiedostoja",
|
|
12
|
-
"choose-file": "Valitse tiedosto",
|
|
13
|
-
"choose-files": "Valitse tiedostoja",
|
|
14
|
-
"drop-files-here": "Raahaa tiedostot tänne",
|
|
15
|
-
"select-file-source": "Valitse tiedoston lähde",
|
|
16
|
-
selected: "Valittu",
|
|
17
|
-
upload: "Lataa",
|
|
18
|
-
"add-more": "Lisää",
|
|
19
|
-
cancel: "Peruuta",
|
|
20
|
-
"start-from-cancel": "Peruuta alkuun",
|
|
21
|
-
clear: "Tyhjennä",
|
|
22
|
-
"camera-shot": "Kuva",
|
|
23
|
-
"upload-url": "Tuo",
|
|
24
|
-
"upload-url-placeholder": "Liitä linkki tähän",
|
|
25
|
-
"edit-image": "Muokkaa kuvaa",
|
|
26
|
-
"edit-detail": "Lisätiedot",
|
|
27
|
-
back: "Takaisin",
|
|
28
|
-
done: "Valmis",
|
|
29
|
-
ok: "Ok",
|
|
30
|
-
"remove-from-list": "Poista",
|
|
31
|
-
no: "Ei",
|
|
32
|
-
yes: "Kyllä",
|
|
33
|
-
"confirm-your-action": "Vahvista toimintosi",
|
|
34
|
-
"are-you-sure": "Oletko varma?",
|
|
35
|
-
"selected-count": "Valitut:",
|
|
36
|
-
"upload-error": "Latausvirhe",
|
|
37
|
-
"validation-error": "Validointivirhe",
|
|
38
|
-
"no-files": "Ei tiedostoja valittu",
|
|
39
|
-
browse: "Selaa",
|
|
40
|
-
"not-uploaded-yet": "Ei vielä ladattu...",
|
|
41
|
-
file__one: "tiedosto",
|
|
42
|
-
file__other: "tiedostot",
|
|
43
|
-
error__one: "virhe",
|
|
44
|
-
error__other: "virheitä",
|
|
45
|
-
"header-uploading": "Ladataan {{count}} {{plural:file(count)}}",
|
|
46
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
47
|
-
"header-succeed": "{{count}} {{plural:file(count)}} ladattu",
|
|
48
|
-
"header-total": "{{count}} {{plural:file(count)}} valittu",
|
|
49
|
-
"src-type-local": "Laiteesta",
|
|
50
|
-
"src-type-from-url": "Linkistä",
|
|
51
|
-
"src-type-camera": "Kamera",
|
|
52
|
-
"src-type-facebook": "Facebook",
|
|
53
|
-
"src-type-dropbox": "Dropbox",
|
|
54
|
-
"src-type-gdrive": "Google Drive",
|
|
55
|
-
"src-type-ngdrive": "Google Drive",
|
|
56
|
-
"src-type-gphotos": "Google Kuvat",
|
|
57
|
-
"src-type-flickr": "Flickr",
|
|
58
|
-
"src-type-vk": "VK",
|
|
59
|
-
"src-type-evernote": "Evernote",
|
|
60
|
-
"src-type-box": "Box",
|
|
61
|
-
"src-type-onedrive": "OneDrive",
|
|
62
|
-
"src-type-huddle": "Huddle",
|
|
63
|
-
"src-type-other": "Muu",
|
|
64
|
-
"src-type-mobile-video-camera": "Video",
|
|
65
|
-
"src-type-mobile-photo-camera": "Valokuva",
|
|
66
|
-
"caption-from-url": "Tuo linkistä",
|
|
67
|
-
"caption-camera": "Kamera",
|
|
68
|
-
"caption-edit-file": "Muokkaa tiedostoa",
|
|
69
|
-
"file-no-name": "Ei nimeä...",
|
|
70
|
-
"toggle-fullscreen": "Vaihda koko näyttöön",
|
|
71
|
-
"toggle-guides": "Opastus",
|
|
72
|
-
rotate: "Käännä",
|
|
73
|
-
"flip-vertical": "Käännä pystysuunnassa",
|
|
74
|
-
"flip-horizontal": "Käännä vaakasuunnassa",
|
|
75
|
-
apply: "Käytä",
|
|
76
|
-
brightness: "Kirkkaus",
|
|
77
|
-
contrast: "Kontrasti",
|
|
78
|
-
saturation: "Saturaatio",
|
|
79
|
-
exposure: "Valotusaika",
|
|
80
|
-
gamma: "Gamma",
|
|
81
|
-
vibrance: "Elinvoima",
|
|
82
|
-
warmth: "Lämpö",
|
|
83
|
-
enhance: "Paranna",
|
|
84
|
-
original: "Alkuperäinen",
|
|
85
|
-
resize: "Muuta kuvan kokoa",
|
|
86
|
-
crop: "Rajaa",
|
|
87
|
-
"select-color": "Valitse väri",
|
|
88
|
-
text: "Teksti",
|
|
89
|
-
draw: "Piirrä",
|
|
90
|
-
"cancel-edit": "Peruuta muokkaus",
|
|
91
|
-
"tab-view": "Esikatselu",
|
|
92
|
-
"tab-details": "Lisätiedot",
|
|
93
|
-
"file-name": "Nimi",
|
|
94
|
-
"file-size": "Koko",
|
|
95
|
-
"cdn-url": "CDN URL",
|
|
96
|
-
"file-size-unknown": "Tuntematon",
|
|
97
|
-
"camera-permissions-denied": "Kameran käyttöoikeus evätty",
|
|
98
|
-
"camera-permissions-prompt": "Salli kameran käyttö",
|
|
99
|
-
"camera-permissions-request": "Pyydä käyttöoikeutta",
|
|
100
|
-
"files-count-limit-error-title": "Tiedostojen lukumäärän ylitys",
|
|
101
|
-
"files-count-limit-error-too-few": "Olet valinnut {{total}} {{plural:file(total)}}. Vähintään {{min}} {{plural:file(min)}} vaaditaan.",
|
|
102
|
-
"files-count-limit-error-too-many": "Olet valinnut liian monta tiedostoa. {{max}} {{plural:file(max)}} on enimmäismäärä.",
|
|
103
|
-
"files-max-size-limit-error": "Tiedosto on liian suuri. Maksimi tiedostokoko on {{maxFileSize}}.",
|
|
104
|
-
"has-validation-errors": "Tiedostojen validointivirhe. Tarkista tiedostosi ennen latausta.",
|
|
105
|
-
"images-only-accepted": "Vain kuvamuotoiset tiedostot hyväksytään.",
|
|
106
|
-
"file-type-not-allowed": "Näiden tiedostotyyppien lataaminen ei ole sallittua.",
|
|
107
|
-
"some-files-were-not-uploaded": "Joitain tiedostoja ei ladattu.",
|
|
108
|
-
"file-item-edit-button": "Muokkaa",
|
|
109
|
-
"file-item-remove-button": "Poista",
|
|
110
|
-
"a11y-editor-tab-filters": "Suodattimet",
|
|
111
|
-
"a11y-editor-tab-tuning": "Säätö",
|
|
112
|
-
"a11y-editor-tab-crop": "Rajaus",
|
|
113
|
-
"a11y-activity-header-button-close": "Sulje",
|
|
114
|
-
flip: "Käännä",
|
|
115
|
-
mirror: "Peilaa",
|
|
116
|
-
"a11y-cloud-editor-apply-filter": "Käytä {{name}} suodatin",
|
|
117
|
-
"a11y-cloud-editor-apply-crop": "Käytä {{name}} rajaus",
|
|
118
|
-
"a11y-cloud-editor-apply-tuning": "Käytä {{name}} säätö",
|
|
119
|
-
finished: "Valmis",
|
|
120
|
-
failed: "Epäonnistui",
|
|
121
|
-
uploading: "Ladataan",
|
|
122
|
-
idle: "Toimeton",
|
|
123
|
-
"a11y-file-item-status": "Tiedosto {{fileName}} tilassa {{status}}",
|
|
124
|
-
"select-all": "Valitse kaikki",
|
|
125
|
-
"deselect-all": "Poista valinnat",
|
|
126
|
-
"waiting-for": "Odotetaan {{source}}",
|
|
127
|
-
"queued-uploading": "Jonossa latausta varten",
|
|
128
|
-
"queued-validation": "Jonossa validointia varten",
|
|
129
|
-
validation: "Validoidaan",
|
|
130
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Käytä toimintoa {{name}} {{value}}",
|
|
131
|
-
"crop-to-shape": "Rajaa arvoon {{value}}",
|
|
132
|
-
custom: "Vapaa muoto",
|
|
133
|
-
"freeform-crop": "Vapaa rajaus"
|
|
134
|
-
};
|
|
135
|
-
export { fi_default as default };
|
|
1
|
+
var __webpack_require__={};__webpack_require__.d=(exports,definition)=>{for(var key in definition)__webpack_require__.o(definition,key)&&!__webpack_require__.o(exports,key)&&Object.defineProperty(exports,key,{enumerable:!0,get:definition[key]})},__webpack_require__.o=(obj,prop)=>Object.prototype.hasOwnProperty.call(obj,prop);var __webpack_exports__={};__webpack_require__.d(__webpack_exports__,{A:()=>__rspack_default_export});let __rspack_default_export={"locale-id":"fi","social-source-lang":"en","upload-file":"Lataa tiedosto","upload-files":"Lataa tiedostoja","choose-file":"Valitse tiedosto","choose-files":"Valitse tiedostoja","drop-files-here":"Raahaa tiedostot t\xe4nne","select-file-source":"Valitse tiedoston l\xe4hde",selected:"Valittu",upload:"Lataa","add-more":"Lis\xe4\xe4",cancel:"Peruuta","start-from-cancel":"Peruuta alkuun",clear:"Tyhjenn\xe4","camera-shot":"Kuva","upload-url":"Tuo","upload-url-placeholder":"Liit\xe4 linkki t\xe4h\xe4n","edit-image":"Muokkaa kuvaa","edit-detail":"Lis\xe4tiedot",back:"Takaisin",done:"Valmis",ok:"Ok","remove-from-list":"Poista",no:"Ei",yes:"Kyll\xe4","confirm-your-action":"Vahvista toimintosi","are-you-sure":"Oletko varma?","selected-count":"Valitut:","upload-error":"Latausvirhe","validation-error":"Validointivirhe","no-files":"Ei tiedostoja valittu",browse:"Selaa","not-uploaded-yet":"Ei viel\xe4 ladattu...",file__one:"tiedosto",file__other:"tiedostot",error__one:"virhe",error__other:"virheit\xe4","header-uploading":"Ladataan {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} ladattu","header-total":"{{count}} {{plural:file(count)}} valittu","src-type-local":"Laiteesta","src-type-from-url":"Linkist\xe4","src-type-camera":"Kamera","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Kuvat","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"Muu","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Valokuva","caption-from-url":"Tuo linkist\xe4","caption-camera":"Kamera","caption-edit-file":"Muokkaa tiedostoa","file-no-name":"Ei nime\xe4...","toggle-fullscreen":"Vaihda koko n\xe4ytt\xf6\xf6n","toggle-guides":"Opastus",rotate:"K\xe4\xe4nn\xe4","flip-vertical":"K\xe4\xe4nn\xe4 pystysuunnassa","flip-horizontal":"K\xe4\xe4nn\xe4 vaakasuunnassa",apply:"K\xe4yt\xe4",brightness:"Kirkkaus",contrast:"Kontrasti",saturation:"Saturaatio",exposure:"Valotusaika",gamma:"Gamma",vibrance:"Elinvoima",warmth:"L\xe4mp\xf6",enhance:"Paranna",original:"Alkuper\xe4inen",resize:"Muuta kuvan kokoa",crop:"Rajaa","select-color":"Valitse v\xe4ri",text:"Teksti",draw:"Piirr\xe4","cancel-edit":"Peruuta muokkaus","tab-view":"Esikatselu","tab-details":"Lis\xe4tiedot","file-name":"Nimi","file-size":"Koko","cdn-url":"CDN URL","file-size-unknown":"Tuntematon","camera-permissions-denied":"Kameran k\xe4ytt\xf6oikeus ev\xe4tty","camera-permissions-prompt":"Salli kameran k\xe4ytt\xf6","camera-permissions-request":"Pyyd\xe4 k\xe4ytt\xf6oikeutta","files-count-limit-error-title":"Tiedostojen lukum\xe4\xe4r\xe4n ylitys","files-count-limit-error-too-few":"Olet valinnut {{total}} {{plural:file(total)}}. V\xe4hint\xe4\xe4n {{min}} {{plural:file(min)}} vaaditaan.","files-count-limit-error-too-many":"Olet valinnut liian monta tiedostoa. {{max}} {{plural:file(max)}} on enimm\xe4ism\xe4\xe4r\xe4.","files-max-size-limit-error":"Tiedosto on liian suuri. Maksimi tiedostokoko on {{maxFileSize}}.","has-validation-errors":"Tiedostojen validointivirhe. Tarkista tiedostosi ennen latausta.","images-only-accepted":"Vain kuvamuotoiset tiedostot hyv\xe4ksyt\xe4\xe4n.","file-type-not-allowed":"N\xe4iden tiedostotyyppien lataaminen ei ole sallittua.","some-files-were-not-uploaded":"Joitain tiedostoja ei ladattu.","file-item-edit-button":"Muokkaa","file-item-remove-button":"Poista","a11y-editor-tab-filters":"Suodattimet","a11y-editor-tab-tuning":"S\xe4\xe4t\xf6","a11y-editor-tab-crop":"Rajaus","a11y-activity-header-button-close":"Sulje",flip:"K\xe4\xe4nn\xe4",mirror:"Peilaa","a11y-cloud-editor-apply-filter":"K\xe4yt\xe4 {{name}} suodatin","a11y-cloud-editor-apply-crop":"K\xe4yt\xe4 {{name}} rajaus","a11y-cloud-editor-apply-tuning":"K\xe4yt\xe4 {{name}} s\xe4\xe4t\xf6",finished:"Valmis",failed:"Ep\xe4onnistui",uploading:"Ladataan",idle:"Toimeton","a11y-file-item-status":"Tiedosto {{fileName}} tilassa {{status}}","select-all":"Valitse kaikki","deselect-all":"Poista valinnat","waiting-for":"Odotetaan {{source}}","queued-uploading":"Jonossa latausta varten","queued-validation":"Jonossa validointia varten",validation:"Validoidaan","a11y-cloud-editor-apply-aspect-ratio":"K\xe4yt\xe4 toimintoa {{name}} {{value}}","crop-to-shape":"Rajaa arvoon {{value}}",custom:"Vapaa muoto","freeform-crop":"Vapaa rajaus"};var __webpack_exports__default=__webpack_exports__.A;export{__webpack_exports__default as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../src/locales/file-uploader/fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsIE"}
|
|
@@ -1,137 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.28.0-alpha.0 (MIT)
|
|
4
|
-
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-03-02T14:46:15.080Z
|
|
6
|
-
*/
|
|
7
|
-
var fr_default = {
|
|
8
|
-
"locale-id": "fr",
|
|
9
|
-
"social-source-lang": "fr",
|
|
10
|
-
"upload-file": "Télécharger un fichier",
|
|
11
|
-
"upload-files": "Télécharger des fichiers",
|
|
12
|
-
"choose-file": "Choisir un fichier",
|
|
13
|
-
"choose-files": "Choisir des fichiers",
|
|
14
|
-
"drop-files-here": "Déposez les fichiers ici",
|
|
15
|
-
"select-file-source": "Sélectionnez la source du fichier",
|
|
16
|
-
selected: "Sélectionné",
|
|
17
|
-
upload: "Télécharger",
|
|
18
|
-
"add-more": "Ajouter plus",
|
|
19
|
-
cancel: "Annuler",
|
|
20
|
-
"start-from-cancel": "Annuler",
|
|
21
|
-
clear: "Effacer",
|
|
22
|
-
"camera-shot": "Prendre une photo",
|
|
23
|
-
"upload-url": "Importer",
|
|
24
|
-
"upload-url-placeholder": "Collez le lien ici",
|
|
25
|
-
"edit-image": "Éditer l'image",
|
|
26
|
-
"edit-detail": "Détails",
|
|
27
|
-
back: "Retour",
|
|
28
|
-
done: "Terminé",
|
|
29
|
-
ok: "Ok",
|
|
30
|
-
"remove-from-list": "Retirer",
|
|
31
|
-
no: "Non",
|
|
32
|
-
yes: "Oui",
|
|
33
|
-
"confirm-your-action": "Confirmez votre action",
|
|
34
|
-
"are-you-sure": "Êtes-vous sûr?",
|
|
35
|
-
"selected-count": "Sélectionné :",
|
|
36
|
-
"upload-error": "Erreur de téléchargement",
|
|
37
|
-
"validation-error": "Erreur de validation",
|
|
38
|
-
"no-files": "Aucun fichier sélectionné",
|
|
39
|
-
browse: "Parcourir",
|
|
40
|
-
"not-uploaded-yet": "Pas encore téléchargé...",
|
|
41
|
-
file__one: "fichier",
|
|
42
|
-
file__many: "fichiers",
|
|
43
|
-
file__other: "fichiers",
|
|
44
|
-
error__one: "erreur",
|
|
45
|
-
error__many: "erreurs",
|
|
46
|
-
error__other: "erreurs",
|
|
47
|
-
"header-uploading": "Téléchargement de {{count}} {{plural:file(count)}}",
|
|
48
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
49
|
-
"header-succeed": "{{count}} {{plural:file(count)}} téléchargé(s)",
|
|
50
|
-
"header-total": "{{count}} {{plural:file(count)}} sélectionné(s)",
|
|
51
|
-
"src-type-local": "Depuis l'appareil",
|
|
52
|
-
"src-type-from-url": "Depuis le lien",
|
|
53
|
-
"src-type-camera": "Appareil photo",
|
|
54
|
-
"src-type-facebook": "Facebook",
|
|
55
|
-
"src-type-dropbox": "Dropbox",
|
|
56
|
-
"src-type-gdrive": "Google Drive",
|
|
57
|
-
"src-type-ngdrive": "Google Drive",
|
|
58
|
-
"src-type-gphotos": "Google Photos",
|
|
59
|
-
"src-type-flickr": "Flickr",
|
|
60
|
-
"src-type-vk": "VK",
|
|
61
|
-
"src-type-evernote": "Evernote",
|
|
62
|
-
"src-type-box": "Box",
|
|
63
|
-
"src-type-onedrive": "OneDrive",
|
|
64
|
-
"src-type-huddle": "Huddle",
|
|
65
|
-
"src-type-other": "Autre",
|
|
66
|
-
"src-type-mobile-video-camera": "Vidéo",
|
|
67
|
-
"src-type-mobile-photo-camera": "Photo",
|
|
68
|
-
"caption-from-url": "Importer depuis le lien",
|
|
69
|
-
"caption-camera": "Appareil photo",
|
|
70
|
-
"caption-edit-file": "Éditer le fichier",
|
|
71
|
-
"file-no-name": "Sans nom...",
|
|
72
|
-
"toggle-fullscreen": "Basculer en plein écran",
|
|
73
|
-
"toggle-guides": "Basculer les guides",
|
|
74
|
-
rotate: "Pivoter",
|
|
75
|
-
"flip-vertical": "Retourner verticalement",
|
|
76
|
-
"flip-horizontal": "Retourner horizontalement",
|
|
77
|
-
apply: "Appliquer",
|
|
78
|
-
brightness: "Luminosité",
|
|
79
|
-
contrast: "Contraste",
|
|
80
|
-
saturation: "Saturation",
|
|
81
|
-
exposure: "Exposition",
|
|
82
|
-
gamma: "Gamma",
|
|
83
|
-
vibrance: "Vibrance",
|
|
84
|
-
warmth: "Chaleur",
|
|
85
|
-
enhance: "Améliorer",
|
|
86
|
-
original: "Original",
|
|
87
|
-
resize: "Redimensionner l'image",
|
|
88
|
-
crop: "Rogner",
|
|
89
|
-
"select-color": "Sélectionner la couleur",
|
|
90
|
-
text: "Texte",
|
|
91
|
-
draw: "Dessiner",
|
|
92
|
-
"cancel-edit": "Annuler l'édition",
|
|
93
|
-
"tab-view": "Aperçu",
|
|
94
|
-
"tab-details": "Détails",
|
|
95
|
-
"file-name": "Nom",
|
|
96
|
-
"file-size": "Taille",
|
|
97
|
-
"cdn-url": "URL CDN",
|
|
98
|
-
"file-size-unknown": "Inconnu",
|
|
99
|
-
"camera-permissions-denied": "Accès à la caméra refusé",
|
|
100
|
-
"camera-permissions-prompt": "Veuillez autoriser l'accès à la caméra",
|
|
101
|
-
"camera-permissions-request": "Demander l'accès",
|
|
102
|
-
"files-count-limit-error-title": "Limite du nombre de fichiers dépassée",
|
|
103
|
-
"files-count-limit-error-too-few": "Vous avez choisi {{total}} {{plural:file(total)}}. Au moins {{min}} {{plural:file(min)}} requis.",
|
|
104
|
-
"files-count-limit-error-too-many": "Vous avez choisi trop de fichiers. {{max}} {{plural:file(max)}} maximum.",
|
|
105
|
-
"files-max-size-limit-error": "Le fichier est trop gros. La taille maximale du fichier est de {{maxFileSize}}.",
|
|
106
|
-
"has-validation-errors": "Une erreur de validation de fichier s'est produite. Veuillez vérifier vos fichiers avant de les télécharger.",
|
|
107
|
-
"images-only-accepted": "Seuls les fichiers image sont acceptés.",
|
|
108
|
-
"file-type-not-allowed": "Le téléchargement de ces types de fichiers n'est pas autorisé.",
|
|
109
|
-
"some-files-were-not-uploaded": "Certains fichiers n'ont pas été téléchargés.",
|
|
110
|
-
"file-item-edit-button": "Modifier",
|
|
111
|
-
"file-item-remove-button": "Supprimer",
|
|
112
|
-
"a11y-activity-header-button-close": "Fermer",
|
|
113
|
-
"a11y-editor-tab-filters": "Filtres",
|
|
114
|
-
"a11y-editor-tab-tuning": "Réglage",
|
|
115
|
-
"a11y-editor-tab-crop": "Recadrer",
|
|
116
|
-
flip: "Retourner",
|
|
117
|
-
mirror: "Miroir",
|
|
118
|
-
"a11y-cloud-editor-apply-filter": "Appliquer le filtre {{name}}",
|
|
119
|
-
"a11y-cloud-editor-apply-crop": "Appliquer l'opération {{name}}",
|
|
120
|
-
"a11y-cloud-editor-apply-tuning": "Appliquer le réglage {{name}}",
|
|
121
|
-
finished: "Terminé",
|
|
122
|
-
failed: "Échoué",
|
|
123
|
-
uploading: "Téléchargement",
|
|
124
|
-
idle: "Inactif",
|
|
125
|
-
"a11y-file-item-status": "Le fichier {{fileName}} est en statut {{status}}",
|
|
126
|
-
"select-all": "Tout sélectionner",
|
|
127
|
-
"deselect-all": "Tout désélectionner",
|
|
128
|
-
"waiting-for": "En attente de {{source}}",
|
|
129
|
-
"queued-uploading": "En file d’attente pour l’envoi",
|
|
130
|
-
"queued-validation": "En file d’attente pour la validation",
|
|
131
|
-
validation: "Validation en cours",
|
|
132
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Appliquer l'opération {{name}} {{value}}",
|
|
133
|
-
"crop-to-shape": "Rogner en {{value}}",
|
|
134
|
-
custom: "Forme libre",
|
|
135
|
-
"freeform-crop": "Recadrage libre"
|
|
136
|
-
};
|
|
137
|
-
export { fr_default as default };
|
|
1
|
+
var __webpack_require__={};__webpack_require__.d=(exports,definition)=>{for(var key in definition)__webpack_require__.o(definition,key)&&!__webpack_require__.o(exports,key)&&Object.defineProperty(exports,key,{enumerable:!0,get:definition[key]})},__webpack_require__.o=(obj,prop)=>Object.prototype.hasOwnProperty.call(obj,prop);var __webpack_exports__={};__webpack_require__.d(__webpack_exports__,{A:()=>__rspack_default_export});let __rspack_default_export={"locale-id":"fr","social-source-lang":"fr","upload-file":"T\xe9l\xe9charger un fichier","upload-files":"T\xe9l\xe9charger des fichiers","choose-file":"Choisir un fichier","choose-files":"Choisir des fichiers","drop-files-here":"D\xe9posez les fichiers ici","select-file-source":"S\xe9lectionnez la source du fichier",selected:"S\xe9lectionn\xe9",upload:"T\xe9l\xe9charger","add-more":"Ajouter plus",cancel:"Annuler","start-from-cancel":"Annuler",clear:"Effacer","camera-shot":"Prendre une photo","upload-url":"Importer","upload-url-placeholder":"Collez le lien ici","edit-image":"\xc9diter l'image","edit-detail":"D\xe9tails",back:"Retour",done:"Termin\xe9",ok:"Ok","remove-from-list":"Retirer",no:"Non",yes:"Oui","confirm-your-action":"Confirmez votre action","are-you-sure":"\xcates-vous s\xfbr?","selected-count":"S\xe9lectionn\xe9 :","upload-error":"Erreur de t\xe9l\xe9chargement","validation-error":"Erreur de validation","no-files":"Aucun fichier s\xe9lectionn\xe9",browse:"Parcourir","not-uploaded-yet":"Pas encore t\xe9l\xe9charg\xe9...",file__one:"fichier",file__many:"fichiers",file__other:"fichiers",error__one:"erreur",error__many:"erreurs",error__other:"erreurs","header-uploading":"T\xe9l\xe9chargement de {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} t\xe9l\xe9charg\xe9(s)","header-total":"{{count}} {{plural:file(count)}} s\xe9lectionn\xe9(s)","src-type-local":"Depuis l'appareil","src-type-from-url":"Depuis le lien","src-type-camera":"Appareil photo","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Photos","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"Autre","src-type-mobile-video-camera":"Vid\xe9o","src-type-mobile-photo-camera":"Photo","caption-from-url":"Importer depuis le lien","caption-camera":"Appareil photo","caption-edit-file":"\xc9diter le fichier","file-no-name":"Sans nom...","toggle-fullscreen":"Basculer en plein \xe9cran","toggle-guides":"Basculer les guides",rotate:"Pivoter","flip-vertical":"Retourner verticalement","flip-horizontal":"Retourner horizontalement",apply:"Appliquer",brightness:"Luminosit\xe9",contrast:"Contraste",saturation:"Saturation",exposure:"Exposition",gamma:"Gamma",vibrance:"Vibrance",warmth:"Chaleur",enhance:"Am\xe9liorer",original:"Original",resize:"Redimensionner l'image",crop:"Rogner","select-color":"S\xe9lectionner la couleur",text:"Texte",draw:"Dessiner","cancel-edit":"Annuler l'\xe9dition","tab-view":"Aper\xe7u","tab-details":"D\xe9tails","file-name":"Nom","file-size":"Taille","cdn-url":"URL CDN","file-size-unknown":"Inconnu","camera-permissions-denied":"Acc\xe8s \xe0 la cam\xe9ra refus\xe9","camera-permissions-prompt":"Veuillez autoriser l'acc\xe8s \xe0 la cam\xe9ra","camera-permissions-request":"Demander l'acc\xe8s","files-count-limit-error-title":"Limite du nombre de fichiers d\xe9pass\xe9e","files-count-limit-error-too-few":"Vous avez choisi {{total}} {{plural:file(total)}}. Au moins {{min}} {{plural:file(min)}} requis.","files-count-limit-error-too-many":"Vous avez choisi trop de fichiers. {{max}} {{plural:file(max)}} maximum.","files-max-size-limit-error":"Le fichier est trop gros. La taille maximale du fichier est de {{maxFileSize}}.","has-validation-errors":"Une erreur de validation de fichier s'est produite. Veuillez v\xe9rifier vos fichiers avant de les t\xe9l\xe9charger.","images-only-accepted":"Seuls les fichiers image sont accept\xe9s.","file-type-not-allowed":"Le t\xe9l\xe9chargement de ces types de fichiers n'est pas autoris\xe9.","some-files-were-not-uploaded":"Certains fichiers n'ont pas \xe9t\xe9 t\xe9l\xe9charg\xe9s.","file-item-edit-button":"Modifier","file-item-remove-button":"Supprimer","a11y-activity-header-button-close":"Fermer","a11y-editor-tab-filters":"Filtres","a11y-editor-tab-tuning":"R\xe9glage","a11y-editor-tab-crop":"Recadrer",flip:"Retourner",mirror:"Miroir","a11y-cloud-editor-apply-filter":"Appliquer le filtre {{name}}","a11y-cloud-editor-apply-crop":"Appliquer l'op\xe9ration {{name}}","a11y-cloud-editor-apply-tuning":"Appliquer le r\xe9glage {{name}}",finished:"Termin\xe9",failed:"\xc9chou\xe9",uploading:"T\xe9l\xe9chargement",idle:"Inactif","a11y-file-item-status":"Le fichier {{fileName}} est en statut {{status}}","select-all":"Tout s\xe9lectionner","deselect-all":"Tout d\xe9s\xe9lectionner","waiting-for":"En attente de {{source}}","queued-uploading":"En file d’attente pour l’envoi","queued-validation":"En file d’attente pour la validation",validation:"Validation en cours","a11y-cloud-editor-apply-aspect-ratio":"Appliquer l'op\xe9ration {{name}} {{value}}","crop-to-shape":"Rogner en {{value}}",custom:"Forme libre","freeform-crop":"Recadrage libre"};var __webpack_exports__default=__webpack_exports__.A;export{__webpack_exports__default as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"he.d.ts","sourceRoot":"","sources":["../../../src/locales/file-uploader/he.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqIE"}
|