UNPKG

@payloadcms/plugin-import-export

Version:

Import-Export plugin for Payload

26 lines (25 loc) 995 B
export const nlTranslations = { 'plugin-import-export': { allLocales: 'Alle locaties', exportDocumentLabel: 'Exporteer {{label}}', exportOptions: 'Exportmogelijkheden', 'field-depth-label': 'Diepte', 'field-drafts-label': 'Voeg ontwerpen toe', 'field-fields-label': 'Velden', 'field-format-label': 'Exportformaat', 'field-limit-label': 'Limiet', 'field-locale-label': 'Lokale', 'field-name-label': 'Bestandsnaam', 'field-selectionToUse-label': 'Selectie om te gebruiken', 'field-sort-label': 'Sorteer op', 'selectionToUse-allDocuments': 'Gebruik alle documenten', 'selectionToUse-currentFilters': 'Gebruik huidige filters', 'selectionToUse-currentSelection': 'Gebruik huidige selectie', totalDocumentsCount: '{{count}} totaal aantal documenten' } }; export const nl = { dateFNSKey: 'nl', translations: nlTranslations }; //# sourceMappingURL=nl.js.map