From a8a4aab191b4cf5cf13ac54a49bc1138270efa73 Mon Sep 17 00:00:00 2001 From: mb-wali Date: Tue, 22 Jun 2021 10:22:51 +0200 Subject: [PATCH] i18n: update translations --- .../accounts/login_user.html | 2 +- .../translations/de/LC_MESSAGES/messages.po | 62 +++++++++++-------- .../translations/messages.pot | 47 +++++++++----- 3 files changed, 69 insertions(+), 42 deletions(-) diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html index d4757a1..94cedf5 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html @@ -43,7 +43,7 @@ {% endfor %} {%- if config.ACCOUNTS_LOCAL_LOGIN_ENABLED %}
- Or + {{ _("Or") }}
{%- endif %} {% endif %} diff --git a/invenio_theme_tugraz/translations/de/LC_MESSAGES/messages.po b/invenio_theme_tugraz/translations/de/LC_MESSAGES/messages.po index 9bac1d8..a523601 100644 --- a/invenio_theme_tugraz/translations/de/LC_MESSAGES/messages.po +++ b/invenio_theme_tugraz/translations/de/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: invenio-theme-tugraz 1.0.4\n" "Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n" -"POT-Creation-Date: 2021-05-10 10:36+0200\n" +"POT-Creation-Date: 2021-06-22 10:21+0200\n" "PO-Revision-Date: 2020-10-06 10:27+0200\n" "Last-Translator: FULL NAME \n" "Language: de\n" @@ -198,22 +198,36 @@ msgid "to change the font size." msgstr "Um die Schriftgröße zu ändern." #: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:117 -#, python-format +#, fuzzy, python-format msgid "" "Powered by\n" -" " -msgstr "" -"Powered by " +" " +msgstr "Powered by " -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:127 -#, python-format +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:126 +#, fuzzy, python-format msgid "" "Enabled by\n" -" " +" " +msgstr "Enabled by " + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:140 +#, python-format +msgid "" +"\n" +" " +msgstr "" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:157 +#, python-format +msgid "" +"\n" +" " msgstr "" -"Enabled by " #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html:61 #: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:11 @@ -323,7 +337,7 @@ msgid "TECHNOLOGY" msgstr "LEIDENSCHAFT" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html:8 -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:59 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:76 #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:78 msgid "Sign up" msgstr "Registrierung" @@ -336,30 +350,30 @@ msgstr "Einloggen" msgid "Sign out" msgstr "Ausloggen" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:23 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:24 msgid "Log in to Repository" msgstr "Anmelden" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:29 -#, python-format -msgid " Log in with %(type)s" +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:38 +#, fuzzy, python-format +msgid "Sign in with %(title)s" msgstr "Einloggen mit" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:33 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:46 #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:52 msgid "Or" msgstr "Oder" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:45 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:61 msgid "Log In" msgstr "Einloggen" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:58 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:75 #, python-format msgid "New to %(sitename)s?" msgstr "Neu im %(sitename)s?" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:68 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:85 msgid "Forgot password?" msgstr "Passwort vergessen" @@ -436,10 +450,6 @@ msgstr "" msgid "Reason" msgstr "Grund" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:52 -msgid "Uploads" -msgstr "Hochladen" - #~ msgid "Version" #~ msgstr "Version" @@ -452,7 +462,6 @@ msgstr "Hochladen" #~ msgid "Handbook" #~ msgstr "Handbuch" - #~ msgid "RDM DOI Badge" #~ msgstr "RDM DOI Abzeichen" @@ -470,3 +479,6 @@ msgstr "Hochladen" #~ " " #~ msgstr "" +#~ msgid "Uploads" +#~ msgstr "Hochladen" + diff --git a/invenio_theme_tugraz/translations/messages.pot b/invenio_theme_tugraz/translations/messages.pot index 8743a96..45cb4d9 100644 --- a/invenio_theme_tugraz/translations/messages.pot +++ b/invenio_theme_tugraz/translations/messages.pot @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: invenio-theme-tugraz 3.0.1\n" +"Project-Id-Version: invenio-theme-tugraz 3.4.1\n" "Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n" -"POT-Creation-Date: 2021-05-10 10:36+0200\n" +"POT-Creation-Date: 2021-06-22 10:21+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -190,14 +190,32 @@ msgstr "" #, python-format msgid "" "Powered by\n" -" " +" " msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:127 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:126 #, python-format msgid "" "Enabled by\n" -" " +" " +msgstr "" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:140 +#, python-format +msgid "" +"\n" +" " +msgstr "" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:157 +#, python-format +msgid "" +"\n" +" " msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html:61 @@ -307,7 +325,7 @@ msgid "TECHNOLOGY" msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html:8 -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:59 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:76 #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:78 msgid "Sign up" msgstr "" @@ -320,30 +338,30 @@ msgstr "" msgid "Sign out" msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:23 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:24 msgid "Log in to Repository" msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:29 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:38 #, python-format -msgid " Log in with %(type)s" +msgid "Sign in with %(title)s" msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:33 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:46 #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:52 msgid "Or" msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:45 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:61 msgid "Log In" msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:58 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:75 #, python-format msgid "New to %(sitename)s?" msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:68 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:85 msgid "Forgot password?" msgstr "" @@ -414,6 +432,3 @@ msgstr "" msgid "Reason" msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:52 -msgid "Uploads" -msgstr "" \ No newline at end of file