| | |
| | | description: "Sin descripción", |
| | | }, |
| | | components: { |
| | | callout: { |
| | | note: "Nota", |
| | | abstract: "Resumen", |
| | | info: "Información", |
| | | todo: "Por hacer", |
| | | tip: "Consejo", |
| | | success: "Éxito", |
| | | question: "Pregunta", |
| | | warning: "Advertencia", |
| | | failure: "Fallo", |
| | | danger: "Peligro", |
| | | bug: "Error", |
| | | example: "Ejemplo", |
| | | quote: "Cita", |
| | | }, |
| | | backlinks: { |
| | | title: "Enlaces de Retroceso", |
| | | noBacklinksFound: "No se han encontrado enlaces traseros", |
| | |
| | | tableOfContents: { |
| | | title: "Tabla de Contenidos", |
| | | }, |
| | | contentMeta: { |
| | | readingTime: ({ minutes }) => `${minutes} min read`, |
| | | }, |
| | | }, |
| | | pages: { |
| | | rss: { |