mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
updated translation base
This commit is contained in:
parent
71b3dd3e76
commit
d56da99c0d
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: German\n"
|
||||
@ -102,7 +102,7 @@ msgstr "Keine Seriennummern gefunden"
|
||||
msgid "Number of unique serial number ({s}) must match quantity ({q})"
|
||||
msgstr "Anzahl der eindeutigen Seriennummern ({s}) muss mit der Anzahl ({q}) übereinstimmen"
|
||||
|
||||
#: InvenTree/models.py:66 stock/models.py:1826
|
||||
#: InvenTree/models.py:66 stock/models.py:1823
|
||||
msgid "Attachment"
|
||||
msgstr "Anhang"
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr "Link zu einer externen URL"
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr "Parametername"
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr "Testergebnisse"
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr "Test"
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr "Ergebnis"
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr "bestanden"
|
||||
msgid "Fail"
|
||||
msgstr "fehlgeschlagen"
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr "Falsch formatierte Daten"
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr "Ungültige Menge"
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr "Menge muss größer als Null sein"
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
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"
|
||||
msgstr "Die angegebene Menge überschreitet die Lagermenge"
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr "Gültiger Standort muss angegeben werden"
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
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"
|
||||
msgstr "BestandsObjekt kann nicht bewegt werden, da kein Bestand vorhanden ist"
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr "Eintrags-Notizen"
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
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"
|
||||
msgstr "Anhang muss für diesen Test hochgeladen werden"
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr "Testergebnis"
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr "Test Ausgabe Wert"
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr "Test Ergebnis Anhang"
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr "Test Notizen"
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Greek\n"
|
||||
@ -102,7 +102,7 @@ msgstr ""
|
||||
msgid "Number of unique serial number ({s}) must match quantity ({q})"
|
||||
msgstr ""
|
||||
|
||||
#: InvenTree/models.py:66 stock/models.py:1826
|
||||
#: InvenTree/models.py:66 stock/models.py:1823
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr ""
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -103,7 +103,7 @@ msgstr ""
|
||||
msgid "Number of unique serial number ({s}) must match quantity ({q})"
|
||||
msgstr ""
|
||||
|
||||
#: InvenTree/models.py:66 stock/models.py:1826
|
||||
#: InvenTree/models.py:66 stock/models.py:1823
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
@ -874,7 +874,7 @@ msgstr ""
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2401,7 +2401,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5393,12 +5393,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5415,44 +5415,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5671,35 +5671,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \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})"
|
||||
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"
|
||||
msgstr "Archivo adjunto"
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr "Enlace a URL externa"
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \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})"
|
||||
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"
|
||||
msgstr "Pièce jointe"
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr ""
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hebrew\n"
|
||||
@ -102,7 +102,7 @@ msgstr ""
|
||||
msgid "Number of unique serial number ({s}) must match quantity ({q})"
|
||||
msgstr ""
|
||||
|
||||
#: InvenTree/models.py:66 stock/models.py:1826
|
||||
#: InvenTree/models.py:66 stock/models.py:1823
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr ""
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Indonesian\n"
|
||||
@ -102,7 +102,7 @@ msgstr ""
|
||||
msgid "Number of unique serial number ({s}) must match quantity ({q})"
|
||||
msgstr ""
|
||||
|
||||
#: InvenTree/models.py:66 stock/models.py:1826
|
||||
#: InvenTree/models.py:66 stock/models.py:1823
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr ""
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Italian\n"
|
||||
@ -102,7 +102,7 @@ msgstr ""
|
||||
msgid "Number of unique serial number ({s}) must match quantity ({q})"
|
||||
msgstr ""
|
||||
|
||||
#: InvenTree/models.py:66 stock/models.py:1826
|
||||
#: InvenTree/models.py:66 stock/models.py:1823
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr ""
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Japanese\n"
|
||||
@ -102,7 +102,7 @@ msgstr "シリアル番号が見つかりません"
|
||||
msgid "Number of unique serial number ({s}) must match quantity ({q})"
|
||||
msgstr ""
|
||||
|
||||
#: InvenTree/models.py:66 stock/models.py:1826
|
||||
#: InvenTree/models.py:66 stock/models.py:1823
|
||||
msgid "Attachment"
|
||||
msgstr "添付ファイル"
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr ""
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Korean\n"
|
||||
@ -102,7 +102,7 @@ msgstr ""
|
||||
msgid "Number of unique serial number ({s}) must match quantity ({q})"
|
||||
msgstr ""
|
||||
|
||||
#: InvenTree/models.py:66 stock/models.py:1826
|
||||
#: InvenTree/models.py:66 stock/models.py:1823
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr ""
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Dutch\n"
|
||||
@ -102,7 +102,7 @@ msgstr "Geen serienummers gevonden"
|
||||
msgid "Number of unique serial number ({s}) must match quantity ({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"
|
||||
msgstr "Bijlage"
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr "Link naar externe URL"
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Norwegian\n"
|
||||
@ -102,7 +102,7 @@ msgstr "Ingen serienummer funnet"
|
||||
msgid "Number of unique serial number ({s}) must match quantity ({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"
|
||||
msgstr "Vedlegg"
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr ""
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \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})"
|
||||
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"
|
||||
msgstr "Załącznik"
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr "Link do zewnętrznego adresu URL"
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr "Wynik"
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr "Zaliczone"
|
||||
msgid "Fail"
|
||||
msgstr "Niezaliczone"
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr "Nieprawidłowa ilość"
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr "Ilość musi być większa niż zero"
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Russian\n"
|
||||
@ -102,7 +102,7 @@ msgstr "Серийных номеров не найдено"
|
||||
msgid "Number of unique serial number ({s}) must match quantity ({q})"
|
||||
msgstr "Число уникальных серийных номеров ({s}) должно соответствовать количеству ({q})"
|
||||
|
||||
#: InvenTree/models.py:66 stock/models.py:1826
|
||||
#: InvenTree/models.py:66 stock/models.py:1823
|
||||
msgid "Attachment"
|
||||
msgstr "Вложения"
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr "Ссылка на внешний URL"
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Swedish\n"
|
||||
@ -102,7 +102,7 @@ msgstr ""
|
||||
msgid "Number of unique serial number ({s}) must match quantity ({q})"
|
||||
msgstr ""
|
||||
|
||||
#: InvenTree/models.py:66 stock/models.py:1826
|
||||
#: InvenTree/models.py:66 stock/models.py:1823
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr ""
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Thai\n"
|
||||
@ -102,7 +102,7 @@ msgstr ""
|
||||
msgid "Number of unique serial number ({s}) must match quantity ({q})"
|
||||
msgstr ""
|
||||
|
||||
#: InvenTree/models.py:66 stock/models.py:1826
|
||||
#: InvenTree/models.py:66 stock/models.py:1823
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr ""
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Turkish\n"
|
||||
@ -102,7 +102,7 @@ msgstr "Seri numarası bulunamadı"
|
||||
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})"
|
||||
|
||||
#: InvenTree/models.py:66 stock/models.py:1826
|
||||
#: InvenTree/models.py:66 stock/models.py:1823
|
||||
msgid "Attachment"
|
||||
msgstr "Ek"
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr "Harici URL'ye bağlantı"
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr "Parametre adı"
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr "Seri numaraları zaten mevcut: {exists}"
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr "Stok kalemi stokta olmadığı için taşınamaz"
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
@ -102,7 +102,7 @@ msgstr ""
|
||||
msgid "Number of unique serial number ({s}) must match quantity ({q})"
|
||||
msgstr ""
|
||||
|
||||
#: InvenTree/models.py:66 stock/models.py:1826
|
||||
#: InvenTree/models.py:66 stock/models.py:1823
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr ""
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: inventree\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Simplified\n"
|
||||
@ -102,7 +102,7 @@ msgstr "未找到序列号"
|
||||
msgid "Number of unique serial number ({s}) must match quantity ({q})"
|
||||
msgstr "唯一序列号 ({s}) 必须匹配数量 ({q})"
|
||||
|
||||
#: InvenTree/models.py:66 stock/models.py:1826
|
||||
#: InvenTree/models.py:66 stock/models.py:1823
|
||||
msgid "Attachment"
|
||||
msgstr "附件"
|
||||
|
||||
@ -873,7 +873,7 @@ msgstr "链接到外部 URL"
|
||||
#: part/templates/part/navbar.html:123
|
||||
#: 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/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
|
||||
#: templates/js/translated/bom.js:385 templates/js/translated/company.js:839
|
||||
#: templates/js/translated/order.js:604 templates/js/translated/stock.js:338
|
||||
@ -2400,7 +2400,7 @@ msgstr ""
|
||||
|
||||
#: company/models.py:421
|
||||
#: 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/stock.js:576
|
||||
msgid "Value"
|
||||
@ -5392,12 +5392,12 @@ msgid "Test Results"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:88
|
||||
#: stock/models.py:1807
|
||||
#: stock/models.py:1804
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: report/templates/report/inventree_test_report_base.html:89
|
||||
#: stock/models.py:1813
|
||||
#: stock/models.py:1810
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
@ -5414,44 +5414,44 @@ msgstr ""
|
||||
msgid "Fail"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:146
|
||||
#: stock/api.py:157
|
||||
msgid "Request must contain list of stock items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:154
|
||||
#: stock/api.py:165
|
||||
msgid "Improperly formatted data"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:162
|
||||
#: stock/api.py:173
|
||||
msgid "Each entry must contain a valid integer primary-key"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:168
|
||||
#: stock/api.py:179
|
||||
msgid "Primary key does not match valid stock item"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:178
|
||||
#: stock/api.py:189
|
||||
msgid "Invalid quantity value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:183
|
||||
#: stock/api.py:194
|
||||
msgid "Quantity must not be less than zero"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:211
|
||||
#: stock/api.py:222
|
||||
#, python-brace-format
|
||||
msgid "Updated stock for {n} items"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:247 stock/api.py:280
|
||||
#: stock/api.py:258 stock/api.py:291
|
||||
msgid "Specified quantity exceeds stock quantity"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:270
|
||||
#: stock/api.py:281
|
||||
msgid "Valid location must be specified"
|
||||
msgstr ""
|
||||
|
||||
#: stock/api.py:290
|
||||
#: stock/api.py:301
|
||||
#, python-brace-format
|
||||
msgid "Moved {n} parts to {loc}"
|
||||
msgstr ""
|
||||
@ -5670,35 +5670,35 @@ msgstr ""
|
||||
msgid "StockItem cannot be moved as it is not in stock"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1727
|
||||
#: stock/models.py:1724
|
||||
msgid "Entry notes"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1784
|
||||
#: stock/models.py:1781
|
||||
msgid "Value must be provided for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1790
|
||||
#: stock/models.py:1787
|
||||
msgid "Attachment must be uploaded for this test"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1808
|
||||
#: stock/models.py:1805
|
||||
msgid "Test name"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1820
|
||||
#: stock/models.py:1817
|
||||
msgid "Test output value"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1827
|
||||
#: stock/models.py:1824
|
||||
msgid "Test result attachment"
|
||||
msgstr ""
|
||||
|
||||
#: stock/models.py:1833
|
||||
#: stock/models.py:1830
|
||||
msgid "Test notes"
|
||||
msgstr ""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user