forked from HTTPArchive/almanac.httparchive.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |