From 4107aceab1d22cc4614afaa3d0779d4aee3469b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sat, 20 Feb 2021 17:49:03 +0300 Subject: Translated to Russian and Spanish Translated all templates so that the site is available in Russian and Spanish once more. I am still not committed to write/translate everything in three different languages, but there have been some things that I've been meaning to write in Russian. --- templates/index.html | 156 +++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 125 insertions(+), 31 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 6af40ef..8928880 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,34 +1,128 @@ {% extends "base.html" %} {% block page %} -
-

Yaroslav de la Peña Smirnov

- - -

Welcome, my name is Yaroslav de la Peña Smirnov. I keep this site to - sometimes write about what I do or think on my weblog, or to remind myself - of how to do certain things. You can take a look around, maybe you'll find - something interesting or useful.

-

Getting in contact

-

If you want to contact me, you can do so by email at: - yps@yaroslavps.com -

-

Public PGP key: BD900E5D624046DC

-

RSS feeds

-

If you are interested in following what I may publish here (however often it - may be), you can add these RSS/Atom urls to your favorite RSS reader:

- -
+
+

{{ trans(key="full_name", lang=lang) }}

+ + +

+ {% if lang == "ru" %} + Здравствуйте! Меня зовут Ярослав и это мой сайт. Здесь я пишу о том что + я думаю или делаю, или чтобы напомнить себе как что-то делать, будь это + настроить сервер или приготовить блюдо. Возможно вы найдёте что-нибудь + интересного. Большая часть того что я пишу, на + английском. Но, бывает иногда пишу или перевожу то, что + пишу, на русский и/или испанский языки. + {% elif lang == "es" %} + Buenas y bienvenidos sean. Mi nombre es Yaroslav y éste es mi sitio. + Aquí escribo lo que pienso o hago, o simplemente para acordarme luego de + como hacer ciertas cosas, sea configurar un servidor, o cocinar una + receta. Echa una mirada, a lo mejor encuentras algo interestante o útil. + Escribo en su mayoría en inglés, pero a veces también + escribo o traduzco lo que escribo al español y/o al + ruso. + {% else %} + Welcome, my name is Yaroslav. I keep this site to sometimes write about + what I do or think on my weblog, or to remind myself of how to do + certain things, be it set up a server or how to make some dishes. You + can take a look around, maybe you'll find something interesting or + useful. Most of the time I write in English, but sometimes I might also + write or translate what I write in Spanish or + Russian. + {% endif %} +

+

+ {% if lang == "ru" %} + Связаться + {% elif lang == "es" %} + Contacto + {% else %} + Getting in contact + {% endif %} +

+

+ {% if lang == "ru" %} + Связаться со мной можно по электронной почты: + {% elif lang == "es" %} + Si quieres contactarme, puedes enviarme un correo electrónico a la + siguiente dirección: + {% else %} + If you want to contact me, you can do so by email at: + {% endif %} + yps@yaroslavps.com +

+

+ {% if lang == "ru" %} + Если вы пользуетесь такими сервисами как gmail, mail.ru или другими + крупными провайдерами из этого разряда, то мой ответ может попасть в + спам. Если вы хотите быть полностью уверенными что вы получите мой + ответ, добавьте мой адрес в свой белый список. + {% elif lang == "es" %} + Una pequeña nota para aquellos que usan servicios como gmail, + outlook u otros proveedores similares. Mi respuesta de email puede + llegar a su bandeja de espam. Si quieres estar completamente seguro + de recibir mi respuesta, agrega mi dirección a tu lista blanca. + {% else %} + A little note for those using services like gmail, outlook, or any + other big provider like that. My email response might end up in your + spam folder, so you might want to check that. If you want to make + 100% sure to receive my reponse, the best option is to add my + address to your whitelist. + {% endif %} +

+

+ {% if lang == "ru" %} + Публичный PGP-ключ: + {% elif lang == "es" %} + Llave pública de PGP: + {% else %} + Public PGP key: + {% endif %} + BD900E5D624046DC +

+

RSS feeds

+

+ {% if lang == "ru" %} + Если вам хочеться следить за тем что я здесь публикую, вы можете + добавить эти RSS/Atom-ссылки в свой любимый RSS-ридер: + {% elif lang == "es" %} + Si te interesa estar al tanto de lo que publico aquí, cuan seguido + yo publique, puedes agregar estas direcciones de RSS/Atom a tu + lector RSS de preferencia: + {% else %} + If you are interested in following what I may publish here (however + often it may be), you can add these RSS/Atom urls to your favorite + RSS reader: + {% endif %} +

+ +
{% endblock %} -- cgit v1.2.3