@payloadcms/plugin-import-export
Version:
Import-Export plugin for Payload
26 lines (25 loc) • 1.03 kB
JavaScript
export const esTranslations = {
'plugin-import-export': {
allLocales: 'Todas las ubicaciones',
exportDocumentLabel: 'Exportar {{label}}',
exportOptions: 'Opciones de Exportación',
'field-depth-label': 'Profundidad',
'field-drafts-label': 'Incluir borradores',
'field-fields-label': 'Campos',
'field-format-label': 'Formato de Exportación',
'field-limit-label': 'Límite',
'field-locale-label': 'Localidad',
'field-name-label': 'Nombre del archivo',
'field-selectionToUse-label': 'Selección para usar',
'field-sort-label': 'Ordenar por',
'selectionToUse-allDocuments': 'Utilice todos los documentos',
'selectionToUse-currentFilters': 'Utilice los filtros actuales',
'selectionToUse-currentSelection': 'Usar selección actual',
totalDocumentsCount: '{{count}} documentos totales'
}
};
export const es = {
dateFNSKey: 'es',
translations: esTranslations
};
//# sourceMappingURL=es.js.map