From 7ffbae703533cb09f6e2649de8f6613e21694533 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 23 Mar 2021 18:56:57 -0700 Subject: i18n: wrap /about page with translation tags; update .pot --- extra/i18n/web_interface.pot | 149 ++++++++++++++++++++++++++++++++---- fatcat_scholar/templates/about.html | 55 +++++++------ fatcat_scholar/templates/help.html | 8 +- 3 files changed, 165 insertions(+), 47 deletions(-) diff --git a/extra/i18n/web_interface.pot b/extra/i18n/web_interface.pot index 1abf5b1..aaddf7b 100644 --- a/extra/i18n/web_interface.pot +++ b/extra/i18n/web_interface.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-03-10 12:06-0800\n" +"POT-Creation-Date: 2021-03-23 18:56-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -106,6 +106,115 @@ msgstr "" msgid "About Internet Archive Scholar" msgstr "" +#: fatcat_scholar/templates/about.html:10 +#, python-format +msgid "" +"See also: User Guide which lists " +"some bugs and known issues" +msgstr "" + +#: fatcat_scholar/templates/about.html:14 +#: fatcat_scholar/templates/base.html:187 +msgid "How It Works" +msgstr "" + +#: fatcat_scholar/templates/about.html:16 +msgid "Content in this search index comes in one of three forms:" +msgstr "" + +#: fatcat_scholar/templates/about.html:19 +msgid "" +"public web content as preserved in The Wayback Machine and Archive-It partner collections" +msgstr "" + +#: fatcat_scholar/templates/about.html:20 +msgid "digitized print materials from paper and microform collections" +msgstr "" + +#: fatcat_scholar/templates/about.html:21 +msgid "" +"general materials from archive.org" +" collections, including collaborations with partners" +msgstr "" + +#: fatcat_scholar/templates/about.html:24 +#, python-format +msgid "" +"This 2019 FORCE11 conference presentation gives " +"an overview of the technical infrastructure and goals of the project " +"overall." +msgstr "" + +#: fatcat_scholar/templates/about.html:27 +#: fatcat_scholar/templates/base.html:188 +msgid "Content Sources" +msgstr "" + +#: fatcat_scholar/templates/about.html:29 +msgid "" +"Metadata comes from fatcat.wiki, an " +"open\n" +"user-editable catalog of scholarly work. It should be possible to track " +"and\n" +"attribute the provenance of content and metadata in all cases. Please\n" +"contact us if you have questions." +msgstr "" + +#: fatcat_scholar/templates/about.html:35 +#: fatcat_scholar/templates/base.html:189 +msgid "Text and Data Mining" +msgstr "" + +#: fatcat_scholar/templates/about.html:37 +msgid "" +"We intend to provide researcher access to the full corpus for text and " +"data\n" +"mining purposes. Derived datasets may also be posted publicly for " +"analysis, for\n" +"example a citation graph or N-gram frequencies by year. If you are " +"interested\n" +"or would like to see specific datasets made available, please contact us." +msgstr "" + +#: fatcat_scholar/templates/about.html:42 +msgid "" +"Currently snapshots of the full fatcat metadata corpus and upstream " +"metadata sources are uploaded periodically to the Bulk " +"Bibliographic Metadata collection on archive.org." +msgstr "" + +#: fatcat_scholar/templates/about.html:44 +msgid "" +"Read more in the " +"Fatcat Guide." +msgstr "" + +#: fatcat_scholar/templates/about.html:47 +msgid "Contact Information" +msgstr "" + +#: fatcat_scholar/templates/about.html:50 +#, python-format +msgid "" +"The organizational contact information for the Internet Archive is listed" +" at %(url)s." +msgstr "" + +#: fatcat_scholar/templates/about.html:52 +#, python-format +msgid "" +"Queries about this search service and the fatcat catalog can be directed " +"to %(email)s." +msgstr "" + +#: fatcat_scholar/templates/about.html:54 +#, python-format +msgid "There is a public chat channel at %(url)s." +msgstr "" + #: fatcat_scholar/templates/base.html:12 msgid "Internet Archive Scholar" msgstr "" @@ -187,18 +296,6 @@ msgstr "" msgid "Source Code" msgstr "" -#: fatcat_scholar/templates/base.html:187 -msgid "How It Works" -msgstr "" - -#: fatcat_scholar/templates/base.html:188 -msgid "Content Sources" -msgstr "" - -#: fatcat_scholar/templates/base.html:189 -msgid "Text and Data Mining" -msgstr "" - #: fatcat_scholar/templates/base.html:190 msgid "Help" msgstr "" @@ -496,7 +593,7 @@ msgid "arXiv pre-print service" msgstr "" #: fatcat_scholar/templates/help.html:226 -msgid "Digital Bibliography of Logic Programming" +msgid "The DBLP Computer Science Bibliography" msgstr "" #: fatcat_scholar/templates/help.html:230 @@ -529,6 +626,30 @@ msgstr "" msgid "This project is currently a prototype" msgstr "" +#: fatcat_scholar/templates/help.html:253 +msgid "Some known bugs and issues:" +msgstr "" + +#: fatcat_scholar/templates/help.html:256 +msgid "" +"Poor metadata quality for conference proceedings. Many are labeled " +"\"unpublished\" and are not associated with the conference." +msgstr "" + +#: fatcat_scholar/templates/help.html:257 +msgid "" +"Duplicate versions of same work. For example, different versions of the " +"same paper or dataset. We are working on basic entity-deduplication in " +"the fatcat catalog." +msgstr "" + +#: fatcat_scholar/templates/help.html:258 +msgid "" +"Mis-matching of file content or version with work metadata. For example, " +"sometimes pre-prints or author manuscripts are incorrectly associated " +"with version-of-record metadata, or vica-versa." +msgstr "" + #: fatcat_scholar/templates/home.html:10 msgid "Internet Archive Scholar logo (vaporwave)" msgstr "" diff --git a/fatcat_scholar/templates/about.html b/fatcat_scholar/templates/about.html index 63f2d66..275e77c 100644 --- a/fatcat_scholar/templates/about.html +++ b/fatcat_scholar/templates/about.html @@ -6,55 +6,52 @@ {% block main %}

{% trans %}About Internet Archive Scholar{% endtrans %}

-

See also: User Guide which lists -some bugs and known issues +

+ {% trans %}See also: User Guide which lists some bugs and known issues{% endtrans %} + -

How It Works

+

{% trans %}How It Works{% endtrans %}

-

Content in this search index comes in one of three forms: +

{% trans %}Content in this search index comes in one of three forms:{% endtrans %}

    -
  • public web content as preserved in The Wayback Machine and Archive-It partner collections -
  • digitized print materials from paper and microform collections -
  • general materials from archive.org collections, including collaborations with partners +
  • {% trans %}public web content as preserved in The Wayback Machine and Archive-It partner collections{% endtrans %} +
  • {% trans %}digitized print materials from paper and microform collections{% endtrans %} +
  • {% trans %}general materials from archive.org collections, including collaborations with partners{% endtrans %}
-

This 2019 FORCE11 -conference presentation gives an overview of the technical infrastructure -and goals of the project overall. +

{% trans url="https://www.youtube.com/watch?v=PARqfbYIdXQ" %}This 2019 FORCE11 conference presentation gives an overview of the technical infrastructure and goals of the project overall.{% endtrans %} -

Content Sources

+

{% trans %}Content Sources{% endtrans %}

-

Metadata comes from fatcat.wiki, an open +

{% trans %}Metadata comes from fatcat.wiki, an open user-editable catalog of scholarly work. It should be possible to track and attribute the provenance of content and metadata in all cases. Please -contact us if you have questions. +contact us if you have questions.{% endtrans %} -

Text and Data Mining

+

{% trans %}Text and Data Mining{% endtrans %}

-

We intend to provide researcher access to the full corpus for text and data +

{% trans %}We intend to provide researcher access to the full corpus for text and data mining purposes. Derived datasets may also be posted publicly for analysis, for example a citation graph or N-gram frequencies by year. If you are interested -or would like to see specific datasets made available, please contact us. +or would like to see specific datasets made available, please contact us.{% endtrans %} -

Currently snapshots of the full fatcat metadata corpus and upstream metadata -sources are uploaded periodically to the -Bulk Bibliographic -Metadata collection on archive.org. -Read more in the Fatcat Guide. +

{% trans %}Currently snapshots of the full fatcat metadata corpus and upstream metadata sources are uploaded periodically to the Bulk Bibliographic Metadata collection on archive.org.{% endtrans %} + +{% trans %}Read more in the Fatcat Guide.{% endtrans %} -

Contact Information

- -

The organizational contact information for the Internet Archive is listed at -https://archive.org/about/contact.php. -Queries about this search service and the fatcat catalog can be directed to -webservices@archive.org. There is -a public chat channel at -gitter.im/internetarchive/fatcat. +

{% trans %}Contact Information{% endtrans %}

+ +

+{% trans url="https://archive.org/about/contact.php" %}The organizational contact information for the Internet Archive is listed at {{ url }}.{% endtrans %} + +{% trans email="webservices@archive.org" %}Queries about this search service and the fatcat catalog can be directed to {{ email }}.{% endtrans %} + +{% trans url="https://gitter.im/internetarchive/fatcat" %}There is a public chat channel at {{ url }}.{% endtrans %} {% endblock %} diff --git a/fatcat_scholar/templates/help.html b/fatcat_scholar/templates/help.html index 8d67110..1a1ffe4 100644 --- a/fatcat_scholar/templates/help.html +++ b/fatcat_scholar/templates/help.html @@ -250,11 +250,11 @@ apply range queries like year:>1989 year:<2000.{% endtrans %}

{% trans %}This project is currently a prototype{% endtrans %} --> -

Some known bugs and issues: +

{% trans %}Some known bugs and issues:{% endtrans %}

    -
  • Poor metadata quality for conference proceedings. Many are labeled "unpublished" and are not associated with the conference. -
  • Duplicate versions of same work. Eg, different versions of the same paper or dataset. We are working on basic entity-deduplication in the fatcat catalog. -
  • Mis-matching of file content or version with work metadata. For example, sometimes pre-prints or author manuscripts are incorrectly associated with version-of-record metadata, or vica-versa. +
  • {% trans %}Poor metadata quality for conference proceedings. Many are labeled "unpublished" and are not associated with the conference.{% endtrans %} +
  • {% trans %}Duplicate versions of same work. For example, different versions of the same paper or dataset. We are working on basic entity-deduplication in the fatcat catalog.{% endtrans %} +
  • {% trans %}Mis-matching of file content or version with work metadata. For example, sometimes pre-prints or author manuscripts are incorrectly associated with version-of-record metadata, or vica-versa.{% endtrans %}
{% endblock %} -- cgit v1.2.3