@payloadcms/plugin-import-export
Version:
Import-Export plugin for Payload
26 lines (25 loc) • 1.01 kB
JavaScript
export const deTranslations = {
'plugin-import-export': {
allLocales: 'Alle Gebietsschemata',
exportDocumentLabel: 'Export {{label}}',
exportOptions: 'Exportoptionen',
'field-depth-label': 'Tiefe',
'field-drafts-label': 'Fügen Sie Entwürfe hinzu',
'field-fields-label': 'Felder',
'field-format-label': 'Exportformat',
'field-limit-label': 'Grenze',
'field-locale-label': 'Ort',
'field-name-label': 'Dateiname',
'field-selectionToUse-label': 'Auswahl zur Verwendung',
'field-sort-label': 'Sortieren nach',
'selectionToUse-allDocuments': 'Verwenden Sie alle Dokumente.',
'selectionToUse-currentFilters': 'Verwenden Sie aktuelle Filter',
'selectionToUse-currentSelection': 'Verwenden Sie die aktuelle Auswahl',
totalDocumentsCount: '{{count}} gesamte Dokumente'
}
};
export const de = {
dateFNSKey: 'de',
translations: deTranslations
};
//# sourceMappingURL=de.js.map