@payloadcms/plugin-import-export
Version:
Import-Export plugin for Payload
26 lines (25 loc) • 1.01 kB
JavaScript
export const rsTranslations = {
'plugin-import-export': {
allLocales: 'Sve lokacije',
exportDocumentLabel: 'Извоз {{label}}',
exportOptions: 'Опције извоза',
'field-depth-label': 'Dubina',
'field-drafts-label': 'Uključite nacrte',
'field-fields-label': 'Polja',
'field-format-label': 'Format izvoza',
'field-limit-label': 'Ograničenje',
'field-locale-label': 'Локалитет',
'field-name-label': 'Ime datoteke',
'field-selectionToUse-label': 'Izbor za upotrebu',
'field-sort-label': 'Sortiraj po',
'selectionToUse-allDocuments': 'Koristite sve dokumente',
'selectionToUse-currentFilters': 'Koristite trenutne filtere',
'selectionToUse-currentSelection': 'Koristite trenutni izbor',
totalDocumentsCount: '{{count}} ukupno dokumenata'
}
};
export const rs = {
dateFNSKey: 'rs',
translations: rsTranslations
};
//# sourceMappingURL=rs.js.map