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.95 kB
export const hyTranslations = { 'plugin-import-export': { allLocales: 'Բոլոր տեղականությունները', exportDocumentLabel: 'Փոխարտադրել {{label}}', importDocumentLabel: 'Ներմուծել {{label}}', exportOptions: 'Արտահանման տարբերակներ', 'field-depth-label': 'Խորություն', 'field-drafts-label': 'Ներառեք սևագրեր', 'field-fields-label': 'Դաշտեր', 'field-format-label': 'Արտահանման ձևաչափ', 'field-limit-label': 'Սահմանափակում', 'field-locale-label': 'Լոկալ', 'field-name-label': 'Ֆայլի անվանումը', 'field-selectionToUse-label': 'Օգտագործման ընտրություն', 'field-sort-label': 'Դասավորել ըստ', 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': 'Օգտագործեք բոլոր փաստաթղթերը', 'selectionToUse-currentFilters': 'Օգտագործեք ընթացիկ ֆիլտրերը', 'selectionToUse-currentSelection': 'Օգտագործել ընթացիկ ընտրությունը', totalDocumentsCount: '{{count}} ընդհանուր փաստաթուղթեր' } }; export const hy = { dateFNSKey: 'hy-AM', translations: hyTranslations }; //# sourceMappingURL=hy.js.map