@payloadcms/plugin-import-export
Version:
Import-Export plugin for Payload
28 lines (27 loc) • 1.11 kB
JavaScript
export const skTranslations = {
'plugin-import-export': {
allLocales: 'Všetky miestne nastavenia',
exportDocumentLabel: 'Export {{label}}',
exportOptions: 'Možnosti exportu',
'field-depth-label': 'Hĺbka',
'field-drafts-label': 'Zahrnúť návrhy',
'field-fields-label': 'Polia',
'field-format-label': 'Formát exportu',
'field-limit-label': 'Limit',
'field-locale-label': 'Lokalita',
'field-name-label': 'Názov súboru',
'field-page-label': 'Stránka',
'field-selectionToUse-label': 'Výber na použitie',
'field-sort-label': 'Triediť podľa',
'field-sort-order-label': 'Poradie triedenia',
'selectionToUse-allDocuments': 'Použite všetky dokumenty',
'selectionToUse-currentFilters': 'Použiť aktuálne filtre',
'selectionToUse-currentSelection': 'Použiť aktuálny výber',
totalDocumentsCount: '{{count}} celkový počet dokumentov'
}
};
export const sk = {
dateFNSKey: 'sk',
translations: skTranslations
};
//# sourceMappingURL=sk.js.map