diff --git a/InvenTree/build/views.py b/InvenTree/build/views.py index 1355738a9c..69d1dd9415 100644 --- a/InvenTree/build/views.py +++ b/InvenTree/build/views.py @@ -721,7 +721,7 @@ class BuildUpdate(AjaxUpdateView): model = Build form_class = forms.EditBuildForm context_object_name = 'build' - ajax_form_title = _('Edit Build Details') + ajax_form_title = _('Edit Build Order Details') ajax_template_name = 'modal_form.html' role_required = 'build.change' @@ -764,7 +764,7 @@ class BuildDelete(AjaxDeleteView): model = Build ajax_template_name = 'build/delete_build.html' - ajax_form_title = _('Delete Build') + ajax_form_title = _('Delete Build Order') role_required = 'build.delete' diff --git a/InvenTree/locale/de/LC_MESSAGES/django.mo b/InvenTree/locale/de/LC_MESSAGES/django.mo index 02eab87b56..b2a1691aac 100644 Binary files a/InvenTree/locale/de/LC_MESSAGES/django.mo and b/InvenTree/locale/de/LC_MESSAGES/django.mo differ diff --git a/InvenTree/locale/de/LC_MESSAGES/django.po b/InvenTree/locale/de/LC_MESSAGES/django.po index effd01fc31..5b18692564 100644 --- a/InvenTree/locale/de/LC_MESSAGES/django.po +++ b/InvenTree/locale/de/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-16 19:01+1100\n" +"POT-Creation-Date: 2020-12-16 19:08+1100\n" "PO-Revision-Date: 2020-05-03 11:32+0200\n" "Last-Translator: Christian Schlüter \n" "Language-Team: C \n" @@ -804,7 +804,7 @@ msgstr "Bau fertigstellen" msgid "Cancel Build" msgstr "Bau abbrechen" -#: build/templates/build/build_base.html:64 build/views.py:767 +#: build/templates/build/build_base.html:64 msgid "Delete Build" msgstr "Bau entfernt" @@ -1168,13 +1168,21 @@ msgid "Created new build" msgstr "Neuen Bau angelegt" #: build/views.py:724 -msgid "Edit Build Details" +#, fuzzy +#| msgid "Edit Build Details" +msgid "Edit Build Order Details" msgstr "Baudetails bearbeiten" #: build/views.py:758 msgid "Edited build" msgstr "Bau bearbeitet" +#: build/views.py:767 +#, fuzzy +#| msgid "Complete Build" +msgid "Delete Build Order" +msgstr "Bau fertigstellen" + #: build/views.py:784 msgid "Removed parts from build allocation" msgstr "Teile von Bauzuordnung entfernt" diff --git a/InvenTree/locale/en/LC_MESSAGES/django.po b/InvenTree/locale/en/LC_MESSAGES/django.po index 515c3e1949..6f60f8ed93 100644 --- a/InvenTree/locale/en/LC_MESSAGES/django.po +++ b/InvenTree/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-16 19:01+1100\n" +"POT-Creation-Date: 2020-12-16 19:08+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -695,7 +695,7 @@ msgstr "" msgid "Cancel Build" msgstr "" -#: build/templates/build/build_base.html:64 build/views.py:767 +#: build/templates/build/build_base.html:64 msgid "Delete Build" msgstr "" @@ -983,13 +983,17 @@ msgid "Created new build" msgstr "" #: build/views.py:724 -msgid "Edit Build Details" +msgid "Edit Build Order Details" msgstr "" #: build/views.py:758 msgid "Edited build" msgstr "" +#: build/views.py:767 +msgid "Delete Build Order" +msgstr "" + #: build/views.py:784 msgid "Removed parts from build allocation" msgstr "" diff --git a/InvenTree/locale/es/LC_MESSAGES/django.po b/InvenTree/locale/es/LC_MESSAGES/django.po index 515c3e1949..6f60f8ed93 100644 --- a/InvenTree/locale/es/LC_MESSAGES/django.po +++ b/InvenTree/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-16 19:01+1100\n" +"POT-Creation-Date: 2020-12-16 19:08+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -695,7 +695,7 @@ msgstr "" msgid "Cancel Build" msgstr "" -#: build/templates/build/build_base.html:64 build/views.py:767 +#: build/templates/build/build_base.html:64 msgid "Delete Build" msgstr "" @@ -983,13 +983,17 @@ msgid "Created new build" msgstr "" #: build/views.py:724 -msgid "Edit Build Details" +msgid "Edit Build Order Details" msgstr "" #: build/views.py:758 msgid "Edited build" msgstr "" +#: build/views.py:767 +msgid "Delete Build Order" +msgstr "" + #: build/views.py:784 msgid "Removed parts from build allocation" msgstr ""