-
-
Notifications
You must be signed in to change notification settings - Fork 177
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 (#1215)
* Translate-pt contributors.html * Translate-pt error.html * Update error.html * Update src/templates/pt/2019/error.html Co-authored-by: Barry Pollard <[email protected]> * Update src/templates/pt/2019/error.html Co-authored-by: Barry Pollard <[email protected]> * Update src/templates/pt/2019/contributors.html Co-authored-by: Barry Pollard <[email protected]> * Portuguese translation of base template 2020 * Portuguese translation of base template * Portuguese translation of base template * Portuguese translation of base template * Update src/templates/pt/2019/error.html Co-authored-by: Barry Pollard <[email protected]> Co-authored-by: Barry Pollard <[email protected]>
- Loading branch information
1 parent
ebf967c
commit b99abef
Showing
6 changed files
with
102 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,14 @@ | ||
{% extends "base/2019/contributors.html" %} | ||
|
||
{% block title %}Colaboradores de 2019 | O Web Almanac por HTTP Archive{% endblock %} | ||
|
||
{% block description %}O {{ config.contributors.items() | length }} pessoas que contribuíram para o Web Almanac 2019 como analistas, autores, pensadores, designers, desenvolvedores, editores, revisores e tradutores.{% endblock %} | ||
|
||
{% block date_published %}2019-11-04T12:00:00.000Z{% endblock %} | ||
{% block date_modified %}2020-07-17T00:00:00.000Z{% endblock %} | ||
|
||
{% block filter_by_team %}Filtrar por equipe: <span id="filtered-contributors">{{ self.contributors() }}</span><span id="contributors-total-text" class="hidden"> de <span id="contributors-total">{{ config.contributors.items() | length }}</span></span> contribuidores.{% endblock %} | ||
{% block filter_by %}Filtrar por{% endblock %} | ||
|
||
{% block join_the_team_title%}Junte-se à equipe do Web Almanac{% endblock %} | ||
{% block join_the_team_text%}Junte-se ao time!{% endblock %} |
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,27 @@ | ||
{% extends "base/2019/error.html" %} | ||
|
||
{% block date_published %}2019-11-04T12:00:00.000Z{% endblock %} | ||
{% block date_modified %}2020-08-06T00:00:00.000Z{% endblock %} | ||
|
||
{% block unknown_error %}Erro desconhecido{% endblock %} | ||
|
||
{% | ||
set localizedStatusCode = { | ||
400: "Solicitação Incorreta", | ||
404: "Página Não Encontrada", | ||
500: "Erro interno do servidor", | ||
502: "Erro temporário do servidor" | ||
} | ||
%} | ||
{% macro expandedTitle(errorTitle) %}Error: {{ errorTitle }}{% endmacro %} | ||
{% | ||
set localizedErrorMessage = { | ||
"Unsupported year requested": "Ano solicitado não suportado", | ||
"Unsupported chapter requested": "Capítulo solicitado não suportado", | ||
"Unsupported language requested": "Idioma solicitado não suportado", | ||
"Not Found": "O URL solicitado não foi encontrado no servidor. Se você inseriu o URL manualmente, verifique a ortografia e tente novamente." | ||
} | ||
%} | ||
{% macro expandedErrorMessage(errorCode, errorDescription, errorMessage) %} | ||
{{ errorCode }} <i lang="en">{{ errorDescription }}</i> : {{ errorMessage }} | ||
{% endmacro %} |
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,13 @@ | ||
{% extends "base/2019/index.html" %} | ||
|
||
{% block title %}Web Almanac {{ year }} {% endblock %} | ||
{% block description %}Web Almanac é um relatório anual sobre o estado da web que combina a experiência da comunidade da web com os dados e tendências do HTTP Archive.{% endblock %} | ||
|
||
{% block twitter_image_alt %}Web Almanac {{ year }} {% endblock %} | ||
|
||
{% block date_published %}2019-11-04T12:00:00.000Z{% endblock %} | ||
{% block date_modified %}2020-06-21T00:00:00.000Z{% endblock %} | ||
|
||
{% block intro_title %}Web Almanac{% endblock %} | ||
{% block intro_sub_title %}HTTP Archive relatório annual do <br> <b>estado da web</b>{% endblock %} | ||
|
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,10 @@ | ||
{% extends "base/2019/table_of_contents.html" %} | ||
|
||
{% block title %}Tabela de Conteúdos | Web Almanac 2019{% endblock %} | ||
|
||
{% block description %}Tabela de Conteúdos de Web Almanac de 2019 , listando cada seção: Conteúdo da página, Experiência do usuário, Publicação de conteúdo, Distribuição de conteúdo.{% endblock %} | ||
|
||
{% block twitter_image_alt %}Web Almanac metodologia {{ year }}{% endblock %} | ||
|
||
{% block date_published %}2019-11-04T12:00:00.000Z{% endblock %} | ||
{% block date_modified %}2020-06-21T00:00:00.000Z{% endblock %} |
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,14 @@ | ||
{% extends "base/2020/contributors.html" %} | ||
|
||
{% block title %}{{ year }} Colaboradores | O Web Almanac por HTTP Archive{% endblock %} | ||
|
||
{% block description %}O {{ config.contributors.items() | length }} pessoas que contribuíram para o Web Almanac {{ year }} como analistas, autores, pensadores, designers, desenvolvedores, editores, revisores e tradutores.{% endblock %} | ||
|
||
{% block date_published %}2020-07-14T00:00:00.000Z{% endblock %} | ||
{% block date_modified %}2020-07-17T00:00:00.000Z{% endblock %} | ||
|
||
{% block filter_by_team %}Filtrar por equipe: <span id="filtered-contributors">{{ self.contributors() }}</span><span id="contributors-total-text" class="hidden"> de <span id="contributors-total">{{ config.contributors.items() | length }}</span></span> contribuidores.{% endblock %} | ||
{% block filter_by %}Filtrar por{% endblock %} | ||
|
||
{% block join_the_team_title%}Junte-se à equipe do Web Almanac{% endblock %} | ||
{% block join_the_team_text%}Junte-se ao time!{% endblock %} |
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,24 @@ | ||
{% extends "base/2020/index.html" %} | ||
|
||
{% block title %}Web Almanac {{ year }} {% endblock %} | ||
{% block description %}Web Almanac é um relatório anual sobre o estado da web que combina a experiência da comunidade da web com os dados e tendências do HTTP Archive.{% endblock %} | ||
|
||
{% block twitter_image_alt %}Web Almanac {{ year }} {% endblock %} | ||
|
||
{% block date_published %}2020-07-06T00:00:00.000Z{% endblock %} | ||
{% block date_modified %}2020-07-11T00:00:00.000Z{% endblock %} | ||
|
||
{% block intro_title %}Em breve!{% endblock %} | ||
{% block intro_sub_title %}O relatório do <b>estado da web</b> de {{ year }}{% endblock %} | ||
|
||
{% block mission %} | ||
<p> | ||
Especialistas de toda a comunidade da web estão atualmente trabalhando arduamente para planejar, analisar e escrever o conteúdo para a edição de {{ year }} do Web Almanac, que está prestes a ser publicado no final do ano. | ||
</p> | ||
|
||
<p> | ||
Existem muitas oportunidades disponíveis para novos colaboradores ingressarem no projeto, incluindo: autores, revisores, analistas, editores, tradutores e desenvolvedores. Se você estiver interessado em contribuir para a edição de {{ year }} , adoraríamos receber você! | ||
</p> | ||
|
||
<a href="https://github.com/HTTPArchive/almanac.httparchive.org#contributing" class="btn">Junte-se ao time</a> | ||
{% endblock %} |