Skip to content

Commit

Permalink
Create base_chapter.html
Browse files Browse the repository at this point in the history
Portuguese translation of base template "Base_chapter.html"

Makes progress on HTTPArchive#505
  • Loading branch information
HakaCode committed Aug 13, 2020
1 parent afabe63 commit 57e430c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/templates/pt/2019/base_chapter.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{% extends "base/2019/base_chapter.html" %}

{% block title %}{{ metadata.get('title') }} | 2019 | Web Almanac por HTTP Archive{% endblock %}

{% block description %}{{ metadata.get('description',metadata.get('title') + ' capítulo do ' + year + ' Web Almanac sondando o uso de ' + metadata.get('description',metadata.get('title')) + ' na web.') }}{% endblock %}

{% block twitter_image_alt %}Imagem do capítulo {{ metadata.get('title') }} capítulo de {{ year }} Web Almanac{% endblock %}

{% block unedited %}[Não editado]{% endblock %}

{% block prev_next_title %}Navegação do capítulo anterior e seguinte{% endblock %}

{% block discuss_this_chapter %}Discuta este capítulo{% endblock %}
{% block comment %}Comente{% endblock %}
{% block comments %}comentários{% endblock %}
{% block queries %}Ver consultas{% endblock %}
{% block results %}Ver resultados{% endblock %}

{% block previous %}Capítulo anterior (pressione 'p' ou ','){% endblock %}
{% block next %}Próximo Capítulo (pressione 'n' ou '.'){% endblock %}

0 comments on commit 57e430c

Please sign in to comment.