UNPKG

payloadcms-import-export-plugin

Version:

A comprehensive Payload CMS plugin that enables seamless import and export of collection data with support for CSV and JSON formats, featuring advanced field mapping, duplicate handling, and batch processing capabilities.

39 lines (38 loc) 1.59 kB
export const daTranslations = { 'plugin-import-export': { allLocales: 'Alle lokaliteter', exportDocumentLabel: 'Eksport {{label}}', importDocumentLabel: 'Importer {{label}}', exportOptions: 'Eksportmuligheder', 'field-depth-label': 'Dybde', 'field-drafts-label': 'Inkluder udkast', 'field-fields-label': 'Felter', 'field-format-label': 'Eksportformat', 'field-limit-label': 'Begrænsning', 'field-locale-label': 'Lokale', 'field-name-label': 'Filnavn', 'field-selectionToUse-label': 'Valg til brug', 'field-sort-label': 'Sorter efter', importOptions: 'Import Options', 'field-file-label': 'File to import', 'field-onDuplicateAction-label': 'When data already exists', 'importOptions-replace': 'Replace existing data', 'importOptions-skip': 'Skip existing data', importResult: 'Import Results', 'importResult-errors': 'Errors', 'importResult-imported': 'Imported', 'importResult-processedAt': 'Processed At', 'importResult-skipped': 'Skipped', 'importResult-success': 'Success', 'importResult-updated': 'Updated', 'selectionToUse-allDocuments': 'Brug alle dokumenter', 'selectionToUse-currentFilters': 'Brug nuværende filtre', 'selectionToUse-currentSelection': 'Brug nuværende valg', totalDocumentsCount: '{{count}} samlede dokumenter' } }; export const da = { dateFNSKey: 'da', translations: daTranslations }; //# sourceMappingURL=da.js.map