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.67 kB
JavaScript
export const koTranslations = {
'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 ko = {
dateFNSKey: 'ko',
translations: koTranslations
};
//# sourceMappingURL=ko.js.map