2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

updated translation base

This commit is contained in:
github-actions[bot]
2021-05-06 10:31:46 +00:00
parent 0f6515d400
commit c2e00586f3
10 changed files with 993 additions and 341 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-05 22:59+0000\n"
"POT-Creation-Date: 2021-05-06 10:31+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"
@ -107,7 +107,7 @@ msgstr ""
msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr ""
#: InvenTree/models.py:59 stock/models.py:1662
#: InvenTree/models.py:59 stock/models.py:1658
msgid "Attachment"
msgstr ""
@ -276,7 +276,8 @@ msgstr ""
#: InvenTree/validators.py:77 InvenTree/validators.py:91
#: InvenTree/validators.py:105
msgid "Reference must match pattern"
#, python-brace-format
msgid "Reference must match pattern {pattern}"
msgstr ""
#: InvenTree/validators.py:113
@ -406,7 +407,7 @@ msgstr ""
#: report/templates/report/inventree_po_report.html:91
#: report/templates/report/inventree_so_report.html:91
#: report/templates/report/inventree_test_report_base.html:77
#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1566
#: stock/forms.py:175 stock/forms.py:308 stock/models.py:1562
#: stock/templates/stock/item_base.html:244
#: stock/templates/stock/stock_adjust.html:18 templates/js/barcode.js:364
#: templates/js/bom.js:205 templates/js/build.js:476 templates/js/build.js:1014
@ -694,7 +695,7 @@ msgstr ""
#: part/templates/part/navbar.html:128
#: report/templates/report/inventree_build_order_base.html:173
#: stock/forms.py:173 stock/forms.py:317 stock/forms.py:349 stock/forms.py:377
#: stock/models.py:498 stock/models.py:1558 stock/models.py:1668
#: stock/models.py:498 stock/models.py:1554 stock/models.py:1664
#: stock/templates/stock/navbar.html:57 templates/js/barcode.js:37
#: templates/js/bom.js:333 templates/js/stock.js:128 templates/js/stock.js:671
msgid "Notes"
@ -1237,7 +1238,7 @@ msgstr ""
msgid "Maximum output quantity is "
msgstr ""
#: build/views.py:184 stock/models.py:969 stock/views.py:1789
#: build/views.py:184 stock/views.py:1789
msgid "Serial numbers already exist"
msgstr ""
@ -1834,7 +1835,7 @@ msgstr ""
#: company/models.py:124 company/models.py:336 company/models.py:488
#: order/models.py:103 part/models.py:743
#: report/templates/report/inventree_build_order_base.html:165
#: stock/models.py:1560 templates/js/company.js:188 templates/js/company.js:318
#: stock/models.py:1556 templates/js/company.js:188 templates/js/company.js:318
#: templates/js/part.js:431
msgid "Link"
msgstr ""
@ -2419,6 +2420,11 @@ msgstr ""
msgid "Image size exceeds maximum allowable size for download"
msgstr ""
#: company/views.py:205 part/views.py:887
#, python-brace-format
msgid "Invalid response: {code}"
msgstr ""
#: company/views.py:214 part/views.py:896
msgid "Supplied URL is not a valid image file"
msgstr ""
@ -2679,6 +2685,11 @@ msgstr ""
msgid "Received items"
msgstr ""
#: order/models.py:370
#, python-brace-format
msgid "Received {n} items against order {name}"
msgstr ""
#: order/models.py:451
msgid "Company to which the items are being sold"
msgstr ""
@ -3277,15 +3288,18 @@ msgid "Select line item"
msgstr ""
#: order/views.py:1410
msgid "No matching item for serial"
#, python-brace-format
msgid "No matching item for serial {serial}"
msgstr ""
#: order/views.py:1420
msgid "is not in stock"
#, python-brace-format
msgid "{serial} is not in stock"
msgstr ""
#: order/views.py:1428
msgid "already allocated to an order"
#, python-brace-format
msgid "{serial} already allocated to an order"
msgstr ""
#: order/views.py:1482
@ -4321,7 +4335,7 @@ msgstr ""
#: part/templates/part/params.html:28
#: report/templates/report/inventree_test_report_base.html:90
#: stock/models.py:1655 templates/InvenTree/settings/header.html:8
#: stock/models.py:1651 templates/InvenTree/settings/header.html:8
#: templates/js/stock.js:124
msgid "Value"
msgstr ""
@ -4877,12 +4891,12 @@ msgid "Test Results"
msgstr ""
#: report/templates/report/inventree_test_report_base.html:88
#: stock/models.py:1643
#: stock/models.py:1639
msgid "Test"
msgstr ""
#: report/templates/report/inventree_test_report_base.html:89
#: stock/models.py:1649
#: stock/models.py:1645
msgid "Result"
msgstr ""
@ -5007,6 +5021,11 @@ msgstr ""
msgid "Select Owner"
msgstr ""
#: stock/models.py:201
#, python-brace-format
msgid "Created new stock item for {part}"
msgstr ""
#: stock/models.py:205
msgid "Created stock item"
msgstr ""
@ -5130,31 +5149,38 @@ msgid "Assigned to Customer"
msgstr ""
#: stock/models.py:616
msgid "Manually assigned to customer"
#, python-brace-format
msgid "Manually assigned to customer {name}"
msgstr ""
#: stock/models.py:629
msgid "Returned from customer"
#, python-brace-format
msgid "Returned from customer {name}"
msgstr ""
#: stock/models.py:631
msgid "Returned to location"
#, python-brace-format
msgid "Returned to location {loc}"
msgstr ""
#: stock/models.py:792
msgid "Installed into stock item"
#, python-brace-format
msgid "Installed into stock item {pk}"
msgstr ""
#: stock/models.py:800
msgid "Installed stock item"
#, python-brace-format
msgid "Installed stock item {pk}"
msgstr ""
#: stock/models.py:824
msgid "Uninstalled stock item"
#, python-brace-format
msgid "Uninstalled stock item {pk}"
msgstr ""
#: stock/models.py:843
msgid "Uninstalled into location"
#, python-brace-format
msgid "Uninstalled into location {loc}"
msgstr ""
#: stock/models.py:944
@ -5178,6 +5204,11 @@ msgstr ""
msgid "Quantity does not match serial numbers"
msgstr ""
#: stock/models.py:969
#, python-brace-format
msgid "Serial numbers already exist: {exists}"
msgstr ""
#: stock/models.py:994
msgid "Add serial number"
msgstr ""
@ -5191,51 +5222,81 @@ msgstr ""
msgid "Split from existing stock"
msgstr ""
#: stock/models.py:1077
#, python-brace-format
msgid "Split {n} items"
msgstr ""
#: stock/models.py:1113
msgid "StockItem cannot be moved as it is not in stock"
msgstr ""
#: stock/models.py:1556
#: stock/models.py:1135
#, python-brace-format
msgid "Moved to {loc_new} (from {loc_old})"
msgstr ""
#: stock/models.py:1137
#, python-brace-format
msgid "Moved to {loc_new}"
msgstr ""
#: stock/models.py:1205
#, python-brace-format
msgid "Counted {n} items"
msgstr ""
#: stock/models.py:1238
#, python-brace-format
msgid "Added {n} items"
msgstr ""
#: stock/models.py:1268
#, python-brace-format
msgid "Removed {n1} items"
msgstr ""
#: stock/models.py:1552
msgid "Title"
msgstr ""
#: stock/models.py:1556
#: stock/models.py:1552
msgid "Tracking entry title"
msgstr ""
#: stock/models.py:1558
#: stock/models.py:1554
msgid "Entry notes"
msgstr ""
#: stock/models.py:1560
#: stock/models.py:1556
msgid "Link to external page for further information"
msgstr ""
#: stock/models.py:1620
#: stock/models.py:1616
msgid "Value must be provided for this test"
msgstr ""
#: stock/models.py:1626
#: stock/models.py:1622
msgid "Attachment must be uploaded for this test"
msgstr ""
#: stock/models.py:1644
#: stock/models.py:1640
msgid "Test name"
msgstr ""
#: stock/models.py:1650 templates/js/table_filters.js:212
#: stock/models.py:1646 templates/js/table_filters.js:212
msgid "Test result"
msgstr ""
#: stock/models.py:1656
#: stock/models.py:1652
msgid "Test output value"
msgstr ""
#: stock/models.py:1663
#: stock/models.py:1659
msgid "Test result attachment"
msgstr ""
#: stock/models.py:1669
#: stock/models.py:1665
msgid "Test notes"
msgstr ""