forked from pqina/filepond
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnl-nl.js
39 lines (39 loc) · 2.22 KB
/
nl-nl.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
export default {
labelIdle: 'Drag & Drop je bestanden of <span class="filepond--label-action"> Bladeren </span>',
labelInvalidField: 'Veld bevat ongeldige bestanden',
labelFileWaitingForSize: 'Wachten op grootte',
labelFileSizeNotAvailable: 'Grootte niet beschikbaar',
labelFileLoading: 'Laden',
labelFileLoadError: 'Fout tijdens laden',
labelFileProcessing: 'Uploaden',
labelFileProcessingComplete: 'Upload afgerond',
labelFileProcessingAborted: 'Upload geannuleerd',
labelFileProcessingError: 'Fout tijdens upload',
labelFileProcessingRevertError: 'Fout bij herstellen',
labelFileRemoveError: 'Fout bij verwijderen',
labelTapToCancel: 'tik om te annuleren',
labelTapToRetry: 'tik om opnieuw te proberen',
labelTapToUndo: 'tik om ongedaan te maken',
labelButtonRemoveItem: 'Verwijderen',
labelButtonAbortItemLoad: 'Afbreken',
labelButtonRetryItemLoad: 'Opnieuw proberen',
labelButtonAbortItemProcessing: 'Annuleren',
labelButtonUndoItemProcessing: 'Ongedaan maken',
labelButtonRetryItemProcessing: 'Opnieuw proberen',
labelButtonProcessItem: 'Upload',
labelMaxFileSizeExceeded: 'Bestand is te groot',
labelMaxFileSize: 'Maximale bestandsgrootte is {filesize}',
labelMaxTotalFileSizeExceeded: 'Maximale totale grootte overschreden',
labelMaxTotalFileSize: 'Maximale totale bestandsgrootte is {filesize}',
labelFileTypeNotAllowed: 'Ongeldig bestandstype',
fileValidateTypeLabelExpectedTypes: 'Verwacht {allButLastType} of {lastType}',
imageValidateSizeLabelFormatError: 'Afbeeldingstype niet ondersteund',
imageValidateSizeLabelImageSizeTooSmall: 'Afbeelding is te klein',
imageValidateSizeLabelImageSizeTooBig: 'Afbeelding is te groot',
imageValidateSizeLabelExpectedMinSize: 'Minimale afmeting is {minWidth} × {minHeight}',
imageValidateSizeLabelExpectedMaxSize: 'Maximale afmeting is {maxWidth} × {maxHeight}',
imageValidateSizeLabelImageResolutionTooLow: 'Resolutie is te laag',
imageValidateSizeLabelImageResolutionTooHigh: 'Resolution is too high',
imageValidateSizeLabelExpectedMinResolution: 'Minimale resolutie is {minResolution}',
imageValidateSizeLabelExpectedMaxResolution: 'Maximale resolutie is {maxResolution}'
};