-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#4852 Update outdated JS packages: filepond
- Loading branch information
Alex Trofimov
committed
Jan 6, 2025
1 parent
94f6fa3
commit 7ee4a6b
Showing
41 changed files
with
90 additions
and
509 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
plugins_public/filepond/filepond-plugin-file-validate-size.min.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
240 changes: 0 additions & 240 deletions
240
plugins_public/filepond/filepond-plugin-file-validate-type.js
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
glFilepondLocale = { | ||
labelIdle: 'Arrastra y suelta tus archivos o <span class = "filepond--label-action"> Examinar <span>', | ||
export default { | ||
labelIdle: 'Arrastra y suelta tus archivos o <span class = "filepond--label-action"> Examina <span>', | ||
labelInvalidField: "El campo contiene archivos inválidos", | ||
labelFileWaitingForSize: "Esperando tamaño", | ||
labelFileSizeNotAvailable: "Tamaño no disponible", | ||
labelFileLoading: "Cargando", | ||
labelFileLoadError: "Error durante la carga", | ||
labelFileProcessing: "Cargando", | ||
labelFileProcessingComplete: "Carga completa", | ||
labelFileProcessingAborted: "Carga cancelada", | ||
labelFileProcessingError: "Error durante la carga", | ||
labelFileProcessing: "Subiendo", | ||
labelFileProcessingComplete: "Subida completa", | ||
labelFileProcessingAborted: "Subida cancelada", | ||
labelFileProcessingError: "Error durante la subida", | ||
labelFileProcessingRevertError: "Error durante la reversión", | ||
labelFileRemoveError: "Error durante la eliminación", | ||
labelTapToCancel: "toca para cancelar", | ||
labelTapToRetry: "tocar para volver a intentar", | ||
labelTapToRetry: "tocar para reintentar", | ||
labelTapToUndo: "tocar para deshacer", | ||
labelButtonRemoveItem: "Eliminar", | ||
labelButtonAbortItemLoad: "Abortar", | ||
labelButtonAbortItemLoad: "Cancelar", | ||
labelButtonRetryItemLoad: "Reintentar", | ||
labelButtonAbortItemProcessing: "Cancelar", | ||
labelButtonUndoItemProcessing: "Deshacer", | ||
labelButtonRetryItemProcessing: "Reintentar", | ||
labelButtonProcessItem: "Cargar", | ||
labelButtonProcessItem: "Subir", | ||
labelMaxFileSizeExceeded: "El archivo es demasiado grande", | ||
labelMaxFileSize: "El tamaño máximo del archivo es {filesize}", | ||
labelMaxTotalFileSizeExceeded: "Tamaño total máximo excedido", | ||
labelMaxTotalFileSize: "El tamaño total máximo del archivo es {filesize}", | ||
labelFileTypeNotAllowed: "Archivo de tipo no válido", | ||
labelFileTypeNotAllowed: "Archivo de tipo inválido", | ||
fileValidateTypeLabelExpectedTypes: "Espera {allButLastType} o {lastType}", | ||
imageValidateSizeLabelFormatError: "Tipo de imagen no compatible", | ||
imageValidateSizeLabelFormatError: "Tipo de imagen no soportada", | ||
imageValidateSizeLabelImageSizeTooSmall: "La imagen es demasiado pequeña", | ||
imageValidateSizeLabelImageSizeTooBig: "La imagen es demasiado grande", | ||
imageValidateSizeLabelExpectedMinSize: "El tamaño mínimo es {minWidth} × {minHeight}", | ||
imageValidateSizeLabelExpectedMaxSize: "El tamaño máximo es {maxWidth} × {maxHeight}", | ||
imageValidateSizeLabelExpectedMinSize: "El tamaño mínimo es {minWidth} x {minHeight}", | ||
imageValidateSizeLabelExpectedMaxSize: "El tamaño máximo es {maxWidth} x {maxHeight}", | ||
imageValidateSizeLabelImageResolutionTooLow: "La resolución es demasiado baja", | ||
imageValidateSizeLabelImageResolutionTooHigh: "La resolución es demasiado alta", | ||
imageValidateSizeLabelExpectedMinResolution: "La resolución mínima es {minResolution}", | ||
imageValidateSizeLabelExpectedMaxResolution: "La resolución máxima es {maxResolution}", | ||
}; | ||
}; |
Oops, something went wrong.