@payloadcms/plugin-import-export
Version:
Import-Export plugin for Payload
25 lines • 905 B
TypeScript
import type { PluginLanguage } from '../types.js';
export declare const enTranslations: {
'plugin-import-export': {
allLocales: string;
exportDocumentLabel: string;
exportOptions: string;
'field-depth-label': string;
'field-drafts-label': string;
'field-fields-label': string;
'field-format-label': string;
'field-limit-label': string;
'field-locale-label': string;
'field-name-label': string;
'field-page-label': string;
'field-selectionToUse-label': string;
'field-sort-label': string;
'field-sort-order-label': string;
'selectionToUse-allDocuments': string;
'selectionToUse-currentFilters': string;
'selectionToUse-currentSelection': string;
totalDocumentsCount: string;
};
};
export declare const en: PluginLanguage;
//# sourceMappingURL=en.d.ts.map