diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-03 17:37:25 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-03 17:37:25 -0700 |
commit | b701a41f61a3ed5fa917dba9ebe639e4cc2c9cd9 (patch) | |
tree | a4b4b57621ff1460dab918bbbb679c33359b3374 /extra | |
parent | 338ffe14c7e3cb6e6af658715a1e3305e82b44e9 (diff) | |
download | fatcat-covid19-b701a41f61a3ed5fa917dba9ebe639e4cc2c9cd9.tar.gz fatcat-covid19-b701a41f61a3ed5fa917dba9ebe639e4cc2c9cd9.zip |
first stab at translations
Diffstat (limited to 'extra')
-rw-r--r-- | extra/i18n/babel.cfg | 3 | ||||
-rw-r--r-- | extra/i18n/web_interface.pot | 146 |
2 files changed, 149 insertions, 0 deletions
diff --git a/extra/i18n/babel.cfg b/extra/i18n/babel.cfg new file mode 100644 index 0000000..673bee4 --- /dev/null +++ b/extra/i18n/babel.cfg @@ -0,0 +1,3 @@ +[python 1="**.py" language=":"][/python] +[jinja2: **/templates/**.html] +extensions=jinja2.ext.autoescape,jinja2.ext.with_ diff --git a/extra/i18n/web_interface.pot b/extra/i18n/web_interface.pot new file mode 100644 index 0000000..2942301 --- /dev/null +++ b/extra/i18n/web_interface.pot @@ -0,0 +1,146 @@ +# Translations template for PROJECT. +# Copyright (C) 2020 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2020. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2020-04-03 17:00-0700\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" + +#: fatcat_covid19/templates/400.html:6 +msgid "Bad Request" +msgstr "" + +#: fatcat_covid19/templates/400.html:9 +msgid "" +"Wasn't able to handle the request, either due to incorrect or unexpected\n" +"input. Usually more context should be available; if you hit this page it " +"means\n" +"you've discovered a new corner case!" +msgstr "" + +#: fatcat_covid19/templates/404.html:6 +msgid "Not Found" +msgstr "" + +#: fatcat_covid19/templates/500.html:6 +msgid "Internal Error" +msgstr "" + +#: fatcat_covid19/templates/500.html:9 +msgid "" +"Hrm, something unexpected went wrong. You may have found a bug! This\n" +"request should be logged and reported automatically; you could re-try or\n" +"contact us for more info." +msgstr "" + +#: fatcat_covid19/templates/about_de.html:3 +#: fatcat_covid19/templates/about_en.html:3 +#: fatcat_covid19/templates/about_zh.html:3 +#: fatcat_covid19/templates/base.html:35 fatcat_covid19/templates/base.html:107 +msgid "About" +msgstr "" + +#: fatcat_covid19/templates/base.html:36 fatcat_covid19/templates/base.html:108 +msgid "Sources" +msgstr "" + +#: fatcat_covid19/templates/base.html:42 +msgid "Search Papers..." +msgstr "" + +#: fatcat_covid19/templates/base.html:68 +msgid "Prototype" +msgstr "" + +#: fatcat_covid19/templates/base.html:69 +msgid "These resources do not constitute medical advice or research consensus!" +msgstr "" + +#: fatcat_covid19/templates/base.html:110 +msgid "Code" +msgstr "" + +#: fatcat_covid19/templates/entity_macros.html:202 +#: fatcat_covid19/templates/entity_macros.html:204 +#: fatcat_covid19/templates/entity_macros.html:207 +msgid "Previous" +msgstr "" + +#: fatcat_covid19/templates/entity_macros.html:216 +msgid "Next" +msgstr "" + +#: fatcat_covid19/templates/fulltext_search.html:6 +#: fatcat_covid19/templates/fulltext_search.html:22 +#: fatcat_covid19/templates/home.html:23 +msgid "Search" +msgstr "" + +#: fatcat_covid19/templates/fulltext_search.html:8 +msgid "Fulltext Search" +msgstr "" + +#: fatcat_covid19/templates/fulltext_search.html:63 +msgid "Raw query was:" +msgstr "" + +#: fatcat_covid19/templates/fulltext_search.html:67 +msgid "No results found!" +msgstr "" + +#: fatcat_covid19/templates/fulltext_search.html:75 +msgid "Try searching elsewhere" +msgstr "" + +#: fatcat_covid19/templates/home.html:15 +msgid "Search Tens of Thousands of COVID-19 Research Papers and Reports" +msgstr "" + +#: fatcat_covid19/templates/home.html:22 +msgid "by title, authors, identifiers..." +msgstr "" + +#: fatcat_covid19/templates/home.html:47 +msgid "This service is hosted at" +msgstr "" + +#: fatcat_covid19/templates/home.html:49 +msgid "a US non-profit dedicated to providing Universal Access to All Knowledge" +msgstr "" + +#: fatcat_covid19/templates/home.html:51 +msgid "" +"Metadata and content comes from the intersection of public curated " +"COVID-19 publication lists (like the" +msgstr "" + +#: fatcat_covid19/templates/home.html:53 fatcat_covid19/templates/home.html:54 +msgid "and the" +msgstr "" + +#: fatcat_covid19/templates/home.html:55 +msgid "open catalog of research publications on the scholarly web" +msgstr "" + +#: fatcat_covid19/templates/sources_de.html:3 +#: fatcat_covid19/templates/sources_de.html:7 +#: fatcat_covid19/templates/sources_en.html:3 +#: fatcat_covid19/templates/sources_zh.html:3 +msgid "Content Sources" +msgstr "" + +#: fatcat_covid19/templates/sources_zh.html:7 +msgid "Sources of Content and Metadata" +msgstr "" + |