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
JavaScript
export const zhTwTranslations = {
'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 zhTw = {
dateFNSKey: 'zh-TW',
translations: zhTwTranslations
};
//# sourceMappingURL=zhTw.js.map