1
0
mirror of https://github.com/privacyguides/i18n.git synced 2025-06-20 09:44:20 +00:00

New Crowdin translations by GitHub Action

This commit is contained in:
Crowdin Bot
2023-06-16 04:04:15 +00:00
parent 68eec34cb7
commit 4bc2b716be
18 changed files with 263 additions and 265 deletions

View File

@ -23,10 +23,10 @@
{% extends "main.html" %}
{% block extrahead %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/home.css?v=3.3.0' | url }}">
<link rel="alternate" type="application/rss+xml" title="Privacy Guides Release Changelog" href="https://discuss.privacyguides.net/c/site-development/changelog/9.rss">
<link rel="alternate" type="application/rss+xml" title="Privacy Guides Blog Feed" href="https://blog.privacyguides.org/feed_rss_created.xml">
<link rel="alternate" type="application/rss+xml" title="Privacy Guides Web Stories Feed" href="https://share.privacyguides.org/web-stories/feed/">
<link rel="alternate" type="application/rss+xml" title="Latest Privacy Guides Forum Topics" href="https://discuss.privacyguides.net/latest.rss" />
<link rel="alternate" type="application/rss+xml" title="Registo de Alterações da Versão do Privacy Guides" href="https://discuss.privacyguides.net/c/site-development/changelog/9.rss">
<link rel="alternate" type="application/rss+xml" title="Feed do Blogue de Privacy Guides" href="https://blog.privacyguides.org/feed_rss_created.xml">
<link rel="alternate" type="application/rss+xml" title="Feed das Histórias Web de Privacy Guides" href="https://share.privacyguides.org/web-stories/feed/">
<link rel="alternate" type="application/rss+xml" title="Tópicos mais recentes do Fórum de Privacy Guide" href="https://discuss.privacyguides.net/latest.rss" />
{{ super() }}
{% endblock %}
{% block tabs %}
@ -36,13 +36,13 @@
<div class="md-grid md-typeset">
<div class="mdx-hero">
<div class="mdx-hero__content">
<h1>The guide to restoring your online privacy.</h1>
<p>Massive organizations are monitoring your online activities. Privacy Guides is your central privacy and security resource to protect yourself online.</p>
<a href="{% if config.extra.offline %}basics/why-privacy-matters.html{% else %}kb/{% endif %}" title="The first step of your privacy journey" class="md-button md-button--primary">
Start Your Privacy Journey
<h1>O guia para restaurar a sua privacidade online.</h1>
<p>Grandes organizações estão a monitorizar as suas atividades online. Privacy Guides é o seu centro de recursos sobre privacidade e segurança online.</p>
<a href="{% if config.extra.offline %}basics/why-privacy-matters.html{% else %}kb/{% endif %}" title="O primeiro passo da sua jornada de privacidade" class="md-button md-button--primary">
Inicie a sua Jornada de Privacidade
</a>
<a href="{% if config.extra.offline %}tools.html{% else %}tools/{% endif %}" title="Recommended privacy tools, services, and knowledge" class="md-button">
Recommended Tools
<a href="{% if config.extra.offline %}tools.html{% else %}tools/{% endif %}" title="Ferramentas de privacidade, serviços e conhecimentos recomendados" class="md-button">
Ferramentas Recomendadas
</a>
</div>
</div>