Strapi already records which admin user created an entry, so the byline needs no extra field to fill in: the Article content type sets populateCreatorFields and the API layer exposes only that user's firstname and lastname. The name also feeds the BlogPosting structured data. Also fixes the gap below the article header, which until now came from the cover image's margin and therefore vanished on articles without a cover, leaving the body text against the byline.
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"site": {
|
|
"tagline": "Artículos, guías y análisis.",
|
|
"skipToContent": "Ir al contenido",
|
|
"mainNavigation": "Navegación principal",
|
|
"languageLabel": "Idioma",
|
|
"allArticles": "Todos los artículos",
|
|
"home": "Inicio",
|
|
"browse": "Explorar",
|
|
"categories": "Categorías",
|
|
"contact": "Contacto",
|
|
"noCategories": "Aún no hay publicaciones",
|
|
"rights": "Todos los derechos reservados."
|
|
},
|
|
"home": {
|
|
"latest": "Último",
|
|
"readArticle": "Leer el artículo",
|
|
"moreStories": "Más artículos",
|
|
"viewAll": "Ver todos los artículos"
|
|
},
|
|
"list": {
|
|
"archive": "El archivo",
|
|
"articles": "Artículos",
|
|
"articlesPage": "Artículos — página {page}",
|
|
"archiveDescription": "Todos los artículos publicados en el blog.",
|
|
"category": "Categoría",
|
|
"categoryDescription": "Todos los artículos de la categoría {name}.",
|
|
"loading": "Cargando…",
|
|
"empty": "Todavía no se ha publicado nada.",
|
|
"categoryEmpty": "No hay artículos en esta categoría.",
|
|
"failed": "No se han podido cargar los artículos. Inténtalo de nuevo más tarde."
|
|
},
|
|
"pagination": {
|
|
"label": "Paginación",
|
|
"previous": "Página anterior",
|
|
"next": "Página siguiente",
|
|
"position": "Página {page} de {total}"
|
|
},
|
|
"article": {
|
|
"breadcrumb": "Ruta de navegación",
|
|
"back": "Volver a todos los artículos",
|
|
"by": "Por {name}"
|
|
},
|
|
"error": {
|
|
"notFoundTitle": "Página no encontrada",
|
|
"notFoundBody": "La página que buscas no existe o se ha movido.",
|
|
"genericTitle": "Algo ha salido mal",
|
|
"genericBody": "Inténtalo de nuevo en unos instantes.",
|
|
"backHome": "Volver al inicio"
|
|
}
|
|
}
|