diff --git a/blog/config.toml b/blog/config.toml index 870e69a6..4ee824f0 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -34,7 +34,7 @@ skip_anchor_prefixes = [ subtitle = "Philipp Oppermann's blog" author = { name = "Philipp Oppermann" } default_language = "en" -languages = ["en", "zh-CN", "zh-TW", "fr", "ja", "fa", "ru", "ko", "ar"] +languages = ["en", "zh-CN", "zh-TW", "fr", "ja", "fa", "ru", "ko", "ar", "es"] [translations] lang_name = "English (original)" @@ -236,21 +236,28 @@ Do you have a problem, want to share feedback, or discuss further ideas? Feel fr title = "Writing an OS in Rust" [languages.ar.translations] lang_name = "Arabic" -toc = "Table of Contents" -all_posts = "« All Posts" -comments = "Comments" -comments_notice = "Please leave your comments in English if possible." -readmore = "read more »" -not_translated = "(This post is not translated yet.)" -translated_content = "Translated Content:" -translated_content_notice = "This is a community translation of the _original.title_ post. It might be incomplete, outdated or contain errors. Please report any issues!" -translated_by = "Translation by" -translation_contributors = "With contributions from" -word_separator = "and" + +# Spanish +[languages.es] +title = "Writing an OS in Rust" +description = "This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code." +[languages.es.translations] +lang_name = "Spanish" +toc = "Tabla de Contenidos" +all_posts = "« Todos los Posts" +comments = "Comentarios" +comments_notice = "Por favor deja tus comentarios en inglés si es posible." +readmore = "leer más »" +not_translated = "(Este post aún no está traducido.)" +translated_content = "Contenido Traducido:" +translated_content_notice = "Esta es una traducción comunitaria del post _original.title_. Puede estar incompleta, desactualizada o contener errores. ¡Por favor reporta cualquier problema!" +translated_by = "Traducción por" +translation_contributors = "Con contribuciones de" +word_separator = "y" support_me = """ -
Creating and maintaining this blog and the associated libraries is a lot of work, but I really enjoy doing it. By supporting me, you allow me to invest more time in new content, new features, and continuous maintenance. The best way to support me is to sponsor me on GitHub. Thank you!
+Crear y mantener este blog y las bibliotecas asociadas es mucho trabajo, pero realmente disfruto haciéndolo. Al apoyarme, me permites invertir más tiempo en nuevo contenido, nuevas características y mantenimiento continuo. La mejor manera de apoyarme es patrocinarme en GitHub. ¡Gracias!
""" comment_note = """ -Do you have a problem, want to share feedback, or discuss further ideas? Feel free to leave a comment here! Please stick to English and follow Rust's code of conduct. This comment thread directly maps to a discussion on GitHub, so you can also comment there if you prefer. +¿Tienes algún problema, quieres compartir comentarios o discutir más ideas? ¡No dudes en dejar un comentario aquí! Por favor, utiliza inglés y sigue el código de conducta de Rust. Este hilo de comentarios se vincula directamente con una discusión en GitHub, así que también puedes comentar allí si lo prefieres. """