Skip to content

Commit

Permalink
Merge pull request #168 from robertatakenaka/dados_citacao_tr
Browse files Browse the repository at this point in the history
Identifica textos para serem traduzidos nas páginas Dados de citação e Dados de acessos
  • Loading branch information
robertatakenaka authored Jul 29, 2022
2 parents e5488d1 + d2da045 commit 54acf71
Show file tree
Hide file tree
Showing 11 changed files with 4,102 additions and 773 deletions.
939 changes: 802 additions & 137 deletions analytics/locale/analytics.pot

Large diffs are not rendered by default.

Binary file modified analytics/locale/en/LC_MESSAGES/analytics.mo
Binary file not shown.
944 changes: 805 additions & 139 deletions analytics/locale/en/LC_MESSAGES/analytics.po

Large diffs are not rendered by default.

Binary file modified analytics/locale/es/LC_MESSAGES/analytics.mo
Binary file not shown.
938 changes: 802 additions & 136 deletions analytics/locale/es/LC_MESSAGES/analytics.po

Large diffs are not rendered by default.

Binary file modified analytics/locale/es_MX/LC_MESSAGES/analytics.mo
Binary file not shown.
936 changes: 801 additions & 135 deletions analytics/locale/es_MX/LC_MESSAGES/analytics.po

Large diffs are not rendered by default.

Binary file modified analytics/locale/pt/LC_MESSAGES/analytics.mo
Binary file not shown.
936 changes: 801 additions & 135 deletions analytics/locale/pt/LC_MESSAGES/analytics.po

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions analytics/templates/website/accesses_journal_usage_data.mako
Original file line number Diff line number Diff line change
Expand Up @@ -33,43 +33,43 @@
<table class="table table-striped table-bordered" style="margin-top:20px;">
<thead>
<tr>
<th>Nome</th>
<th>Descrição</th>
<th>Links</th>
<th>${_(u'Nome')}</th>
<th>${_(u'Descrição')}</th>
<th>${_(u'Links')}</th>
</tr>
</thead>
<tbody>
<tr>
<td>Title Report J1</td>
<td>Acessos mensais</td>
<td>${_(u'Title Report J1')}</td>
<td>${_(u'Acessos mensais')}</td>
<td>
<a target="_blank" href="http://usage.apis.scielo.org/reports/tr_j1?begin_date=${range_start}&end_date=${range_end}&issn=${selected_journal_code}&fmt=tsv&api=v2&collection=${selected_collection_code}">Tabular</a> | <a target="_blank" href="http://usage.apis.scielo.org/reports/tr_j1?begin_date=${range_start}&end_date=${range_end}&issn=${selected_journal_code}&fmt=json&api=v2&collection=${selected_collection_code}">JSON</a>
</td>
</tr>
<tr>
<td>Language Report J1</td>
<td>Acessos mensais agregados por idioma de documento</td>
<td>${_(u'Language Report J1')}</td>
<td>${_(u'Acessos mensais agregados por idioma de documento')}</td>
<td>
<a target="_blank" href="http://usage.apis.scielo.org/reports/lr_j1?begin_date=${range_start}&end_date=${range_end}&issn=${selected_journal_code}&fmt=tsv&api=v2&collection=${selected_collection_code}">Tabular</a> | <a target="_blank" href="http://usage.apis.scielo.org/reports/lr_j1?begin_date=${range_start}&end_date=${range_end}&issn=${selected_journal_code}&fmt=json&api=v2&collection=${selected_collection_code}">JSON</a>
</td>
</tr>
<tr>
<td>Language Report J4</td>
<td>Acessos mensais agregados por ano de publicação e idioma de documento</td>
<td>${_(u'Language Report J4')}</td>
<td>${_(u'Acessos mensais agregados por ano de publicação e idioma de documento')}</td>
<td>
<a target="_blank" href="http://usage.apis.scielo.org/reports/lr_j4?begin_date=${range_start}&end_date=${range_end}&issn=${selected_journal_code}&fmt=tsv&api=v2&collection=${selected_collection_code}">Tabular</a> | <a target="_blank" href="http://usage.apis.scielo.org/reports/lr_j4?begin_date=${range_start}&end_date=${range_end}&issn=${selected_journal_code}&fmt=json&api=v2&collection=${selected_collection_code}">JSON</a>
</td>
</tr>
<tr>
<td>Geolocation Report J1</td>
<td>Acessos mensais agregados por país de origem de acesso</td>
<td>${_(u'Geolocation Report J1')}</td>
<td>${_(u'Acessos mensais agregados por país de origem de acesso')}</td>
<td>
<a target="_blank" href="http://usage.apis.scielo.org/reports/gr_j1?begin_date=${range_start}&end_date=${range_end}&issn=${selected_journal_code}&fmt=tsv&api=v2&collection=${selected_collection_code}">Tabular</a> | <a target="_blank" href="http://usage.apis.scielo.org/reports/gr_j1?begin_date=${range_start}&end_date=${range_end}&issn=${selected_journal_code}&fmt=json&api=v2&collection=${selected_collection_code}">JSON</a>
</td>
</tr>
<tr>
<td>Geolocation Report J4</td>
<td>Acessos mensais agregados por país de origem de acesso e ano de publicação de documento</td>
<td>${_(u'Geolocation Report J4')}</td>
<td>${_(u'Acessos mensais agregados por país de origem de acesso e ano de publicação de documento')}</td>
<td>
<a target="_blank" href="http://usage.apis.scielo.org/reports/gr_j4?begin_date=${range_start}&end_date=${range_end}&issn=${selected_journal_code}&fmt=tsv&api=v2&collection=${selected_collection_code}">Tabular</a> | <a target="_blank" href="http://usage.apis.scielo.org/reports/gr_j4?begin_date=${range_start}&end_date=${range_end}&issn=${selected_journal_code}&fmt=json&api=v2&collection=${selected_collection_code}">JSON</a>
</td>
Expand Down
156 changes: 78 additions & 78 deletions analytics/templates/website/bibliometrics_journal_citation_data.mako

Large diffs are not rendered by default.

0 comments on commit 54acf71

Please sign in to comment.