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.63 kB
JavaScript
export const csTranslations = {
'plugin-import-export': {
allLocales: 'Všechny lokalizace',
exportDocumentLabel: 'Export {{label}}',
importDocumentLabel: 'Importovat {{label}}',
exportOptions: 'Možnosti exportu',
'field-depth-label': 'Hloubka',
'field-drafts-label': 'Zahrnout návrhy',
'field-fields-label': 'Pole',
'field-format-label': 'Formát exportu',
'field-limit-label': 'Limita',
'field-locale-label': 'Místní',
'field-name-label': 'Název souboru',
'field-selectionToUse-label': 'Výběr k použití',
'field-sort-label': 'Seřadit podle',
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': 'Použijte všechny dokumenty',
'selectionToUse-currentFilters': 'Použijte aktuální filtry',
'selectionToUse-currentSelection': 'Použijte aktuální výběr',
totalDocumentsCount: '{{count}} celkem dokumentů'
}
};
export const cs = {
dateFNSKey: 'cs',
translations: csTranslations
};
//# sourceMappingURL=cs.js.map