-
-
Notifications
You must be signed in to change notification settings - Fork 827
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/pqina/filepond
- Loading branch information
Showing
10 changed files
with
138 additions
and
19 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
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
export default { | ||
labelIdle: 'Mozgasd ide a fájlt a feltöltéshez, vagy <span class="filepond--label-action"> tallózás </span>', | ||
labelInvalidField: 'A mező érvénytelen fájlokat tartalmaz', | ||
labelFileWaitingForSize: 'Fáljméret kiszámolása', | ||
labelFileSizeNotAvailable: 'A fájlméret nem elérhető', | ||
labelFileLoading: 'Töltés', | ||
labelFileLoadError: 'Hiba a betöltés során', | ||
labelFileProcessing: 'Feltöltés', | ||
labelFileProcessingComplete: 'Sikeres feltöltés', | ||
labelFileProcessingAborted: 'A feltöltés megszakítva', | ||
labelFileProcessingError: 'Hiba történt a feltöltés során', | ||
labelFileProcessingRevertError: 'Hiba a visszaállítás során', | ||
labelFileRemoveError: 'Hiba történt az eltávolítás során', | ||
labelTapToCancel: 'koppints a törléshez', | ||
labelTapToRetry: 'koppints az újrakezdéshez', | ||
labelTapToUndo: 'koppints a visszavonáshoz', | ||
labelButtonRemoveItem: 'Eltávolítás', | ||
labelButtonAbortItemLoad: 'Megszakítás', | ||
labelButtonRetryItemLoad: 'Újrapróbálkozás', | ||
labelButtonAbortItemProcessing: 'Megszakítás', | ||
labelButtonUndoItemProcessing: 'Visszavonás', | ||
labelButtonRetryItemProcessing: 'Újrapróbálkozás', | ||
labelButtonProcessItem: 'Feltöltés', | ||
labelMaxFileSizeExceeded: 'A fájl túllépte a maximális méretet', | ||
labelMaxFileSize: 'Maximális fájlméret: {filesize}', | ||
labelMaxTotalFileSizeExceeded: 'Túllépte a maximális teljes méretet', | ||
labelMaxTotalFileSize: 'A maximáis teljes fájlméret: {filesize}', | ||
labelFileTypeNotAllowed: 'Érvénytelen típusú fájl', | ||
fileValidateTypeLabelExpectedTypes: 'Engedélyezett típusok {allButLastType} vagy {lastType}', | ||
imageValidateSizeLabelFormatError: 'A képtípus nem támogatott', | ||
imageValidateSizeLabelImageSizeTooSmall: 'A kép túl kicsi', | ||
imageValidateSizeLabelImageSizeTooBig: 'A kép túl nagy', | ||
imageValidateSizeLabelExpectedMinSize: 'Minimum méret: {minWidth} × {minHeight}', | ||
imageValidateSizeLabelExpectedMaxSize: 'Maximum méret: {maxWidth} × {maxHeight}', | ||
imageValidateSizeLabelImageResolutionTooLow: 'A felbontás túl alacsony', | ||
imageValidateSizeLabelImageResolutionTooHigh: 'A felbontás túl magas', | ||
imageValidateSizeLabelExpectedMinResolution: 'Minimáis felbontás: {minResolution}', | ||
imageValidateSizeLabelExpectedMaxResolution: 'Maximális felbontás: {maxResolution}' | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
export default { | ||
labelIdle: 'Seret dan Jatuhkan file Anda atau <span class="filepond--label-action">Jelajahi</span>', | ||
labelInvalidField: 'Field berisi file tidak valid', | ||
labelFileWaitingForSize: 'Menunggu ukuran', | ||
labelFileSizeNotAvailable: 'Ukuran tidak tersedia', | ||
labelFileLoading: 'Memuat', | ||
labelFileLoadError: 'Kesalahan saat memuat', | ||
labelFileProcessing: 'Mengunggah', | ||
labelFileProcessingComplete: 'Unggahan selesai', | ||
labelFileProcessingAborted: 'Unggahan dibatalkan', | ||
labelFileProcessingError: 'Kesalahan saat mengunggah', | ||
labelFileProcessingRevertError: 'Kesalahan saat pengembalian', | ||
labelFileRemoveError: 'Kesalahan saat menghapus', | ||
labelTapToCancel: 'ketuk untuk membatalkan', | ||
labelTapToRetry: 'ketuk untuk mencoba lagi', | ||
labelTapToUndo: 'ketuk untuk mengurungkan', | ||
labelButtonRemoveItem: 'Hapus', | ||
labelButtonAbortItemLoad: 'Batal', | ||
labelButtonRetryItemLoad: 'Coba Kembali', | ||
labelButtonAbortItemProcessing: 'Batal', | ||
labelButtonUndoItemProcessing: 'Batal', | ||
labelButtonRetryItemProcessing: 'Coba Kembali', | ||
labelButtonProcessItem: 'Unggah', | ||
labelMaxFileSizeExceeded: 'File terlalu besar', | ||
labelMaxFileSize: 'Ukuran file maksimum adalah {filesize}', | ||
labelMaxTotalFileSizeExceeded: 'Jumlah file maksimum terlampaui', | ||
labelMaxTotalFileSize: 'Jumlah file maksimum adalah {filesize}', | ||
labelFileTypeNotAllowed: 'Jenis file tidak valid', | ||
fileValidateTypeLabelExpectedTypes: 'Mengharapkan {allButLastType} atau {lastType}', | ||
imageValidateSizeLabelFormatError: 'Jenis gambar tidak didukung', | ||
imageValidateSizeLabelImageSizeTooSmall: 'Gambar terlalu kecil', | ||
imageValidateSizeLabelImageSizeTooBig: 'Gambar terlalu besar', | ||
imageValidateSizeLabelExpectedMinSize: 'Ukuran minimum adalah {minWidth} × {minHeight}', | ||
imageValidateSizeLabelExpectedMaxSize: 'Ukuran maksimum adalah {minWidth} × {minHeight}', | ||
imageValidateSizeLabelImageResolutionTooLow: 'Resolusi terlalu rendah', | ||
imageValidateSizeLabelImageResolutionTooHigh: 'Resolusi terlalu tinggi', | ||
imageValidateSizeLabelExpectedMinResolution: 'Resolusi minimum adalah {minResolution}', | ||
imageValidateSizeLabelExpectedMaxResolution: 'Resolusi maksimum adalah {maxResolution}' | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
export default { | ||
labelIdle: 'Trascina e rilascia i tuoi file oppure <span class = "filepond--label-action"> Carica <span>', | ||
labelInvalidField: "Il campo contiene dei file non validi", | ||
labelFileWaitingForSize: "Aspettando le dimensioni", | ||
labelFileSizeNotAvailable: "Dimensioni non disponibili", | ||
labelFileLoading: "Caricamento", | ||
labelFileLoadError: "Errore durante il caricamento", | ||
labelFileProcessing: "Caricamento", | ||
labelFileProcessingComplete: "Caricamento completato", | ||
labelFileProcessingAborted: "Caricamento cancellato", | ||
labelFileProcessingError: "Errore durante il caricamento", | ||
labelFileProcessingRevertError: "Errore durante il ripristino", | ||
labelFileRemoveError: "Errore durante l'eliminazione", | ||
labelTapToCancel: "tocca per cancellare", | ||
labelTapToRetry: "tocca per riprovare", | ||
labelTapToUndo: "tocca per ripristinare", | ||
labelButtonRemoveItem: "Elimina", | ||
labelButtonAbortItemLoad: "Cancella", | ||
labelButtonRetryItemLoad: "Ritenta", | ||
labelButtonAbortItemProcessing: "Camcella", | ||
labelButtonUndoItemProcessing: "Indietro", | ||
labelButtonRetryItemProcessing: "Ritenta", | ||
labelButtonProcessItem: "Carica", | ||
labelMaxFileSizeExceeded: "Il peso del file è eccessivo", | ||
labelMaxFileSize: "Il peso massimo del file è {filesize}", | ||
labelMaxTotalFileSizeExceeded: "Dimensione totale massima superata", | ||
labelMaxTotalFileSize: "La dimensione massima totale del file è {filesize}", | ||
labelFileTypeNotAllowed: "File non supportato", | ||
fileValidateTypeLabelExpectedTypes: "Aspetta {allButLastType} o {lastType}", | ||
imageValidateSizeLabelFormatError: "Tipo di immagine non compatibile", | ||
imageValidateSizeLabelImageSizeTooSmall: "L'immagine è troppo piccola", | ||
imageValidateSizeLabelImageSizeTooBig: "L'immagine è troppo grande", | ||
imageValidateSizeLabelExpectedMinSize: "La dimensione minima è {minWidth} × {minHeight}", | ||
imageValidateSizeLabelExpectedMaxSize: "La dimensione massima è {maxWidth} × {maxHeight}", | ||
imageValidateSizeLabelImageResolutionTooLow: "La risoluzione è troppo bassa", | ||
imageValidateSizeLabelImageResolutionTooHigh: "La risoluzione è troppo alta", | ||
imageValidateSizeLabelExpectedMinResolution: "La risoluzione minima è {minResolution}", | ||
imageValidateSizeLabelExpectedMaxResolution: "La risoluzione massima è {maxResolution}", | ||
}; |
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