Translated place update button.

This commit is contained in:
Marcus Scholz 2020-10-11 00:37:43 +02:00
parent 475a255851
commit 2d6ee4aef5
3 changed files with 9 additions and 3 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-10-11 00:25+0200\n" "POT-Creation-Date: 2020-10-11 00:35+0200\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"
@ -228,7 +228,7 @@ msgstr "Lost Place löschen"
msgid "Are you sure you want to delete" msgid "Are you sure you want to delete"
msgstr "Willst Du den Ort wirklich löschen: " msgstr "Willst Du den Ort wirklich löschen: "
#: templates/place/place_delete.html:18 #: templates/place/place_delete.html:19
#, fuzzy #, fuzzy
#| msgid "Delete place" #| msgid "Delete place"
msgid "Delete" msgid "Delete"
@ -262,6 +262,10 @@ msgstr "Unsere Lost Places"
msgid "Update place" msgid "Update place"
msgstr "Place bearbeiten" msgstr "Place bearbeiten"
#: 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"

View File

@ -15,6 +15,7 @@
<p class="LP-Paragraph">{% trans 'Are you sure you want to delete' %} "{{place.name}}"?</p> <p class="LP-Paragraph">{% trans 'Are you sure you want to delete' %} "{{place.name}}"?</p>
</div> </div>
</div> </div>
{% trans 'Delete' as action %} {% trans 'Delete' as action %}
<div class="LP-Form__Composition LP-Form__Composition--buttons"> <div class="LP-Form__Composition LP-Form__Composition--buttons">
{% include 'partials/form/submit.html' with referer=request.META.HTTP_REFERER action=action %} {% include 'partials/form/submit.html' with referer=request.META.HTTP_REFERER action=action %}

View File

@ -39,8 +39,9 @@
</div> </div>
</div> </div>
{% trans 'Update' as action %}
<div class="LP-Form__Composition LP-Form__Composition--buttons"> <div class="LP-Form__Composition LP-Form__Composition--buttons">
{% include 'partials/form/submit.html' with referrer=request.META.HTTP_REFERER action='Update' %} {% include 'partials/form/submit.html' with referrer=request.META.HTTP_REFERER action=action %}
</div> </div>
</fieldset> </fieldset>