2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-18 08:15:21 +00:00
2021-01-17 13:11:59 -05:00

5768 lines
123 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-17 18:11+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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: InvenTree/api.py:90
msgid "No action specified"
msgstr ""
#: InvenTree/api.py:104
msgid "No matching action found"
msgstr ""
#: InvenTree/fields.py:44
msgid "Enter date"
msgstr ""
#: InvenTree/forms.py:110 build/forms.py:90 build/forms.py:178
msgid "Confirm"
msgstr ""
#: InvenTree/forms.py:126
msgid "Confirm item deletion"
msgstr ""
#: InvenTree/forms.py:158
msgid "Enter new password"
msgstr ""
#: InvenTree/forms.py:165
msgid "Confirm new password"
msgstr ""
#: InvenTree/forms.py:200
msgid "Apply Theme"
msgstr ""
#: InvenTree/forms.py:230
msgid "Select Category"
msgstr ""
#: InvenTree/helpers.py:361 order/models.py:232 order/models.py:330
#: stock/views.py:1865
msgid "Invalid quantity provided"
msgstr ""
#: InvenTree/helpers.py:364
msgid "Empty serial number string"
msgstr ""
#: InvenTree/helpers.py:385
#, python-brace-format
msgid "Duplicate serial: {n}"
msgstr ""
#: InvenTree/helpers.py:389 InvenTree/helpers.py:392 InvenTree/helpers.py:395
#, python-brace-format
msgid "Invalid group: {g}"
msgstr ""
#: InvenTree/helpers.py:400
#, python-brace-format
msgid "Duplicate serial: {g}"
msgstr ""
#: InvenTree/helpers.py:408
msgid "No serial numbers found"
msgstr ""
#: InvenTree/helpers.py:412
#, python-brace-format
msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr ""
#: InvenTree/models.py:60
msgid "Select file to attach"
msgstr ""
#: InvenTree/models.py:62
msgid "File comment"
msgstr ""
#: InvenTree/models.py:68 templates/js/stock.js:878
msgid "User"
msgstr ""
#: InvenTree/models.py:106 label/models.py:68 part/models.py:647
#: part/templates/part/params.html:24 templates/js/part.js:129
msgid "Name"
msgstr ""
#: InvenTree/models.py:112
msgid "Description (optional)"
msgstr ""
#: InvenTree/settings.py:439
msgid "English"
msgstr ""
#: InvenTree/settings.py:440
msgid "German"
msgstr ""
#: InvenTree/settings.py:441
msgid "French"
msgstr ""
#: InvenTree/settings.py:442
msgid "Polish"
msgstr ""
#: InvenTree/status.py:24
msgid "Celery worker check failed"
msgstr ""
#: InvenTree/status.py:27
msgid "InvenTree system health checks failed"
msgstr ""
#: InvenTree/status_codes.py:94 InvenTree/status_codes.py:135
#: InvenTree/status_codes.py:228
msgid "Pending"
msgstr ""
#: InvenTree/status_codes.py:95
msgid "Placed"
msgstr ""
#: InvenTree/status_codes.py:96 InvenTree/status_codes.py:231
msgid "Complete"
msgstr ""
#: InvenTree/status_codes.py:97 InvenTree/status_codes.py:137
#: InvenTree/status_codes.py:230
msgid "Cancelled"
msgstr ""
#: InvenTree/status_codes.py:98 InvenTree/status_codes.py:138
#: InvenTree/status_codes.py:180
msgid "Lost"
msgstr ""
#: InvenTree/status_codes.py:99 InvenTree/status_codes.py:139
#: InvenTree/status_codes.py:182
msgid "Returned"
msgstr ""
#: InvenTree/status_codes.py:136
#: order/templates/order/sales_order_base.html:121
msgid "Shipped"
msgstr ""
#: InvenTree/status_codes.py:176
msgid "OK"
msgstr ""
#: InvenTree/status_codes.py:177
msgid "Attention needed"
msgstr ""
#: InvenTree/status_codes.py:178
msgid "Damaged"
msgstr ""
#: InvenTree/status_codes.py:179
msgid "Destroyed"
msgstr ""
#: InvenTree/status_codes.py:181
msgid "Rejected"
msgstr ""
#: InvenTree/status_codes.py:229
msgid "Production"
msgstr ""
#: InvenTree/validators.py:22
msgid "Not a valid currency code"
msgstr ""
#: InvenTree/validators.py:50
msgid "Invalid character in part name"
msgstr ""
#: InvenTree/validators.py:63
msgid "IPN must match regex pattern"
msgstr ""
#: InvenTree/validators.py:77 InvenTree/validators.py:91
#: InvenTree/validators.py:105
msgid "Reference must match pattern"
msgstr ""
#: InvenTree/validators.py:113
#, python-brace-format
msgid "Illegal character in name ({x})"
msgstr ""
#: InvenTree/validators.py:132 InvenTree/validators.py:148
msgid "Overage value must not be negative"
msgstr ""
#: InvenTree/validators.py:150
msgid "Overage must not exceed 100%"
msgstr ""
#: InvenTree/validators.py:157
msgid "Overage must be an integer value or a percentage"
msgstr ""
#: InvenTree/views.py:495
msgid "Delete Item"
msgstr ""
#: InvenTree/views.py:544
msgid "Check box to confirm item deletion"
msgstr ""
#: InvenTree/views.py:559 templates/InvenTree/settings/user.html:18
msgid "Edit User Information"
msgstr ""
#: InvenTree/views.py:570 templates/InvenTree/settings/user.html:22
msgid "Set Password"
msgstr ""
#: InvenTree/views.py:589
msgid "Password fields must match"
msgstr ""
#: InvenTree/views.py:795 templates/navbar.html:78
msgid "System Information"
msgstr ""
#: barcode/api.py:53 barcode/api.py:150
msgid "Must provide barcode_data parameter"
msgstr ""
#: barcode/api.py:126
msgid "No match found for barcode data"
msgstr ""
#: barcode/api.py:128
msgid "Match found for barcode data"
msgstr ""
#: barcode/api.py:153
msgid "Must provide stockitem parameter"
msgstr ""
#: barcode/api.py:160
msgid "No matching stock item found"
msgstr ""
#: barcode/api.py:190
msgid "Barcode already matches StockItem object"
msgstr ""
#: barcode/api.py:194
msgid "Barcode already matches StockLocation object"
msgstr ""
#: barcode/api.py:198
msgid "Barcode already matches Part object"
msgstr ""
#: barcode/api.py:204 barcode/api.py:216
msgid "Barcode hash already matches StockItem object"
msgstr ""
#: barcode/api.py:222
msgid "Barcode associated with StockItem"
msgstr ""
#: build/forms.py:34
msgid "Build Order reference"
msgstr ""
#: build/forms.py:35
msgid "Order target date"
msgstr ""
#: build/forms.py:39 build/models.py:206
msgid ""
"Target date for build completion. Build will be overdue after this date."
msgstr ""
#: build/forms.py:78 build/templates/build/auto_allocate.html:17
#: build/templates/build/build_base.html:83
#: build/templates/build/detail.html:29 common/models.py:603
#: company/forms.py:112 company/templates/company/supplier_part_pricing.html:75
#: order/templates/order/order_wizard/select_parts.html:32
#: order/templates/order/purchase_order_detail.html:179
#: order/templates/order/sales_order_detail.html:74
#: order/templates/order/sales_order_detail.html:156
#: part/templates/part/allocation.html:16
#: part/templates/part/allocation.html:49
#: part/templates/part/sale_prices.html:82 stock/forms.py:306
#: stock/templates/stock/item_base.html:51
#: stock/templates/stock/item_base.html:57
#: stock/templates/stock/item_base.html:234
#: stock/templates/stock/stock_adjust.html:18 templates/js/barcode.js:338
#: templates/js/bom.js:195 templates/js/build.js:420 templates/js/stock.js:869
#: templates/js/stock.js:1108
msgid "Quantity"
msgstr ""
#: build/forms.py:79
msgid "Enter quantity for build output"
msgstr ""
#: build/forms.py:83 stock/forms.py:117
msgid "Serial numbers"
msgstr ""
#: build/forms.py:85
msgid "Enter serial numbers for build outputs"
msgstr ""
#: build/forms.py:91
msgid "Confirm creation of build outut"
msgstr ""
#: build/forms.py:111
msgid "Confirm deletion of build output"
msgstr ""
#: build/forms.py:132
msgid "Confirm unallocation of stock"
msgstr ""
#: build/forms.py:156
msgid "Confirm stock allocation"
msgstr ""
#: build/forms.py:179
msgid "Mark build as complete"
msgstr ""
#: build/forms.py:203
msgid "Location of completed parts"
msgstr ""
#: build/forms.py:208
msgid "Confirm completion with incomplete stock allocation"
msgstr ""
#: build/forms.py:211
msgid "Confirm build completion"
msgstr ""
#: build/forms.py:231 build/views.py:68
msgid "Confirm build cancellation"
msgstr ""
#: build/forms.py:245
msgid "Select quantity of stock to allocate"
msgstr ""
#: build/models.py:61 build/templates/build/build_base.html:8
#: build/templates/build/build_base.html:35
#: part/templates/part/allocation.html:20
msgid "Build Order"
msgstr ""
#: build/models.py:62 build/templates/build/index.html:8
#: build/templates/build/index.html:15 order/templates/order/so_builds.html:11
#: order/templates/order/so_tabs.html:9 part/templates/part/tabs.html:31
#: templates/InvenTree/settings/tabs.html:28 users/models.py:36
msgid "Build Orders"
msgstr ""
#: build/models.py:108
msgid "Build Order Reference"
msgstr ""
#: build/models.py:109 order/templates/order/purchase_order_detail.html:174
#: templates/js/bom.js:187 templates/js/build.js:509
msgid "Reference"
msgstr ""
#: build/models.py:116 build/templates/build/detail.html:19
#: company/models.py:359 company/templates/company/detail.html:23
#: company/templates/company/supplier_part_base.html:61
#: company/templates/company/supplier_part_detail.html:27 label/models.py:75
#: order/templates/order/purchase_order_detail.html:161 part/models.py:671
#: part/templates/part/detail.html:51 part/templates/part/set_category.html:14
#: templates/InvenTree/search.html:147
#: templates/InvenTree/settings/header.html:9 templates/js/bom.js:180
#: templates/js/bom.js:549 templates/js/build.js:664 templates/js/company.js:56
#: templates/js/order.js:180 templates/js/order.js:274 templates/js/part.js:188
#: templates/js/part.js:271 templates/js/part.js:391 templates/js/part.js:572
#: templates/js/stock.js:511 templates/js/stock.js:850
msgid "Description"
msgstr ""
#: build/models.py:119
msgid "Brief description of the build"
msgstr ""
#: build/models.py:128 build/templates/build/build_base.html:113
#: build/templates/build/detail.html:75
msgid "Parent Build"
msgstr ""
#: build/models.py:129
msgid "BuildOrder to which this build is allocated"
msgstr ""
#: build/models.py:134 build/templates/build/auto_allocate.html:16
#: build/templates/build/build_base.html:78
#: build/templates/build/detail.html:24 order/models.py:651
#: order/templates/order/order_wizard/select_parts.html:30
#: order/templates/order/purchase_order_detail.html:148
#: order/templates/order/receive_parts.html:19 part/models.py:316
#: part/templates/part/part_app_base.html:7 part/templates/part/related.html:26
#: part/templates/part/set_category.html:13 templates/InvenTree/search.html:133
#: templates/js/barcode.js:336 templates/js/bom.js:153 templates/js/bom.js:534
#: templates/js/build.js:669 templates/js/company.js:138
#: templates/js/part.js:252 templates/js/part.js:357 templates/js/stock.js:485
#: templates/js/stock.js:1180
msgid "Part"
msgstr ""
#: build/models.py:142
msgid "Select part to build"
msgstr ""
#: build/models.py:147
msgid "Sales Order Reference"
msgstr ""
#: build/models.py:151
msgid "SalesOrder to which this build is allocated"
msgstr ""
#: build/models.py:156
msgid "Source Location"
msgstr ""
#: build/models.py:160
msgid ""
"Select location to take stock from for this build (leave blank to take from "
"any stock location)"
msgstr ""
#: build/models.py:165
msgid "Destination Location"
msgstr ""
#: build/models.py:169
msgid "Select location where the completed items will be stored"
msgstr ""
#: build/models.py:173
msgid "Build Quantity"
msgstr ""
#: build/models.py:176
msgid "Number of stock items to build"
msgstr ""
#: build/models.py:180
msgid "Completed items"
msgstr ""
#: build/models.py:182
msgid "Number of stock items which have been completed"
msgstr ""
#: build/models.py:186 part/templates/part/part_base.html:155
msgid "Build Status"
msgstr ""
#: build/models.py:190
msgid "Build status code"
msgstr ""
#: build/models.py:194 stock/models.py:418
msgid "Batch Code"
msgstr ""
#: build/models.py:198
msgid "Batch code for this build output"
msgstr ""
#: build/models.py:205 order/models.py:436
msgid "Target completion date"
msgstr ""
#: build/models.py:219 build/templates/build/detail.html:89
#: company/templates/company/supplier_part_base.html:68
#: company/templates/company/supplier_part_detail.html:24
#: part/templates/part/detail.html:80 part/templates/part/part_base.html:102
#: stock/models.py:412 stock/templates/stock/item_base.html:317
msgid "External Link"
msgstr ""
#: build/models.py:220 part/models.py:705 stock/models.py:414
msgid "Link to external URL"
msgstr ""
#: build/models.py:224 build/templates/build/tabs.html:23 company/models.py:366
#: company/templates/company/tabs.html:33 order/templates/order/po_tabs.html:18
#: order/templates/order/purchase_order_detail.html:213
#: order/templates/order/so_tabs.html:23 part/models.py:831
#: part/templates/part/tabs.html:73 stock/forms.py:315 stock/forms.py:347
#: stock/forms.py:375 stock/models.py:484 stock/models.py:1554
#: stock/templates/stock/tabs.html:26 templates/js/barcode.js:391
#: templates/js/bom.js:295 templates/js/stock.js:127 templates/js/stock.js:623
msgid "Notes"
msgstr ""
#: build/models.py:225
msgid "Extra build notes"
msgstr ""
#: build/models.py:610
msgid "No build output specified"
msgstr ""
#: build/models.py:613
msgid "Build output is already completed"
msgstr ""
#: build/models.py:616
msgid "Build output does not match Build Order"
msgstr ""
#: build/models.py:691
msgid "Completed build output"
msgstr ""
#: build/models.py:933
msgid "BuildItem must be unique for build, stock_item and install_into"
msgstr ""
#: build/models.py:955
msgid "Build item must specify a build output"
msgstr ""
#: build/models.py:960
#, python-brace-format
msgid "Selected stock item not found in BOM for part '{p}'"
msgstr ""
#: build/models.py:964
#, python-brace-format
msgid "Allocated quantity ({n}) must not exceed available quantity ({q})"
msgstr ""
#: build/models.py:971 order/models.py:735
msgid "StockItem is over-allocated"
msgstr ""
#: build/models.py:975 order/models.py:738
msgid "Allocation quantity must be greater than zero"
msgstr ""
#: build/models.py:979
msgid "Quantity must be 1 for serialized stock"
msgstr ""
#: build/models.py:1019
msgid "Build to allocate parts"
msgstr ""
#: build/models.py:1026
msgid "Source stock item"
msgstr ""
#: build/models.py:1038
msgid "Stock quantity to allocate to build"
msgstr ""
#: build/models.py:1046
msgid "Destination stock item"
msgstr ""
#: build/templates/build/allocate.html:14
msgid "Incomplete Build Ouputs"
msgstr ""
#: build/templates/build/allocate.html:20
msgid "Build order has been completed"
msgstr ""
#: build/templates/build/allocate.html:25
msgid "Create new build output"
msgstr ""
#: build/templates/build/allocate.html:26
msgid "Create New Output"
msgstr ""
#: build/templates/build/allocate.html:29
msgid "Order required parts"
msgstr ""
#: build/templates/build/allocate.html:30
#: company/templates/company/detail_part.html:28 order/views.py:805
#: part/templates/part/category.html:125
msgid "Order Parts"
msgstr ""
#: build/templates/build/allocate.html:33 templates/js/build.js:590
msgid "Unallocate stock"
msgstr ""
#: build/templates/build/allocate.html:34 build/views.py:341 build/views.py:778
msgid "Unallocate Stock"
msgstr ""
#: build/templates/build/allocate.html:48
msgid "Create a new build output"
msgstr ""
#: build/templates/build/allocate.html:49
msgid "No incomplete build outputs remain."
msgstr ""
#: build/templates/build/allocate.html:50
msgid "Create a new build output using the button above"
msgstr ""
#: build/templates/build/attachments.html:11 build/templates/build/tabs.html:29
#: order/templates/order/po_tabs.html:11 order/templates/order/so_tabs.html:16
#: part/templates/part/tabs.html:70 stock/templates/stock/tabs.html:32
msgid "Attachments"
msgstr ""
#: build/templates/build/auto_allocate.html:9
msgid "Automatically Allocate Stock"
msgstr ""
#: build/templates/build/auto_allocate.html:10
msgid ""
"The following stock items will be allocated to the specified build output"
msgstr ""
#: build/templates/build/auto_allocate.html:18 stock/forms.py:345
#: stock/templates/stock/item_base.html:264
#: stock/templates/stock/stock_adjust.html:17
#: templates/InvenTree/search.html:183 templates/js/barcode.js:337
#: templates/js/build.js:434 templates/js/stock.js:597
msgid "Location"
msgstr ""
#: build/templates/build/auto_allocate.html:37
msgid "No stock items found that can be automatically allocated to this build"
msgstr ""
#: build/templates/build/auto_allocate.html:39
msgid "Stock items will have to be manually allocated"
msgstr ""
#: build/templates/build/build_base.html:14
msgid "This Build Order is allocated to Sales Order"
msgstr ""
#: build/templates/build/build_base.html:19
msgid "This Build Order is a child of Build Order"
msgstr ""
#: build/templates/build/build_base.html:37
#: company/templates/company/company_base.html:27
#: order/templates/order/order_base.html:26
#: order/templates/order/sales_order_base.html:35
#: part/templates/part/category.html:13 part/templates/part/part_base.html:32
#: stock/templates/stock/item_base.html:114
#: stock/templates/stock/location.html:24
msgid "Admin view"
msgstr ""
#: build/templates/build/build_base.html:43
#: build/templates/build/build_base.html:100
#: order/templates/order/order_base.html:32
#: order/templates/order/order_base.html:83
#: order/templates/order/sales_order_base.html:41
#: order/templates/order/sales_order_base.html:83
#: templates/js/table_filters.js:200 templates/js/table_filters.js:219
#: templates/js/table_filters.js:236
msgid "Overdue"
msgstr ""
#: build/templates/build/build_base.html:51
msgid "Edit Build"
msgstr ""
#: build/templates/build/build_base.html:55
msgid "Complete Build"
msgstr ""
#: build/templates/build/build_base.html:58 build/views.py:58
msgid "Cancel Build"
msgstr ""
#: build/templates/build/build_base.html:64
msgid "Delete Build"
msgstr ""
#: build/templates/build/build_base.html:74 build/templates/build/detail.html:9
msgid "Build Details"
msgstr ""
#: build/templates/build/build_base.html:88
#: build/templates/build/detail.html:57
#: order/templates/order/receive_parts.html:24
#: stock/templates/stock/item_base.html:363 templates/InvenTree/search.html:175
#: templates/js/barcode.js:42 templates/js/build.js:697
#: templates/js/order.js:185 templates/js/order.js:279
#: templates/js/stock.js:584 templates/js/stock.js:1116
msgid "Status"
msgstr ""
#: build/templates/build/build_base.html:96
#: build/templates/build/detail.html:100
#: order/templates/order/order_base.html:121
#: order/templates/order/sales_order_base.html:114 templates/js/build.js:710
#: templates/js/order.js:198 templates/js/order.js:292
msgid "Target Date"
msgstr ""
#: build/templates/build/build_base.html:100
msgid "This build was due on"
msgstr ""
#: build/templates/build/build_base.html:107
#: build/templates/build/detail.html:62
msgid "Progress"
msgstr ""
#: build/templates/build/build_base.html:120
#: build/templates/build/detail.html:82 order/models.py:649
#: order/templates/order/sales_order_base.html:9
#: order/templates/order/sales_order_base.html:33
#: order/templates/order/sales_order_notes.html:10
#: order/templates/order/sales_order_ship.html:25
#: part/templates/part/allocation.html:27
#: stock/templates/stock/item_base.html:258 templates/js/order.js:240
msgid "Sales Order"
msgstr ""
#: build/templates/build/build_output.html:9 build/templates/build/tabs.html:17
msgid "Build Outputs"
msgstr ""
#: build/templates/build/build_output_create.html:7
msgid "The Bill of Materials contains trackable parts"
msgstr ""
#: build/templates/build/build_output_create.html:8
msgid "Build outputs must be generated individually."
msgstr ""
#: build/templates/build/build_output_create.html:9
msgid "Multiple build outputs will be created based on the quantity specified."
msgstr ""
#: build/templates/build/build_output_create.html:15
msgid "Trackable parts can have serial numbers specified"
msgstr ""
#: build/templates/build/build_output_create.html:16
msgid "Enter serial numbers to generate multiple single build outputs"
msgstr ""
#: build/templates/build/cancel.html:5
msgid "Are you sure you wish to cancel this build?"
msgstr ""
#: build/templates/build/complete.html:8
msgid "Build can be completed"
msgstr ""
#: build/templates/build/complete.html:12
msgid "Build cannot be completed"
msgstr ""
#: build/templates/build/complete.html:15
msgid "Incompleted build outputs remain"
msgstr ""
#: build/templates/build/complete.html:18
msgid "Required build quantity has not been completed"
msgstr ""
#: build/templates/build/complete_output.html:9
msgid "Stock allocation is complete"
msgstr ""
#: build/templates/build/complete_output.html:13
msgid "Stock allocation is incomplete"
msgstr ""
#: build/templates/build/complete_output.html:19
msgid "parts have not been fully allocated"
msgstr ""
#: build/templates/build/complete_output.html:40
msgid "The following items will be created"
msgstr ""
#: build/templates/build/create_build_item.html:7
msgid "Select a stock item to allocate to the selected build output"
msgstr ""
#: build/templates/build/create_build_item.html:11
msgid "The allocated stock will be installed into the following build output:"
msgstr ""
#: build/templates/build/create_build_item.html:19
msgid "No stock available for"
msgstr ""
#: build/templates/build/delete_build_item.html:8
msgid "Are you sure you want to unallocate this stock?"
msgstr ""
#: build/templates/build/delete_build_item.html:11
msgid "The selected stock will be unallocated from the build output"
msgstr ""
#: build/templates/build/detail.html:33
msgid "Stock Source"
msgstr ""
#: build/templates/build/detail.html:38
msgid "Stock can be taken from any available location."
msgstr ""
#: build/templates/build/detail.html:44 stock/forms.py:373
msgid "Destination"
msgstr ""
#: build/templates/build/detail.html:51
msgid "Destination location not specified"
msgstr ""
#: build/templates/build/detail.html:68
#: stock/templates/stock/item_base.html:282 templates/js/stock.js:592
#: templates/js/stock.js:1123 templates/js/table_filters.js:80
#: templates/js/table_filters.js:161
msgid "Batch"
msgstr ""
#: build/templates/build/detail.html:95
#: order/templates/order/order_base.html:108
#: order/templates/order/sales_order_base.html:108 templates/js/build.js:705
msgid "Created"
msgstr ""
#: build/templates/build/detail.html:106
msgid "No target date set"
msgstr ""
#: build/templates/build/detail.html:111 templates/js/build.js:683
#: templates/js/build.js:715
msgid "Completed"
msgstr ""
#: build/templates/build/detail.html:115
msgid "Build not complete"
msgstr ""
#: build/templates/build/edit_build_item.html:7
msgid "Alter the quantity of stock allocated to the build output"
msgstr ""
#: build/templates/build/index.html:27 build/views.py:658
msgid "New Build Order"
msgstr ""
#: build/templates/build/index.html:30
#: order/templates/order/purchase_orders.html:22
#: order/templates/order/sales_orders.html:22
msgid "Display calendar view"
msgstr ""
#: build/templates/build/index.html:33
#: order/templates/order/purchase_orders.html:25
#: order/templates/order/sales_orders.html:25
msgid "Display list view"
msgstr ""
#: build/templates/build/notes.html:13 build/templates/build/notes.html:30
msgid "Build Notes"
msgstr ""
#: build/templates/build/notes.html:20 company/templates/company/notes.html:17
#: order/templates/order/order_notes.html:21
#: order/templates/order/sales_order_notes.html:26
#: part/templates/part/notes.html:20 stock/templates/stock/item_notes.html:22
msgid "Save"
msgstr ""
#: build/templates/build/notes.html:33 company/templates/company/notes.html:30
#: order/templates/order/order_notes.html:33
#: order/templates/order/sales_order_notes.html:37
#: part/templates/part/notes.html:33 stock/templates/stock/item_notes.html:33
msgid "Edit notes"
msgstr ""
#: build/templates/build/tabs.html:5 company/templates/company/tabs.html:5
#: part/templates/part/tabs.html:6
msgid "Details"
msgstr ""
#: build/templates/build/tabs.html:10
msgid "Incomplete"
msgstr ""
#: build/templates/build/unallocate.html:10
msgid "Are you sure you wish to unallocate all stock for this build?"
msgstr ""
#: build/templates/build/unallocate.html:12
msgid "All incomplete stock allocations will be removed from the build"
msgstr ""
#: build/views.py:79
msgid "Build was cancelled"
msgstr ""
#: build/views.py:93
msgid "Allocate Stock"
msgstr ""
#: build/views.py:157 build/views.py:317 build/views.py:490
msgid "Build output must be specified"
msgstr ""
#: build/views.py:171
msgid "Allocated stock to build output"
msgstr ""
#: build/views.py:183
msgid "Create Build Output"
msgstr ""
#: build/views.py:207 stock/models.py:897 stock/views.py:1886
msgid "Serial numbers already exist"
msgstr ""
#: build/views.py:216
msgid "Serial numbers required for trackable build output"
msgstr ""
#: build/views.py:282
msgid "Delete Build Output"
msgstr ""
#: build/views.py:302 build/views.py:387
msgid "Confirm unallocation of build stock"
msgstr ""
#: build/views.py:303 build/views.py:388 stock/views.py:432
msgid "Check the confirmation box"
msgstr ""
#: build/views.py:315
msgid "Build output does not match build"
msgstr ""
#: build/views.py:329
msgid "Build output deleted"
msgstr ""
#: build/views.py:412
msgid "Complete Build Order"
msgstr ""
#: build/views.py:418
msgid "Build order cannot be completed"
msgstr ""
#: build/views.py:429
msgid "Completed build order"
msgstr ""
#: build/views.py:445
msgid "Complete Build Output"
msgstr ""
#: build/views.py:481
msgid "Quantity to complete cannot exceed build output quantity"
msgstr ""
#: build/views.py:487
msgid "Confirm completion of incomplete build"
msgstr ""
#: build/views.py:578
msgid "Build output completed"
msgstr ""
#: build/views.py:703
msgid "Created new build"
msgstr ""
#: build/views.py:724
msgid "Edit Build Order Details"
msgstr ""
#: build/views.py:758
msgid "Edited build"
msgstr ""
#: build/views.py:767
msgid "Delete Build Order"
msgstr ""
#: build/views.py:784
msgid "Removed parts from build allocation"
msgstr ""
#: build/views.py:796
msgid "Allocate stock to build output"
msgstr ""
#: build/views.py:840
msgid "Item must be currently in stock"
msgstr ""
#: build/views.py:846
msgid "Stock item is over-allocated"
msgstr ""
#: build/views.py:847 templates/js/bom.js:221 templates/js/build.js:519
#: templates/js/build.js:758
msgid "Available"
msgstr ""
#: build/views.py:849
msgid "Stock item must be selected"
msgstr ""
#: build/views.py:1012
msgid "Edit Stock Allocation"
msgstr ""
#: build/views.py:1017
msgid "Updated Build Item"
msgstr ""
#: build/views.py:1046
msgid "Add Build Order Attachment"
msgstr ""
#: build/views.py:1060 order/views.py:113 order/views.py:166 part/views.py:170
#: stock/views.py:281
msgid "Added attachment"
msgstr ""
#: build/views.py:1096 order/views.py:193 order/views.py:215
msgid "Edit Attachment"
msgstr ""
#: build/views.py:1107 order/views.py:198 order/views.py:220
msgid "Attachment updated"
msgstr ""
#: build/views.py:1117 order/views.py:235 order/views.py:250
msgid "Delete Attachment"
msgstr ""
#: build/views.py:1123 order/views.py:242 order/views.py:257 stock/views.py:339
msgid "Deleted attachment"
msgstr ""
#: common/models.py:56
msgid "InvenTree Instance Name"
msgstr ""
#: common/models.py:58
msgid "String descriptor for the server instance"
msgstr ""
#: common/models.py:62 company/models.py:95 company/models.py:96
msgid "Company name"
msgstr ""
#: common/models.py:63
msgid "Internal company name"
msgstr ""
#: common/models.py:68
msgid "Default Currency"
msgstr ""
#: common/models.py:69
msgid "Default currency"
msgstr ""
#: common/models.py:75
msgid "IPN Regex"
msgstr ""
#: common/models.py:76
msgid "Regular expression pattern for matching Part IPN"
msgstr ""
#: common/models.py:80
msgid "Allow Duplicate IPN"
msgstr ""
#: common/models.py:81
msgid "Allow multiple parts to share the same IPN"
msgstr ""
#: common/models.py:87
msgid "Copy Part BOM Data"
msgstr ""
#: common/models.py:88
msgid "Copy BOM data by default when duplicating a part"
msgstr ""
#: common/models.py:94
msgid "Copy Part Parameter Data"
msgstr ""
#: common/models.py:95
msgid "Copy parameter data by default when duplicating a part"
msgstr ""
#: common/models.py:101
msgid "Copy Part Test Data"
msgstr ""
#: common/models.py:102
msgid "Copy test data by default when duplicating a part"
msgstr ""
#: common/models.py:108
msgid "Copy Category Parameter Templates"
msgstr ""
#: common/models.py:109
msgid "Copy category parameter templates when creating a part"
msgstr ""
#: common/models.py:115 part/templates/part/detail.html:155 stock/forms.py:257
#: templates/js/table_filters.js:23 templates/js/table_filters.js:270
msgid "Template"
msgstr ""
#: common/models.py:116
msgid "Parts are templates by default"
msgstr ""
#: common/models.py:122 part/models.py:794 part/templates/part/detail.html:165
#: templates/js/table_filters.js:282
msgid "Assembly"
msgstr ""
#: common/models.py:123
msgid "Parts can be assembled from other components by default"
msgstr ""
#: common/models.py:129 part/models.py:800 part/templates/part/detail.html:175
#: templates/js/table_filters.js:286
msgid "Component"
msgstr ""
#: common/models.py:130
msgid "Parts can be used as sub-components by default"
msgstr ""
#: common/models.py:136 part/models.py:811 part/templates/part/detail.html:195
msgid "Purchaseable"
msgstr ""
#: common/models.py:137
msgid "Parts are purchaseable by default"
msgstr ""
#: common/models.py:143 part/models.py:816 part/templates/part/detail.html:205
#: templates/js/table_filters.js:294
msgid "Salable"
msgstr ""
#: common/models.py:144
msgid "Parts are salable by default"
msgstr ""
#: common/models.py:150 part/models.py:806 part/templates/part/detail.html:185
#: templates/js/table_filters.js:31 templates/js/table_filters.js:298
msgid "Trackable"
msgstr ""
#: common/models.py:151
msgid "Parts are trackable by default"
msgstr ""
#: common/models.py:157 part/models.py:826 part/templates/part/detail.html:145
#: templates/js/table_filters.js:27
msgid "Virtual"
msgstr ""
#: common/models.py:158
msgid "Parts are virtual by default"
msgstr ""
#: common/models.py:164
msgid "Show Quantity in Forms"
msgstr ""
#: common/models.py:165
msgid "Display available part quantity in some forms"
msgstr ""
#: common/models.py:171
msgid "Stock Expiry"
msgstr ""
#: common/models.py:172
msgid "Enable stock expiry functionality"
msgstr ""
#: common/models.py:178
msgid "Sell Expired Stock"
msgstr ""
#: common/models.py:179
msgid "Allow sale of expired stock"
msgstr ""
#: common/models.py:185
msgid "Stock Stale Time"
msgstr ""
#: common/models.py:186
msgid "Number of days stock items are considered stale before expiring"
msgstr ""
#: common/models.py:188 part/templates/part/detail.html:116
msgid "days"
msgstr ""
#: common/models.py:193
msgid "Build Expired Stock"
msgstr ""
#: common/models.py:194
msgid "Allow building with expired stock"
msgstr ""
#: common/models.py:200
msgid "Stock Ownership Control"
msgstr ""
#: common/models.py:201
msgid "Enable ownership control over stock locations and items"
msgstr ""
#: common/models.py:207
msgid "Build Order Reference Prefix"
msgstr ""
#: common/models.py:208
msgid "Prefix value for build order reference"
msgstr ""
#: common/models.py:213
msgid "Build Order Reference Regex"
msgstr ""
#: common/models.py:214
msgid "Regular expression pattern for matching build order reference"
msgstr ""
#: common/models.py:218
msgid "Sales Order Reference Prefix"
msgstr ""
#: common/models.py:219
msgid "Prefix value for sales order reference"
msgstr ""
#: common/models.py:224
msgid "Purchase Order Reference Prefix"
msgstr ""
#: common/models.py:225
msgid "Prefix value for purchase order reference"
msgstr ""
#: common/models.py:448
msgid "Settings key (must be unique - case insensitive"
msgstr ""
#: common/models.py:450
msgid "Settings value"
msgstr ""
#: common/models.py:507
msgid "Value must be a boolean value"
msgstr ""
#: common/models.py:517
msgid "Value must be an integer value"
msgstr ""
#: common/models.py:531
msgid "Key string must be unique"
msgstr ""
#: common/models.py:604 company/forms.py:113
msgid "Price break quantity"
msgstr ""
#: common/models.py:612 company/templates/company/supplier_part_pricing.html:80
#: part/templates/part/sale_prices.html:87 templates/js/bom.js:246
msgid "Price"
msgstr ""
#: common/models.py:613
msgid "Unit price at specified quantity"
msgstr ""
#: common/models.py:636
msgid "Default"
msgstr ""
#: common/templates/common/edit_setting.html:11
msgid "Current value"
msgstr ""
#: common/views.py:25
msgid "Change Setting"
msgstr ""
#: common/views.py:94
msgid "Supplied value is not allowed"
msgstr ""
#: common/views.py:103
msgid "Supplied value must be a boolean"
msgstr ""
#: company/forms.py:37 company/models.py:139
msgid "Default currency used for this company"
msgstr ""
#: company/forms.py:80
msgid "Single Price"
msgstr ""
#: company/forms.py:82
msgid "Single quantity price"
msgstr ""
#: company/models.py:98
msgid "Company description"
msgstr ""
#: company/models.py:98
msgid "Description of the company"
msgstr ""
#: company/models.py:100 company/templates/company/company_base.html:57
#: company/templates/company/detail.html:28 templates/js/company.js:61
msgid "Website"
msgstr ""
#: company/models.py:100
msgid "Company website URL"
msgstr ""
#: company/models.py:103 company/templates/company/company_base.html:64
msgid "Address"
msgstr ""
#: company/models.py:104
msgid "Company address"
msgstr ""
#: company/models.py:107
msgid "Phone number"
msgstr ""
#: company/models.py:108
msgid "Contact phone number"
msgstr ""
#: company/models.py:111 company/templates/company/company_base.html:78
msgid "Email"
msgstr ""
#: company/models.py:111
msgid "Contact email address"
msgstr ""
#: company/models.py:114 company/templates/company/company_base.html:85
msgid "Contact"
msgstr ""
#: company/models.py:115
msgid "Point of contact"
msgstr ""
#: company/models.py:117
msgid "Link to external company information"
msgstr ""
#: company/models.py:129
msgid "Do you sell items to this company?"
msgstr ""
#: company/models.py:131
msgid "Do you purchase items from this company?"
msgstr ""
#: company/models.py:133
msgid "Does this company manufacture parts?"
msgstr ""
#: company/models.py:137 company/templates/company/detail.html:37
msgid "Currency"
msgstr ""
#: company/models.py:313 stock/models.py:366
#: stock/templates/stock/item_base.html:214
msgid "Base Part"
msgstr ""
#: company/models.py:317
msgid "Select part"
msgstr ""
#: company/models.py:323 company/templates/company/detail.html:57
#: company/templates/company/supplier_part_base.html:74
#: company/templates/company/supplier_part_detail.html:21
#: order/templates/order/order_base.html:89
#: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:170
#: stock/templates/stock/item_base.html:324 templates/js/company.js:48
#: templates/js/company.js:164 templates/js/order.js:167
msgid "Supplier"
msgstr ""
#: company/models.py:324
msgid "Select supplier"
msgstr ""
#: company/models.py:329 company/templates/company/supplier_part_base.html:78
#: company/templates/company/supplier_part_detail.html:22 part/bom.py:171
msgid "SKU"
msgstr ""
#: company/models.py:330
msgid "Supplier stock keeping unit"
msgstr ""
#: company/models.py:340 company/templates/company/detail.html:52
#: company/templates/company/supplier_part_base.html:84
#: company/templates/company/supplier_part_detail.html:30 part/bom.py:172
#: templates/js/company.js:44 templates/js/company.js:188
msgid "Manufacturer"
msgstr ""
#: company/models.py:341
msgid "Select manufacturer"
msgstr ""
#: company/models.py:347 company/templates/company/supplier_part_base.html:88
#: company/templates/company/supplier_part_detail.html:31 part/bom.py:173
#: templates/js/company.js:204
msgid "MPN"
msgstr ""
#: company/models.py:348
msgid "Manufacturer part number"
msgstr ""
#: company/models.py:353 part/models.py:704 templates/js/company.js:208
msgid "Link"
msgstr ""
#: company/models.py:354
msgid "URL for external supplier part link"
msgstr ""
#: company/models.py:360
msgid "Supplier part description"
msgstr ""
#: company/models.py:365 company/templates/company/supplier_part_base.html:95
#: company/templates/company/supplier_part_detail.html:34
msgid "Note"
msgstr ""
#: company/models.py:369
msgid "Minimum charge (e.g. stocking fee)"
msgstr ""
#: company/models.py:371
msgid "Part packaging"
msgstr ""
#: company/templates/company/assigned_stock.html:9
#: company/templates/company/tabs.html:25 templates/js/build.js:411
msgid "Assigned Stock"
msgstr ""
#: company/templates/company/company_base.html:7
#: company/templates/company/company_base.html:22 templates/js/company.js:33
msgid "Company"
msgstr ""
#: company/templates/company/company_base.html:51
#: company/templates/company/detail.html:8
msgid "Company Details"
msgstr ""
#: company/templates/company/company_base.html:71
msgid "Phone"
msgstr ""
#: company/templates/company/detail.html:18
msgid "Company Name"
msgstr ""
#: company/templates/company/detail.html:31
msgid "No website specified"
msgstr ""
#: company/templates/company/detail.html:40
msgid "Uses default currency"
msgstr ""
#: company/templates/company/detail.html:62
#: order/templates/order/sales_order_base.html:89 stock/models.py:401
#: stock/models.py:402 stock/templates/stock/item_base.html:241
#: templates/js/company.js:40 templates/js/order.js:261
msgid "Customer"
msgstr ""
#: company/templates/company/detail_part.html:8
msgid "Supplier Parts"
msgstr ""
#: company/templates/company/detail_part.html:17
#: order/templates/order/purchase_order_detail.html:69
msgid "Create new supplier part"
msgstr ""
#: company/templates/company/detail_part.html:18
#: order/templates/order/purchase_order_detail.html:68
#: part/templates/part/supplier.html:14 templates/js/stock.js:1000
msgid "New Supplier Part"
msgstr ""
#: company/templates/company/detail_part.html:23
#: part/templates/part/category.html:120 part/templates/part/supplier.html:17
#: templates/stock_table.html:27
msgid "Options"
msgstr ""
#: company/templates/company/detail_part.html:28
#: part/templates/part/category.html:125
msgid "Order parts"
msgstr ""
#: company/templates/company/detail_part.html:31
msgid "Delete parts"
msgstr ""
#: company/templates/company/detail_part.html:31
msgid "Delete Parts"
msgstr ""
#: company/templates/company/detail_part.html:63
#: part/templates/part/category.html:116 templates/js/stock.js:994
msgid "New Part"
msgstr ""
#: company/templates/company/detail_part.html:64
msgid "Create new Part"
msgstr ""
#: company/templates/company/detail_part.html:69 company/views.py:56
#: part/templates/part/supplier.html:47
msgid "New Supplier"
msgstr ""
#: company/templates/company/detail_part.html:70 company/views.py:195
msgid "Create new Supplier"
msgstr ""
#: company/templates/company/detail_part.html:75 company/views.py:63
#: part/templates/part/supplier.html:53
msgid "New Manufacturer"
msgstr ""
#: company/templates/company/detail_part.html:76 company/views.py:198
msgid "Create new Manufacturer"
msgstr ""
#: company/templates/company/detail_stock.html:9
msgid "Supplier Stock"
msgstr ""
#: company/templates/company/detail_stock.html:35
#: company/templates/company/supplier_part_stock.html:33
#: part/templates/part/bom.html:63 part/templates/part/category.html:112
#: part/templates/part/category.html:126 part/templates/part/stock.html:51
#: templates/stock_table.html:13
msgid "Export"
msgstr ""
#: company/templates/company/index.html:7
msgid "Supplier List"
msgstr ""
#: company/templates/company/notes.html:10
#: company/templates/company/notes.html:27
msgid "Company Notes"
msgstr ""
#: company/templates/company/partdelete.html:5
msgid "Are you sure you want to delete the following Supplier Parts?"
msgstr ""
#: company/templates/company/purchase_orders.html:9
#: company/templates/company/tabs.html:17
#: order/templates/order/purchase_orders.html:8
#: order/templates/order/purchase_orders.html:13
#: part/templates/part/orders.html:9 part/templates/part/tabs.html:48
#: templates/InvenTree/settings/tabs.html:31 templates/navbar.html:33
#: users/models.py:37
msgid "Purchase Orders"
msgstr ""
#: company/templates/company/purchase_orders.html:15
#: order/templates/order/purchase_orders.html:19
msgid "Create new purchase order"
msgstr ""
#: company/templates/company/purchase_orders.html:16
#: order/templates/order/purchase_orders.html:20
msgid "New Purchase Order"
msgstr ""
#: company/templates/company/sales_orders.html:9
#: company/templates/company/tabs.html:22
#: order/templates/order/sales_orders.html:8
#: order/templates/order/sales_orders.html:13
#: part/templates/part/sales_orders.html:9 part/templates/part/tabs.html:56
#: templates/InvenTree/settings/tabs.html:34 templates/navbar.html:42
#: users/models.py:38
msgid "Sales Orders"
msgstr ""
#: company/templates/company/sales_orders.html:15
#: order/templates/order/sales_orders.html:19
msgid "Create new sales order"
msgstr ""
#: company/templates/company/sales_orders.html:16
#: order/templates/order/sales_orders.html:20
msgid "New Sales Order"
msgstr ""
#: company/templates/company/supplier_part_base.html:6
#: company/templates/company/supplier_part_base.html:19 stock/models.py:375
#: stock/templates/stock/item_base.html:329 templates/js/company.js:180
msgid "Supplier Part"
msgstr ""
#: company/templates/company/supplier_part_base.html:26
#: part/templates/part/orders.html:14 part/templates/part/part_base.html:66
msgid "Order part"
msgstr ""
#: company/templates/company/supplier_part_base.html:30
msgid "Edit supplier part"
msgstr ""
#: company/templates/company/supplier_part_base.html:34
msgid "Delete supplier part"
msgstr ""
#: company/templates/company/supplier_part_base.html:46
#: company/templates/company/supplier_part_detail.html:11
msgid "Supplier Part Details"
msgstr ""
#: company/templates/company/supplier_part_base.html:51
#: company/templates/company/supplier_part_detail.html:14
msgid "Internal Part"
msgstr ""
#: company/templates/company/supplier_part_orders.html:9
msgid "Supplier Part Orders"
msgstr ""
#: company/templates/company/supplier_part_orders.html:17
#: part/templates/part/orders.html:15
msgid "Order Part"
msgstr ""
#: company/templates/company/supplier_part_pricing.html:10
msgid "Pricing Information"
msgstr ""
#: company/templates/company/supplier_part_pricing.html:17 company/views.py:486
#: part/templates/part/sale_prices.html:14 part/views.py:2567
msgid "Add Price Break"
msgstr ""
#: company/templates/company/supplier_part_pricing.html:36
#: part/templates/part/sale_prices.html:43
msgid "No price break information found"
msgstr ""
#: company/templates/company/supplier_part_pricing.html:87
#: part/templates/part/sale_prices.html:94
msgid "Edit price break"
msgstr ""
#: company/templates/company/supplier_part_pricing.html:88
#: part/templates/part/sale_prices.html:95
msgid "Delete price break"
msgstr ""
#: company/templates/company/supplier_part_stock.html:9
msgid "Supplier Part Stock"
msgstr ""
#: company/templates/company/supplier_part_tabs.html:5
msgid "Pricing"
msgstr ""
#: company/templates/company/supplier_part_tabs.html:8
#: company/templates/company/tabs.html:12 part/templates/part/tabs.html:18
#: stock/templates/stock/location.html:29 templates/InvenTree/search.html:155
#: templates/InvenTree/settings/tabs.html:25 templates/js/part.js:192
#: templates/js/part.js:418 templates/js/stock.js:519 templates/navbar.html:22
msgid "Stock"
msgstr ""
#: company/templates/company/supplier_part_tabs.html:11
msgid "Orders"
msgstr ""
#: company/templates/company/tabs.html:9
#: order/templates/order/receive_parts.html:14 part/models.py:317
#: part/templates/part/cat_link.html:7 part/templates/part/category.html:94
#: part/templates/part/category_tabs.html:6
#: templates/InvenTree/settings/tabs.html:22 templates/navbar.html:19
#: templates/stats.html:35 templates/stats.html:44 users/models.py:33
msgid "Parts"
msgstr ""
#: company/views.py:55 part/templates/part/tabs.html:42
#: templates/navbar.html:31
msgid "Suppliers"
msgstr ""
#: company/views.py:62 templates/navbar.html:32
msgid "Manufacturers"
msgstr ""
#: company/views.py:69 templates/navbar.html:41
msgid "Customers"
msgstr ""
#: company/views.py:70
msgid "New Customer"
msgstr ""
#: company/views.py:78
msgid "Companies"
msgstr ""
#: company/views.py:79
msgid "New Company"
msgstr ""
#: company/views.py:157
msgid "Update Company Image"
msgstr ""
#: company/views.py:163
msgid "Updated company image"
msgstr ""
#: company/views.py:173
msgid "Edit Company"
msgstr ""
#: company/views.py:178
msgid "Edited company information"
msgstr ""
#: company/views.py:201
msgid "Create new Customer"
msgstr ""
#: company/views.py:203
msgid "Create new Company"
msgstr ""
#: company/views.py:230
msgid "Created new company"
msgstr ""
#: company/views.py:240
msgid "Delete Company"
msgstr ""
#: company/views.py:246
msgid "Company was deleted"
msgstr ""
#: company/views.py:271
msgid "Edit Supplier Part"
msgstr ""
#: company/views.py:295 templates/js/stock.js:1001
msgid "Create new Supplier Part"
msgstr ""
#: company/views.py:415
msgid "Delete Supplier Part"
msgstr ""
#: company/views.py:492 part/views.py:2573
msgid "Added new price break"
msgstr ""
#: company/views.py:548 part/views.py:2617
msgid "Edit Price Break"
msgstr ""
#: company/views.py:564 part/views.py:2633
msgid "Delete Price Break"
msgstr ""
#: label/api.py:171
msgid "Must provide valid StockItem(s)"
msgstr ""
#: label/api.py:185 label/api.py:337
msgid "Error during label rendering"
msgstr ""
#: label/api.py:324
msgid "Must provide valid StockLocation(s)"
msgstr ""
#: label/models.py:69
msgid "Label name"
msgstr ""
#: label/models.py:76
msgid "Label description"
msgstr ""
#: label/models.py:83 stock/forms.py:200
msgid "Label"
msgstr ""
#: label/models.py:84
msgid "Label template file"
msgstr ""
#: label/models.py:90 report/models.py:162
msgid "Enabled"
msgstr ""
#: label/models.py:91
msgid "Label template is enabled"
msgstr ""
#: label/models.py:137 label/models.py:190
msgid "Query filters (comma-separated list of key=value pairs"
msgstr ""
#: label/models.py:138 label/models.py:191
msgid "Filters"
msgstr ""
#: order/forms.py:25 order/templates/order/order_base.html:44
msgid "Place order"
msgstr ""
#: order/forms.py:36 order/templates/order/order_base.html:51
msgid "Mark order as complete"
msgstr ""
#: order/forms.py:47 order/forms.py:58 order/templates/order/order_base.html:56
#: order/templates/order/sales_order_base.html:56
msgid "Cancel order"
msgstr ""
#: order/forms.py:69 order/templates/order/sales_order_base.html:53
msgid "Ship order"
msgstr ""
#: order/forms.py:80
msgid "Receive parts to this location"
msgstr ""
#: order/forms.py:101
msgid "Purchase Order reference"
msgstr ""
#: order/forms.py:107
msgid "Target date for order delivery. Order will be overdue after this date."
msgstr ""
#: order/forms.py:134
msgid "Enter sales order number"
msgstr ""
#: order/forms.py:140 order/models.py:437
msgid ""
"Target date for order completion. Order will be overdue after this date."
msgstr ""
#: order/models.py:98
msgid "Order reference"
msgstr ""
#: order/models.py:100
msgid "Order description"
msgstr ""
#: order/models.py:102
msgid "Link to external page"
msgstr ""
#: order/models.py:112
msgid "Order notes"
msgstr ""
#: order/models.py:171 order/models.py:430
msgid "Purchase order status"
msgstr ""
#: order/models.py:179
msgid "Company from which the items are being ordered"
msgstr ""
#: order/models.py:182
msgid "Supplier order reference code"
msgstr ""
#: order/models.py:193
msgid "Issue Date"
msgstr ""
#: order/models.py:194
msgid "Date order was issued"
msgstr ""
#: order/models.py:199
msgid "Target Delivery Date"
msgstr ""
#: order/models.py:200
msgid ""
"Expected date for order delivery. Order will be overdue after this date."
msgstr ""
#: order/models.py:205
msgid "Completion Date"
msgstr ""
#: order/models.py:206
msgid "Date order was completed"
msgstr ""
#: order/models.py:230 order/models.py:328 part/views.py:1506
#: stock/models.py:265 stock/models.py:881
msgid "Quantity must be greater than zero"
msgstr ""
#: order/models.py:235
msgid "Part supplier must match PO supplier"
msgstr ""
#: order/models.py:323
msgid "Lines can only be received against an order marked as 'Placed'"
msgstr ""
#: order/models.py:426
msgid "Company to which the items are being sold"
msgstr ""
#: order/models.py:432
msgid "Customer order reference code"
msgstr ""
#: order/models.py:490
msgid "SalesOrder cannot be shipped as it is not currently pending"
msgstr ""
#: order/models.py:577
msgid "Item quantity"
msgstr ""
#: order/models.py:579
msgid "Line item reference"
msgstr ""
#: order/models.py:581
msgid "Line item notes"
msgstr ""
#: order/models.py:607 order/templates/order/order_base.html:9
#: order/templates/order/order_base.html:24
#: stock/templates/stock/item_base.html:296 templates/js/order.js:145
msgid "Purchase Order"
msgstr ""
#: order/models.py:620
msgid "Supplier part"
msgstr ""
#: order/models.py:623
msgid "Number of items received"
msgstr ""
#: order/models.py:630 stock/models.py:494
#: stock/templates/stock/item_base.html:303
msgid "Purchase Price"
msgstr ""
#: order/models.py:631
msgid "Unit purchase price"
msgstr ""
#: order/models.py:726
msgid "Cannot allocate stock item to a line with a different part"
msgstr ""
#: order/models.py:728
msgid "Cannot allocate stock to a line without a part"
msgstr ""
#: order/models.py:731
msgid "Allocation quantity cannot exceed stock quantity"
msgstr ""
#: order/models.py:741
msgid "Quantity must be 1 for serialized stock item"
msgstr ""
#: order/models.py:757
msgid "Select stock item to allocate"
msgstr ""
#: order/models.py:760
msgid "Enter stock allocation quantity"
msgstr ""
#: order/templates/order/delete_attachment.html:5
#: stock/templates/stock/attachment_delete.html:5
#: templates/attachment_delete.html:5
msgid "Are you sure you want to delete this attachment?"
msgstr ""
#: order/templates/order/order_base.html:40
msgid "Edit order information"
msgstr ""
#: order/templates/order/order_base.html:48
msgid "Receive items"
msgstr ""
#: order/templates/order/order_base.html:61
msgid "Export order to file"
msgstr ""
#: order/templates/order/order_base.html:69
msgid "Purchase Order Details"
msgstr ""
#: order/templates/order/order_base.html:74
#: order/templates/order/sales_order_base.html:74
msgid "Order Reference"
msgstr ""
#: order/templates/order/order_base.html:79
#: order/templates/order/sales_order_base.html:79
msgid "Order Status"
msgstr ""
#: order/templates/order/order_base.html:95 templates/js/order.js:175
msgid "Supplier Reference"
msgstr ""
#: order/templates/order/order_base.html:114
msgid "Issued"
msgstr ""
#: order/templates/order/order_base.html:128
#: order/templates/order/purchase_order_detail.html:193
#: order/templates/order/receive_parts.html:22
#: order/templates/order/sales_order_base.html:128
msgid "Received"
msgstr ""
#: order/templates/order/order_cancel.html:7
#: order/templates/order/sales_order_cancel.html:9
msgid "Cancelling this order means that the order will no longer be editable."
msgstr ""
#: order/templates/order/order_notes.html:13
#: order/templates/order/order_notes.html:29
#: order/templates/order/sales_order_notes.html:18
#: order/templates/order/sales_order_notes.html:34
msgid "Order Notes"
msgstr ""
#: order/templates/order/order_wizard/select_parts.html:9
msgid "Step 1 of 2 - Select Part Suppliers"
msgstr ""
#: order/templates/order/order_wizard/select_parts.html:14
msgid "Select suppliers"
msgstr ""
#: order/templates/order/order_wizard/select_parts.html:18
msgid "No purchaseable parts selected"
msgstr ""
#: order/templates/order/order_wizard/select_parts.html:31
msgid "Select Supplier"
msgstr ""
#: order/templates/order/order_wizard/select_parts.html:57
msgid "Select a supplier for"
msgstr ""
#: order/templates/order/order_wizard/select_pos.html:8
msgid "Step 2 of 2 - Select Purchase Orders"
msgstr ""
#: order/templates/order/order_wizard/select_pos.html:12
msgid "Select existing purchase orders, or create new orders."
msgstr ""
#: order/templates/order/order_wizard/select_pos.html:31
#: templates/js/order.js:203 templates/js/order.js:302
msgid "Items"
msgstr ""
#: order/templates/order/order_wizard/select_pos.html:32
msgid "Select Purchase Order"
msgstr ""
#: order/templates/order/order_wizard/select_pos.html:67
msgid "Select a purchase order for"
msgstr ""
#: order/templates/order/po_attachments.html:11
msgid "Purchase Order Attachments"
msgstr ""
#: order/templates/order/po_received_items.html:11
#: order/templates/order/po_tabs.html:8
msgid "Received Items"
msgstr ""
#: order/templates/order/po_tabs.html:5
msgid "Line Items"
msgstr ""
#: order/templates/order/purchase_order_detail.html:17
#: order/templates/order/sales_order_detail.html:19 order/views.py:1119
#: order/views.py:1203
msgid "Add Line Item"
msgstr ""
#: order/templates/order/purchase_order_detail.html:21
msgid "Purchase Order Items"
msgstr ""
#: order/templates/order/purchase_order_detail.html:39
#: order/templates/order/purchase_order_detail.html:119
#: part/templates/part/category.html:173 part/templates/part/category.html:215
#: templates/js/stock.js:647 templates/js/stock.js:1006
msgid "New Location"
msgstr ""
#: order/templates/order/purchase_order_detail.html:40
#: order/templates/order/purchase_order_detail.html:120
#: stock/templates/stock/location.html:35
msgid "Create new stock location"
msgstr ""
#: order/templates/order/purchase_order_detail.html:132
msgid "No line items found"
msgstr ""
#: order/templates/order/purchase_order_detail.html:166
#: order/templates/order/receive_parts.html:20
msgid "Order Code"
msgstr ""
#: order/templates/order/purchase_order_detail.html:184
msgid "Unit Price"
msgstr ""
#: order/templates/order/purchase_order_detail.html:225
#: order/templates/order/sales_order_detail.html:285
msgid "Edit line item"
msgstr ""
#: order/templates/order/purchase_order_detail.html:226
msgid "Delete line item"
msgstr ""
#: order/templates/order/purchase_order_detail.html:231
msgid "Receive line item"
msgstr ""
#: order/templates/order/receive_parts.html:8
msgid "Receive outstanding parts for"
msgstr ""
#: order/templates/order/receive_parts.html:15
msgid "Select parts to receive against this order"
msgstr ""
#: order/templates/order/receive_parts.html:21
#: part/templates/part/part_base.html:145 templates/js/part.js:434
msgid "On Order"
msgstr ""
#: order/templates/order/receive_parts.html:23
msgid "Receive"
msgstr ""
#: order/templates/order/receive_parts.html:36
msgid "Error: Referenced part has been removed"
msgstr ""
#: order/templates/order/sales_order_base.html:15
msgid "This SalesOrder has not been fully allocated"
msgstr ""
#: order/templates/order/sales_order_base.html:61
msgid "Packing List"
msgstr ""
#: order/templates/order/sales_order_base.html:69
msgid "Sales Order Details"
msgstr ""
#: order/templates/order/sales_order_base.html:95 templates/js/order.js:268
msgid "Customer Reference"
msgstr ""
#: order/templates/order/sales_order_cancel.html:8
#: order/templates/order/sales_order_ship.html:9
#: part/templates/part/bom_duplicate.html:12
#: stock/templates/stock/stockitem_convert.html:13
msgid "Warning"
msgstr ""
#: order/templates/order/sales_order_detail.html:14
msgid "Sales Order Items"
msgstr ""
#: order/templates/order/sales_order_detail.html:72
#: order/templates/order/sales_order_detail.html:154 stock/models.py:406
#: stock/templates/stock/item_base.html:228 templates/js/build.js:418
msgid "Serial Number"
msgstr ""
#: order/templates/order/sales_order_detail.html:96 templates/js/build.js:459
#: templates/js/build.js:769
msgid "Edit stock allocation"
msgstr ""
#: order/templates/order/sales_order_detail.html:97 templates/js/build.js:461
#: templates/js/build.js:770
msgid "Delete stock allocation"
msgstr ""
#: order/templates/order/sales_order_detail.html:225
#: part/templates/part/tabs.html:23 templates/js/build.js:523
#: templates/js/build.js:765
msgid "Allocated"
msgstr ""
#: order/templates/order/sales_order_detail.html:227
msgid "Fulfilled"
msgstr ""
#: order/templates/order/sales_order_detail.html:275
msgid "Buy parts"
msgstr ""
#: order/templates/order/sales_order_detail.html:279
msgid "Build parts"
msgstr ""
#: order/templates/order/sales_order_detail.html:282
msgid "Allocate parts"
msgstr ""
#: order/templates/order/sales_order_detail.html:286
msgid "Delete line item "
msgstr ""
#: order/templates/order/sales_order_ship.html:10
msgid ""
"This order has not been fully allocated. If the order is marked as shipped, "
"it can no longer be adjusted."
msgstr ""
#: order/templates/order/sales_order_ship.html:12
msgid "Ensure that the order allocation is correct before shipping the order."
msgstr ""
#: order/templates/order/sales_order_ship.html:18
msgid "Some line items in this order have been over-allocated"
msgstr ""
#: order/templates/order/sales_order_ship.html:20
msgid "Ensure that this is correct before shipping the order."
msgstr ""
#: order/templates/order/sales_order_ship.html:27
msgid "Shipping this order means that the order will no longer be editable."
msgstr ""
#: order/templates/order/so_allocation_delete.html:7
msgid "This action will unallocate the following stock from the Sales Order"
msgstr ""
#: order/templates/order/so_attachments.html:11
msgid "Sales Order Attachments"
msgstr ""
#: order/templates/order/so_lineitem_delete.html:5
msgid "Are you sure you wish to delete this line item?"
msgstr ""
#: order/templates/order/so_tabs.html:5
msgid "Order Items"
msgstr ""
#: order/views.py:101
msgid "Add Purchase Order Attachment"
msgstr ""
#: order/views.py:152
msgid "Add Sales Order Attachment"
msgstr ""
#: order/views.py:312
msgid "Create Purchase Order"
msgstr ""
#: order/views.py:348
msgid "Create Sales Order"
msgstr ""
#: order/views.py:384
msgid "Edit Purchase Order"
msgstr ""
#: order/views.py:405
msgid "Edit Sales Order"
msgstr ""
#: order/views.py:422
msgid "Cancel Order"
msgstr ""
#: order/views.py:432 order/views.py:459
msgid "Confirm order cancellation"
msgstr ""
#: order/views.py:435 order/views.py:462
msgid "Order cannot be cancelled"
msgstr ""
#: order/views.py:449
msgid "Cancel sales order"
msgstr ""
#: order/views.py:476
msgid "Issue Order"
msgstr ""
#: order/views.py:486
msgid "Confirm order placement"
msgstr ""
#: order/views.py:496
msgid "Purchase order issued"
msgstr ""
#: order/views.py:507
msgid "Complete Order"
msgstr ""
#: order/views.py:524
msgid "Confirm order completion"
msgstr ""
#: order/views.py:535
msgid "Purchase order completed"
msgstr ""
#: order/views.py:545
msgid "Ship Order"
msgstr ""
#: order/views.py:562
msgid "Confirm order shipment"
msgstr ""
#: order/views.py:568
msgid "Could not ship order"
msgstr ""
#: order/views.py:620
msgid "Receive Parts"
msgstr ""
#: order/views.py:688
msgid "Items received"
msgstr ""
#: order/views.py:702
msgid "No destination set"
msgstr ""
#: order/views.py:747
msgid "Error converting quantity to number"
msgstr ""
#: order/views.py:753
msgid "Receive quantity less than zero"
msgstr ""
#: order/views.py:759
msgid "No lines specified"
msgstr ""
#: order/views.py:1129
msgid "Supplier part must be specified"
msgstr ""
#: order/views.py:1135
msgid "Supplier must match for Part and Order"
msgstr ""
#: order/views.py:1255 order/views.py:1274
msgid "Edit Line Item"
msgstr ""
#: order/views.py:1291 order/views.py:1304
msgid "Delete Line Item"
msgstr ""
#: order/views.py:1297 order/views.py:1310
msgid "Deleted line item"
msgstr ""
#: order/views.py:1319
msgid "Allocate Stock to Order"
msgstr ""
#: order/views.py:1394
msgid "Edit Allocation Quantity"
msgstr ""
#: order/views.py:1410
msgid "Remove allocation"
msgstr ""
#: part/bom.py:138 part/models.py:722 part/templates/part/category.html:61
#: part/templates/part/detail.html:87
msgid "Default Location"
msgstr ""
#: part/bom.py:139 part/templates/part/part_base.html:118
msgid "Available Stock"
msgstr ""
#: part/bom.py:274
#, python-brace-format
msgid "Unsupported file format: {f}"
msgstr ""
#: part/bom.py:279
msgid "Error reading BOM file (invalid data)"
msgstr ""
#: part/bom.py:281
msgid "Error reading BOM file (incorrect row size)"
msgstr ""
#: part/forms.py:71 stock/forms.py:263
msgid "File Format"
msgstr ""
#: part/forms.py:71 stock/forms.py:263
msgid "Select output file format"
msgstr ""
#: part/forms.py:73
msgid "Cascading"
msgstr ""
#: part/forms.py:73
msgid "Download cascading / multi-level BOM"
msgstr ""
#: part/forms.py:75
msgid "Levels"
msgstr ""
#: part/forms.py:75
msgid "Select maximum number of BOM levels to export (0 = all levels)"
msgstr ""
#: part/forms.py:77
msgid "Include Parameter Data"
msgstr ""
#: part/forms.py:77
msgid "Include part parameters data in exported BOM"
msgstr ""
#: part/forms.py:79
msgid "Include Stock Data"
msgstr ""
#: part/forms.py:79
msgid "Include part stock data in exported BOM"
msgstr ""
#: part/forms.py:81
msgid "Include Supplier Data"
msgstr ""
#: part/forms.py:81
msgid "Include part supplier data in exported BOM"
msgstr ""
#: part/forms.py:102 part/models.py:1781
msgid "Parent Part"
msgstr ""
#: part/forms.py:103 part/templates/part/bom_duplicate.html:7
msgid "Select parent part to copy BOM from"
msgstr ""
#: part/forms.py:109
msgid "Clear existing BOM items"
msgstr ""
#: part/forms.py:114
msgid "Confirm BOM duplication"
msgstr ""
#: part/forms.py:132
msgid "Confirm that the BOM is correct"
msgstr ""
#: part/forms.py:144
msgid "Select BOM file to upload"
msgstr ""
#: part/forms.py:163
msgid "Related Part"
msgstr ""
#: part/forms.py:182
msgid "Select part category"
msgstr ""
#: part/forms.py:199
msgid "Duplicate all BOM data for this part"
msgstr ""
#: part/forms.py:200
msgid "Copy BOM"
msgstr ""
#: part/forms.py:205
msgid "Duplicate all parameter data for this part"
msgstr ""
#: part/forms.py:206
msgid "Copy Parameters"
msgstr ""
#: part/forms.py:211
msgid "Confirm part creation"
msgstr ""
#: part/forms.py:216
msgid "Include category parameter templates"
msgstr ""
#: part/forms.py:221
msgid "Include parent categories parameter templates"
msgstr ""
#: part/forms.py:301
msgid "Add parameter template to same level categories"
msgstr ""
#: part/forms.py:305
msgid "Add parameter template to all categories"
msgstr ""
#: part/forms.py:349
msgid "Input quantity for price calculation"
msgstr ""
#: part/models.py:68
msgid "Default location for parts in this category"
msgstr ""
#: part/models.py:71
msgid "Default keywords for parts in this category"
msgstr ""
#: part/models.py:77 part/models.py:1826
#: part/templates/part/part_app_base.html:9
msgid "Part Category"
msgstr ""
#: part/models.py:78 part/templates/part/category.html:18
#: part/templates/part/category.html:89 templates/stats.html:39
#: users/models.py:32
msgid "Part Categories"
msgstr ""
#: part/models.py:409 part/models.py:419
#, python-brace-format
msgid "Part '{p1}' is used in BOM for '{p2}' (recursive)"
msgstr ""
#: part/models.py:516
msgid "Next available serial numbers are"
msgstr ""
#: part/models.py:520
msgid "Next available serial number is"
msgstr ""
#: part/models.py:525
msgid "Most recent serial number is"
msgstr ""
#: part/models.py:604
msgid "Duplicate IPN not allowed in part settings"
msgstr ""
#: part/models.py:615
msgid "Part must be unique for name, IPN and revision"
msgstr ""
#: part/models.py:646 part/templates/part/detail.html:19
msgid "Part name"
msgstr ""
#: part/models.py:653
msgid "Is Template"
msgstr ""
#: part/models.py:654
msgid "Is this part a template part?"
msgstr ""
#: part/models.py:665
msgid "Is this part a variant of another part?"
msgstr ""
#: part/models.py:666 part/templates/part/detail.html:57
msgid "Variant Of"
msgstr ""
#: part/models.py:672
msgid "Part description"
msgstr ""
#: part/models.py:677 part/templates/part/category.html:68
#: part/templates/part/detail.html:64
msgid "Keywords"
msgstr ""
#: part/models.py:678
msgid "Part keywords to improve visibility in search results"
msgstr ""
#: part/models.py:685 part/templates/part/detail.html:70
#: part/templates/part/set_category.html:15 templates/js/part.js:405
msgid "Category"
msgstr ""
#: part/models.py:686
msgid "Part category"
msgstr ""
#: part/models.py:691 part/templates/part/detail.html:25
#: part/templates/part/part_base.html:95 templates/js/part.js:180
msgid "IPN"
msgstr ""
#: part/models.py:692
msgid "Internal Part Number"
msgstr ""
#: part/models.py:698
msgid "Part revision or version number"
msgstr ""
#: part/models.py:699 part/templates/part/detail.html:32
#: templates/js/part.js:184
msgid "Revision"
msgstr ""
#: part/models.py:720
msgid "Where is this item normally stored?"
msgstr ""
#: part/models.py:767 part/templates/part/detail.html:94
msgid "Default Supplier"
msgstr ""
#: part/models.py:768
msgid "Default supplier part"
msgstr ""
#: part/models.py:775
msgid "Default Expiry"
msgstr ""
#: part/models.py:776
msgid "Expiry time (in days) for stock items of this part"
msgstr ""
#: part/models.py:781 part/templates/part/detail.html:108
msgid "Minimum Stock"
msgstr ""
#: part/models.py:782
msgid "Minimum allowed stock level"
msgstr ""
#: part/models.py:788 part/templates/part/detail.html:102
#: part/templates/part/params.html:26
msgid "Units"
msgstr ""
#: part/models.py:789
msgid "Stock keeping units for this part"
msgstr ""
#: part/models.py:795
msgid "Can this part be built from other parts?"
msgstr ""
#: part/models.py:801
msgid "Can this part be used to build other parts?"
msgstr ""
#: part/models.py:807
msgid "Does this part have tracking for unique items?"
msgstr ""
#: part/models.py:812
msgid "Can this part be purchased from external suppliers?"
msgstr ""
#: part/models.py:817
msgid "Can this part be sold to customers?"
msgstr ""
#: part/models.py:821 part/templates/part/detail.html:222
#: templates/js/table_filters.js:19 templates/js/table_filters.js:55
#: templates/js/table_filters.js:196 templates/js/table_filters.js:265
msgid "Active"
msgstr ""
#: part/models.py:822
msgid "Is this part active?"
msgstr ""
#: part/models.py:827
msgid "Is this a virtual part, such as a software product or license?"
msgstr ""
#: part/models.py:832
msgid "Part notes - supports Markdown formatting"
msgstr ""
#: part/models.py:835
msgid "Stored BOM checksum"
msgstr ""
#: part/models.py:1654
msgid "Test templates can only be created for trackable parts"
msgstr ""
#: part/models.py:1671
msgid "Test with this name already exists for this part"
msgstr ""
#: part/models.py:1690 templates/js/part.js:567 templates/js/stock.js:103
msgid "Test Name"
msgstr ""
#: part/models.py:1691
msgid "Enter a name for the test"
msgstr ""
#: part/models.py:1696
msgid "Test Description"
msgstr ""
#: part/models.py:1697
msgid "Enter description for this test"
msgstr ""
#: part/models.py:1702 templates/js/part.js:576
#: templates/js/table_filters.js:182
msgid "Required"
msgstr ""
#: part/models.py:1703
msgid "Is this test required to pass?"
msgstr ""
#: part/models.py:1708 templates/js/part.js:584
msgid "Requires Value"
msgstr ""
#: part/models.py:1709
msgid "Does this test require a value when adding a test result?"
msgstr ""
#: part/models.py:1714 templates/js/part.js:591
msgid "Requires Attachment"
msgstr ""
#: part/models.py:1715
msgid "Does this test require a file attachment when adding a test result?"
msgstr ""
#: part/models.py:1748
msgid "Parameter template name must be unique"
msgstr ""
#: part/models.py:1753
msgid "Parameter Name"
msgstr ""
#: part/models.py:1755
msgid "Parameter Units"
msgstr ""
#: part/models.py:1783 part/models.py:1831
#: templates/InvenTree/settings/category.html:62
msgid "Parameter Template"
msgstr ""
#: part/models.py:1785
msgid "Parameter Value"
msgstr ""
#: part/models.py:1835
msgid "Default Parameter Value"
msgstr ""
#: part/models.py:1865
msgid "Select parent part"
msgstr ""
#: part/models.py:1873
msgid "Select part to be used in BOM"
msgstr ""
#: part/models.py:1879
msgid "BOM quantity for this BOM item"
msgstr ""
#: part/models.py:1881
msgid "This BOM item is optional"
msgstr ""
#: part/models.py:1884
msgid "Estimated build wastage quantity (absolute or percentage)"
msgstr ""
#: part/models.py:1887
msgid "BOM item reference"
msgstr ""
#: part/models.py:1890
msgid "BOM item notes"
msgstr ""
#: part/models.py:1892
msgid "BOM line checksum"
msgstr ""
#: part/models.py:1963 part/views.py:1512 part/views.py:1564
#: stock/models.py:255
msgid "Quantity must be integer value for trackable parts"
msgstr ""
#: part/models.py:1972 part/models.py:1974
msgid "Sub part must be specified"
msgstr ""
#: part/models.py:1977
msgid "BOM Item"
msgstr ""
#: part/models.py:2098
msgid "Select Related Part"
msgstr ""
#: part/models.py:2130
msgid ""
"Error creating relationship: check that the part is not related to itself "
"and that the relationship is unique"
msgstr ""
#: part/templates/part/allocation.html:10
msgid "Part Stock Allocations"
msgstr ""
#: part/templates/part/allocation.html:14
#: part/templates/part/allocation.html:41
msgid "Order"
msgstr ""
#: part/templates/part/allocation.html:15
#: part/templates/part/allocation.html:21
#: part/templates/part/allocation.html:28
#: part/templates/part/allocation.html:45
#: stock/templates/stock/item_base.html:8
#: stock/templates/stock/item_base.html:89
#: stock/templates/stock/item_base.html:311
#: stock/templates/stock/stock_adjust.html:16 templates/js/build.js:751
#: templates/js/stock.js:839 templates/js/stock.js:1099
msgid "Stock Item"
msgstr ""
#: part/templates/part/attachments.html:8
msgid "Part Attachments"
msgstr ""
#: part/templates/part/bom.html:13
msgid "Bill of Materials"
msgstr ""
#: part/templates/part/bom.html:34
msgid "Remove selected BOM items"
msgstr ""
#: part/templates/part/bom.html:37
msgid "Import BOM data"
msgstr ""
#: part/templates/part/bom.html:38
msgid "Import from File"
msgstr ""
#: part/templates/part/bom.html:41
msgid "Copy BOM from parent part"
msgstr ""
#: part/templates/part/bom.html:42
msgid "Copy from Parent"
msgstr ""
#: part/templates/part/bom.html:45
msgid "New BOM Item"
msgstr ""
#: part/templates/part/bom.html:46
msgid "Add Item"
msgstr ""
#: part/templates/part/bom.html:48
msgid "Finish Editing"
msgstr ""
#: part/templates/part/bom.html:49
msgid "Finished"
msgstr ""
#: part/templates/part/bom.html:53
msgid "Edit BOM"
msgstr ""
#: part/templates/part/bom.html:54 part/templates/part/params.html:38
#: templates/InvenTree/settings/user.html:19
msgid "Edit"
msgstr ""
#: part/templates/part/bom.html:57
msgid "Validate Bill of Materials"
msgstr ""
#: part/templates/part/bom.html:58
msgid "Validate"
msgstr ""
#: part/templates/part/bom.html:62 part/views.py:1803
msgid "Export Bill of Materials"
msgstr ""
#: part/templates/part/bom.html:123
msgid "Delete selected BOM items?"
msgstr ""
#: part/templates/part/bom.html:124
msgid "All selected BOM items will be deleted"
msgstr ""
#: part/templates/part/bom_duplicate.html:13
msgid "This part already has a Bill of Materials"
msgstr ""
#: part/templates/part/bom_upload/select_fields.html:8
#: part/templates/part/bom_upload/select_parts.html:8
#: part/templates/part/bom_upload/upload_file.html:10
msgid "Upload Bill of Materials"
msgstr ""
#: part/templates/part/bom_upload/select_fields.html:10
msgid "Step 2 - Select Fields"
msgstr ""
#: part/templates/part/bom_upload/select_fields.html:15
msgid "Missing selections for the following required columns"
msgstr ""
#: part/templates/part/bom_upload/select_fields.html:26
msgid "Submit Selections"
msgstr ""
#: part/templates/part/bom_upload/select_fields.html:35
msgid "File Fields"
msgstr ""
#: part/templates/part/bom_upload/select_fields.html:52
msgid "Match Fields"
msgstr ""
#: part/templates/part/bom_upload/select_fields.html:62
msgid "Duplicate column selection"
msgstr ""
#: part/templates/part/bom_upload/select_parts.html:10
msgid "Step 3 - Select Parts"
msgstr ""
#: part/templates/part/bom_upload/select_parts.html:15
msgid "Errors exist in the submitted data"
msgstr ""
#: part/templates/part/bom_upload/select_parts.html:21
msgid "Submit BOM"
msgstr ""
#: part/templates/part/bom_upload/select_parts.html:33
msgid "Row"
msgstr ""
#: part/templates/part/bom_upload/select_parts.html:34
#: part/templates/part/bom_upload/select_parts.html:63
msgid "Select Part"
msgstr ""
#: part/templates/part/bom_upload/upload_file.html:13
msgid "Step 1 - Select BOM File"
msgstr ""
#: part/templates/part/bom_upload/upload_file.html:16
msgid "Requirements for BOM upload"
msgstr ""
#: part/templates/part/bom_upload/upload_file.html:18
msgid ""
"The BOM file must contain the required named columns as provided in the "
msgstr ""
#: part/templates/part/bom_upload/upload_file.html:18
msgid "BOM Upload Template"
msgstr ""
#: part/templates/part/bom_upload/upload_file.html:19
msgid "Each part must already exist in the database"
msgstr ""
#: part/templates/part/build.html:8
msgid "Part Builds"
msgstr ""
#: part/templates/part/build.html:15
msgid "Start New Build"
msgstr ""
#: part/templates/part/category.html:19
msgid "All parts"
msgstr ""
#: part/templates/part/category.html:24 part/views.py:2194
msgid "Create new part category"
msgstr ""
#: part/templates/part/category.html:30
msgid "Edit part category"
msgstr ""
#: part/templates/part/category.html:35
msgid "Delete part category"
msgstr ""
#: part/templates/part/category.html:45 part/templates/part/category.html:84
msgid "Category Details"
msgstr ""
#: part/templates/part/category.html:50
msgid "Category Path"
msgstr ""
#: part/templates/part/category.html:55
msgid "Category Description"
msgstr ""
#: part/templates/part/category.html:74
msgid "Subcategories"
msgstr ""
#: part/templates/part/category.html:79
msgid "Parts (Including subcategories)"
msgstr ""
#: part/templates/part/category.html:111
msgid "Export Part Data"
msgstr ""
#: part/templates/part/category.html:115
msgid "Create new part"
msgstr ""
#: part/templates/part/category.html:123
msgid "Set category"
msgstr ""
#: part/templates/part/category.html:123
msgid "Set Category"
msgstr ""
#: part/templates/part/category.html:126
msgid "Export Data"
msgstr ""
#: part/templates/part/category.html:174 templates/js/stock.js:648
msgid "Create new location"
msgstr ""
#: part/templates/part/category.html:179 part/templates/part/category.html:209
msgid "New Category"
msgstr ""
#: part/templates/part/category.html:180
msgid "Create new category"
msgstr ""
#: part/templates/part/category.html:210
msgid "Create new Part Category"
msgstr ""
#: part/templates/part/category.html:216 stock/views.py:1458
msgid "Create new Stock Location"
msgstr ""
#: part/templates/part/category_tabs.html:9
msgid "Parametric Table"
msgstr ""
#: part/templates/part/create_part.html:11
msgid "Possible Matching Parts"
msgstr ""
#: part/templates/part/create_part.html:12
msgid "The new part may be a duplicate of these existing parts"
msgstr ""
#: part/templates/part/create_part.html:16
msgid "match"
msgstr ""
#: part/templates/part/detail.html:9
msgid "Part Details"
msgstr ""
#: part/templates/part/detail.html:39
msgid "Latest Serial Number"
msgstr ""
#: part/templates/part/detail.html:44
msgid "No serial numbers recorded"
msgstr ""
#: part/templates/part/detail.html:115
msgid "Stock Expiry Time"
msgstr ""
#: part/templates/part/detail.html:121 templates/js/order.js:287
msgid "Creation Date"
msgstr ""
#: part/templates/part/detail.html:127
msgid "Created By"
msgstr ""
#: part/templates/part/detail.html:134
msgid "Responsible User"
msgstr ""
#: part/templates/part/detail.html:148
msgid "Part is virtual (not a physical part)"
msgstr ""
#: part/templates/part/detail.html:150
msgid "Part is not a virtual part"
msgstr ""
#: part/templates/part/detail.html:158
msgid "Part is a template part (variants can be made from this part)"
msgstr ""
#: part/templates/part/detail.html:160
msgid "Part is not a template part"
msgstr ""
#: part/templates/part/detail.html:168
msgid "Part can be assembled from other parts"
msgstr ""
#: part/templates/part/detail.html:170
msgid "Part cannot be assembled from other parts"
msgstr ""
#: part/templates/part/detail.html:178
msgid "Part can be used in assemblies"
msgstr ""
#: part/templates/part/detail.html:180
msgid "Part cannot be used in assemblies"
msgstr ""
#: part/templates/part/detail.html:188
msgid "Part stock is tracked by serial number"
msgstr ""
#: part/templates/part/detail.html:190
msgid "Part stock is not tracked by serial number"
msgstr ""
#: part/templates/part/detail.html:198 part/templates/part/detail.html:200
msgid "Part can be purchased from external suppliers"
msgstr ""
#: part/templates/part/detail.html:208
msgid "Part can be sold to customers"
msgstr ""
#: part/templates/part/detail.html:210
msgid "Part cannot be sold to customers"
msgstr ""
#: part/templates/part/detail.html:225
msgid "Part is active"
msgstr ""
#: part/templates/part/detail.html:227
msgid "Part is not active"
msgstr ""
#: part/templates/part/notes.html:13 part/templates/part/notes.html:29
msgid "Part Notes"
msgstr ""
#: part/templates/part/params.html:8
msgid "Part Parameters"
msgstr ""
#: part/templates/part/params.html:14
msgid "Add new parameter"
msgstr ""
#: part/templates/part/params.html:15
#: templates/InvenTree/settings/category.html:29
#: templates/InvenTree/settings/part.html:42
msgid "New Parameter"
msgstr ""
#: part/templates/part/params.html:25 stock/models.py:1541
#: templates/InvenTree/settings/header.html:8 templates/js/stock.js:123
msgid "Value"
msgstr ""
#: part/templates/part/params.html:41 part/templates/part/related.html:41
#: part/templates/part/supplier.html:19 users/models.py:164
msgid "Delete"
msgstr ""
#: part/templates/part/part_app_base.html:11
msgid "Part List"
msgstr ""
#: part/templates/part/part_base.html:11
msgid "This part is a virtual part"
msgstr ""
#: part/templates/part/part_base.html:16
msgid "This part is a template part."
msgstr ""
#: part/templates/part/part_base.html:21
msgid "This part is a variant of"
msgstr ""
#: part/templates/part/part_base.html:36 templates/js/company.js:155
#: templates/js/part.js:95 templates/js/part.js:172
msgid "Inactive"
msgstr ""
#: part/templates/part/part_base.html:43
msgid "Star this part"
msgstr ""
#: part/templates/part/part_base.html:49
#: stock/templates/stock/item_base.html:125
#: stock/templates/stock/location.html:43
msgid "Barcode actions"
msgstr ""
#: part/templates/part/part_base.html:51
#: stock/templates/stock/item_base.html:127
#: stock/templates/stock/location.html:45
msgid "Show QR Code"
msgstr ""
#: part/templates/part/part_base.html:52
#: stock/templates/stock/item_base.html:143
#: stock/templates/stock/location.html:46
msgid "Print Label"
msgstr ""
#: part/templates/part/part_base.html:56
msgid "Show pricing information"
msgstr ""
#: part/templates/part/part_base.html:60
msgid "Count part stock"
msgstr ""
#: part/templates/part/part_base.html:75
msgid "Part actions"
msgstr ""
#: part/templates/part/part_base.html:78
msgid "Duplicate part"
msgstr ""
#: part/templates/part/part_base.html:81
msgid "Edit part"
msgstr ""
#: part/templates/part/part_base.html:84
msgid "Delete part"
msgstr ""
#: part/templates/part/part_base.html:124 templates/js/table_filters.js:121
msgid "In Stock"
msgstr ""
#: part/templates/part/part_base.html:131
msgid "Allocated to Build Orders"
msgstr ""
#: part/templates/part/part_base.html:138
msgid "Allocated to Sales Orders"
msgstr ""
#: part/templates/part/part_base.html:160 templates/js/bom.js:262
msgid "Can Build"
msgstr ""
#: part/templates/part/part_base.html:166
msgid "Underway"
msgstr ""
#: part/templates/part/part_tests.html:8
msgid "Part Test Templates"
msgstr ""
#: part/templates/part/part_tests.html:14
msgid "Add Test Template"
msgstr ""
#: part/templates/part/part_thumb.html:16
msgid "Select from existing images"
msgstr ""
#: part/templates/part/part_thumb.html:17
msgid "Upload new image"
msgstr ""
#: part/templates/part/related.html:9
msgid "Related Parts"
msgstr ""
#: part/templates/part/related.html:15
msgid "Add Related"
msgstr ""
#: part/templates/part/sale_prices.html:9 part/templates/part/tabs.html:53
msgid "Sale Price"
msgstr ""
#: part/templates/part/sales_orders.html:15
msgid "New sales order"
msgstr ""
#: part/templates/part/sales_orders.html:15
msgid "New Order"
msgstr ""
#: part/templates/part/set_category.html:9
msgid "Set category for the following parts"
msgstr ""
#: part/templates/part/set_category.html:32
msgid "Remove part"
msgstr ""
#: part/templates/part/stock.html:8
msgid "Part Stock"
msgstr ""
#: part/templates/part/stock_count.html:7 templates/js/bom.js:230
#: templates/js/part.js:442
msgid "No Stock"
msgstr ""
#: part/templates/part/stock_count.html:9 templates/InvenTree/low_stock.html:7
msgid "Low Stock"
msgstr ""
#: part/templates/part/supplier.html:8
msgid "Part Suppliers"
msgstr ""
#: part/templates/part/supplier.html:19
msgid "Delete supplier parts"
msgstr ""
#: part/templates/part/supplier.html:48
msgid "Create new supplier"
msgstr ""
#: part/templates/part/supplier.html:54
msgid "Create new manufacturer"
msgstr ""
#: part/templates/part/tabs.html:9
msgid "Parameters"
msgstr ""
#: part/templates/part/tabs.html:13
msgid "Variants"
msgstr ""
#: part/templates/part/tabs.html:28
msgid "BOM"
msgstr ""
#: part/templates/part/tabs.html:37
msgid "Used In"
msgstr ""
#: part/templates/part/tabs.html:61 stock/templates/stock/item_base.html:369
msgid "Tests"
msgstr ""
#: part/templates/part/tabs.html:67
msgid "Related"
msgstr ""
#: part/templates/part/track.html:8
msgid "Part Tracking"
msgstr ""
#: part/templates/part/used_in.html:7
msgid "Assemblies"
msgstr ""
#: part/templates/part/variants.html:11
msgid "Part Variants"
msgstr ""
#: part/templates/part/variants.html:22
msgid "Create new variant"
msgstr ""
#: part/templates/part/variants.html:23
msgid "New Variant"
msgstr ""
#: part/views.py:86
msgid "Add Related Part"
msgstr ""
#: part/views.py:142
msgid "Delete Related Part"
msgstr ""
#: part/views.py:154
msgid "Add part attachment"
msgstr ""
#: part/views.py:209 templates/attachment_table.html:32
msgid "Edit attachment"
msgstr ""
#: part/views.py:215
msgid "Part attachment updated"
msgstr ""
#: part/views.py:230
msgid "Delete Part Attachment"
msgstr ""
#: part/views.py:238
msgid "Deleted part attachment"
msgstr ""
#: part/views.py:247
msgid "Create Test Template"
msgstr ""
#: part/views.py:276
msgid "Edit Test Template"
msgstr ""
#: part/views.py:292
msgid "Delete Test Template"
msgstr ""
#: part/views.py:301
msgid "Set Part Category"
msgstr ""
#: part/views.py:351
#, python-brace-format
msgid "Set category for {n} parts"
msgstr ""
#: part/views.py:386
msgid "Create Variant"
msgstr ""
#: part/views.py:468
msgid "Duplicate Part"
msgstr ""
#: part/views.py:475
msgid "Copied part"
msgstr ""
#: part/views.py:529 part/views.py:669
msgid "Possible matches exist - confirm creation of new part"
msgstr ""
#: part/views.py:594 templates/js/stock.js:995
msgid "Create New Part"
msgstr ""
#: part/views.py:601
msgid "Created new part"
msgstr ""
#: part/views.py:838
msgid "Part QR Code"
msgstr ""
#: part/views.py:857
msgid "Upload Part Image"
msgstr ""
#: part/views.py:865 part/views.py:902
msgid "Updated part image"
msgstr ""
#: part/views.py:874
msgid "Select Part Image"
msgstr ""
#: part/views.py:905
msgid "Part image not found"
msgstr ""
#: part/views.py:916
msgid "Edit Part Properties"
msgstr ""
#: part/views.py:947
msgid "Duplicate BOM"
msgstr ""
#: part/views.py:978
msgid "Confirm duplication of BOM from parent"
msgstr ""
#: part/views.py:999
msgid "Validate BOM"
msgstr ""
#: part/views.py:1022
msgid "Confirm that the BOM is valid"
msgstr ""
#: part/views.py:1033
msgid "Validated Bill of Materials"
msgstr ""
#: part/views.py:1167
msgid "No BOM file provided"
msgstr ""
#: part/views.py:1515
msgid "Enter a valid quantity"
msgstr ""
#: part/views.py:1540 part/views.py:1543
msgid "Select valid part"
msgstr ""
#: part/views.py:1549
msgid "Duplicate part selected"
msgstr ""
#: part/views.py:1587
msgid "Select a part"
msgstr ""
#: part/views.py:1593
msgid "Selected part creates a circular BOM"
msgstr ""
#: part/views.py:1597
msgid "Specify quantity"
msgstr ""
#: part/views.py:1853
msgid "Confirm Part Deletion"
msgstr ""
#: part/views.py:1862
msgid "Part was deleted"
msgstr ""
#: part/views.py:1871
msgid "Part Pricing"
msgstr ""
#: part/views.py:1985
msgid "Create Part Parameter Template"
msgstr ""
#: part/views.py:1995
msgid "Edit Part Parameter Template"
msgstr ""
#: part/views.py:2004
msgid "Delete Part Parameter Template"
msgstr ""
#: part/views.py:2014
msgid "Create Part Parameter"
msgstr ""
#: part/views.py:2066
msgid "Edit Part Parameter"
msgstr ""
#: part/views.py:2082
msgid "Delete Part Parameter"
msgstr ""
#: part/views.py:2141
msgid "Edit Part Category"
msgstr ""
#: part/views.py:2178
msgid "Delete Part Category"
msgstr ""
#: part/views.py:2186
msgid "Part category was deleted"
msgstr ""
#: part/views.py:2242
msgid "Create Category Parameter Template"
msgstr ""
#: part/views.py:2345
msgid "Edit Category Parameter Template"
msgstr ""
#: part/views.py:2403
msgid "Delete Category Parameter Template"
msgstr ""
#: part/views.py:2428
msgid "Create BOM Item"
msgstr ""
#: part/views.py:2500
msgid "Edit BOM item"
msgstr ""
#: part/views.py:2557
msgid "Confim BOM item deletion"
msgstr ""
#: report/models.py:147
msgid "Template name"
msgstr ""
#: report/models.py:153
msgid "Report template file"
msgstr ""
#: report/models.py:157
msgid "Report template description"
msgstr ""
#: report/models.py:161
msgid "Report template is enabled"
msgstr ""
#: report/models.py:168
msgid "Part query filters (comma-separated list of key=value pairs)"
msgstr ""
#: report/models.py:230
msgid "Report asset file"
msgstr ""
#: report/models.py:233
msgid "Asset file description"
msgstr ""
#: stock/forms.py:117
msgid "Enter unique serial numbers (or leave blank)"
msgstr ""
#: stock/forms.py:201 stock/forms.py:257
msgid "Select test report template"
msgstr ""
#: stock/forms.py:265
msgid "Include stock items in sub locations"
msgstr ""
#: stock/forms.py:300
msgid "Stock item to install"
msgstr ""
#: stock/forms.py:307
msgid "Stock quantity to assign"
msgstr ""
#: stock/forms.py:335
msgid "Must not exceed available quantity"
msgstr ""
#: stock/forms.py:345
msgid "Destination location for uninstalled items"
msgstr ""
#: stock/forms.py:347
msgid "Add transaction note (optional)"
msgstr ""
#: stock/forms.py:349
msgid "Confirm uninstall"
msgstr ""
#: stock/forms.py:349
msgid "Confirm removal of installed stock items"
msgstr ""
#: stock/forms.py:373
msgid "Destination stock location"
msgstr ""
#: stock/forms.py:375
msgid "Add note (required)"
msgstr ""
#: stock/forms.py:379 stock/views.py:950 stock/views.py:1148
msgid "Confirm stock adjustment"
msgstr ""
#: stock/forms.py:379
msgid "Confirm movement of stock items"
msgstr ""
#: stock/forms.py:381
msgid "Set Default Location"
msgstr ""
#: stock/forms.py:381
msgid "Set the destination as the default location for selected parts"
msgstr ""
#: stock/models.py:200
msgid "Created stock item"
msgstr ""
#: stock/models.py:236
msgid "StockItem with this serial number already exists"
msgstr ""
#: stock/models.py:272
#, python-brace-format
msgid "Part type ('{pf}') must be {pe}"
msgstr ""
#: stock/models.py:282 stock/models.py:291
msgid "Quantity must be 1 for item with a serial number"
msgstr ""
#: stock/models.py:283
msgid "Serial number cannot be set if quantity greater than 1"
msgstr ""
#: stock/models.py:305
msgid "Item cannot belong to itself"
msgstr ""
#: stock/models.py:311
msgid "Item must have a build reference if is_building=True"
msgstr ""
#: stock/models.py:318
msgid "Build reference does not point to the same part object"
msgstr ""
#: stock/models.py:358
msgid "Parent Stock Item"
msgstr ""
#: stock/models.py:367
msgid "Base part"
msgstr ""
#: stock/models.py:376
msgid "Select a matching supplier part for this stock item"
msgstr ""
#: stock/models.py:381 stock/templates/stock/stock_app_base.html:7
msgid "Stock Location"
msgstr ""
#: stock/models.py:384
msgid "Where is this stock item located?"
msgstr ""
#: stock/models.py:389 stock/templates/stock/item_base.html:249
msgid "Installed In"
msgstr ""
#: stock/models.py:392
msgid "Is this item installed in another item?"
msgstr ""
#: stock/models.py:408
msgid "Serial number for this item"
msgstr ""
#: stock/models.py:420
msgid "Batch code for this stock item"
msgstr ""
#: stock/models.py:424
msgid "Stock Quantity"
msgstr ""
#: stock/models.py:433
msgid "Source Build"
msgstr ""
#: stock/models.py:435
msgid "Build for this stock item"
msgstr ""
#: stock/models.py:446
msgid "Source Purchase Order"
msgstr ""
#: stock/models.py:449
msgid "Purchase order for this stock item"
msgstr ""
#: stock/models.py:455
msgid "Destination Sales Order"
msgstr ""
#: stock/models.py:461 stock/templates/stock/item_base.html:336
#: templates/js/stock.js:612
msgid "Expiry Date"
msgstr ""
#: stock/models.py:462
msgid ""
"Expiry date for stock item. Stock will be considered expired after this date"
msgstr ""
#: stock/models.py:475
msgid "Delete this Stock Item when stock is depleted"
msgstr ""
#: stock/models.py:485 stock/templates/stock/item_notes.html:14
#: stock/templates/stock/item_notes.html:30
msgid "Stock Item Notes"
msgstr ""
#: stock/models.py:495
msgid "Single unit purchase price at time of purchase"
msgstr ""
#: stock/models.py:599
msgid "Assigned to Customer"
msgstr ""
#: stock/models.py:601
msgid "Manually assigned to customer"
msgstr ""
#: stock/models.py:614
msgid "Returned from customer"
msgstr ""
#: stock/models.py:616
msgid "Returned to location"
msgstr ""
#: stock/models.py:741
msgid "Installed into stock item"
msgstr ""
#: stock/models.py:749
msgid "Installed stock item"
msgstr ""
#: stock/models.py:773
msgid "Uninstalled stock item"
msgstr ""
#: stock/models.py:792
msgid "Uninstalled into location"
msgstr ""
#: stock/models.py:872
msgid "Part is not set as trackable"
msgstr ""
#: stock/models.py:878
msgid "Quantity must be integer"
msgstr ""
#: stock/models.py:884
#, python-brace-format
msgid "Quantity must not exceed available stock quantity ({n})"
msgstr ""
#: stock/models.py:887
msgid "Serial numbers must be a list of integers"
msgstr ""
#: stock/models.py:890
msgid "Quantity does not match serial numbers"
msgstr ""
#: stock/models.py:922
msgid "Add serial number"
msgstr ""
#: stock/models.py:925
#, python-brace-format
msgid "Serialized {n} items"
msgstr ""
#: stock/models.py:1036
msgid "StockItem cannot be moved as it is not in stock"
msgstr ""
#: stock/models.py:1442
msgid "Tracking entry title"
msgstr ""
#: stock/models.py:1444
msgid "Entry notes"
msgstr ""
#: stock/models.py:1446
msgid "Link to external page for further information"
msgstr ""
#: stock/models.py:1506
msgid "Value must be provided for this test"
msgstr ""
#: stock/models.py:1512
msgid "Attachment must be uploaded for this test"
msgstr ""
#: stock/models.py:1529
msgid "Test"
msgstr ""
#: stock/models.py:1530
msgid "Test name"
msgstr ""
#: stock/models.py:1535
msgid "Result"
msgstr ""
#: stock/models.py:1536 templates/js/table_filters.js:172
msgid "Test result"
msgstr ""
#: stock/models.py:1542
msgid "Test output value"
msgstr ""
#: stock/models.py:1548
msgid "Attachment"
msgstr ""
#: stock/models.py:1549
msgid "Test result attachment"
msgstr ""
#: stock/models.py:1555
msgid "Test notes"
msgstr ""
#: stock/templates/stock/item.html:16
msgid "Stock Tracking Information"
msgstr ""
#: stock/templates/stock/item.html:25
msgid "New Entry"
msgstr ""
#: stock/templates/stock/item_attachments.html:10
msgid "Stock Item Attachments"
msgstr ""
#: stock/templates/stock/item_base.html:24
msgid ""
"You are not in the list of owners of this item. This stock item cannot be "
"edited."
msgstr ""
#: stock/templates/stock/item_base.html:31
msgid "This stock item is in production and cannot be edited."
msgstr ""
#: stock/templates/stock/item_base.html:32
msgid "Edit the stock item from the build view."
msgstr ""
#: stock/templates/stock/item_base.html:45
msgid "This stock item has not passed all required tests"
msgstr ""
#: stock/templates/stock/item_base.html:51
msgid "This stock item is allocated to Sales Order"
msgstr ""
#: stock/templates/stock/item_base.html:57
msgid "This stock item is allocated to Build"
msgstr ""
#: stock/templates/stock/item_base.html:63
msgid ""
"This stock item is serialized - it has a unique serial number and the "
"quantity cannot be adjusted."
msgstr ""
#: stock/templates/stock/item_base.html:67
msgid "This stock item cannot be deleted as it has child items"
msgstr ""
#: stock/templates/stock/item_base.html:71
msgid ""
"This stock item will be automatically deleted when all stock is depleted."
msgstr ""
#: stock/templates/stock/item_base.html:91
#: stock/templates/stock/item_base.html:340 templates/js/table_filters.js:111
msgid "Expired"
msgstr ""
#: stock/templates/stock/item_base.html:95
#: stock/templates/stock/item_base.html:342 templates/js/table_filters.js:116
msgid "Stale"
msgstr ""
#: stock/templates/stock/item_base.html:130 templates/js/barcode.js:283
#: templates/js/barcode.js:288
msgid "Unlink Barcode"
msgstr ""
#: stock/templates/stock/item_base.html:132
msgid "Link Barcode"
msgstr ""
#: stock/templates/stock/item_base.html:140
msgid "Document actions"
msgstr ""
#: stock/templates/stock/item_base.html:146
#: stock/templates/stock/item_tests.html:25
msgid "Test Report"
msgstr ""
#: stock/templates/stock/item_base.html:156
msgid "Stock adjustment actions"
msgstr ""
#: stock/templates/stock/item_base.html:160
#: stock/templates/stock/location.html:57 templates/stock_table.html:35
msgid "Count stock"
msgstr ""
#: stock/templates/stock/item_base.html:161 templates/stock_table.html:33
msgid "Add stock"
msgstr ""
#: stock/templates/stock/item_base.html:162 templates/stock_table.html:34
msgid "Remove stock"
msgstr ""
#: stock/templates/stock/item_base.html:164
msgid "Transfer stock"
msgstr ""
#: stock/templates/stock/item_base.html:166
msgid "Serialize stock"
msgstr ""
#: stock/templates/stock/item_base.html:170
msgid "Assign to customer"
msgstr ""
#: stock/templates/stock/item_base.html:173
msgid "Return to stock"
msgstr ""
#: stock/templates/stock/item_base.html:177 templates/js/stock.js:1136
msgid "Uninstall stock item"
msgstr ""
#: stock/templates/stock/item_base.html:177
msgid "Uninstall"
msgstr ""
#: stock/templates/stock/item_base.html:186
#: stock/templates/stock/location.html:54
msgid "Stock actions"
msgstr ""
#: stock/templates/stock/item_base.html:189
msgid "Convert to variant"
msgstr ""
#: stock/templates/stock/item_base.html:192
msgid "Duplicate stock item"
msgstr ""
#: stock/templates/stock/item_base.html:194
msgid "Edit stock item"
msgstr ""
#: stock/templates/stock/item_base.html:197
msgid "Delete stock item"
msgstr ""
#: stock/templates/stock/item_base.html:209
msgid "Stock Item Details"
msgstr ""
#: stock/templates/stock/item_base.html:268 templates/js/build.js:442
msgid "No location set"
msgstr ""
#: stock/templates/stock/item_base.html:275
msgid "Barcode Identifier"
msgstr ""
#: stock/templates/stock/item_base.html:289 templates/js/build.js:642
#: templates/navbar.html:25
msgid "Build"
msgstr ""
#: stock/templates/stock/item_base.html:310
msgid "Parent Item"
msgstr ""
#: stock/templates/stock/item_base.html:340
msgid "This StockItem expired on"
msgstr ""
#: stock/templates/stock/item_base.html:342
msgid "This StockItem expires on"
msgstr ""
#: stock/templates/stock/item_base.html:349 templates/js/stock.js:618
msgid "Last Updated"
msgstr ""
#: stock/templates/stock/item_base.html:354
msgid "Last Stocktake"
msgstr ""
#: stock/templates/stock/item_base.html:358
msgid "No stocktake performed"
msgstr ""
#: stock/templates/stock/item_childs.html:12
msgid "Child Stock Items"
msgstr ""
#: stock/templates/stock/item_childs.html:18
msgid "This stock item does not have any child items"
msgstr ""
#: stock/templates/stock/item_delete.html:9
msgid "Are you sure you want to delete this stock item?"
msgstr ""
#: stock/templates/stock/item_install.html:7
msgid "Install another StockItem into this item."
msgstr ""
#: stock/templates/stock/item_install.html:10
msgid "Stock items can only be installed if they meet the following criteria"
msgstr ""
#: stock/templates/stock/item_install.html:13
msgid "The StockItem links to a Part which is in the BOM for this StockItem"
msgstr ""
#: stock/templates/stock/item_install.html:14
msgid "The StockItem is currently in stock"
msgstr ""
#: stock/templates/stock/item_installed.html:10
msgid "Installed Stock Items"
msgstr ""
#: stock/templates/stock/item_serialize.html:5
msgid "Create serialized items from this stock item."
msgstr ""
#: stock/templates/stock/item_serialize.html:7
msgid "Select quantity to serialize, and unique serial numbers."
msgstr ""
#: stock/templates/stock/item_tests.html:10 stock/templates/stock/tabs.html:13
msgid "Test Data"
msgstr ""
#: stock/templates/stock/item_tests.html:18
msgid "Delete Test Data"
msgstr ""
#: stock/templates/stock/item_tests.html:22
msgid "Add Test Data"
msgstr ""
#: stock/templates/stock/location.html:13
msgid ""
"You are not in the list of owners of this location. This stock location "
"cannot be edited."
msgstr ""
#: stock/templates/stock/location.html:30
msgid "All stock items"
msgstr ""
#: stock/templates/stock/location.html:47
msgid "Check-in Items"
msgstr ""
#: stock/templates/stock/location.html:63
msgid "Location actions"
msgstr ""
#: stock/templates/stock/location.html:65
msgid "Edit location"
msgstr ""
#: stock/templates/stock/location.html:67
msgid "Delete location"
msgstr ""
#: stock/templates/stock/location.html:78
msgid "Location Details"
msgstr ""
#: stock/templates/stock/location.html:83
msgid "Location Path"
msgstr ""
#: stock/templates/stock/location.html:88
msgid "Location Description"
msgstr ""
#: stock/templates/stock/location.html:93
msgid "Sublocations"
msgstr ""
#: stock/templates/stock/location.html:98
#: stock/templates/stock/location.html:113
#: templates/InvenTree/search_stock_items.html:6 templates/stats.html:48
#: templates/stats.html:57 users/models.py:35
msgid "Stock Items"
msgstr ""
#: stock/templates/stock/location.html:103
msgid "Stock Details"
msgstr ""
#: stock/templates/stock/location.html:108
#: templates/InvenTree/search_stock_location.html:6 templates/stats.html:52
#: users/models.py:34
msgid "Stock Locations"
msgstr ""
#: stock/templates/stock/location_delete.html:7
msgid "Are you sure you want to delete this stock location?"
msgstr ""
#: stock/templates/stock/stock_uninstall.html:8
msgid "The following stock items will be uninstalled"
msgstr ""
#: stock/templates/stock/stockitem_convert.html:7 stock/views.py:1430
msgid "Convert Stock Item"
msgstr ""
#: stock/templates/stock/stockitem_convert.html:8
msgid "This stock item is current an instance of "
msgstr ""
#: stock/templates/stock/stockitem_convert.html:9
msgid "It can be converted to one of the part variants listed below."
msgstr ""
#: stock/templates/stock/stockitem_convert.html:14
msgid "This action cannot be easily undone"
msgstr ""
#: stock/templates/stock/tabs.html:6
msgid "Tracking"
msgstr ""
#: stock/templates/stock/tabs.html:21
msgid "Builds"
msgstr ""
#: stock/templates/stock/tabs.html:38
msgid "Children"
msgstr ""
#: stock/templates/stock/tabs.html:44
msgid "Installed Items"
msgstr ""
#: stock/views.py:126
msgid "Edit Stock Location"
msgstr ""
#: stock/views.py:234 stock/views.py:1420 stock/views.py:1533
#: stock/views.py:1895
msgid "Owner is required (ownership control is enabled)"
msgstr ""
#: stock/views.py:249
msgid "Stock Location QR code"
msgstr ""
#: stock/views.py:268
msgid "Add Stock Item Attachment"
msgstr ""
#: stock/views.py:315
msgid "Edit Stock Item Attachment"
msgstr ""
#: stock/views.py:332
msgid "Delete Stock Item Attachment"
msgstr ""
#: stock/views.py:349
msgid "Assign to Customer"
msgstr ""
#: stock/views.py:359
msgid "Customer must be specified"
msgstr ""
#: stock/views.py:383
msgid "Return to Stock"
msgstr ""
#: stock/views.py:393
msgid "Specify a valid location"
msgstr ""
#: stock/views.py:404
msgid "Stock item returned from customer"
msgstr ""
#: stock/views.py:415
msgid "Delete All Test Data"
msgstr ""
#: stock/views.py:431
msgid "Confirm test data deletion"
msgstr ""
#: stock/views.py:451
msgid "Add Test Result"
msgstr ""
#: stock/views.py:492
msgid "Edit Test Result"
msgstr ""
#: stock/views.py:510
msgid "Delete Test Result"
msgstr ""
#: stock/views.py:522
msgid "Select Test Report Template"
msgstr ""
#: stock/views.py:552
msgid "Select valid template"
msgstr ""
#: stock/views.py:605
msgid "Stock Export Options"
msgstr ""
#: stock/views.py:727
msgid "Stock Item QR Code"
msgstr ""
#: stock/views.py:753
msgid "Install Stock Item"
msgstr ""
#: stock/views.py:853
msgid "Uninstall Stock Items"
msgstr ""
#: stock/views.py:961
msgid "Uninstalled stock items"
msgstr ""
#: stock/views.py:986
msgid "Adjust Stock"
msgstr ""
#: stock/views.py:1096
msgid "Move Stock Items"
msgstr ""
#: stock/views.py:1097
msgid "Count Stock Items"
msgstr ""
#: stock/views.py:1098
msgid "Remove From Stock"
msgstr ""
#: stock/views.py:1099
msgid "Add Stock Items"
msgstr ""
#: stock/views.py:1100
msgid "Delete Stock Items"
msgstr ""
#: stock/views.py:1128
msgid "Must enter integer value"
msgstr ""
#: stock/views.py:1133
msgid "Quantity must be positive"
msgstr ""
#: stock/views.py:1140
#, python-brace-format
msgid "Quantity must not exceed {x}"
msgstr ""
#: stock/views.py:1219
#, python-brace-format
msgid "Added stock to {n} items"
msgstr ""
#: stock/views.py:1234
#, python-brace-format
msgid "Removed stock from {n} items"
msgstr ""
#: stock/views.py:1247
#, python-brace-format
msgid "Counted stock for {n} items"
msgstr ""
#: stock/views.py:1287
msgid "No items were moved"
msgstr ""
#: stock/views.py:1290
#, python-brace-format
msgid "Moved {n} items to {dest}"
msgstr ""
#: stock/views.py:1309
#, python-brace-format
msgid "Deleted {n} stock items"
msgstr ""
#: stock/views.py:1321
msgid "Edit Stock Item"
msgstr ""
#: stock/views.py:1550
msgid "Serialize Stock"
msgstr ""
#: stock/views.py:1644 templates/js/build.js:210
msgid "Create new Stock Item"
msgstr ""
#: stock/views.py:1787
msgid "Duplicate Stock Item"
msgstr ""
#: stock/views.py:1869
msgid "Quantity cannot be negative"
msgstr ""
#: stock/views.py:1964
msgid "Delete Stock Location"
msgstr ""
#: stock/views.py:1978
msgid "Delete Stock Item"
msgstr ""
#: stock/views.py:1990
msgid "Delete Stock Tracking Entry"
msgstr ""
#: stock/views.py:2009
msgid "Edit Stock Tracking Entry"
msgstr ""
#: stock/views.py:2019
msgid "Add Stock Tracking Entry"
msgstr ""
#: templates/403.html:5 templates/403.html:11
msgid "Permission Denied"
msgstr ""
#: templates/403.html:14
msgid "You do not have permission to view this page."
msgstr ""
#: templates/404.html:5 templates/404.html:11
msgid "Page Not Found"
msgstr ""
#: templates/404.html:14
msgid "The requested page does not exist"
msgstr ""
#: templates/InvenTree/bom_invalid.html:7
msgid "BOM Waiting Validation"
msgstr ""
#: templates/InvenTree/build_overdue.html:7
msgid "Overdue Builds"
msgstr ""
#: templates/InvenTree/build_pending.html:7
msgid "Pending Builds"
msgstr ""
#: templates/InvenTree/expired_stock.html:7
msgid "Expired Stock"
msgstr ""
#: templates/InvenTree/index.html:5
msgid "Index"
msgstr ""
#: templates/InvenTree/latest_parts.html:7
msgid "Latest Parts"
msgstr ""
#: templates/InvenTree/po_outstanding.html:7
msgid "Outstanding Purchase Orders"
msgstr ""
#: templates/InvenTree/po_overdue.html:7
msgid "Overdue Purchase Orders"
msgstr ""
#: templates/InvenTree/required_stock_build.html:7
msgid "Require Stock To Complete Build"
msgstr ""
#: templates/InvenTree/search.html:7 templates/InvenTree/search.html:12
msgid "Search Results"
msgstr ""
#: templates/InvenTree/search.html:24
msgid "No results found for "
msgstr ""
#: templates/InvenTree/search.html:42
msgid "Enter a search query"
msgstr ""
#: templates/InvenTree/search.html:191 templates/js/stock.js:300
msgid "Shipped to customer"
msgstr ""
#: templates/InvenTree/search.html:194 templates/js/stock.js:310
msgid "No stock location set"
msgstr ""
#: templates/InvenTree/searching.html:3
msgid "Searching"
msgstr ""
#: templates/InvenTree/settings/build.html:10
msgid "Build Order Settings"
msgstr ""
#: templates/InvenTree/settings/category.html:9
msgid "Category Settings"
msgstr ""
#: templates/InvenTree/settings/category.html:25
msgid "Category Parameter Templates"
msgstr ""
#: templates/InvenTree/settings/category.html:52
msgid "No category parameter templates found"
msgstr ""
#: templates/InvenTree/settings/category.html:67
msgid "Default Value"
msgstr ""
#: templates/InvenTree/settings/category.html:70
#: templates/InvenTree/settings/part.html:79
msgid "Edit Template"
msgstr ""
#: templates/InvenTree/settings/category.html:71
#: templates/InvenTree/settings/part.html:80
msgid "Delete Template"
msgstr ""
#: templates/InvenTree/settings/global.html:10
msgid "Global InvenTree Settings"
msgstr ""
#: templates/InvenTree/settings/header.html:7
msgid "Setting"
msgstr ""
#: templates/InvenTree/settings/part.html:9
msgid "Part Settings"
msgstr ""
#: templates/InvenTree/settings/part.html:14
msgid "Part Options"
msgstr ""
#: templates/InvenTree/settings/part.html:38
msgid "Part Parameter Templates"
msgstr ""
#: templates/InvenTree/settings/part.html:59
msgid "No part parameter templates found"
msgstr ""
#: templates/InvenTree/settings/po.html:9
msgid "Purchase Order Settings"
msgstr ""
#: templates/InvenTree/settings/setting.html:23
msgid "No value set"
msgstr ""
#: templates/InvenTree/settings/setting.html:31
msgid "Edit setting"
msgstr ""
#: templates/InvenTree/settings/settings.html:7
#: templates/InvenTree/settings/settings.html:13 templates/navbar.html:66
msgid "Settings"
msgstr ""
#: templates/InvenTree/settings/so.html:9
msgid "Sales Order Settings"
msgstr ""
#: templates/InvenTree/settings/stock.html:9
msgid "Stock Settings"
msgstr ""
#: templates/InvenTree/settings/stock.html:13
msgid "Stock Options"
msgstr ""
#: templates/InvenTree/settings/tabs.html:3
#: templates/InvenTree/settings/user.html:10
msgid "User Settings"
msgstr ""
#: templates/InvenTree/settings/tabs.html:6
msgid "Account"
msgstr ""
#: templates/InvenTree/settings/tabs.html:9
msgid "Theme"
msgstr ""
#: templates/InvenTree/settings/tabs.html:13
msgid "InvenTree Settings"
msgstr ""
#: templates/InvenTree/settings/tabs.html:16
msgid "Global"
msgstr ""
#: templates/InvenTree/settings/tabs.html:19
msgid "Categories"
msgstr ""
#: templates/InvenTree/settings/theme.html:10
msgid "Theme Settings"
msgstr ""
#: templates/InvenTree/settings/theme.html:17
msgid "Color Themes"
msgstr ""
#: templates/InvenTree/settings/theme.html:29
#, python-format
msgid ""
"\n"
"\t\tThe CSS sheet \"%(invalid_color_theme)s.css\" for the currently selected "
"color theme was not found.<br>\n"
"\t\tPlease select another color theme :)\n"
"\t"
msgstr ""
#: templates/InvenTree/settings/user.html:16
msgid "User Information"
msgstr ""
#: templates/InvenTree/settings/user.html:21
msgid "Change Password"
msgstr ""
#: templates/InvenTree/settings/user.html:28
msgid "Username"
msgstr ""
#: templates/InvenTree/settings/user.html:32
msgid "First Name"
msgstr ""
#: templates/InvenTree/settings/user.html:36
msgid "Last Name"
msgstr ""
#: templates/InvenTree/settings/user.html:40
msgid "Email Address"
msgstr ""
#: templates/InvenTree/so_outstanding.html:7
msgid "Outstanding Sales Orders"
msgstr ""
#: templates/InvenTree/so_overdue.html:7
msgid "Overdue Sales Orders"
msgstr ""
#: templates/InvenTree/stale_stock.html:7
msgid "Stale Stock"
msgstr ""
#: templates/InvenTree/starred_parts.html:7
msgid "Starred Parts"
msgstr ""
#: templates/about.html:13
msgid "InvenTree Version Information"
msgstr ""
#: templates/about.html:21
msgid "InvenTree Version"
msgstr ""
#: templates/about.html:25
msgid "Django Version"
msgstr ""
#: templates/about.html:29
msgid "Commit Hash"
msgstr ""
#: templates/about.html:33
msgid "Commit Date"
msgstr ""
#: templates/about.html:37
msgid "InvenTree Documentation"
msgstr ""
#: templates/about.html:42
msgid "View Code on GitHub"
msgstr ""
#: templates/about.html:46
msgid "Submit Bug Report"
msgstr ""
#: templates/attachment_table.html:6
msgid "Add Attachment"
msgstr ""
#: templates/attachment_table.html:15
msgid "File"
msgstr ""
#: templates/attachment_table.html:16
msgid "Comment"
msgstr ""
#: templates/attachment_table.html:17
msgid "Uploaded"
msgstr ""
#: templates/attachment_table.html:35
msgid "Delete attachment"
msgstr ""
#: templates/js/barcode.js:8
msgid "Scan barcode data here using wedge scanner"
msgstr ""
#: templates/js/barcode.js:12
msgid "Barcode"
msgstr ""
#: templates/js/barcode.js:20
msgid "Enter barcode data"
msgstr ""
#: templates/js/barcode.js:42 templates/js/modals.js:856
msgid "Invalid server response"
msgstr ""
#: templates/js/barcode.js:143
msgid "Scan barcode data below"
msgstr ""
#: templates/js/barcode.js:217 templates/js/barcode.js:263
msgid "Unknown response from server"
msgstr ""
#: templates/js/barcode.js:239
msgid "Link Barcode to Stock Item"
msgstr ""
#: templates/js/barcode.js:285
msgid ""
"This will remove the association between this stock item and the barcode"
msgstr ""
#: templates/js/barcode.js:291
msgid "Unlink"
msgstr ""
#: templates/js/barcode.js:350
msgid "Remove stock item"
msgstr ""
#: templates/js/barcode.js:397
msgid "Enter notes"
msgstr ""
#: templates/js/barcode.js:399
msgid "Enter optional notes for stock transfer"
msgstr ""
#: templates/js/barcode.js:404
msgid "Check Stock Items into Location"
msgstr ""
#: templates/js/barcode.js:408
msgid "Check In"
msgstr ""
#: templates/js/barcode.js:466
msgid "Server error"
msgstr ""
#: templates/js/barcode.js:485
msgid "Stock Item already scanned"
msgstr ""
#: templates/js/barcode.js:489
msgid "Stock Item already in this location"
msgstr ""
#: templates/js/barcode.js:496
msgid "Added stock item"
msgstr ""
#: templates/js/barcode.js:503
msgid "Barcode does not match Stock Item"
msgstr ""
#: templates/js/bom.js:165
msgid "Open subassembly"
msgstr ""
#: templates/js/bom.js:206
msgid "Optional"
msgstr ""
#: templates/js/bom.js:252
msgid "No pricing available"
msgstr ""
#: templates/js/bom.js:304 templates/js/build.js:571
msgid "Actions"
msgstr ""
#: templates/js/bom.js:312
msgid "Validate BOM Item"
msgstr ""
#: templates/js/bom.js:314
msgid "This line has been validated"
msgstr ""
#: templates/js/bom.js:316
msgid "Edit BOM Item"
msgstr ""
#: templates/js/bom.js:318
msgid "Delete BOM Item"
msgstr ""
#: templates/js/bom.js:395 templates/js/build.js:305
msgid "No BOM items found"
msgstr ""
#: templates/js/bom.js:541
msgid "INACTIVE"
msgstr ""
#: templates/js/bom.js:555
msgid "Uses"
msgstr ""
#: templates/js/bom.js:566
msgid "No matching parts found"
msgstr ""
#: templates/js/build.js:56
msgid "Auto-allocate stock items to this output"
msgstr ""
#: templates/js/build.js:62
msgid "Complete build output"
msgstr ""
#: templates/js/build.js:71
msgid "Unallocate stock from build output"
msgstr ""
#: templates/js/build.js:77
msgid "Delete build output"
msgstr ""
#: templates/js/build.js:209 templates/stock_table.html:21
msgid "New Stock Item"
msgstr ""
#: templates/js/build.js:493
msgid "Required Part"
msgstr ""
#: templates/js/build.js:514
msgid "Quantity Per"
msgstr ""
#: templates/js/build.js:578
msgid "Build stock"
msgstr ""
#: templates/js/build.js:582 templates/stock_table.html:37
msgid "Order stock"
msgstr ""
#: templates/js/build.js:585
msgid "Allocate stock"
msgstr ""
#: templates/js/build.js:626
msgid "No builds matching query"
msgstr ""
#: templates/js/build.js:656
msgid "Build order is overdue"
msgstr ""
#: templates/js/build.js:747
msgid "No parts allocated for"
msgstr ""
#: templates/js/company.js:75
msgid "Parts Supplied"
msgstr ""
#: templates/js/company.js:84
msgid "Parts Manufactured"
msgstr ""
#: templates/js/company.js:96
msgid "No company information found"
msgstr ""
#: templates/js/company.js:129
msgid "No supplier parts found"
msgstr ""
#: templates/js/company.js:147 templates/js/part.js:79 templates/js/part.js:164
msgid "Template part"
msgstr ""
#: templates/js/company.js:151 templates/js/part.js:83 templates/js/part.js:168
msgid "Assembled part"
msgstr ""
#: templates/js/label.js:10
msgid "Select Stock Items"
msgstr ""
#: templates/js/label.js:11
msgid "Stock item(s) must be selected before printing labels"
msgstr ""
#: templates/js/label.js:29 templates/js/label.js:79
msgid "No Labels Found"
msgstr ""
#: templates/js/label.js:30
msgid "No labels found which match selected stock item(s)"
msgstr ""
#: templates/js/label.js:61
msgid "Select Stock Locations"
msgstr ""
#: templates/js/label.js:62
msgid "Stock location(s) must be selected before printing labels"
msgstr ""
#: templates/js/label.js:80
msgid "No labels found which match selected stock location(s)"
msgstr ""
#: templates/js/label.js:141
msgid "Select Label"
msgstr ""
#: templates/js/label.js:156
msgid "Select Label Template"
msgstr ""
#: templates/js/modals.js:406
msgid "Show Error Information"
msgstr ""
#: templates/js/modals.js:473
msgid "Accept"
msgstr ""
#: templates/js/modals.js:474
msgid "Cancel"
msgstr ""
#: templates/js/modals.js:538
msgid "Loading Data"
msgstr ""
#: templates/js/modals.js:549 templates/js/modals.js:807
#: templates/modals.html:19 templates/modals.html:41
msgid "Submit"
msgstr ""
#: templates/js/modals.js:550 templates/js/modals.js:808
#: templates/modals.html:18 templates/modals.html:40
msgid "Close"
msgstr ""
#: templates/js/modals.js:759
msgid "Invalid response from server"
msgstr ""
#: templates/js/modals.js:759
msgid "Form data missing from server response"
msgstr ""
#: templates/js/modals.js:772
msgid "Error posting form data"
msgstr ""
#: templates/js/modals.js:856
msgid "JSON response missing form data"
msgstr ""
#: templates/js/modals.js:866
msgid "No Response"
msgstr ""
#: templates/js/modals.js:867
msgid "No response from the InvenTree server"
msgstr ""
#: templates/js/modals.js:871
msgid "Error 400: Bad Request"
msgstr ""
#: templates/js/modals.js:872
msgid "Server returned error code 400"
msgstr ""
#: templates/js/modals.js:876
msgid "Error 401: Not Authenticated"
msgstr ""
#: templates/js/modals.js:877
msgid "Authentication credentials not supplied"
msgstr ""
#: templates/js/modals.js:881
msgid "Error 403: Permission Denied"
msgstr ""
#: templates/js/modals.js:882
msgid "You do not have the required permissions to access this function"
msgstr ""
#: templates/js/modals.js:886
msgid "Error 404: Resource Not Found"
msgstr ""
#: templates/js/modals.js:887
msgid "The requested resource could not be located on the server"
msgstr ""
#: templates/js/modals.js:891
msgid "Error 408: Timeout"
msgstr ""
#: templates/js/modals.js:892
msgid "Connection timeout while requesting data from server"
msgstr ""
#: templates/js/modals.js:895
msgid "Error requesting form data"
msgstr ""
#: templates/js/order.js:135
msgid "No purchase orders found"
msgstr ""
#: templates/js/order.js:159 templates/js/order.js:252
msgid "Order is overdue"
msgstr ""
#: templates/js/order.js:193 templates/js/stock.js:821
msgid "Date"
msgstr ""
#: templates/js/order.js:229
msgid "No sales orders found"
msgstr ""
#: templates/js/order.js:297
msgid "Shipment Date"
msgstr ""
#: templates/js/part.js:71 templates/js/part.js:156
msgid "Trackable part"
msgstr ""
#: templates/js/part.js:75 templates/js/part.js:160
msgid "Virtual part"
msgstr ""
#: templates/js/part.js:87
msgid "Starred part"
msgstr ""
#: templates/js/part.js:91
msgid "Salable part"
msgstr ""
#: templates/js/part.js:205
msgid "No variants found"
msgstr ""
#: templates/js/part.js:291 templates/js/part.js:457
msgid "No parts found"
msgstr ""
#: templates/js/part.js:343 templates/js/stock.js:473
#: templates/js/stock.js:1168
msgid "Select"
msgstr ""
#: templates/js/part.js:411
msgid "No category"
msgstr ""
#: templates/js/part.js:429 templates/js/table_filters.js:278
msgid "Low stock"
msgstr ""
#: templates/js/part.js:438
msgid "Building"
msgstr ""
#: templates/js/part.js:517
msgid "YES"
msgstr ""
#: templates/js/part.js:519
msgid "NO"
msgstr ""
#: templates/js/part.js:553
msgid "No test templates matching query"
msgstr ""
#: templates/js/part.js:604 templates/js/stock.js:74
msgid "Edit test result"
msgstr ""
#: templates/js/part.js:605 templates/js/stock.js:75
msgid "Delete test result"
msgstr ""
#: templates/js/part.js:611
msgid "This test is defined for a parent part"
msgstr ""
#: templates/js/stock.js:37
msgid "PASS"
msgstr ""
#: templates/js/stock.js:39
msgid "FAIL"
msgstr ""
#: templates/js/stock.js:44
msgid "NO RESULT"
msgstr ""
#: templates/js/stock.js:70
msgid "Add test result"
msgstr ""
#: templates/js/stock.js:89
msgid "No test results found"
msgstr ""
#: templates/js/stock.js:131
msgid "Test Date"
msgstr ""
#: templates/js/stock.js:292
msgid "In production"
msgstr ""
#: templates/js/stock.js:296
msgid "Installed in Stock Item"
msgstr ""
#: templates/js/stock.js:304
msgid "Assigned to Sales Order"
msgstr ""
#: templates/js/stock.js:324
msgid "No stock items matching query"
msgstr ""
#: templates/js/stock.js:441
msgid "Undefined location"
msgstr ""
#: templates/js/stock.js:535
msgid "Stock item is in production"
msgstr ""
#: templates/js/stock.js:540
msgid "Stock item assigned to sales order"
msgstr ""
#: templates/js/stock.js:543
msgid "Stock item assigned to customer"
msgstr ""
#: templates/js/stock.js:547
msgid "Stock item has expired"
msgstr ""
#: templates/js/stock.js:549
msgid "Stock item will expire soon"
msgstr ""
#: templates/js/stock.js:553
msgid "Stock item has been allocated"
msgstr ""
#: templates/js/stock.js:557
msgid "Stock item has been installed in another item"
msgstr ""
#: templates/js/stock.js:565
msgid "Stock item has been rejected"
msgstr ""
#: templates/js/stock.js:569
msgid "Stock item is lost"
msgstr ""
#: templates/js/stock.js:572
msgid "Stock item is destroyed"
msgstr ""
#: templates/js/stock.js:576 templates/js/table_filters.js:106
msgid "Depleted"
msgstr ""
#: templates/js/stock.js:605
msgid "Stocktake"
msgstr ""
#: templates/js/stock.js:737
msgid "Stock Status"
msgstr ""
#: templates/js/stock.js:752
msgid "Set Stock Status"
msgstr ""
#: templates/js/stock.js:766
msgid "Select Status Code"
msgstr ""
#: templates/js/stock.js:767
msgid "Status code must be selected"
msgstr ""
#: templates/js/stock.js:887
msgid "No user information"
msgstr ""
#: templates/js/stock.js:1007
msgid "Create New Location"
msgstr ""
#: templates/js/stock.js:1106
msgid "Serial"
msgstr ""
#: templates/js/stock.js:1199 templates/js/table_filters.js:131
msgid "Installed"
msgstr ""
#: templates/js/stock.js:1224
msgid "Install item"
msgstr ""
#: templates/js/table_filters.js:41
msgid "Trackable Part"
msgstr ""
#: templates/js/table_filters.js:45
msgid "Validated"
msgstr ""
#: templates/js/table_filters.js:65 templates/js/table_filters.js:141
msgid "Is Serialized"
msgstr ""
#: templates/js/table_filters.js:68 templates/js/table_filters.js:148
msgid "Serial number GTE"
msgstr ""
#: templates/js/table_filters.js:69 templates/js/table_filters.js:149
msgid "Serial number greater than or equal to"
msgstr ""
#: templates/js/table_filters.js:72 templates/js/table_filters.js:152
msgid "Serial number LTE"
msgstr ""
#: templates/js/table_filters.js:73 templates/js/table_filters.js:153
msgid "Serial number less than or equal to"
msgstr ""
#: templates/js/table_filters.js:76 templates/js/table_filters.js:77
#: templates/js/table_filters.js:144 templates/js/table_filters.js:145
msgid "Serial number"
msgstr ""
#: templates/js/table_filters.js:81 templates/js/table_filters.js:162
msgid "Batch code"
msgstr ""
#: templates/js/table_filters.js:91 templates/js/table_filters.js:245
msgid "Active parts"
msgstr ""
#: templates/js/table_filters.js:92
msgid "Show stock for active parts"
msgstr ""
#: templates/js/table_filters.js:96
msgid "Is allocated"
msgstr ""
#: templates/js/table_filters.js:97
msgid "Item has been alloacted"
msgstr ""
#: templates/js/table_filters.js:101
msgid "Include sublocations"
msgstr ""
#: templates/js/table_filters.js:102
msgid "Include stock in sublocations"
msgstr ""
#: templates/js/table_filters.js:107
msgid "Show stock items which are depleted"
msgstr ""
#: templates/js/table_filters.js:112
msgid "Show stock items which have expired"
msgstr ""
#: templates/js/table_filters.js:117
msgid "Show stock which is close to expiring"
msgstr ""
#: templates/js/table_filters.js:122
msgid "Show items which are in stock"
msgstr ""
#: templates/js/table_filters.js:126
msgid "In Production"
msgstr ""
#: templates/js/table_filters.js:127
msgid "Show items which are in production"
msgstr ""
#: templates/js/table_filters.js:132
msgid "Show stock items which are installed in another item"
msgstr ""
#: templates/js/table_filters.js:136
msgid "Sent to customer"
msgstr ""
#: templates/js/table_filters.js:137
msgid "Show items which have been assigned to a customer"
msgstr ""
#: templates/js/table_filters.js:157 templates/js/table_filters.js:158
msgid "Stock status"
msgstr ""
#: templates/js/table_filters.js:191
msgid "Build status"
msgstr ""
#: templates/js/table_filters.js:210 templates/js/table_filters.js:227
msgid "Order status"
msgstr ""
#: templates/js/table_filters.js:215 templates/js/table_filters.js:232
msgid "Outstanding"
msgstr ""
#: templates/js/table_filters.js:255
msgid "Include subcategories"
msgstr ""
#: templates/js/table_filters.js:256
msgid "Include parts in subcategories"
msgstr ""
#: templates/js/table_filters.js:260
msgid "Has IPN"
msgstr ""
#: templates/js/table_filters.js:261
msgid "Part has internal part number"
msgstr ""
#: templates/js/table_filters.js:266
msgid "Show active parts"
msgstr ""
#: templates/js/table_filters.js:274
msgid "Stock available"
msgstr ""
#: templates/js/table_filters.js:290
msgid "Starred"
msgstr ""
#: templates/js/table_filters.js:302
msgid "Purchasable"
msgstr ""
#: templates/modals.html:13 templates/modals.html:35
msgid "Form errors exist"
msgstr ""
#: templates/navbar.html:29
msgid "Buy"
msgstr ""
#: templates/navbar.html:39
msgid "Sell"
msgstr ""
#: templates/navbar.html:50
msgid "Scan Barcode"
msgstr ""
#: templates/navbar.html:57
msgid "InvenTree server issues detected"
msgstr ""
#: templates/navbar.html:63 users/models.py:31
msgid "Admin"
msgstr ""
#: templates/navbar.html:67
msgid "Logout"
msgstr ""
#: templates/navbar.html:69 templates/registration/login.html:43
msgid "Login"
msgstr ""
#: templates/navbar.html:80
msgid "About InvenTree"
msgstr ""
#: templates/search_form.html:6 templates/search_form.html:8
msgid "Search"
msgstr ""
#: templates/stats.html:9
msgid "Server"
msgstr ""
#: templates/stats.html:13
msgid "Instance Name"
msgstr ""
#: templates/stats.html:18
msgid "Server status"
msgstr ""
#: templates/stats.html:21
msgid "Healthy"
msgstr ""
#: templates/stats.html:23
msgid "Issues detected"
msgstr ""
#: templates/stock_table.html:12
msgid "Export Stock Information"
msgstr ""
#: templates/stock_table.html:29
msgid "Print labels"
msgstr ""
#: templates/stock_table.html:33
msgid "Add to selected stock items"
msgstr ""
#: templates/stock_table.html:34
msgid "Remove from selected stock items"
msgstr ""
#: templates/stock_table.html:35
msgid "Stocktake selected stock items"
msgstr ""
#: templates/stock_table.html:36
msgid "Move selected stock items"
msgstr ""
#: templates/stock_table.html:36
msgid "Move stock"
msgstr ""
#: templates/stock_table.html:37
msgid "Order selected items"
msgstr ""
#: templates/stock_table.html:38
msgid "Change status"
msgstr ""
#: templates/stock_table.html:38
msgid "Change stock status"
msgstr ""
#: templates/stock_table.html:41
msgid "Delete selected items"
msgstr ""
#: templates/stock_table.html:41
msgid "Delete Stock"
msgstr ""
#: users/admin.py:64
msgid "Users"
msgstr ""
#: users/admin.py:65
msgid "Select which users are assigned to this group"
msgstr ""
#: users/admin.py:187
msgid "The following users are members of multiple groups:"
msgstr ""
#: users/admin.py:210
msgid "Personal info"
msgstr ""
#: users/admin.py:211
msgid "Permissions"
msgstr ""
#: users/admin.py:214
msgid "Important dates"
msgstr ""
#: users/models.py:147
msgid "Permission set"
msgstr ""
#: users/models.py:155
msgid "Group"
msgstr ""
#: users/models.py:158
msgid "View"
msgstr ""
#: users/models.py:158
msgid "Permission to view items"
msgstr ""
#: users/models.py:160
msgid "Add"
msgstr ""
#: users/models.py:160
msgid "Permission to add items"
msgstr ""
#: users/models.py:162
msgid "Change"
msgstr ""
#: users/models.py:162
msgid "Permissions to edit items"
msgstr ""
#: users/models.py:164
msgid "Permission to delete items"
msgstr ""