From 2d21ee1d3616bd01591a195ce8442e0f5a27253d Mon Sep 17 00:00:00 2001 From: meaz Date: Fri, 18 Mar 2022 16:18:36 +0100 Subject: [PATCH] missing translations from banner --- templates/partials/banner.html.twig | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/templates/partials/banner.html.twig b/templates/partials/banner.html.twig index 010f5f1..8032e53 100644 --- a/templates/partials/banner.html.twig +++ b/templates/partials/banner.html.twig @@ -2,39 +2,39 @@
{% if page.header.translation_banner.language == "French" %} -

FRENCH This page was last updated on {{ page.header.translation_banner.last_modified }}
- Disroot's website translation is a community driven procces. We try to keep it as updated as we can.
- If you want to help, check our website's git repository

+

Cette page a été mise à jour en {{ page.header.translation_banner.last_modified }}
+ La traduction du site de Disroot est un processus axé sur la communauté. Nous essayons de le garder aussi à jour que possible.
+ Si vous voulez aider, consultez notre dépôt git du site web

{% elseif page.header.translation_banner.language == "Spanish" %} -

SPANISH This page was last updated on {{ page.header.translation_banner.last_modified }}
- Disroot's website translation is a community driven procces. We try to keep it as updated as we can.
- If you want to help, check our website's git repository

+

Esta página se actualizó por última vez el {{ page.header.translation_banner.last_modified }}
+ La traducción del sitio web de Disroot es un proceso impulsado por la comunidad. Tratamos de mantenerlo lo más actualizado posible.
+ Si quieres ayudar, consulta nuestro repositorio git del sitio web

{% elseif page.header.translation_banner.language == "Italian" %} -

ITALIAN This page was last updated on {{ page.header.translation_banner.last_modified }}
- Disroot's website translation is a community driven procces. We try to keep it as updated as we can.
- If you want to help, check our website's git repository

+

Questa pagina è stata aggiornata l'ultima volta il {{ page.header.translation_banner.last_modified }}
+ La traduzione del sito web di Disroot è un processo guidato dalla comunità. Cerchiamo di mantenerlo il più aggiornato possibile.
+ Se vuoi aiutare, controlla il nostro repository git del sito web

{% elseif page.header.translation_banner.language == "German" %} -

GERMAN This page was last updated on {{ page.header.translation_banner.last_modified }}
- Disroot's website translation is a community driven procces. We try to keep it as updated as we can.
- If you want to help, check our website's git repository

+

Diese Seite wurde zuletzt aktualisiert am {{ page.header.translation_banner.last_modified }}
+ Die Website-Übersetzung von Disroot ist ein community-gesteuerter Prozess. Wir versuchen, es so aktuell wie möglich zu halten.
+ Wenn Sie helfen möchten, überprüfen Sie unsere Git-Repository der Website

{% elseif page.header.translation_banner.language == "Russian" %} -

RUSSIAN This page was last updated on {{ page.header.translation_banner.last_modified }}
- Disroot's website translation is a community driven procces. We try to keep it as updated as we can.
- If you want to help, check our website's git repository

+

Эта страница последний раз обновлялась на {{ page.header.translation_banner.last_modified }}
+ Перевод веб-сайта Disroot - это процесс, управляемый сообществом. Мы стараемся поддерживать его как можно более актуальным.
+ Если вы хотите помочь, проверьте наш репозиторий git веб-сайта

{% elseif page.header.translation_banner.language == "Portuguese" %} -

PORTUGUESE This page was last updated on {{ page.header.translation_banner.last_modified }}
- Disroot's website translation is a community driven procces. We try to keep it as updated as we can.
- If you want to help, check our website's git repository

+

Esta página foi atualizada pela última vez em {{ page.header.translation_banner.last_modified }}
+ A tradução do site de Disroot é um procces dirigido pela comunidade. Tentamos mantê-lo o mais atualizado possível.
+ Se quiser ajudar, verifique a nossa repositório git do site

{% else %}