_data/layouts/post.yml in compost-jekyll-theme-0.1.1 vs _data/layouts/post.yml in compost-jekyll-theme-0.1.2

- old
+ new

@@ -1,20 +1,20 @@ title: - type: 'string' + type: "string" required: true label: - es: 'Título del artículo' - en: 'Post title' + es: "Título del artículo" + en: "Post title" help: - es: '¡Un título que invite a leer el artículo!' - en: 'A title that invites people to read the post!' + es: "¡Un título que invite a leer el artículo!" + en: "A title that invites people to read the post!" description: - type: 'text' + type: "text" required: true label: - es: 'Alerta de contenido o descripción del artículo' - en: 'Content warning or post description' + es: "Alerta de contenido o descripción del artículo" + en: "Content warning or post description" help: es: | Resumen del contenido del artículo, que también usarán redes sociales y buscadores. Si el artículo trata de violencias y otros temas sensibles, te invitamos a usar este campo como alerta de @@ -24,87 +24,87 @@ Summary of the post contents, also used by social media and search engines. If the post is about violence and other sensitive topics, we invite you to use it as a content warning, so others can decide when they want to read it. subtitle: - type: 'string' + type: "string" label: - es: 'Subtítulo del artículo' - en: 'Post subtitle' + es: "Subtítulo del artículo" + en: "Post subtitle" help: - es: '' - en: '' + es: "" + en: "" authors: - type: 'has_and_belongs_to_many' + type: "has_and_belongs_to_many" filter: - layout: 'author' - inverse: 'posts' + layout: "author" + inverse: "posts" label: - es: 'Autores' - en: 'Authors' + es: "Autores" + en: "Authors" help: - es: 'Quiénes participaron en la escritura de este artículo' - en: 'Who collaborated in write this post' + es: "Usar la lista desplegable para elegir 1 o más autores. Empezar a escribir para filtrar." + en: "Use the dropdown list to select an author or authors. Start writing to filter." image: - type: 'image' + type: "image" path: label: - es: 'Imagen principal' - en: 'Main image' + es: "Imagen principal" + en: "Main image" help: - es: | - Se utiliza para ilustrar el artículo y como previsualización en - las redes sociales. - en: | - It's used to illustrate the article and as preview in social - networks. + es: "Se utiliza para ilustrar el artículo y como previsualización en las redes sociales." + en: "It's used to illustrate the article and as preview in social networks." description: label: - es: 'Descripción de la imagen principal' - en: 'Main image description' + es: "Descripción de la imagen principal" + en: "Main image description" help: - es: | - Describe la imagen principal para usuaries no videntes y - buscadores - en: | - Describe the main image for blind or partially sighted users and - search engines + es: "Describe la imagen principal para usuaries no videntes y buscadores" + en: "Describe the main image for blind or partially sighted users and search engines" content: - type: 'new_content' + type: "new_content" label: - es: 'Contenido del artículo' - en: 'Post content' + es: "Contenido del artículo" + en: "Post content" help: - es: 'Escribe aquí el artículo' - en: 'Write down your post' + es: "Escribe aquí el artículo" + en: "Write down your post" show_biography: - type: boolean + type: "boolean" label: - es: Mostrar biografia - en: Show biography + es: "Mostrar biografía" + en: "Show biography" help: - es: Mostrar biografía de les participantes - en: Show biography of the participants + es: "Mostrar biografía de les autores" + en: "Show authors' biographies" license: - type: string + type: "string" label: - es: Título de la licencia - en: License title + es: "Título de la licencia" + en: "License title" help: - es: Asignar que tipo de licencia tiene el artículo a publicar - en: Assign what type of license the article to publish has -order: - type: order + es: "Publicar el artículo bajo esta licencia" + en: "Release post under this license" +locales: + type: "locales" label: - en: Order - es: Orden + es: "Traducciones" + en: "Translations" help: - en: Position in articles list - es: La posición del artículo en la lista de artículos + es: "Vínculo al mismo artículo en otros idiomas" + en: "Link to same post in other languages" draft: - type: boolean + type: "boolean" label: - en: Draft - es: Borrador + es: "Borrador" + en: "Draft" help: - en: This post isn't ready to be published yet - es: Este artículo aun no está listo para publicar + es: "Al activar \"Borrador\" este contenido se mantendrá disponible en el panel, pero no se publica en el sitio como los demás contenidos al tocar \"Publicar todos los cambios\"" + en: "By activating \"Draft\", this content will remain available on the dashboard, but will not be published on the site when you tap \"Publish all changes\" (other content which does not have this option selected will)." +order: + type: "order" + label: + es: "Orden" + en: "Order" + help: + es: "La posición del artículo en la lista de artículos" + en: "Position in list of posts"