UNPKG

@payloadcms/plugin-import-export

Version:

Import-Export plugin for Payload

28 lines (27 loc) 1.03 kB
export const enTranslations = { 'plugin-import-export': { allLocales: 'All locales', exportDocumentLabel: 'Export {{label}}', exportOptions: 'Export Options', 'field-depth-label': 'Depth', 'field-drafts-label': 'Include drafts', 'field-fields-label': 'Fields', 'field-format-label': 'Export Format', 'field-limit-label': 'Limit', 'field-locale-label': 'Locale', 'field-name-label': 'File name', 'field-page-label': 'Page', 'field-selectionToUse-label': 'Selection to use', 'field-sort-label': 'Sort by', 'field-sort-order-label': 'Sort order', 'selectionToUse-allDocuments': 'Use all documents', 'selectionToUse-currentFilters': 'Use current filters', 'selectionToUse-currentSelection': 'Use current selection', totalDocumentsCount: '{{count}} total documents' } }; export const en = { dateFNSKey: 'en-US', translations: enTranslations }; //# sourceMappingURL=en.js.map