-
-
Notifications
You must be signed in to change notification settings - Fork 207
Portuguese translation of base template #1215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
81c31c7
Translate-pt contributors.html
bba2ba2
Translate-pt error.html
a5ab1a0
Update error.html
HakaCode e488a52
Update src/templates/pt/2019/error.html
HakaCode 72222e1
Update src/templates/pt/2019/error.html
HakaCode 48e7c8b
Update src/templates/pt/2019/contributors.html
HakaCode 74236e8
Portuguese translation of base template 2020
1fcd273
Portuguese translation of base template
c893698
Portuguese translation of base template
04e4ea1
Portuguese translation of base template
dd4f753
Update src/templates/pt/2019/error.html
HakaCode File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 %} | ||
HakaCode marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| {% | ||
| 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." | ||
| } | ||
| %} | ||
tunetheweb marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| {% macro expandedErrorMessage(errorCode, errorDescription, errorMessage) %} | ||
| {{ errorCode }} <i lang="en">{{ errorDescription }}</i> : {{ errorMessage }} | ||
| {% endmacro %} | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 %} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.