Added new translations (de)

This commit is contained in:
Marcus Scholz 2020-12-25 01:31:43 +01:00
parent 7359bf5fab
commit c71fe4cf2d
2 changed files with 20 additions and 17 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-12-24 23:39+0100\n" "POT-Creation-Date: 2020-12-25 01:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Commander1024 <commander@commander1024.de>\n" "Last-Translator: Commander1024 <commander@commander1024.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -75,10 +75,8 @@ msgid "link text"
msgstr "Linktext" msgstr "Linktext"
#: models/models.py:46 #: models/models.py:46
#, fuzzy msgid "Biography / Description"
#| msgid "Filename(s)" msgstr "Beschreibung"
msgid "Filename"
msgstr "Dateiname(n)"
#: models/models.py:47 #: models/models.py:47
msgid "Describe yourself, your preferences, etc. in a few sentences." msgid "Describe yourself, your preferences, etc. in a few sentences."
@ -143,7 +141,7 @@ msgid "Places"
msgstr "Alle Places" msgstr "Alle Places"
#: templates/explorer/profile.html:68 #: templates/explorer/profile.html:68
msgid "Place Assets" msgid "Place assets"
msgstr "" msgstr ""
#: templates/explorer/profile.html:82 #: templates/explorer/profile.html:82
@ -165,13 +163,12 @@ msgstr "Fotoalben hinzugefügt von"
#: templates/explorer/profile_update.html:6 #: templates/explorer/profile_update.html:6
#: templates/explorer/profile_update.html:12 #: templates/explorer/profile_update.html:12
msgid "Edit Explorer profile" msgid "Edit Explorer profile"
msgstr "Bearbeite Explorerprofil" msgstr "Explorerprofil bearbeiten"
#: templates/explorer/profile_update.html:49 templates/global.html:41 #: templates/explorer/profile_update.html:48
#: templates/registration/login.html:29 templates/signup.html:6 #: templates/place/place_update.html:42
#: templates/signup.html:12 templates/signup.html:49 msgid "Update"
msgid "Sign up" msgstr "Aktualisieren"
msgstr "Registrieren"
#: templates/global.html:32 #: templates/global.html:32
msgid "Logout" msgid "Logout"
@ -190,6 +187,11 @@ msgstr "Admin"
msgid "Login" msgid "Login"
msgstr "Anmelden" msgstr "Anmelden"
#: templates/global.html:41 templates/registration/login.html:29
#: templates/signup.html:6 templates/signup.html:12 templates/signup.html:49
msgid "Sign up"
msgstr "Registrieren"
#: templates/global.html:51 templates/home.html:10 #: templates/global.html:51 templates/home.html:10
msgid "Home" msgid "Home"
msgstr "Startseite" msgstr "Startseite"
@ -388,10 +390,6 @@ msgstr "Alle Places"
msgid "Our lost places" msgid "Our lost places"
msgstr "Unsere Lost Places" msgstr "Unsere Lost Places"
#: templates/place/place_update.html:42
msgid "Update"
msgstr "Aktualisieren"
#: templates/place_image/place_image_create.html:7 #: templates/place_image/place_image_create.html:7
msgid "Submit images to a place" msgid "Submit images to a place"
msgstr "Bilder zu einem Place hinzufügen" msgstr "Bilder zu einem Place hinzufügen"
@ -455,3 +453,8 @@ msgstr "Fotoalbum-Link gelöscht"
#: views/views.py:60 #: views/views.py:60
msgid "You are not allowed to edit this photo album link" msgid "You are not allowed to edit this photo album link"
msgstr "Du darfst diesen Fotoalbum-Link nicht bearbeiten" msgstr "Du darfst diesen Fotoalbum-Link nicht bearbeiten"
#, fuzzy
#~| msgid "Filename(s)"
#~ msgid "Filename"
#~ msgstr "Dateiname(n)"

View File

@ -53,7 +53,7 @@ class Explorer(models.Model):
resize_source=dict(size=(400, 400), resize_source=dict(size=(400, 400),
sharpen=True), sharpen=True),
verbose_name=_('Profile image'), verbose_name=_('Profile image'),
help_text=_('Optional profile pic for display in explorer profile') help_text=_('Optional profile image for display in Explorer profile')
) )
favorite_places = models.ManyToManyField( favorite_places = models.ManyToManyField(
Place, Place,