2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 12:36:45 +00:00

updated translation base

This commit is contained in:
github-actions[bot] 2021-09-28 00:58:41 +00:00
parent 71b3dd3e76
commit d56da99c0d
19 changed files with 456 additions and 456 deletions

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: German\n" "Language-Team: German\n"
@ -102,7 +102,7 @@ msgstr "Keine Seriennummern gefunden"
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "Anzahl der eindeutigen Seriennummern ({s}) muss mit der Anzahl ({q}) übereinstimmen" msgstr "Anzahl der eindeutigen Seriennummern ({s}) muss mit der Anzahl ({q}) übereinstimmen"
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "Anhang" msgstr "Anhang"
@ -873,7 +873,7 @@ msgstr "Link zu einer externen URL"
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr "Parametername"
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "Testergebnisse" msgstr "Testergebnisse"
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "Test" msgstr "Test"
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "Ergebnis" msgstr "Ergebnis"
@ -5414,44 +5414,44 @@ msgstr "bestanden"
msgid "Fail" msgid "Fail"
msgstr "fehlgeschlagen" msgstr "fehlgeschlagen"
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "Falsch formatierte Daten" msgstr "Falsch formatierte Daten"
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "Ungültige Menge" msgstr "Ungültige Menge"
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "Menge muss größer als Null sein" msgstr "Menge muss größer als Null sein"
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "Bestand für {n} Objekte geändert" msgstr "Bestand für {n} Objekte geändert"
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "Die angegebene Menge überschreitet die Lagermenge" msgstr "Die angegebene Menge überschreitet die Lagermenge"
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "Gültiger Standort muss angegeben werden" msgstr "Gültiger Standort muss angegeben werden"
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "{n} Teile nach {loc} bewegt" msgstr "{n} Teile nach {loc} bewegt"
@ -5670,35 +5670,35 @@ msgstr "Seriennummern {exists} existieren bereits"
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "BestandsObjekt kann nicht bewegt werden, da kein Bestand vorhanden ist" msgstr "BestandsObjekt kann nicht bewegt werden, da kein Bestand vorhanden ist"
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "Eintrags-Notizen" msgstr "Eintrags-Notizen"
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "Wert muss für diesen Test angegeben werden" msgstr "Wert muss für diesen Test angegeben werden"
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "Anhang muss für diesen Test hochgeladen werden" msgstr "Anhang muss für diesen Test hochgeladen werden"
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "Name des Tests" msgstr "Name des Tests"
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "Testergebnis" msgstr "Testergebnis"
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "Test Ausgabe Wert" msgstr "Test Ausgabe Wert"
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "Test Ergebnis Anhang" msgstr "Test Ergebnis Anhang"
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "Test Notizen" msgstr "Test Notizen"

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Greek\n" "Language-Team: Greek\n"
@ -102,7 +102,7 @@ msgstr ""
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "" msgstr ""
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "" msgstr ""
@ -873,7 +873,7 @@ msgstr ""
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

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: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -103,7 +103,7 @@ msgstr ""
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "" msgstr ""
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "" msgstr ""
@ -874,7 +874,7 @@ msgstr ""
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2401,7 +2401,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5393,12 +5393,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5415,44 +5415,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5671,35 +5671,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Spanish\n" "Language-Team: Spanish\n"
@ -102,7 +102,7 @@ msgstr "Numeros de serie no encontrados"
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "El número de números de serie únicos ({s}) debe coincidir con la cantidad ({q})" msgstr "El número de números de serie únicos ({s}) debe coincidir con la cantidad ({q})"
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "Archivo adjunto" msgstr "Archivo adjunto"
@ -873,7 +873,7 @@ msgstr "Enlace a URL externa"
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: French\n" "Language-Team: French\n"
@ -102,7 +102,7 @@ msgstr "Aucun numéro de série trouvé"
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "Le nombre de numéros de série uniques ({s}) doit correspondre à la quantité ({q})" msgstr "Le nombre de numéros de série uniques ({s}) doit correspondre à la quantité ({q})"
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "Pièce jointe" msgstr "Pièce jointe"
@ -873,7 +873,7 @@ msgstr ""
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Hebrew\n" "Language-Team: Hebrew\n"
@ -102,7 +102,7 @@ msgstr ""
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "" msgstr ""
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "" msgstr ""
@ -873,7 +873,7 @@ msgstr ""
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Indonesian\n" "Language-Team: Indonesian\n"
@ -102,7 +102,7 @@ msgstr ""
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "" msgstr ""
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "" msgstr ""
@ -873,7 +873,7 @@ msgstr ""
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Italian\n" "Language-Team: Italian\n"
@ -102,7 +102,7 @@ msgstr ""
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "" msgstr ""
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "" msgstr ""
@ -873,7 +873,7 @@ msgstr ""
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Japanese\n" "Language-Team: Japanese\n"
@ -102,7 +102,7 @@ msgstr "シリアル番号が見つかりません"
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "" msgstr ""
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "添付ファイル" msgstr "添付ファイル"
@ -873,7 +873,7 @@ msgstr ""
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Korean\n" "Language-Team: Korean\n"
@ -102,7 +102,7 @@ msgstr ""
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "" msgstr ""
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "" msgstr ""
@ -873,7 +873,7 @@ msgstr ""
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Dutch\n" "Language-Team: Dutch\n"
@ -102,7 +102,7 @@ msgstr "Geen serienummers gevonden"
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "Aantal unieke serienummer ({s}) moet overeenkomen met de hoeveelheid ({q})" msgstr "Aantal unieke serienummer ({s}) moet overeenkomen met de hoeveelheid ({q})"
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "Bijlage" msgstr "Bijlage"
@ -873,7 +873,7 @@ msgstr "Link naar externe URL"
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Norwegian\n" "Language-Team: Norwegian\n"
@ -102,7 +102,7 @@ msgstr "Ingen serienummer funnet"
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "Antall unike serienummer ({s}) må samsvare mengde ({q})" msgstr "Antall unike serienummer ({s}) må samsvare mengde ({q})"
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "Vedlegg" msgstr "Vedlegg"
@ -873,7 +873,7 @@ msgstr ""
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Polish\n" "Language-Team: Polish\n"
@ -102,7 +102,7 @@ msgstr "Nie znaleziono numerów seryjnych"
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "Ilość numerów seryjnych ({s}) musi odpowiadać ilości ({q})" msgstr "Ilość numerów seryjnych ({s}) musi odpowiadać ilości ({q})"
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "Załącznik" msgstr "Załącznik"
@ -873,7 +873,7 @@ msgstr "Link do zewnętrznego adresu URL"
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "Wynik" msgstr "Wynik"
@ -5414,44 +5414,44 @@ msgstr "Zaliczone"
msgid "Fail" msgid "Fail"
msgstr "Niezaliczone" msgstr "Niezaliczone"
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "Nieprawidłowa ilość" msgstr "Nieprawidłowa ilość"
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "Ilość musi być większa niż zero" msgstr "Ilość musi być większa niż zero"
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Russian\n" "Language-Team: Russian\n"
@ -102,7 +102,7 @@ msgstr "Серийных номеров не найдено"
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "Число уникальных серийных номеров ({s}) должно соответствовать количеству ({q})" msgstr "Число уникальных серийных номеров ({s}) должно соответствовать количеству ({q})"
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "Вложения" msgstr "Вложения"
@ -873,7 +873,7 @@ msgstr "Ссылка на внешний URL"
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Swedish\n" "Language-Team: Swedish\n"
@ -102,7 +102,7 @@ msgstr ""
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "" msgstr ""
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "" msgstr ""
@ -873,7 +873,7 @@ msgstr ""
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Thai\n" "Language-Team: Thai\n"
@ -102,7 +102,7 @@ msgstr ""
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "" msgstr ""
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "" msgstr ""
@ -873,7 +873,7 @@ msgstr ""
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Turkish\n" "Language-Team: Turkish\n"
@ -102,7 +102,7 @@ msgstr "Seri numarası bulunamadı"
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "Benzersiz seri numaralarının sayısı ({s}) girilen miktarla eşleşmeli ({q})" msgstr "Benzersiz seri numaralarının sayısı ({s}) girilen miktarla eşleşmeli ({q})"
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "Ek" msgstr "Ek"
@ -873,7 +873,7 @@ msgstr "Harici URL'ye bağlantı"
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr "Parametre adı"
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "{n} öge için stok güncellendi" msgstr "{n} öge için stok güncellendi"
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr "Seri numaraları zaten mevcut: {exists}"
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "Stok kalemi stokta olmadığı için taşınamaz" msgstr "Stok kalemi stokta olmadığı için taşınamaz"
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Vietnamese\n" "Language-Team: Vietnamese\n"
@ -102,7 +102,7 @@ msgstr ""
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "" msgstr ""
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "" msgstr ""
@ -873,7 +873,7 @@ msgstr ""
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: inventree\n" "Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-27 23:30+0000\n" "POT-Creation-Date: 2021-09-28 00:58+0000\n"
"PO-Revision-Date: 2021-09-12 13:44\n" "PO-Revision-Date: 2021-09-12 13:44\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Chinese Simplified\n" "Language-Team: Chinese Simplified\n"
@ -102,7 +102,7 @@ msgstr "未找到序列号"
msgid "Number of unique serial number ({s}) must match quantity ({q})" msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr "唯一序列号 ({s}) 必须匹配数量 ({q})" msgstr "唯一序列号 ({s}) 必须匹配数量 ({q})"
#: InvenTree/models.py:66 stock/models.py:1826 #: InvenTree/models.py:66 stock/models.py:1823
msgid "Attachment" msgid "Attachment"
msgstr "附件" msgstr "附件"
@ -873,7 +873,7 @@ msgstr "链接到外部 URL"
#: part/templates/part/navbar.html:123 #: part/templates/part/navbar.html:123
#: report/templates/report/inventree_build_order_base.html:173 #: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579 #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:579
#: stock/models.py:1726 stock/models.py:1832 #: stock/models.py:1723 stock/models.py:1829
#: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:59
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839 #: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338 #: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
@ -2400,7 +2400,7 @@ msgstr ""
#: company/models.py:421 #: company/models.py:421
#: report/templates/report/inventree_test_report_base.html:90 #: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1819 templates/InvenTree/settings/header.html:8 #: stock/models.py:1816 templates/InvenTree/settings/header.html:8
#: templates/js/translated/company.js:642 templates/js/translated/part.js:623 #: templates/js/translated/company.js:642 templates/js/translated/part.js:623
#: templates/js/translated/stock.js:576 #: templates/js/translated/stock.js:576
msgid "Value" msgid "Value"
@ -5392,12 +5392,12 @@ msgid "Test Results"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:88 #: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1807 #: stock/models.py:1804
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: report/templates/report/inventree_test_report_base.html:89 #: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1813 #: stock/models.py:1810
msgid "Result" msgid "Result"
msgstr "" msgstr ""
@ -5414,44 +5414,44 @@ msgstr ""
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#: stock/api.py:146 #: stock/api.py:157
msgid "Request must contain list of stock items" msgid "Request must contain list of stock items"
msgstr "" msgstr ""
#: stock/api.py:154 #: stock/api.py:165
msgid "Improperly formatted data" msgid "Improperly formatted data"
msgstr "" msgstr ""
#: stock/api.py:162 #: stock/api.py:173
msgid "Each entry must contain a valid integer primary-key" msgid "Each entry must contain a valid integer primary-key"
msgstr "" msgstr ""
#: stock/api.py:168 #: stock/api.py:179
msgid "Primary key does not match valid stock item" msgid "Primary key does not match valid stock item"
msgstr "" msgstr ""
#: stock/api.py:178 #: stock/api.py:189
msgid "Invalid quantity value" msgid "Invalid quantity value"
msgstr "" msgstr ""
#: stock/api.py:183 #: stock/api.py:194
msgid "Quantity must not be less than zero" msgid "Quantity must not be less than zero"
msgstr "" msgstr ""
#: stock/api.py:211 #: stock/api.py:222
#, python-brace-format #, python-brace-format
msgid "Updated stock for {n} items" msgid "Updated stock for {n} items"
msgstr "" msgstr ""
#: stock/api.py:247 stock/api.py:280 #: stock/api.py:258 stock/api.py:291
msgid "Specified quantity exceeds stock quantity" msgid "Specified quantity exceeds stock quantity"
msgstr "" msgstr ""
#: stock/api.py:270 #: stock/api.py:281
msgid "Valid location must be specified" msgid "Valid location must be specified"
msgstr "" msgstr ""
#: stock/api.py:290 #: stock/api.py:301
#, python-brace-format #, python-brace-format
msgid "Moved {n} parts to {loc}" msgid "Moved {n} parts to {loc}"
msgstr "" msgstr ""
@ -5670,35 +5670,35 @@ msgstr ""
msgid "StockItem cannot be moved as it is not in stock" msgid "StockItem cannot be moved as it is not in stock"
msgstr "" msgstr ""
#: stock/models.py:1727 #: stock/models.py:1724
msgid "Entry notes" msgid "Entry notes"
msgstr "" msgstr ""
#: stock/models.py:1784 #: stock/models.py:1781
msgid "Value must be provided for this test" msgid "Value must be provided for this test"
msgstr "" msgstr ""
#: stock/models.py:1790 #: stock/models.py:1787
msgid "Attachment must be uploaded for this test" msgid "Attachment must be uploaded for this test"
msgstr "" msgstr ""
#: stock/models.py:1808 #: stock/models.py:1805
msgid "Test name" msgid "Test name"
msgstr "" msgstr ""
#: stock/models.py:1814 templates/js/translated/table_filters.js:244 #: stock/models.py:1811 templates/js/translated/table_filters.js:244
msgid "Test result" msgid "Test result"
msgstr "" msgstr ""
#: stock/models.py:1820 #: stock/models.py:1817
msgid "Test output value" msgid "Test output value"
msgstr "" msgstr ""
#: stock/models.py:1827 #: stock/models.py:1824
msgid "Test result attachment" msgid "Test result attachment"
msgstr "" msgstr ""
#: stock/models.py:1833 #: stock/models.py:1830
msgid "Test notes" msgid "Test notes"
msgstr "" msgstr ""