Theme update (#553)
* Start to update the theme - Ligther colors - No more border radius - Buttons are now always colored - Start to redesign the post page (according to the Figma mockups) * Fix build script: it now recompiles everytime a scss file changed * Make sure the article illustrations are not too big * Make articles wider (70 characters) * Better contrast between gray shades * Various improvements * Better mobile style * New style for the footer * Improve comment style * Better responsiveness again * Limit the size of the article cover * Last details? - Improve buttons on the media page - Improve lists * Pin the stdweb version that we use It changed because I removed Cargo.lock to handle a merge conflict I could have updated cargo web too, but it mean I should have re-built the CI docker image and it was taking forever. * Better contrast for links in the header of the article * Add a basic privacy policy * Remove "also" * Fix a few issues - Don't watch static/css in build.rs - Another shade of white - Remove useless margin rule for error messages
This commit is contained in:
+47
-22
@@ -280,15 +280,21 @@ msgstr "Registrarse"
|
||||
msgid "About this instance"
|
||||
msgstr "Acerca de esta instancia"
|
||||
|
||||
msgid "Privacy policy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Administration"
|
||||
msgstr "Administración"
|
||||
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
|
||||
msgid "Source code"
|
||||
msgstr "Código fuente"
|
||||
|
||||
msgid "Matrix room"
|
||||
msgstr "Sala de matriz"
|
||||
|
||||
msgid "Administration"
|
||||
msgstr "Administración"
|
||||
|
||||
msgid "Welcome to {}"
|
||||
msgstr "Bienvenido a {}"
|
||||
|
||||
@@ -364,6 +370,9 @@ msgstr "Guardar estos ajustes"
|
||||
msgid "About {0}"
|
||||
msgstr "Acerca de {0}"
|
||||
|
||||
msgid "Runs Plume {0}"
|
||||
msgstr "Ejecuta Pluma {0}"
|
||||
|
||||
msgid "Home to <em>{0}</em> people"
|
||||
msgstr "Hogar de <em>{0}</em> usuarios"
|
||||
|
||||
@@ -376,8 +385,22 @@ msgstr "Y están conectados a <em>{0}</em> otras instancias"
|
||||
msgid "Administred by"
|
||||
msgstr "Administrado por"
|
||||
|
||||
msgid "Runs Plume {0}"
|
||||
msgstr "Ejecuta Pluma {0}"
|
||||
msgid ""
|
||||
"If you are browsing this site as a visitor, no data about you is collected."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"As a registered user, you also have to provide your username (which does not "
|
||||
"have to be your real name), your functional email address and a password, in "
|
||||
"order to be able to log in, write articles and comment. The content you "
|
||||
"submit is stored until you delete it."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"When you log in, we store two cookies, one to keep your session open, the "
|
||||
"second to prevent other people to act on your behalf. We don't store any "
|
||||
"other cookies."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Follow {}"
|
||||
@@ -611,8 +634,7 @@ msgstr "Dominio de instancia"
|
||||
msgid "Posted by one of these authors"
|
||||
msgstr "Publicado por uno de estos autores"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Author(s)"
|
||||
msgid "Authors"
|
||||
msgstr "Autores"
|
||||
|
||||
# src/template_utils.rs:305
|
||||
@@ -636,16 +658,13 @@ msgstr "Publicado bajo esta licencia"
|
||||
msgid "Article license"
|
||||
msgstr "Licencia de artículo"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Search result(s) for \"{0}\""
|
||||
msgid "Search result for \"{0}\""
|
||||
msgstr "Resultado de búsqueda para \"{0}\""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Search result(s)"
|
||||
msgid "Search result"
|
||||
msgstr "Resultado de búsqueda"
|
||||
|
||||
#, fuzzy
|
||||
msgid "No results for your query"
|
||||
msgid "No result for your query"
|
||||
msgstr "No hay resultado para su consulta"
|
||||
|
||||
msgid "No more results for your query"
|
||||
@@ -751,12 +770,6 @@ msgstr "Publique su artículo"
|
||||
msgid "Written by {0}"
|
||||
msgstr "Escrito por {0}"
|
||||
|
||||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
msgid "Delete this article"
|
||||
msgstr "Eliminar este artículo"
|
||||
|
||||
msgid "All rights reserved."
|
||||
msgstr "Todos los derechos reservados."
|
||||
|
||||
@@ -806,6 +819,18 @@ msgstr "Enviar comentario"
|
||||
msgid "No comments yet. Be the first to react!"
|
||||
msgstr "No hay comentarios todavía. ¡Sea el primero en reaccionar!"
|
||||
|
||||
msgid "Delete"
|
||||
msgstr "Eliminar"
|
||||
|
||||
msgid "This article is still a draft. Only you and other authors can see it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Only you and other authors can edit this article."
|
||||
msgstr ""
|
||||
|
||||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
msgid "Invalid CSRF token"
|
||||
msgstr "Token CSRF inválido"
|
||||
|
||||
@@ -930,9 +955,6 @@ msgstr "Todavía no tiene ningún medio."
|
||||
msgid "Content warning: {0}"
|
||||
msgstr "Aviso de contenido: {0}"
|
||||
|
||||
msgid "Delete"
|
||||
msgstr "Eliminar"
|
||||
|
||||
msgid "Details"
|
||||
msgstr "Detalles"
|
||||
|
||||
@@ -967,3 +989,6 @@ msgstr "Cópielo en sus artículos, para insertar este medio:"
|
||||
|
||||
msgid "Use as an avatar"
|
||||
msgstr "Usar como avatar"
|
||||
|
||||
#~ msgid "Delete this article"
|
||||
#~ msgstr "Eliminar este artículo"
|
||||
|
||||
Reference in New Issue
Block a user