UNPKG

@payloadcms/plugin-import-export

Version:

Import-Export plugin for Payload

26 lines (25 loc) 1 kB
export const csTranslations = { 'plugin-import-export': { allLocales: 'Všechny lokalizace', exportDocumentLabel: 'Export {{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', '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