diff --git a/InvenTree/locale/de/LC_MESSAGES/django.po b/InvenTree/locale/de/LC_MESSAGES/django.po index 95a8ff0c60..2d499ba6ab 100644 --- a/InvenTree/locale/de/LC_MESSAGES/django.po +++ b/InvenTree/locale/de/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-07 13:55+0000\n" +"POT-Creation-Date: 2021-05-08 10:55+0000\n" "PO-Revision-Date: 2021-05-06 02:54\n" "Last-Translator: \n" "Language-Team: German\n" @@ -106,7 +106,7 @@ msgstr "Keine Seriennummern gefunden" msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "Anzahl der eindeutigen Seriennummern ({s}) muss mit der Anzahl ({q}) übereinstimmen" -#: InvenTree/models.py:59 stock/models.py:1658 +#: InvenTree/models.py:59 stock/models.py:1657 msgid "Attachment" msgstr "Anhang" @@ -406,7 +406,7 @@ msgstr "Zieldatum für Bauauftrag-Fertigstellung." #: report/templates/report/inventree_po_report.html:91 #: report/templates/report/inventree_so_report.html:91 #: report/templates/report/inventree_test_report_base.html:77 -#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1562 +#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1561 #: stock/templates/stock/item_base.html:244 #: stock/templates/stock/stock_adjust.html:18 templates/js/barcode.js:364 #: templates/js/bom.js:205 templates/js/build.js:476 templates/js/build.js:1014 @@ -694,7 +694,7 @@ msgstr "Link zu einer externen URL" #: part/templates/part/navbar.html:128 #: report/templates/report/inventree_build_order_base.html:173 #: stock/forms.py:173 stock/forms.py:317 stock/forms.py:349 stock/forms.py:377 -#: stock/models.py:498 stock/models.py:1554 stock/models.py:1664 +#: stock/models.py:498 stock/models.py:1553 stock/models.py:1663 #: stock/templates/stock/navbar.html:57 templates/js/barcode.js:37 #: templates/js/bom.js:333 templates/js/stock.js:128 templates/js/stock.js:671 msgid "Notes" @@ -1834,7 +1834,7 @@ msgstr "Anlaufstelle" #: company/models.py:121 company/models.py:333 company/models.py:485 #: order/models.py:103 part/models.py:743 #: report/templates/report/inventree_build_order_base.html:165 -#: stock/models.py:1556 templates/js/company.js:188 templates/js/company.js:318 +#: stock/models.py:1555 templates/js/company.js:188 templates/js/company.js:318 #: templates/js/part.js:431 msgid "Link" msgstr "Link" @@ -4390,7 +4390,7 @@ msgstr "Neuer Parameter" #: part/templates/part/params.html:28 #: report/templates/report/inventree_test_report_base.html:90 -#: stock/models.py:1651 templates/InvenTree/settings/header.html:8 +#: stock/models.py:1650 templates/InvenTree/settings/header.html:8 #: templates/js/stock.js:124 msgid "Value" msgstr "Wert" @@ -4943,12 +4943,12 @@ msgid "Test Results" msgstr "Testergebnisse" #: report/templates/report/inventree_test_report_base.html:88 -#: stock/models.py:1639 +#: stock/models.py:1638 msgid "Test" msgstr "Test" #: report/templates/report/inventree_test_report_base.html:89 -#: stock/models.py:1645 +#: stock/models.py:1644 msgid "Result" msgstr "Ergebnis" @@ -5311,59 +5311,59 @@ msgstr "{n} Teile nach {loc} bewegt" msgid "Counted {n} items" msgstr "{n} Positionen zugeordnet" -#: stock/models.py:1238 +#: stock/models.py:1237 #, fuzzy, python-brace-format #| msgid "Added stock to {n} items" msgid "Added {n} items" msgstr "Vorrat zu {n} BestandsObjekten hinzugefügt" -#: stock/models.py:1268 +#: stock/models.py:1267 #, fuzzy, python-brace-format #| msgid "Remove item" msgid "Removed {n1} items" msgstr "Teil entfernen" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Title" msgstr "Titel" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Tracking entry title" msgstr "Objektverfolgung - Name des Eintrags" -#: stock/models.py:1554 +#: stock/models.py:1553 msgid "Entry notes" msgstr "Eintrags-Notizen" -#: stock/models.py:1556 +#: stock/models.py:1555 msgid "Link to external page for further information" msgstr "Link auf externe Seite für weitere Informationen" -#: stock/models.py:1616 +#: stock/models.py:1615 msgid "Value must be provided for this test" msgstr "Wert muss für diesen Test angegeben werden" -#: stock/models.py:1622 +#: stock/models.py:1621 msgid "Attachment must be uploaded for this test" msgstr "Anhang muss für diesen Test hochgeladen werden" -#: stock/models.py:1640 +#: stock/models.py:1639 msgid "Test name" msgstr "Name des Tests" -#: stock/models.py:1646 templates/js/table_filters.js:212 +#: stock/models.py:1645 templates/js/table_filters.js:212 msgid "Test result" msgstr "Testergebnis" -#: stock/models.py:1652 +#: stock/models.py:1651 msgid "Test output value" msgstr "Test Ausgabe Wert" -#: stock/models.py:1659 +#: stock/models.py:1658 msgid "Test result attachment" msgstr "Test Ergebnis Anhang" -#: stock/models.py:1665 +#: stock/models.py:1664 msgid "Test notes" msgstr "Test Notizen" diff --git a/InvenTree/locale/en/LC_MESSAGES/django.po b/InvenTree/locale/en/LC_MESSAGES/django.po index 5289ad4ead..7210b2d768 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: 2021-05-07 13:55+0000\n" +"POT-Creation-Date: 2021-05-08 10:55+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -107,7 +107,7 @@ msgstr "" msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" -#: InvenTree/models.py:59 stock/models.py:1658 +#: InvenTree/models.py:59 stock/models.py:1657 msgid "Attachment" msgstr "" @@ -406,7 +406,7 @@ msgstr "" #: report/templates/report/inventree_po_report.html:91 #: report/templates/report/inventree_so_report.html:91 #: report/templates/report/inventree_test_report_base.html:77 -#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1562 +#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1561 #: stock/templates/stock/item_base.html:244 #: stock/templates/stock/stock_adjust.html:18 templates/js/barcode.js:364 #: templates/js/bom.js:205 templates/js/build.js:476 templates/js/build.js:1014 @@ -694,7 +694,7 @@ msgstr "" #: part/templates/part/navbar.html:128 #: report/templates/report/inventree_build_order_base.html:173 #: stock/forms.py:173 stock/forms.py:317 stock/forms.py:349 stock/forms.py:377 -#: stock/models.py:498 stock/models.py:1554 stock/models.py:1664 +#: stock/models.py:498 stock/models.py:1553 stock/models.py:1663 #: stock/templates/stock/navbar.html:57 templates/js/barcode.js:37 #: templates/js/bom.js:333 templates/js/stock.js:128 templates/js/stock.js:671 msgid "Notes" @@ -1834,7 +1834,7 @@ msgstr "" #: company/models.py:121 company/models.py:333 company/models.py:485 #: order/models.py:103 part/models.py:743 #: report/templates/report/inventree_build_order_base.html:165 -#: stock/models.py:1556 templates/js/company.js:188 templates/js/company.js:318 +#: stock/models.py:1555 templates/js/company.js:188 templates/js/company.js:318 #: templates/js/part.js:431 msgid "Link" msgstr "" @@ -4371,7 +4371,7 @@ msgstr "" #: part/templates/part/params.html:28 #: report/templates/report/inventree_test_report_base.html:90 -#: stock/models.py:1651 templates/InvenTree/settings/header.html:8 +#: stock/models.py:1650 templates/InvenTree/settings/header.html:8 #: templates/js/stock.js:124 msgid "Value" msgstr "" @@ -4924,12 +4924,12 @@ msgid "Test Results" msgstr "" #: report/templates/report/inventree_test_report_base.html:88 -#: stock/models.py:1639 +#: stock/models.py:1638 msgid "Test" msgstr "" #: report/templates/report/inventree_test_report_base.html:89 -#: stock/models.py:1645 +#: stock/models.py:1644 msgid "Result" msgstr "" @@ -5279,57 +5279,57 @@ msgstr "" msgid "Counted {n} items" msgstr "" -#: stock/models.py:1238 +#: stock/models.py:1237 #, python-brace-format msgid "Added {n} items" msgstr "" -#: stock/models.py:1268 +#: stock/models.py:1267 #, python-brace-format msgid "Removed {n1} items" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Title" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Tracking entry title" msgstr "" -#: stock/models.py:1554 +#: stock/models.py:1553 msgid "Entry notes" msgstr "" -#: stock/models.py:1556 +#: stock/models.py:1555 msgid "Link to external page for further information" msgstr "" -#: stock/models.py:1616 +#: stock/models.py:1615 msgid "Value must be provided for this test" msgstr "" -#: stock/models.py:1622 +#: stock/models.py:1621 msgid "Attachment must be uploaded for this test" msgstr "" -#: stock/models.py:1640 +#: stock/models.py:1639 msgid "Test name" msgstr "" -#: stock/models.py:1646 templates/js/table_filters.js:212 +#: stock/models.py:1645 templates/js/table_filters.js:212 msgid "Test result" msgstr "" -#: stock/models.py:1652 +#: stock/models.py:1651 msgid "Test output value" msgstr "" -#: stock/models.py:1659 +#: stock/models.py:1658 msgid "Test result attachment" msgstr "" -#: stock/models.py:1665 +#: stock/models.py:1664 msgid "Test notes" msgstr "" diff --git a/InvenTree/locale/es/LC_MESSAGES/django.po b/InvenTree/locale/es/LC_MESSAGES/django.po index a11f8563a0..b7990621a0 100644 --- a/InvenTree/locale/es/LC_MESSAGES/django.po +++ b/InvenTree/locale/es/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-07 13:55+0000\n" +"POT-Creation-Date: 2021-05-08 10:55+0000\n" "PO-Revision-Date: 2021-05-06 02:54\n" "Last-Translator: \n" "Language-Team: Spanish\n" @@ -106,7 +106,7 @@ msgstr "" msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" -#: InvenTree/models.py:59 stock/models.py:1658 +#: InvenTree/models.py:59 stock/models.py:1657 msgid "Attachment" msgstr "" @@ -405,7 +405,7 @@ msgstr "" #: report/templates/report/inventree_po_report.html:91 #: report/templates/report/inventree_so_report.html:91 #: report/templates/report/inventree_test_report_base.html:77 -#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1562 +#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1561 #: stock/templates/stock/item_base.html:244 #: stock/templates/stock/stock_adjust.html:18 templates/js/barcode.js:364 #: templates/js/bom.js:205 templates/js/build.js:476 templates/js/build.js:1014 @@ -693,7 +693,7 @@ msgstr "" #: part/templates/part/navbar.html:128 #: report/templates/report/inventree_build_order_base.html:173 #: stock/forms.py:173 stock/forms.py:317 stock/forms.py:349 stock/forms.py:377 -#: stock/models.py:498 stock/models.py:1554 stock/models.py:1664 +#: stock/models.py:498 stock/models.py:1553 stock/models.py:1663 #: stock/templates/stock/navbar.html:57 templates/js/barcode.js:37 #: templates/js/bom.js:333 templates/js/stock.js:128 templates/js/stock.js:671 msgid "Notes" @@ -1833,7 +1833,7 @@ msgstr "" #: company/models.py:121 company/models.py:333 company/models.py:485 #: order/models.py:103 part/models.py:743 #: report/templates/report/inventree_build_order_base.html:165 -#: stock/models.py:1556 templates/js/company.js:188 templates/js/company.js:318 +#: stock/models.py:1555 templates/js/company.js:188 templates/js/company.js:318 #: templates/js/part.js:431 msgid "Link" msgstr "" @@ -4370,7 +4370,7 @@ msgstr "" #: part/templates/part/params.html:28 #: report/templates/report/inventree_test_report_base.html:90 -#: stock/models.py:1651 templates/InvenTree/settings/header.html:8 +#: stock/models.py:1650 templates/InvenTree/settings/header.html:8 #: templates/js/stock.js:124 msgid "Value" msgstr "" @@ -4923,12 +4923,12 @@ msgid "Test Results" msgstr "" #: report/templates/report/inventree_test_report_base.html:88 -#: stock/models.py:1639 +#: stock/models.py:1638 msgid "Test" msgstr "" #: report/templates/report/inventree_test_report_base.html:89 -#: stock/models.py:1645 +#: stock/models.py:1644 msgid "Result" msgstr "" @@ -5280,57 +5280,57 @@ msgstr "" msgid "Counted {n} items" msgstr "Elementos completados" -#: stock/models.py:1238 +#: stock/models.py:1237 #, python-brace-format msgid "Added {n} items" msgstr "" -#: stock/models.py:1268 +#: stock/models.py:1267 #, python-brace-format msgid "Removed {n1} items" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Title" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Tracking entry title" msgstr "" -#: stock/models.py:1554 +#: stock/models.py:1553 msgid "Entry notes" msgstr "" -#: stock/models.py:1556 +#: stock/models.py:1555 msgid "Link to external page for further information" msgstr "" -#: stock/models.py:1616 +#: stock/models.py:1615 msgid "Value must be provided for this test" msgstr "" -#: stock/models.py:1622 +#: stock/models.py:1621 msgid "Attachment must be uploaded for this test" msgstr "" -#: stock/models.py:1640 +#: stock/models.py:1639 msgid "Test name" msgstr "" -#: stock/models.py:1646 templates/js/table_filters.js:212 +#: stock/models.py:1645 templates/js/table_filters.js:212 msgid "Test result" msgstr "" -#: stock/models.py:1652 +#: stock/models.py:1651 msgid "Test output value" msgstr "" -#: stock/models.py:1659 +#: stock/models.py:1658 msgid "Test result attachment" msgstr "" -#: stock/models.py:1665 +#: stock/models.py:1664 msgid "Test notes" msgstr "" diff --git a/InvenTree/locale/fr/LC_MESSAGES/django.po b/InvenTree/locale/fr/LC_MESSAGES/django.po index db14d32c08..8827d57289 100644 --- a/InvenTree/locale/fr/LC_MESSAGES/django.po +++ b/InvenTree/locale/fr/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-07 13:55+0000\n" +"POT-Creation-Date: 2021-05-08 10:55+0000\n" "PO-Revision-Date: 2021-05-06 02:54\n" "Last-Translator: \n" "Language-Team: French\n" @@ -106,7 +106,7 @@ msgstr "" msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" -#: InvenTree/models.py:59 stock/models.py:1658 +#: InvenTree/models.py:59 stock/models.py:1657 msgid "Attachment" msgstr "" @@ -405,7 +405,7 @@ msgstr "" #: report/templates/report/inventree_po_report.html:91 #: report/templates/report/inventree_so_report.html:91 #: report/templates/report/inventree_test_report_base.html:77 -#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1562 +#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1561 #: stock/templates/stock/item_base.html:244 #: stock/templates/stock/stock_adjust.html:18 templates/js/barcode.js:364 #: templates/js/bom.js:205 templates/js/build.js:476 templates/js/build.js:1014 @@ -693,7 +693,7 @@ msgstr "" #: part/templates/part/navbar.html:128 #: report/templates/report/inventree_build_order_base.html:173 #: stock/forms.py:173 stock/forms.py:317 stock/forms.py:349 stock/forms.py:377 -#: stock/models.py:498 stock/models.py:1554 stock/models.py:1664 +#: stock/models.py:498 stock/models.py:1553 stock/models.py:1663 #: stock/templates/stock/navbar.html:57 templates/js/barcode.js:37 #: templates/js/bom.js:333 templates/js/stock.js:128 templates/js/stock.js:671 msgid "Notes" @@ -1833,7 +1833,7 @@ msgstr "" #: company/models.py:121 company/models.py:333 company/models.py:485 #: order/models.py:103 part/models.py:743 #: report/templates/report/inventree_build_order_base.html:165 -#: stock/models.py:1556 templates/js/company.js:188 templates/js/company.js:318 +#: stock/models.py:1555 templates/js/company.js:188 templates/js/company.js:318 #: templates/js/part.js:431 msgid "Link" msgstr "" @@ -4370,7 +4370,7 @@ msgstr "" #: part/templates/part/params.html:28 #: report/templates/report/inventree_test_report_base.html:90 -#: stock/models.py:1651 templates/InvenTree/settings/header.html:8 +#: stock/models.py:1650 templates/InvenTree/settings/header.html:8 #: templates/js/stock.js:124 msgid "Value" msgstr "" @@ -4923,12 +4923,12 @@ msgid "Test Results" msgstr "" #: report/templates/report/inventree_test_report_base.html:88 -#: stock/models.py:1639 +#: stock/models.py:1638 msgid "Test" msgstr "" #: report/templates/report/inventree_test_report_base.html:89 -#: stock/models.py:1645 +#: stock/models.py:1644 msgid "Result" msgstr "" @@ -5278,57 +5278,57 @@ msgstr "" msgid "Counted {n} items" msgstr "" -#: stock/models.py:1238 +#: stock/models.py:1237 #, python-brace-format msgid "Added {n} items" msgstr "" -#: stock/models.py:1268 +#: stock/models.py:1267 #, python-brace-format msgid "Removed {n1} items" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Title" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Tracking entry title" msgstr "" -#: stock/models.py:1554 +#: stock/models.py:1553 msgid "Entry notes" msgstr "" -#: stock/models.py:1556 +#: stock/models.py:1555 msgid "Link to external page for further information" msgstr "" -#: stock/models.py:1616 +#: stock/models.py:1615 msgid "Value must be provided for this test" msgstr "" -#: stock/models.py:1622 +#: stock/models.py:1621 msgid "Attachment must be uploaded for this test" msgstr "" -#: stock/models.py:1640 +#: stock/models.py:1639 msgid "Test name" msgstr "" -#: stock/models.py:1646 templates/js/table_filters.js:212 +#: stock/models.py:1645 templates/js/table_filters.js:212 msgid "Test result" msgstr "" -#: stock/models.py:1652 +#: stock/models.py:1651 msgid "Test output value" msgstr "" -#: stock/models.py:1659 +#: stock/models.py:1658 msgid "Test result attachment" msgstr "" -#: stock/models.py:1665 +#: stock/models.py:1664 msgid "Test notes" msgstr "" diff --git a/InvenTree/locale/it/LC_MESSAGES/django.po b/InvenTree/locale/it/LC_MESSAGES/django.po index f2a87dfb80..aee88ecf1a 100644 --- a/InvenTree/locale/it/LC_MESSAGES/django.po +++ b/InvenTree/locale/it/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-07 13:55+0000\n" +"POT-Creation-Date: 2021-05-08 10:55+0000\n" "PO-Revision-Date: 2021-05-06 02:54\n" "Last-Translator: \n" "Language-Team: Italian\n" @@ -106,7 +106,7 @@ msgstr "" msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" -#: InvenTree/models.py:59 stock/models.py:1658 +#: InvenTree/models.py:59 stock/models.py:1657 msgid "Attachment" msgstr "" @@ -405,7 +405,7 @@ msgstr "" #: report/templates/report/inventree_po_report.html:91 #: report/templates/report/inventree_so_report.html:91 #: report/templates/report/inventree_test_report_base.html:77 -#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1562 +#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1561 #: stock/templates/stock/item_base.html:244 #: stock/templates/stock/stock_adjust.html:18 templates/js/barcode.js:364 #: templates/js/bom.js:205 templates/js/build.js:476 templates/js/build.js:1014 @@ -693,7 +693,7 @@ msgstr "" #: part/templates/part/navbar.html:128 #: report/templates/report/inventree_build_order_base.html:173 #: stock/forms.py:173 stock/forms.py:317 stock/forms.py:349 stock/forms.py:377 -#: stock/models.py:498 stock/models.py:1554 stock/models.py:1664 +#: stock/models.py:498 stock/models.py:1553 stock/models.py:1663 #: stock/templates/stock/navbar.html:57 templates/js/barcode.js:37 #: templates/js/bom.js:333 templates/js/stock.js:128 templates/js/stock.js:671 msgid "Notes" @@ -1833,7 +1833,7 @@ msgstr "" #: company/models.py:121 company/models.py:333 company/models.py:485 #: order/models.py:103 part/models.py:743 #: report/templates/report/inventree_build_order_base.html:165 -#: stock/models.py:1556 templates/js/company.js:188 templates/js/company.js:318 +#: stock/models.py:1555 templates/js/company.js:188 templates/js/company.js:318 #: templates/js/part.js:431 msgid "Link" msgstr "" @@ -4370,7 +4370,7 @@ msgstr "" #: part/templates/part/params.html:28 #: report/templates/report/inventree_test_report_base.html:90 -#: stock/models.py:1651 templates/InvenTree/settings/header.html:8 +#: stock/models.py:1650 templates/InvenTree/settings/header.html:8 #: templates/js/stock.js:124 msgid "Value" msgstr "" @@ -4923,12 +4923,12 @@ msgid "Test Results" msgstr "" #: report/templates/report/inventree_test_report_base.html:88 -#: stock/models.py:1639 +#: stock/models.py:1638 msgid "Test" msgstr "" #: report/templates/report/inventree_test_report_base.html:89 -#: stock/models.py:1645 +#: stock/models.py:1644 msgid "Result" msgstr "" @@ -5278,57 +5278,57 @@ msgstr "" msgid "Counted {n} items" msgstr "" -#: stock/models.py:1238 +#: stock/models.py:1237 #, python-brace-format msgid "Added {n} items" msgstr "" -#: stock/models.py:1268 +#: stock/models.py:1267 #, python-brace-format msgid "Removed {n1} items" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Title" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Tracking entry title" msgstr "" -#: stock/models.py:1554 +#: stock/models.py:1553 msgid "Entry notes" msgstr "" -#: stock/models.py:1556 +#: stock/models.py:1555 msgid "Link to external page for further information" msgstr "" -#: stock/models.py:1616 +#: stock/models.py:1615 msgid "Value must be provided for this test" msgstr "" -#: stock/models.py:1622 +#: stock/models.py:1621 msgid "Attachment must be uploaded for this test" msgstr "" -#: stock/models.py:1640 +#: stock/models.py:1639 msgid "Test name" msgstr "" -#: stock/models.py:1646 templates/js/table_filters.js:212 +#: stock/models.py:1645 templates/js/table_filters.js:212 msgid "Test result" msgstr "" -#: stock/models.py:1652 +#: stock/models.py:1651 msgid "Test output value" msgstr "" -#: stock/models.py:1659 +#: stock/models.py:1658 msgid "Test result attachment" msgstr "" -#: stock/models.py:1665 +#: stock/models.py:1664 msgid "Test notes" msgstr "" diff --git a/InvenTree/locale/ja/LC_MESSAGES/django.po b/InvenTree/locale/ja/LC_MESSAGES/django.po index 0782e5c8d5..2b96fa069a 100644 --- a/InvenTree/locale/ja/LC_MESSAGES/django.po +++ b/InvenTree/locale/ja/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-07 13:55+0000\n" +"POT-Creation-Date: 2021-05-08 10:55+0000\n" "PO-Revision-Date: 2021-05-06 02:54\n" "Last-Translator: \n" "Language-Team: Japanese\n" @@ -106,7 +106,7 @@ msgstr "" msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" -#: InvenTree/models.py:59 stock/models.py:1658 +#: InvenTree/models.py:59 stock/models.py:1657 msgid "Attachment" msgstr "" @@ -405,7 +405,7 @@ msgstr "" #: report/templates/report/inventree_po_report.html:91 #: report/templates/report/inventree_so_report.html:91 #: report/templates/report/inventree_test_report_base.html:77 -#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1562 +#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1561 #: stock/templates/stock/item_base.html:244 #: stock/templates/stock/stock_adjust.html:18 templates/js/barcode.js:364 #: templates/js/bom.js:205 templates/js/build.js:476 templates/js/build.js:1014 @@ -693,7 +693,7 @@ msgstr "" #: part/templates/part/navbar.html:128 #: report/templates/report/inventree_build_order_base.html:173 #: stock/forms.py:173 stock/forms.py:317 stock/forms.py:349 stock/forms.py:377 -#: stock/models.py:498 stock/models.py:1554 stock/models.py:1664 +#: stock/models.py:498 stock/models.py:1553 stock/models.py:1663 #: stock/templates/stock/navbar.html:57 templates/js/barcode.js:37 #: templates/js/bom.js:333 templates/js/stock.js:128 templates/js/stock.js:671 msgid "Notes" @@ -1833,7 +1833,7 @@ msgstr "" #: company/models.py:121 company/models.py:333 company/models.py:485 #: order/models.py:103 part/models.py:743 #: report/templates/report/inventree_build_order_base.html:165 -#: stock/models.py:1556 templates/js/company.js:188 templates/js/company.js:318 +#: stock/models.py:1555 templates/js/company.js:188 templates/js/company.js:318 #: templates/js/part.js:431 msgid "Link" msgstr "" @@ -4370,7 +4370,7 @@ msgstr "" #: part/templates/part/params.html:28 #: report/templates/report/inventree_test_report_base.html:90 -#: stock/models.py:1651 templates/InvenTree/settings/header.html:8 +#: stock/models.py:1650 templates/InvenTree/settings/header.html:8 #: templates/js/stock.js:124 msgid "Value" msgstr "" @@ -4923,12 +4923,12 @@ msgid "Test Results" msgstr "" #: report/templates/report/inventree_test_report_base.html:88 -#: stock/models.py:1639 +#: stock/models.py:1638 msgid "Test" msgstr "" #: report/templates/report/inventree_test_report_base.html:89 -#: stock/models.py:1645 +#: stock/models.py:1644 msgid "Result" msgstr "" @@ -5278,57 +5278,57 @@ msgstr "" msgid "Counted {n} items" msgstr "" -#: stock/models.py:1238 +#: stock/models.py:1237 #, python-brace-format msgid "Added {n} items" msgstr "" -#: stock/models.py:1268 +#: stock/models.py:1267 #, python-brace-format msgid "Removed {n1} items" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Title" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Tracking entry title" msgstr "" -#: stock/models.py:1554 +#: stock/models.py:1553 msgid "Entry notes" msgstr "" -#: stock/models.py:1556 +#: stock/models.py:1555 msgid "Link to external page for further information" msgstr "" -#: stock/models.py:1616 +#: stock/models.py:1615 msgid "Value must be provided for this test" msgstr "" -#: stock/models.py:1622 +#: stock/models.py:1621 msgid "Attachment must be uploaded for this test" msgstr "" -#: stock/models.py:1640 +#: stock/models.py:1639 msgid "Test name" msgstr "" -#: stock/models.py:1646 templates/js/table_filters.js:212 +#: stock/models.py:1645 templates/js/table_filters.js:212 msgid "Test result" msgstr "" -#: stock/models.py:1652 +#: stock/models.py:1651 msgid "Test output value" msgstr "" -#: stock/models.py:1659 +#: stock/models.py:1658 msgid "Test result attachment" msgstr "" -#: stock/models.py:1665 +#: stock/models.py:1664 msgid "Test notes" msgstr "" diff --git a/InvenTree/locale/pl/LC_MESSAGES/django.po b/InvenTree/locale/pl/LC_MESSAGES/django.po index 8cb9cde713..d8edbb7233 100644 --- a/InvenTree/locale/pl/LC_MESSAGES/django.po +++ b/InvenTree/locale/pl/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-07 13:55+0000\n" +"POT-Creation-Date: 2021-05-08 10:55+0000\n" "PO-Revision-Date: 2021-05-06 02:54\n" "Last-Translator: \n" "Language-Team: Polish\n" @@ -106,7 +106,7 @@ msgstr "Nie znaleziono numerów seryjnych" msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "Ilość numerów seryjnych ({s}) musi odpowiadać ilości ({q})" -#: InvenTree/models.py:59 stock/models.py:1658 +#: InvenTree/models.py:59 stock/models.py:1657 msgid "Attachment" msgstr "Załącznik" @@ -405,7 +405,7 @@ msgstr "" #: report/templates/report/inventree_po_report.html:91 #: report/templates/report/inventree_so_report.html:91 #: report/templates/report/inventree_test_report_base.html:77 -#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1562 +#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1561 #: stock/templates/stock/item_base.html:244 #: stock/templates/stock/stock_adjust.html:18 templates/js/barcode.js:364 #: templates/js/bom.js:205 templates/js/build.js:476 templates/js/build.js:1014 @@ -693,7 +693,7 @@ msgstr "Link do zewnętrznego adresu URL" #: part/templates/part/navbar.html:128 #: report/templates/report/inventree_build_order_base.html:173 #: stock/forms.py:173 stock/forms.py:317 stock/forms.py:349 stock/forms.py:377 -#: stock/models.py:498 stock/models.py:1554 stock/models.py:1664 +#: stock/models.py:498 stock/models.py:1553 stock/models.py:1663 #: stock/templates/stock/navbar.html:57 templates/js/barcode.js:37 #: templates/js/bom.js:333 templates/js/stock.js:128 templates/js/stock.js:671 msgid "Notes" @@ -1833,7 +1833,7 @@ msgstr "Punkt kontaktowy" #: company/models.py:121 company/models.py:333 company/models.py:485 #: order/models.py:103 part/models.py:743 #: report/templates/report/inventree_build_order_base.html:165 -#: stock/models.py:1556 templates/js/company.js:188 templates/js/company.js:318 +#: stock/models.py:1555 templates/js/company.js:188 templates/js/company.js:318 #: templates/js/part.js:431 msgid "Link" msgstr "Łącze" @@ -4377,7 +4377,7 @@ msgstr "" #: part/templates/part/params.html:28 #: report/templates/report/inventree_test_report_base.html:90 -#: stock/models.py:1651 templates/InvenTree/settings/header.html:8 +#: stock/models.py:1650 templates/InvenTree/settings/header.html:8 #: templates/js/stock.js:124 msgid "Value" msgstr "" @@ -4930,12 +4930,12 @@ msgid "Test Results" msgstr "" #: report/templates/report/inventree_test_report_base.html:88 -#: stock/models.py:1639 +#: stock/models.py:1638 msgid "Test" msgstr "" #: report/templates/report/inventree_test_report_base.html:89 -#: stock/models.py:1645 +#: stock/models.py:1644 msgid "Result" msgstr "" @@ -5289,58 +5289,58 @@ msgstr "" msgid "Counted {n} items" msgstr "Ukończone elementy" -#: stock/models.py:1238 +#: stock/models.py:1237 #, python-brace-format msgid "Added {n} items" msgstr "" -#: stock/models.py:1268 +#: stock/models.py:1267 #, fuzzy, python-brace-format #| msgid "Received items" msgid "Removed {n1} items" msgstr "Odebrane przedmioty" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Title" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Tracking entry title" msgstr "" -#: stock/models.py:1554 +#: stock/models.py:1553 msgid "Entry notes" msgstr "" -#: stock/models.py:1556 +#: stock/models.py:1555 msgid "Link to external page for further information" msgstr "" -#: stock/models.py:1616 +#: stock/models.py:1615 msgid "Value must be provided for this test" msgstr "" -#: stock/models.py:1622 +#: stock/models.py:1621 msgid "Attachment must be uploaded for this test" msgstr "" -#: stock/models.py:1640 +#: stock/models.py:1639 msgid "Test name" msgstr "" -#: stock/models.py:1646 templates/js/table_filters.js:212 +#: stock/models.py:1645 templates/js/table_filters.js:212 msgid "Test result" msgstr "" -#: stock/models.py:1652 +#: stock/models.py:1651 msgid "Test output value" msgstr "" -#: stock/models.py:1659 +#: stock/models.py:1658 msgid "Test result attachment" msgstr "" -#: stock/models.py:1665 +#: stock/models.py:1664 msgid "Test notes" msgstr "" diff --git a/InvenTree/locale/ru/LC_MESSAGES/django.po b/InvenTree/locale/ru/LC_MESSAGES/django.po index adb21a5207..8cf5448c37 100644 --- a/InvenTree/locale/ru/LC_MESSAGES/django.po +++ b/InvenTree/locale/ru/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-07 13:55+0000\n" +"POT-Creation-Date: 2021-05-08 10:55+0000\n" "PO-Revision-Date: 2021-05-06 02:54\n" "Last-Translator: \n" "Language-Team: Russian\n" @@ -106,7 +106,7 @@ msgstr "" msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" -#: InvenTree/models.py:59 stock/models.py:1658 +#: InvenTree/models.py:59 stock/models.py:1657 msgid "Attachment" msgstr "" @@ -405,7 +405,7 @@ msgstr "" #: report/templates/report/inventree_po_report.html:91 #: report/templates/report/inventree_so_report.html:91 #: report/templates/report/inventree_test_report_base.html:77 -#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1562 +#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1561 #: stock/templates/stock/item_base.html:244 #: stock/templates/stock/stock_adjust.html:18 templates/js/barcode.js:364 #: templates/js/bom.js:205 templates/js/build.js:476 templates/js/build.js:1014 @@ -693,7 +693,7 @@ msgstr "" #: part/templates/part/navbar.html:128 #: report/templates/report/inventree_build_order_base.html:173 #: stock/forms.py:173 stock/forms.py:317 stock/forms.py:349 stock/forms.py:377 -#: stock/models.py:498 stock/models.py:1554 stock/models.py:1664 +#: stock/models.py:498 stock/models.py:1553 stock/models.py:1663 #: stock/templates/stock/navbar.html:57 templates/js/barcode.js:37 #: templates/js/bom.js:333 templates/js/stock.js:128 templates/js/stock.js:671 msgid "Notes" @@ -1833,7 +1833,7 @@ msgstr "" #: company/models.py:121 company/models.py:333 company/models.py:485 #: order/models.py:103 part/models.py:743 #: report/templates/report/inventree_build_order_base.html:165 -#: stock/models.py:1556 templates/js/company.js:188 templates/js/company.js:318 +#: stock/models.py:1555 templates/js/company.js:188 templates/js/company.js:318 #: templates/js/part.js:431 msgid "Link" msgstr "" @@ -4370,7 +4370,7 @@ msgstr "" #: part/templates/part/params.html:28 #: report/templates/report/inventree_test_report_base.html:90 -#: stock/models.py:1651 templates/InvenTree/settings/header.html:8 +#: stock/models.py:1650 templates/InvenTree/settings/header.html:8 #: templates/js/stock.js:124 msgid "Value" msgstr "" @@ -4923,12 +4923,12 @@ msgid "Test Results" msgstr "" #: report/templates/report/inventree_test_report_base.html:88 -#: stock/models.py:1639 +#: stock/models.py:1638 msgid "Test" msgstr "" #: report/templates/report/inventree_test_report_base.html:89 -#: stock/models.py:1645 +#: stock/models.py:1644 msgid "Result" msgstr "" @@ -5278,57 +5278,57 @@ msgstr "" msgid "Counted {n} items" msgstr "" -#: stock/models.py:1238 +#: stock/models.py:1237 #, python-brace-format msgid "Added {n} items" msgstr "" -#: stock/models.py:1268 +#: stock/models.py:1267 #, python-brace-format msgid "Removed {n1} items" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Title" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Tracking entry title" msgstr "" -#: stock/models.py:1554 +#: stock/models.py:1553 msgid "Entry notes" msgstr "" -#: stock/models.py:1556 +#: stock/models.py:1555 msgid "Link to external page for further information" msgstr "" -#: stock/models.py:1616 +#: stock/models.py:1615 msgid "Value must be provided for this test" msgstr "" -#: stock/models.py:1622 +#: stock/models.py:1621 msgid "Attachment must be uploaded for this test" msgstr "" -#: stock/models.py:1640 +#: stock/models.py:1639 msgid "Test name" msgstr "" -#: stock/models.py:1646 templates/js/table_filters.js:212 +#: stock/models.py:1645 templates/js/table_filters.js:212 msgid "Test result" msgstr "" -#: stock/models.py:1652 +#: stock/models.py:1651 msgid "Test output value" msgstr "" -#: stock/models.py:1659 +#: stock/models.py:1658 msgid "Test result attachment" msgstr "" -#: stock/models.py:1665 +#: stock/models.py:1664 msgid "Test notes" msgstr "" diff --git a/InvenTree/locale/tr/LC_MESSAGES/django.po b/InvenTree/locale/tr/LC_MESSAGES/django.po index 66d9a6d8fe..28671c8a76 100644 --- a/InvenTree/locale/tr/LC_MESSAGES/django.po +++ b/InvenTree/locale/tr/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-07 13:55+0000\n" +"POT-Creation-Date: 2021-05-08 10:55+0000\n" "PO-Revision-Date: 2021-05-06 02:54\n" "Last-Translator: \n" "Language-Team: Turkish\n" @@ -106,7 +106,7 @@ msgstr "Seri numarası bulunamadı" msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "Benzersiz serinin numaraları ({s}) miktarla eşleşmeli ({q})" -#: InvenTree/models.py:59 stock/models.py:1658 +#: InvenTree/models.py:59 stock/models.py:1657 msgid "Attachment" msgstr "Ek" @@ -406,7 +406,7 @@ msgstr "" #: report/templates/report/inventree_po_report.html:91 #: report/templates/report/inventree_so_report.html:91 #: report/templates/report/inventree_test_report_base.html:77 -#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1562 +#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1561 #: stock/templates/stock/item_base.html:244 #: stock/templates/stock/stock_adjust.html:18 templates/js/barcode.js:364 #: templates/js/bom.js:205 templates/js/build.js:476 templates/js/build.js:1014 @@ -694,7 +694,7 @@ msgstr "" #: part/templates/part/navbar.html:128 #: report/templates/report/inventree_build_order_base.html:173 #: stock/forms.py:173 stock/forms.py:317 stock/forms.py:349 stock/forms.py:377 -#: stock/models.py:498 stock/models.py:1554 stock/models.py:1664 +#: stock/models.py:498 stock/models.py:1553 stock/models.py:1663 #: stock/templates/stock/navbar.html:57 templates/js/barcode.js:37 #: templates/js/bom.js:333 templates/js/stock.js:128 templates/js/stock.js:671 msgid "Notes" @@ -1834,7 +1834,7 @@ msgstr "" #: company/models.py:121 company/models.py:333 company/models.py:485 #: order/models.py:103 part/models.py:743 #: report/templates/report/inventree_build_order_base.html:165 -#: stock/models.py:1556 templates/js/company.js:188 templates/js/company.js:318 +#: stock/models.py:1555 templates/js/company.js:188 templates/js/company.js:318 #: templates/js/part.js:431 msgid "Link" msgstr "" @@ -4374,7 +4374,7 @@ msgstr "" #: part/templates/part/params.html:28 #: report/templates/report/inventree_test_report_base.html:90 -#: stock/models.py:1651 templates/InvenTree/settings/header.html:8 +#: stock/models.py:1650 templates/InvenTree/settings/header.html:8 #: templates/js/stock.js:124 msgid "Value" msgstr "" @@ -4927,12 +4927,12 @@ msgid "Test Results" msgstr "" #: report/templates/report/inventree_test_report_base.html:88 -#: stock/models.py:1639 +#: stock/models.py:1638 msgid "Test" msgstr "" #: report/templates/report/inventree_test_report_base.html:89 -#: stock/models.py:1645 +#: stock/models.py:1644 msgid "Result" msgstr "" @@ -5282,57 +5282,57 @@ msgstr "" msgid "Counted {n} items" msgstr "" -#: stock/models.py:1238 +#: stock/models.py:1237 #, python-brace-format msgid "Added {n} items" msgstr "" -#: stock/models.py:1268 +#: stock/models.py:1267 #, python-brace-format msgid "Removed {n1} items" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Title" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Tracking entry title" msgstr "" -#: stock/models.py:1554 +#: stock/models.py:1553 msgid "Entry notes" msgstr "" -#: stock/models.py:1556 +#: stock/models.py:1555 msgid "Link to external page for further information" msgstr "" -#: stock/models.py:1616 +#: stock/models.py:1615 msgid "Value must be provided for this test" msgstr "" -#: stock/models.py:1622 +#: stock/models.py:1621 msgid "Attachment must be uploaded for this test" msgstr "" -#: stock/models.py:1640 +#: stock/models.py:1639 msgid "Test name" msgstr "" -#: stock/models.py:1646 templates/js/table_filters.js:212 +#: stock/models.py:1645 templates/js/table_filters.js:212 msgid "Test result" msgstr "" -#: stock/models.py:1652 +#: stock/models.py:1651 msgid "Test output value" msgstr "" -#: stock/models.py:1659 +#: stock/models.py:1658 msgid "Test result attachment" msgstr "" -#: stock/models.py:1665 +#: stock/models.py:1664 msgid "Test notes" msgstr "" diff --git a/InvenTree/locale/zh/LC_MESSAGES/django.po b/InvenTree/locale/zh/LC_MESSAGES/django.po index 46645ee725..6f3da49109 100644 --- a/InvenTree/locale/zh/LC_MESSAGES/django.po +++ b/InvenTree/locale/zh/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-07 13:55+0000\n" +"POT-Creation-Date: 2021-05-08 10:55+0000\n" "PO-Revision-Date: 2021-05-06 02:54\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" @@ -106,7 +106,7 @@ msgstr "" msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" -#: InvenTree/models.py:59 stock/models.py:1658 +#: InvenTree/models.py:59 stock/models.py:1657 msgid "Attachment" msgstr "" @@ -405,7 +405,7 @@ msgstr "" #: report/templates/report/inventree_po_report.html:91 #: report/templates/report/inventree_so_report.html:91 #: report/templates/report/inventree_test_report_base.html:77 -#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1562 +#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1561 #: stock/templates/stock/item_base.html:244 #: stock/templates/stock/stock_adjust.html:18 templates/js/barcode.js:364 #: templates/js/bom.js:205 templates/js/build.js:476 templates/js/build.js:1014 @@ -693,7 +693,7 @@ msgstr "" #: part/templates/part/navbar.html:128 #: report/templates/report/inventree_build_order_base.html:173 #: stock/forms.py:173 stock/forms.py:317 stock/forms.py:349 stock/forms.py:377 -#: stock/models.py:498 stock/models.py:1554 stock/models.py:1664 +#: stock/models.py:498 stock/models.py:1553 stock/models.py:1663 #: stock/templates/stock/navbar.html:57 templates/js/barcode.js:37 #: templates/js/bom.js:333 templates/js/stock.js:128 templates/js/stock.js:671 msgid "Notes" @@ -1833,7 +1833,7 @@ msgstr "" #: company/models.py:121 company/models.py:333 company/models.py:485 #: order/models.py:103 part/models.py:743 #: report/templates/report/inventree_build_order_base.html:165 -#: stock/models.py:1556 templates/js/company.js:188 templates/js/company.js:318 +#: stock/models.py:1555 templates/js/company.js:188 templates/js/company.js:318 #: templates/js/part.js:431 msgid "Link" msgstr "" @@ -4370,7 +4370,7 @@ msgstr "" #: part/templates/part/params.html:28 #: report/templates/report/inventree_test_report_base.html:90 -#: stock/models.py:1651 templates/InvenTree/settings/header.html:8 +#: stock/models.py:1650 templates/InvenTree/settings/header.html:8 #: templates/js/stock.js:124 msgid "Value" msgstr "" @@ -4923,12 +4923,12 @@ msgid "Test Results" msgstr "" #: report/templates/report/inventree_test_report_base.html:88 -#: stock/models.py:1639 +#: stock/models.py:1638 msgid "Test" msgstr "" #: report/templates/report/inventree_test_report_base.html:89 -#: stock/models.py:1645 +#: stock/models.py:1644 msgid "Result" msgstr "" @@ -5278,57 +5278,57 @@ msgstr "" msgid "Counted {n} items" msgstr "" -#: stock/models.py:1238 +#: stock/models.py:1237 #, python-brace-format msgid "Added {n} items" msgstr "" -#: stock/models.py:1268 +#: stock/models.py:1267 #, python-brace-format msgid "Removed {n1} items" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Title" msgstr "" -#: stock/models.py:1552 +#: stock/models.py:1551 msgid "Tracking entry title" msgstr "" -#: stock/models.py:1554 +#: stock/models.py:1553 msgid "Entry notes" msgstr "" -#: stock/models.py:1556 +#: stock/models.py:1555 msgid "Link to external page for further information" msgstr "" -#: stock/models.py:1616 +#: stock/models.py:1615 msgid "Value must be provided for this test" msgstr "" -#: stock/models.py:1622 +#: stock/models.py:1621 msgid "Attachment must be uploaded for this test" msgstr "" -#: stock/models.py:1640 +#: stock/models.py:1639 msgid "Test name" msgstr "" -#: stock/models.py:1646 templates/js/table_filters.js:212 +#: stock/models.py:1645 templates/js/table_filters.js:212 msgid "Test result" msgstr "" -#: stock/models.py:1652 +#: stock/models.py:1651 msgid "Test output value" msgstr "" -#: stock/models.py:1659 +#: stock/models.py:1658 msgid "Test result attachment" msgstr "" -#: stock/models.py:1665 +#: stock/models.py:1664 msgid "Test notes" msgstr ""