Update translations

This commit is contained in:
Oliver Walters 2020-04-12 00:33:10 +10:00
parent fd8273e3e2
commit 6ed482d9eb
4 changed files with 514 additions and 290 deletions

View File

@ -78,10 +78,10 @@ InvenTree | Build - {{ build }}
{% if bom_price %} {% if bom_price %}
{{ bom_price }} {{ bom_price }}
{% if build.part.has_complete_bom_pricing == False %} {% if build.part.has_complete_bom_pricing == False %}
<br><span class='warning-msg'><i>BOM pricing is incomplete</i></span> <br><span class='warning-msg'><i>{"% trans "BOM pricing is incomplete" %}</i></span>
{% endif %} {% endif %}
{% else %} {% else %}
<span class='warning-msg'><i>No pricing information</i></span> <span class='warning-msg'><i>{% trans "No pricing information" %}</i></span>
{% endif %} {% endif %}
</td> </td>
</tr> </tr>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-09 15:04+0000\n" "POT-Creation-Date: 2020-04-11 14:32+0000\n"
"PO-Revision-Date: 2020-02-02 08:07+0100\n" "PO-Revision-Date: 2020-02-02 08:07+0100\n"
"Last-Translator: Christian Schlüter <chschlue@gmail.com>\n" "Last-Translator: Christian Schlüter <chschlue@gmail.com>\n"
"Language-Team: C <kde-i18n-doc@kde.org>\n" "Language-Team: C <kde-i18n-doc@kde.org>\n"
@ -71,47 +71,47 @@ msgstr "Französisch"
msgid "Polish" msgid "Polish"
msgstr "Polnisch" msgstr "Polnisch"
#: InvenTree/status_codes.py:36 InvenTree/status_codes.py:97 #: InvenTree/status_codes.py:86 InvenTree/status_codes.py:162
msgid "Pending" msgid "Pending"
msgstr "Ausstehend" msgstr "Ausstehend"
#: InvenTree/status_codes.py:37 #: InvenTree/status_codes.py:87
msgid "Placed" msgid "Placed"
msgstr "Platziert" msgstr "Platziert"
#: InvenTree/status_codes.py:38 InvenTree/status_codes.py:100 #: InvenTree/status_codes.py:88 InvenTree/status_codes.py:165
msgid "Complete" msgid "Complete"
msgstr "Fertig" msgstr "Fertig"
#: InvenTree/status_codes.py:39 InvenTree/status_codes.py:99 #: InvenTree/status_codes.py:89 InvenTree/status_codes.py:164
msgid "Cancelled" msgid "Cancelled"
msgstr "Storniert" msgstr "Storniert"
#: InvenTree/status_codes.py:40 InvenTree/status_codes.py:71 #: InvenTree/status_codes.py:90 InvenTree/status_codes.py:130
msgid "Lost" msgid "Lost"
msgstr "Verloren" msgstr "Verloren"
#: InvenTree/status_codes.py:41 #: InvenTree/status_codes.py:91
msgid "Returned" msgid "Returned"
msgstr "Zurückgegeben" msgstr "Zurückgegeben"
#: InvenTree/status_codes.py:67 #: InvenTree/status_codes.py:126
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
#: InvenTree/status_codes.py:68 #: InvenTree/status_codes.py:127
msgid "Attention needed" msgid "Attention needed"
msgstr "erfordert Eingriff" msgstr "erfordert Eingriff"
#: InvenTree/status_codes.py:69 #: InvenTree/status_codes.py:128
msgid "Damaged" msgid "Damaged"
msgstr "Beschädigt" msgstr "Beschädigt"
#: InvenTree/status_codes.py:70 #: InvenTree/status_codes.py:129
msgid "Destroyed" msgid "Destroyed"
msgstr "Zerstört" msgstr "Zerstört"
#: InvenTree/status_codes.py:98 build/templates/build/allocate_edit.html:28 #: InvenTree/status_codes.py:163 build/templates/build/allocate_edit.html:28
#: build/templates/build/allocate_view.html:21 #: build/templates/build/allocate_view.html:21
#: part/templates/part/part_base.html:109 part/templates/part/tabs.html:21 #: part/templates/part/part_base.html:109 part/templates/part/tabs.html:21
msgid "Allocated" msgid "Allocated"
@ -178,7 +178,7 @@ msgstr ""
msgid "Number of parts to build" msgid "Number of parts to build"
msgstr "Anzahl der zu bauenden Teile" msgstr "Anzahl der zu bauenden Teile"
#: build/models.py:82 #: build/models.py:82 templates/table_filters.html:42
msgid "Build status" msgid "Build status"
msgstr "Bau-Status" msgstr "Bau-Status"
@ -231,10 +231,10 @@ msgstr "Zuweisung aufheben"
#: build/templates/build/allocate_edit.html:19 #: build/templates/build/allocate_edit.html:19
#: build/templates/build/allocate_view.html:17 #: build/templates/build/allocate_view.html:17
#: build/templates/build/detail.html:21 #: build/templates/build/detail.html:22
#: company/templates/company/detail_part.html:65 #: company/templates/company/detail_part.html:65
#: order/templates/order/order_wizard/select_parts.html:30 #: order/templates/order/order_wizard/select_parts.html:30
#: order/templates/order/purchase_order_detail.html:25 #: order/templates/order/purchase_order_detail.html:26
#: part/templates/part/part_app_base.html:7 #: part/templates/part/part_app_base.html:7
msgid "Part" msgid "Part"
msgstr "Teil" msgstr "Teil"
@ -266,7 +266,7 @@ msgstr "Teile bestellen"
#: company/templates/company/index.html:54 #: company/templates/company/index.html:54
#: company/templates/company/supplier_part_base.html:50 #: company/templates/company/supplier_part_base.html:50
#: company/templates/company/supplier_part_detail.html:27 #: company/templates/company/supplier_part_detail.html:27
#: order/templates/order/purchase_order_detail.html:26 #: order/templates/order/purchase_order_detail.html:27
#: part/templates/part/detail.html:38 #: part/templates/part/detail.html:38
msgid "Description" msgid "Description"
msgstr "Beschreibung" msgstr "Beschreibung"
@ -276,6 +276,48 @@ msgstr "Beschreibung"
msgid "On Order" msgid "On Order"
msgstr "bestellt" msgstr "bestellt"
#: build/templates/build/build_base.html:27 part/templates/part/tabs.html:28
#: stock/templates/stock/item_base.html:122 templates/navbar.html:12
msgid "Build"
msgstr "Bau"
#: build/templates/build/build_base.html:52 build/templates/build/detail.html:9
msgid "Build Details"
msgstr "Bau-Status"
#: build/templates/build/build_base.html:56
#, fuzzy
#| msgid "Build Notes"
msgid "Build Title"
msgstr "Bau-Bemerkungen"
#: build/templates/build/build_base.html:66
#: build/templates/build/detail.html:27
#: company/templates/company/supplier_part_pricing.html:27
#: order/templates/order/order_wizard/select_parts.html:32
#: order/templates/order/purchase_order_detail.html:30
#: stock/templates/stock/item_base.html:108
#: stock/templates/stock/stock_adjust.html:18
msgid "Quantity"
msgstr "Anzahl"
#: build/templates/build/build_base.html:71
#: build/templates/build/detail.html:42
#: order/templates/order/order_base.html:72
#: stock/templates/stock/item_base.html:175
msgid "Status"
msgstr "Status"
#: build/templates/build/build_base.html:76
msgid "BOM Price"
msgstr ""
#: build/templates/build/build_base.html:84
#, fuzzy
#| msgid "Show pricing information"
msgid "No pricing information"
msgstr "Kosteninformationen ansehen"
#: build/templates/build/build_output.html:9 #: build/templates/build/build_output.html:9
#, fuzzy #, fuzzy
#| msgid "Build status" #| msgid "Build status"
@ -289,68 +331,49 @@ msgid "Are you sure you want to unallocate these parts?"
msgstr "" msgstr ""
"Sind Sie sicher, dass sie die folgenden Zulieferer-Teile löschen möchten?" "Sind Sie sicher, dass sie die folgenden Zulieferer-Teile löschen möchten?"
#: build/templates/build/detail.html:8 #: build/templates/build/detail.html:17
msgid "Build Details"
msgstr "Bau-Status"
#: build/templates/build/detail.html:16
msgid "Title" msgid "Title"
msgstr "Titel" msgstr "Titel"
#: build/templates/build/detail.html:26 #: build/templates/build/detail.html:31
#: company/templates/company/supplier_part_pricing.html:27
#: order/templates/order/order_wizard/select_parts.html:32
#: order/templates/order/purchase_order_detail.html:29
#: stock/templates/stock/item_base.html:107
#: stock/templates/stock/stock_adjust.html:18
msgid "Quantity"
msgstr "Anzahl"
#: build/templates/build/detail.html:30
msgid "Stock Source" msgid "Stock Source"
msgstr "Lagerobjekt" msgstr "Lagerobjekt"
#: build/templates/build/detail.html:35 #: build/templates/build/detail.html:36
msgid "Stock can be taken from any available location." msgid "Stock can be taken from any available location."
msgstr "Bestand kann jedem verfügbaren Lagerort entnommen werden." msgstr "Bestand kann jedem verfügbaren Lagerort entnommen werden."
#: build/templates/build/detail.html:41 #: build/templates/build/detail.html:48
#: order/templates/order/order_base.html:71 #: stock/templates/stock/item_base.html:115
#: stock/templates/stock/item_base.html:174
msgid "Status"
msgstr "Status"
#: build/templates/build/detail.html:47
#: stock/templates/stock/item_base.html:114
msgid "Batch" msgid "Batch"
msgstr "Los" msgstr "Los"
#: build/templates/build/detail.html:54 #: build/templates/build/detail.html:55
#: company/templates/company/supplier_part_base.html:47 #: company/templates/company/supplier_part_base.html:47
#: company/templates/company/supplier_part_detail.html:24 #: company/templates/company/supplier_part_detail.html:24
#: part/templates/part/detail.html:67 part/templates/part/part_base.html:84 #: part/templates/part/detail.html:67 part/templates/part/part_base.html:84
#: stock/templates/stock/item_base.html:142 #: stock/templates/stock/item_base.html:143
msgid "External Link" msgid "External Link"
msgstr "" msgstr ""
#: build/templates/build/detail.html:60 #: build/templates/build/detail.html:61
#: order/templates/order/order_base.html:83 #: order/templates/order/order_base.html:84
msgid "Created" msgid "Created"
msgstr "Erstellt" msgstr "Erstellt"
#: build/templates/build/detail.html:66 #: build/templates/build/detail.html:67
msgid "Enough Parts?" msgid "Enough Parts?"
msgstr "Genügend Teile?" msgstr "Genügend Teile?"
#: build/templates/build/detail.html:69 #: build/templates/build/detail.html:70
msgid "Yes" msgid "Yes"
msgstr "Ja" msgstr "Ja"
#: build/templates/build/detail.html:71 #: build/templates/build/detail.html:72
msgid "No" msgid "No"
msgstr "Nein" msgstr "Nein"
#: build/templates/build/detail.html:79 #: build/templates/build/detail.html:80
msgid "Completed" msgid "Completed"
msgstr "Fertig" msgstr "Fertig"
@ -680,7 +703,7 @@ msgid "Company Details"
msgstr "Firmenbemerkungen" msgstr "Firmenbemerkungen"
#: company/templates/company/detail.html:16 #: company/templates/company/detail.html:16
#: stock/templates/stock/item_base.html:135 #: stock/templates/stock/item_base.html:136
msgid "Customer" msgid "Customer"
msgstr "Kunde" msgstr "Kunde"
@ -688,9 +711,9 @@ msgstr "Kunde"
#: company/templates/company/index.html:46 #: company/templates/company/index.html:46
#: company/templates/company/supplier_part_base.html:44 #: company/templates/company/supplier_part_base.html:44
#: company/templates/company/supplier_part_detail.html:21 #: company/templates/company/supplier_part_detail.html:21
#: order/templates/order/order_base.html:66 #: order/templates/order/order_base.html:67
#: order/templates/order/order_wizard/select_pos.html:30 #: order/templates/order/order_wizard/select_pos.html:30
#: stock/templates/stock/item_base.html:149 #: stock/templates/stock/item_base.html:150
msgid "Supplier" msgid "Supplier"
msgstr "Zulieferer" msgstr "Zulieferer"
@ -783,7 +806,7 @@ msgstr ""
#: company/templates/company/supplier_part_base.html:6 #: company/templates/company/supplier_part_base.html:6
#: company/templates/company/supplier_part_base.html:13 #: company/templates/company/supplier_part_base.html:13
#: stock/templates/stock/item_base.html:154 #: stock/templates/stock/item_base.html:155
msgid "Supplier Part" msgid "Supplier Part"
msgstr "Zulieferer-Teil" msgstr "Zulieferer-Teil"
@ -810,7 +833,7 @@ msgstr "IPN (Interne Produktnummer)"
#: company/templates/company/supplier_part_base.html:57 #: company/templates/company/supplier_part_base.html:57
#: company/templates/company/supplier_part_detail.html:34 #: company/templates/company/supplier_part_detail.html:34
#: order/templates/order/purchase_order_detail.html:33 #: order/templates/order/purchase_order_detail.html:34
msgid "Note" msgid "Note"
msgstr "Notiz" msgstr "Notiz"
@ -1030,7 +1053,7 @@ msgstr "Position - Referenz"
msgid "Line item notes" msgid "Line item notes"
msgstr "Position - Notizen" msgstr "Position - Notizen"
#: order/models.py:298 stock/templates/stock/item_base.html:128 #: order/models.py:298 stock/templates/stock/item_base.html:129
msgid "Purchase Order" msgid "Purchase Order"
msgstr "Kaufvertrag" msgstr "Kaufvertrag"
@ -1042,16 +1065,16 @@ msgstr "Zulieferer-Teil"
msgid "Number of items received" msgid "Number of items received"
msgstr "Empfangene Objekt-Anzahl" msgstr "Empfangene Objekt-Anzahl"
#: order/templates/order/order_base.html:61 #: order/templates/order/order_base.html:62
msgid "Purchase Order Details" msgid "Purchase Order Details"
msgstr "Bestelldetails" msgstr "Bestelldetails"
#: order/templates/order/order_base.html:89 #: order/templates/order/order_base.html:90
msgid "Issued" msgid "Issued"
msgstr "Aufgegeben" msgstr "Aufgegeben"
#: order/templates/order/order_base.html:96 #: order/templates/order/order_base.html:97
#: order/templates/order/purchase_order_detail.html:31 #: order/templates/order/purchase_order_detail.html:32
msgid "Received" msgid "Received"
msgstr "Empfangen" msgstr "Empfangen"
@ -1152,23 +1175,23 @@ msgid "Are you sure you want to delete this attachment?"
msgstr "" msgstr ""
"Sind Sie sicher, dass sie die folgenden Zulieferer-Teile löschen möchten?" "Sind Sie sicher, dass sie die folgenden Zulieferer-Teile löschen möchten?"
#: order/templates/order/purchase_order_detail.html:15 order/views.py:825 #: order/templates/order/purchase_order_detail.html:16 order/views.py:825
msgid "Add Line Item" msgid "Add Line Item"
msgstr "Position hinzufügen" msgstr "Position hinzufügen"
#: order/templates/order/purchase_order_detail.html:19 #: order/templates/order/purchase_order_detail.html:20
msgid "Order Items" msgid "Order Items"
msgstr "Bestellungspositionen" msgstr "Bestellungspositionen"
#: order/templates/order/purchase_order_detail.html:24 #: order/templates/order/purchase_order_detail.html:25
msgid "Line" msgid "Line"
msgstr "Position" msgstr "Position"
#: order/templates/order/purchase_order_detail.html:27 #: order/templates/order/purchase_order_detail.html:28
msgid "Order Code" msgid "Order Code"
msgstr "Bestellnummer" msgstr "Bestellnummer"
#: order/templates/order/purchase_order_detail.html:28 #: order/templates/order/purchase_order_detail.html:29
msgid "Reference" msgid "Reference"
msgstr "Referenz" msgstr "Referenz"
@ -1475,63 +1498,63 @@ msgstr "Bemerkungen - unterstüzt Markdown-Formatierung"
msgid "Stored BOM checksum" msgid "Stored BOM checksum"
msgstr "Prüfsumme der Stückliste gespeichert" msgstr "Prüfsumme der Stückliste gespeichert"
#: part/models.py:1040 #: part/models.py:1049
msgid "Parameter template name must be unique" msgid "Parameter template name must be unique"
msgstr "Vorlagen-Name des Parameters muss eindeutig sein" msgstr "Vorlagen-Name des Parameters muss eindeutig sein"
#: part/models.py:1045 #: part/models.py:1054
msgid "Parameter Name" msgid "Parameter Name"
msgstr "Name des Parameters" msgstr "Name des Parameters"
#: part/models.py:1047 #: part/models.py:1056
msgid "Parameter Units" msgid "Parameter Units"
msgstr "Parameter Einheit" msgstr "Parameter Einheit"
#: part/models.py:1073 #: part/models.py:1082
msgid "Parent Part" msgid "Parent Part"
msgstr "Ausgangsteil" msgstr "Ausgangsteil"
#: part/models.py:1075 #: part/models.py:1084
msgid "Parameter Template" msgid "Parameter Template"
msgstr "Parameter Vorlage" msgstr "Parameter Vorlage"
#: part/models.py:1077 #: part/models.py:1086
msgid "Parameter Value" msgid "Parameter Value"
msgstr "Parameter Wert" msgstr "Parameter Wert"
#: part/models.py:1101 #: part/models.py:1110
msgid "Select parent part" msgid "Select parent part"
msgstr "Ausgangsteil auswählen" msgstr "Ausgangsteil auswählen"
#: part/models.py:1110 #: part/models.py:1119
msgid "Select part to be used in BOM" msgid "Select part to be used in BOM"
msgstr "Teil für die Nutzung in der Stückliste auswählen" msgstr "Teil für die Nutzung in der Stückliste auswählen"
#: part/models.py:1117 #: part/models.py:1126
msgid "BOM quantity for this BOM item" msgid "BOM quantity for this BOM item"
msgstr "Stücklisten-Anzahl für dieses Stücklisten-Teil" msgstr "Stücklisten-Anzahl für dieses Stücklisten-Teil"
#: part/models.py:1120 #: part/models.py:1129
msgid "Estimated build wastage quantity (absolute or percentage)" msgid "Estimated build wastage quantity (absolute or percentage)"
msgstr "Geschätzter Ausschuss (absolut oder prozentual)" msgstr "Geschätzter Ausschuss (absolut oder prozentual)"
#: part/models.py:1123 #: part/models.py:1132
msgid "BOM item reference" msgid "BOM item reference"
msgstr "Referenz des Objekts auf der Stückliste" msgstr "Referenz des Objekts auf der Stückliste"
#: part/models.py:1126 #: part/models.py:1135
msgid "BOM item notes" msgid "BOM item notes"
msgstr "Notizen zum Stücklisten-Objekt" msgstr "Notizen zum Stücklisten-Objekt"
#: part/models.py:1128 #: part/models.py:1137
msgid "BOM line checksum" msgid "BOM line checksum"
msgstr "Prüfsumme der Stückliste" msgstr "Prüfsumme der Stückliste"
#: part/models.py:1191 #: part/models.py:1200
msgid "Part cannot be added to its own Bill of Materials" msgid "Part cannot be added to its own Bill of Materials"
msgstr "Teil kann nicht zu seiner eigenen Stückliste hinzugefügt werden" msgstr "Teil kann nicht zu seiner eigenen Stückliste hinzugefügt werden"
#: part/models.py:1198 #: part/models.py:1207
#, python-brace-format #, python-brace-format
msgid "Part '{p1}' is used in BOM for '{p2}' (recursive)" msgid "Part '{p1}' is used in BOM for '{p2}' (recursive)"
msgstr "Teil '{p1}' wird in Stückliste für Teil '{p2}' benutzt (rekursiv)" msgstr "Teil '{p1}' wird in Stückliste für Teil '{p2}' benutzt (rekursiv)"
@ -1637,7 +1660,7 @@ msgstr "Teil ist virtuell (kein physisches Teil)"
msgid "Part is not a virtual part" msgid "Part is not a virtual part"
msgstr "Teil ist nicht virtuell" msgstr "Teil ist nicht virtuell"
#: part/templates/part/detail.html:132 #: part/templates/part/detail.html:132 templates/table_filters.html:86
msgid "Assembly" msgid "Assembly"
msgstr "Baugruppe" msgstr "Baugruppe"
@ -1649,7 +1672,7 @@ msgstr "Teil kann aus anderen Teilen angefertigt werden"
msgid "Part cannot be assembled from other parts" msgid "Part cannot be assembled from other parts"
msgstr "Teil kann nicht aus anderen Teilen angefertigt werden" msgstr "Teil kann nicht aus anderen Teilen angefertigt werden"
#: part/templates/part/detail.html:141 #: part/templates/part/detail.html:141 templates/table_filters.html:90
msgid "Component" msgid "Component"
msgstr "Komponente" msgstr "Komponente"
@ -1787,11 +1810,6 @@ msgstr "Varianten"
msgid "BOM" msgid "BOM"
msgstr "Stückliste" msgstr "Stückliste"
#: part/templates/part/tabs.html:28 stock/templates/stock/item_base.html:121
#: templates/navbar.html:12
msgid "Build"
msgstr "Bau"
#: part/templates/part/tabs.html:32 #: part/templates/part/tabs.html:32
msgid "Used In" msgid "Used In"
msgstr "Benutzt in" msgstr "Benutzt in"
@ -2164,11 +2182,11 @@ msgstr "Link auf externe Seite für weitere Informationen"
msgid "Stock Tracking Information" msgid "Stock Tracking Information"
msgstr "Informationen zum Lagerbestands-Tracking" msgstr "Informationen zum Lagerbestands-Tracking"
#: stock/templates/stock/item_base.html:10 #: stock/templates/stock/item_base.html:11
msgid "Stock Item Details" msgid "Stock Item Details"
msgstr "Lagerbestands-Details" msgstr "Lagerbestands-Details"
#: stock/templates/stock/item_base.html:55 #: stock/templates/stock/item_base.html:56
msgid "" msgid ""
"This stock item is serialized - it has a unique serial number and the " "This stock item is serialized - it has a unique serial number and the "
"quantity cannot be adjusted." "quantity cannot be adjusted."
@ -2176,45 +2194,45 @@ msgstr ""
"Dieses Lagerobjekt ist serialisiert. Es hat eine eindeutige Seriennummer und " "Dieses Lagerobjekt ist serialisiert. Es hat eine eindeutige Seriennummer und "
"die Anzahl kann nicht angepasst werden." "die Anzahl kann nicht angepasst werden."
#: stock/templates/stock/item_base.html:59 #: stock/templates/stock/item_base.html:60
#, fuzzy #, fuzzy
#| msgid "Stock item cannot be created for a template Part" #| msgid "Stock item cannot be created for a template Part"
msgid "This stock item cannot be deleted as it has child items" msgid "This stock item cannot be deleted as it has child items"
msgstr "Lagerobjekt kann nicht für Vorlagen-Teile angelegt werden" msgstr "Lagerobjekt kann nicht für Vorlagen-Teile angelegt werden"
#: stock/templates/stock/item_base.html:63 #: stock/templates/stock/item_base.html:64
msgid "" msgid ""
"This stock item will be automatically deleted when all stock is depleted." "This stock item will be automatically deleted when all stock is depleted."
msgstr "" msgstr ""
"Dieses Lagerobjekt wird automatisch gelöscht wenn der Lagerbestand " "Dieses Lagerobjekt wird automatisch gelöscht wenn der Lagerbestand "
"aufgebraucht ist." "aufgebraucht ist."
#: stock/templates/stock/item_base.html:68 #: stock/templates/stock/item_base.html:69
msgid "This stock item was split from " msgid "This stock item was split from "
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:88 #: stock/templates/stock/item_base.html:89
msgid "Belongs To" msgid "Belongs To"
msgstr "Gehört zu" msgstr "Gehört zu"
#: stock/templates/stock/item_base.html:94 #: stock/templates/stock/item_base.html:95
#: stock/templates/stock/stock_adjust.html:17 #: stock/templates/stock/stock_adjust.html:17
msgid "Location" msgid "Location"
msgstr "Standort" msgstr "Standort"
#: stock/templates/stock/item_base.html:101 #: stock/templates/stock/item_base.html:102
msgid "Serial Number" msgid "Serial Number"
msgstr "Seriennummer" msgstr "Seriennummer"
#: stock/templates/stock/item_base.html:160 #: stock/templates/stock/item_base.html:161
msgid "Last Updated" msgid "Last Updated"
msgstr "Zuletzt aktualisiert" msgstr "Zuletzt aktualisiert"
#: stock/templates/stock/item_base.html:165 #: stock/templates/stock/item_base.html:166
msgid "Last Stocktake" msgid "Last Stocktake"
msgstr "Letzte Inventur" msgstr "Letzte Inventur"
#: stock/templates/stock/item_base.html:169 #: stock/templates/stock/item_base.html:170
msgid "No stocktake performed" msgid "No stocktake performed"
msgstr "Keine Inventur ausgeführt" msgstr "Keine Inventur ausgeführt"
@ -2540,6 +2558,80 @@ msgstr "bestellt"
msgid "Delete Stock" msgid "Delete Stock"
msgstr "Lagerobjekt löschen" msgstr "Lagerobjekt löschen"
#: templates/table_filters.html:22
#, fuzzy
#| msgid "Include stock items in sub locations"
msgid "Include sublocations"
msgstr "Lagerobjekte in untergeordneten Lagerorten einschließen"
#: templates/table_filters.html:23
#, fuzzy
#| msgid "Include stock items in sub locations"
msgid "Include stock in sublocations"
msgstr "Lagerobjekte in untergeordneten Lagerorten einschließen"
#: templates/table_filters.html:27
#, fuzzy
#| msgid "Required Parts"
msgid "Active parts"
msgstr "benötigte Teile"
#: templates/table_filters.html:28
msgid "Show stock for active parts"
msgstr ""
#: templates/table_filters.html:32 templates/table_filters.html:33
#, fuzzy
#| msgid "Stock Details"
msgid "Stock status"
msgstr "Objekt-Details"
#: templates/table_filters.html:53
#, fuzzy
#| msgid "Order Parts"
msgid "Order status"
msgstr "Teile bestellen"
#: templates/table_filters.html:64
#, fuzzy
#| msgid "Parts (Including subcategories)"
msgid "Include subcategories"
msgstr "Teile (inklusive Unter-Kategorien)"
#: templates/table_filters.html:65
#, fuzzy
#| msgid "Parts (Including subcategories)"
msgid "Include parts in subcategories"
msgstr "Teile (inklusive Unter-Kategorien)"
#: templates/table_filters.html:69
msgid "Active"
msgstr ""
#: templates/table_filters.html:70
#, fuzzy
#| msgid "Build to allocate parts"
msgid "Show active parts"
msgstr "Bau starten um Teile zuzuweisen"
#: templates/table_filters.html:74
#, fuzzy
#| msgid "Parameter Template"
msgid "Template"
msgstr "Parameter Vorlage"
#: templates/table_filters.html:78
#, fuzzy
#| msgid "Available"
msgid "Stock available"
msgstr "verfügbar"
#: templates/table_filters.html:82
#, fuzzy
#| msgid "Stock"
msgid "Low stock"
msgstr "Lagerbestand"
#~ msgid "URL" #~ msgid "URL"
#~ msgstr "URL" #~ msgstr "URL"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-09 15:04+0000\n" "POT-Creation-Date: 2020-04-11 14:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -70,47 +70,47 @@ msgstr ""
msgid "Polish" msgid "Polish"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:36 InvenTree/status_codes.py:97 #: InvenTree/status_codes.py:86 InvenTree/status_codes.py:162
msgid "Pending" msgid "Pending"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:37 #: InvenTree/status_codes.py:87
msgid "Placed" msgid "Placed"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:38 InvenTree/status_codes.py:100 #: InvenTree/status_codes.py:88 InvenTree/status_codes.py:165
msgid "Complete" msgid "Complete"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:39 InvenTree/status_codes.py:99 #: InvenTree/status_codes.py:89 InvenTree/status_codes.py:164
msgid "Cancelled" msgid "Cancelled"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:40 InvenTree/status_codes.py:71 #: InvenTree/status_codes.py:90 InvenTree/status_codes.py:130
msgid "Lost" msgid "Lost"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:41 #: InvenTree/status_codes.py:91
msgid "Returned" msgid "Returned"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:67 #: InvenTree/status_codes.py:126
msgid "OK" msgid "OK"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:68 #: InvenTree/status_codes.py:127
msgid "Attention needed" msgid "Attention needed"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:69 #: InvenTree/status_codes.py:128
msgid "Damaged" msgid "Damaged"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:70 #: InvenTree/status_codes.py:129
msgid "Destroyed" msgid "Destroyed"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:98 build/templates/build/allocate_edit.html:28 #: InvenTree/status_codes.py:163 build/templates/build/allocate_edit.html:28
#: build/templates/build/allocate_view.html:21 #: build/templates/build/allocate_view.html:21
#: part/templates/part/part_base.html:109 part/templates/part/tabs.html:21 #: part/templates/part/part_base.html:109 part/templates/part/tabs.html:21
msgid "Allocated" msgid "Allocated"
@ -175,7 +175,7 @@ msgstr ""
msgid "Number of parts to build" msgid "Number of parts to build"
msgstr "" msgstr ""
#: build/models.py:82 #: build/models.py:82 templates/table_filters.html:42
msgid "Build status" msgid "Build status"
msgstr "" msgstr ""
@ -227,10 +227,10 @@ msgstr ""
#: build/templates/build/allocate_edit.html:19 #: build/templates/build/allocate_edit.html:19
#: build/templates/build/allocate_view.html:17 #: build/templates/build/allocate_view.html:17
#: build/templates/build/detail.html:21 #: build/templates/build/detail.html:22
#: company/templates/company/detail_part.html:65 #: company/templates/company/detail_part.html:65
#: order/templates/order/order_wizard/select_parts.html:30 #: order/templates/order/order_wizard/select_parts.html:30
#: order/templates/order/purchase_order_detail.html:25 #: order/templates/order/purchase_order_detail.html:26
#: part/templates/part/part_app_base.html:7 #: part/templates/part/part_app_base.html:7
msgid "Part" msgid "Part"
msgstr "" msgstr ""
@ -262,7 +262,7 @@ msgstr ""
#: company/templates/company/index.html:54 #: company/templates/company/index.html:54
#: company/templates/company/supplier_part_base.html:50 #: company/templates/company/supplier_part_base.html:50
#: company/templates/company/supplier_part_detail.html:27 #: company/templates/company/supplier_part_detail.html:27
#: order/templates/order/purchase_order_detail.html:26 #: order/templates/order/purchase_order_detail.html:27
#: part/templates/part/detail.html:38 #: part/templates/part/detail.html:38
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@ -272,6 +272,44 @@ msgstr ""
msgid "On Order" msgid "On Order"
msgstr "" msgstr ""
#: build/templates/build/build_base.html:27 part/templates/part/tabs.html:28
#: stock/templates/stock/item_base.html:122 templates/navbar.html:12
msgid "Build"
msgstr ""
#: build/templates/build/build_base.html:52 build/templates/build/detail.html:9
msgid "Build Details"
msgstr ""
#: build/templates/build/build_base.html:56
msgid "Build Title"
msgstr ""
#: build/templates/build/build_base.html:66
#: build/templates/build/detail.html:27
#: company/templates/company/supplier_part_pricing.html:27
#: order/templates/order/order_wizard/select_parts.html:32
#: order/templates/order/purchase_order_detail.html:30
#: stock/templates/stock/item_base.html:108
#: stock/templates/stock/stock_adjust.html:18
msgid "Quantity"
msgstr ""
#: build/templates/build/build_base.html:71
#: build/templates/build/detail.html:42
#: order/templates/order/order_base.html:72
#: stock/templates/stock/item_base.html:175
msgid "Status"
msgstr ""
#: build/templates/build/build_base.html:76
msgid "BOM Price"
msgstr ""
#: build/templates/build/build_base.html:84
msgid "No pricing information"
msgstr ""
#: build/templates/build/build_output.html:9 #: build/templates/build/build_output.html:9
msgid "Build Outputs" msgid "Build Outputs"
msgstr "" msgstr ""
@ -280,68 +318,49 @@ msgstr ""
msgid "Are you sure you want to unallocate these parts?" msgid "Are you sure you want to unallocate these parts?"
msgstr "" msgstr ""
#: build/templates/build/detail.html:8 #: build/templates/build/detail.html:17
msgid "Build Details"
msgstr ""
#: build/templates/build/detail.html:16
msgid "Title" msgid "Title"
msgstr "" msgstr ""
#: build/templates/build/detail.html:26 #: build/templates/build/detail.html:31
#: company/templates/company/supplier_part_pricing.html:27
#: order/templates/order/order_wizard/select_parts.html:32
#: order/templates/order/purchase_order_detail.html:29
#: stock/templates/stock/item_base.html:107
#: stock/templates/stock/stock_adjust.html:18
msgid "Quantity"
msgstr ""
#: build/templates/build/detail.html:30
msgid "Stock Source" msgid "Stock Source"
msgstr "" msgstr ""
#: build/templates/build/detail.html:35 #: build/templates/build/detail.html:36
msgid "Stock can be taken from any available location." msgid "Stock can be taken from any available location."
msgstr "" msgstr ""
#: build/templates/build/detail.html:41 #: build/templates/build/detail.html:48
#: order/templates/order/order_base.html:71 #: stock/templates/stock/item_base.html:115
#: stock/templates/stock/item_base.html:174
msgid "Status"
msgstr ""
#: build/templates/build/detail.html:47
#: stock/templates/stock/item_base.html:114
msgid "Batch" msgid "Batch"
msgstr "" msgstr ""
#: build/templates/build/detail.html:54 #: build/templates/build/detail.html:55
#: company/templates/company/supplier_part_base.html:47 #: company/templates/company/supplier_part_base.html:47
#: company/templates/company/supplier_part_detail.html:24 #: company/templates/company/supplier_part_detail.html:24
#: part/templates/part/detail.html:67 part/templates/part/part_base.html:84 #: part/templates/part/detail.html:67 part/templates/part/part_base.html:84
#: stock/templates/stock/item_base.html:142 #: stock/templates/stock/item_base.html:143
msgid "External Link" msgid "External Link"
msgstr "" msgstr ""
#: build/templates/build/detail.html:60 #: build/templates/build/detail.html:61
#: order/templates/order/order_base.html:83 #: order/templates/order/order_base.html:84
msgid "Created" msgid "Created"
msgstr "" msgstr ""
#: build/templates/build/detail.html:66 #: build/templates/build/detail.html:67
msgid "Enough Parts?" msgid "Enough Parts?"
msgstr "" msgstr ""
#: build/templates/build/detail.html:69 #: build/templates/build/detail.html:70
msgid "Yes" msgid "Yes"
msgstr "" msgstr ""
#: build/templates/build/detail.html:71 #: build/templates/build/detail.html:72
msgid "No" msgid "No"
msgstr "" msgstr ""
#: build/templates/build/detail.html:79 #: build/templates/build/detail.html:80
msgid "Completed" msgid "Completed"
msgstr "" msgstr ""
@ -637,7 +656,7 @@ msgid "Company Details"
msgstr "" msgstr ""
#: company/templates/company/detail.html:16 #: company/templates/company/detail.html:16
#: stock/templates/stock/item_base.html:135 #: stock/templates/stock/item_base.html:136
msgid "Customer" msgid "Customer"
msgstr "" msgstr ""
@ -645,9 +664,9 @@ msgstr ""
#: company/templates/company/index.html:46 #: company/templates/company/index.html:46
#: company/templates/company/supplier_part_base.html:44 #: company/templates/company/supplier_part_base.html:44
#: company/templates/company/supplier_part_detail.html:21 #: company/templates/company/supplier_part_detail.html:21
#: order/templates/order/order_base.html:66 #: order/templates/order/order_base.html:67
#: order/templates/order/order_wizard/select_pos.html:30 #: order/templates/order/order_wizard/select_pos.html:30
#: stock/templates/stock/item_base.html:149 #: stock/templates/stock/item_base.html:150
msgid "Supplier" msgid "Supplier"
msgstr "" msgstr ""
@ -727,7 +746,7 @@ msgstr ""
#: company/templates/company/supplier_part_base.html:6 #: company/templates/company/supplier_part_base.html:6
#: company/templates/company/supplier_part_base.html:13 #: company/templates/company/supplier_part_base.html:13
#: stock/templates/stock/item_base.html:154 #: stock/templates/stock/item_base.html:155
msgid "Supplier Part" msgid "Supplier Part"
msgstr "" msgstr ""
@ -748,7 +767,7 @@ msgstr ""
#: company/templates/company/supplier_part_base.html:57 #: company/templates/company/supplier_part_base.html:57
#: company/templates/company/supplier_part_detail.html:34 #: company/templates/company/supplier_part_detail.html:34
#: order/templates/order/purchase_order_detail.html:33 #: order/templates/order/purchase_order_detail.html:34
msgid "Note" msgid "Note"
msgstr "" msgstr ""
@ -930,7 +949,7 @@ msgstr ""
msgid "Line item notes" msgid "Line item notes"
msgstr "" msgstr ""
#: order/models.py:298 stock/templates/stock/item_base.html:128 #: order/models.py:298 stock/templates/stock/item_base.html:129
msgid "Purchase Order" msgid "Purchase Order"
msgstr "" msgstr ""
@ -942,16 +961,16 @@ msgstr ""
msgid "Number of items received" msgid "Number of items received"
msgstr "" msgstr ""
#: order/templates/order/order_base.html:61 #: order/templates/order/order_base.html:62
msgid "Purchase Order Details" msgid "Purchase Order Details"
msgstr "" msgstr ""
#: order/templates/order/order_base.html:89 #: order/templates/order/order_base.html:90
msgid "Issued" msgid "Issued"
msgstr "" msgstr ""
#: order/templates/order/order_base.html:96 #: order/templates/order/order_base.html:97
#: order/templates/order/purchase_order_detail.html:31 #: order/templates/order/purchase_order_detail.html:32
msgid "Received" msgid "Received"
msgstr "" msgstr ""
@ -1035,23 +1054,23 @@ msgstr ""
msgid "Are you sure you want to delete this attachment?" msgid "Are you sure you want to delete this attachment?"
msgstr "" msgstr ""
#: order/templates/order/purchase_order_detail.html:15 order/views.py:825 #: order/templates/order/purchase_order_detail.html:16 order/views.py:825
msgid "Add Line Item" msgid "Add Line Item"
msgstr "" msgstr ""
#: order/templates/order/purchase_order_detail.html:19 #: order/templates/order/purchase_order_detail.html:20
msgid "Order Items" msgid "Order Items"
msgstr "" msgstr ""
#: order/templates/order/purchase_order_detail.html:24 #: order/templates/order/purchase_order_detail.html:25
msgid "Line" msgid "Line"
msgstr "" msgstr ""
#: order/templates/order/purchase_order_detail.html:27 #: order/templates/order/purchase_order_detail.html:28
msgid "Order Code" msgid "Order Code"
msgstr "" msgstr ""
#: order/templates/order/purchase_order_detail.html:28 #: order/templates/order/purchase_order_detail.html:29
msgid "Reference" msgid "Reference"
msgstr "" msgstr ""
@ -1324,63 +1343,63 @@ msgstr ""
msgid "Stored BOM checksum" msgid "Stored BOM checksum"
msgstr "" msgstr ""
#: part/models.py:1040 #: part/models.py:1049
msgid "Parameter template name must be unique" msgid "Parameter template name must be unique"
msgstr "" msgstr ""
#: part/models.py:1045 #: part/models.py:1054
msgid "Parameter Name" msgid "Parameter Name"
msgstr "" msgstr ""
#: part/models.py:1047 #: part/models.py:1056
msgid "Parameter Units" msgid "Parameter Units"
msgstr "" msgstr ""
#: part/models.py:1073 #: part/models.py:1082
msgid "Parent Part" msgid "Parent Part"
msgstr "" msgstr ""
#: part/models.py:1075 #: part/models.py:1084
msgid "Parameter Template" msgid "Parameter Template"
msgstr "" msgstr ""
#: part/models.py:1077 #: part/models.py:1086
msgid "Parameter Value" msgid "Parameter Value"
msgstr "" msgstr ""
#: part/models.py:1101 #: part/models.py:1110
msgid "Select parent part" msgid "Select parent part"
msgstr "" msgstr ""
#: part/models.py:1110 #: part/models.py:1119
msgid "Select part to be used in BOM" msgid "Select part to be used in BOM"
msgstr "" msgstr ""
#: part/models.py:1117 #: part/models.py:1126
msgid "BOM quantity for this BOM item" msgid "BOM quantity for this BOM item"
msgstr "" msgstr ""
#: part/models.py:1120 #: part/models.py:1129
msgid "Estimated build wastage quantity (absolute or percentage)" msgid "Estimated build wastage quantity (absolute or percentage)"
msgstr "" msgstr ""
#: part/models.py:1123 #: part/models.py:1132
msgid "BOM item reference" msgid "BOM item reference"
msgstr "" msgstr ""
#: part/models.py:1126 #: part/models.py:1135
msgid "BOM item notes" msgid "BOM item notes"
msgstr "" msgstr ""
#: part/models.py:1128 #: part/models.py:1137
msgid "BOM line checksum" msgid "BOM line checksum"
msgstr "" msgstr ""
#: part/models.py:1191 #: part/models.py:1200
msgid "Part cannot be added to its own Bill of Materials" msgid "Part cannot be added to its own Bill of Materials"
msgstr "" msgstr ""
#: part/models.py:1198 #: part/models.py:1207
#, python-brace-format #, python-brace-format
msgid "Part '{p1}' is used in BOM for '{p2}' (recursive)" msgid "Part '{p1}' is used in BOM for '{p2}' (recursive)"
msgstr "" msgstr ""
@ -1482,7 +1501,7 @@ msgstr ""
msgid "Part is not a virtual part" msgid "Part is not a virtual part"
msgstr "" msgstr ""
#: part/templates/part/detail.html:132 #: part/templates/part/detail.html:132 templates/table_filters.html:86
msgid "Assembly" msgid "Assembly"
msgstr "" msgstr ""
@ -1494,7 +1513,7 @@ msgstr ""
msgid "Part cannot be assembled from other parts" msgid "Part cannot be assembled from other parts"
msgstr "" msgstr ""
#: part/templates/part/detail.html:141 #: part/templates/part/detail.html:141 templates/table_filters.html:90
msgid "Component" msgid "Component"
msgstr "" msgstr ""
@ -1618,11 +1637,6 @@ msgstr ""
msgid "BOM" msgid "BOM"
msgstr "" msgstr ""
#: part/templates/part/tabs.html:28 stock/templates/stock/item_base.html:121
#: templates/navbar.html:12
msgid "Build"
msgstr ""
#: part/templates/part/tabs.html:32 #: part/templates/part/tabs.html:32
msgid "Used In" msgid "Used In"
msgstr "" msgstr ""
@ -1938,51 +1952,51 @@ msgstr ""
msgid "Stock Tracking Information" msgid "Stock Tracking Information"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:10 #: stock/templates/stock/item_base.html:11
msgid "Stock Item Details" msgid "Stock Item Details"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:55 #: stock/templates/stock/item_base.html:56
msgid "" msgid ""
"This stock item is serialized - it has a unique serial number and the " "This stock item is serialized - it has a unique serial number and the "
"quantity cannot be adjusted." "quantity cannot be adjusted."
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:59 #: stock/templates/stock/item_base.html:60
msgid "This stock item cannot be deleted as it has child items" msgid "This stock item cannot be deleted as it has child items"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:63 #: stock/templates/stock/item_base.html:64
msgid "" msgid ""
"This stock item will be automatically deleted when all stock is depleted." "This stock item will be automatically deleted when all stock is depleted."
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:68 #: stock/templates/stock/item_base.html:69
msgid "This stock item was split from " msgid "This stock item was split from "
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:88 #: stock/templates/stock/item_base.html:89
msgid "Belongs To" msgid "Belongs To"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:94 #: stock/templates/stock/item_base.html:95
#: stock/templates/stock/stock_adjust.html:17 #: stock/templates/stock/stock_adjust.html:17
msgid "Location" msgid "Location"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:101 #: stock/templates/stock/item_base.html:102
msgid "Serial Number" msgid "Serial Number"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:160 #: stock/templates/stock/item_base.html:161
msgid "Last Updated" msgid "Last Updated"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:165 #: stock/templates/stock/item_base.html:166
msgid "Last Stocktake" msgid "Last Stocktake"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:169 #: stock/templates/stock/item_base.html:170
msgid "No stocktake performed" msgid "No stocktake performed"
msgstr "" msgstr ""
@ -2280,3 +2294,55 @@ msgstr ""
#: templates/stock_table.html:17 #: templates/stock_table.html:17
msgid "Delete Stock" msgid "Delete Stock"
msgstr "" msgstr ""
#: templates/table_filters.html:22
msgid "Include sublocations"
msgstr ""
#: templates/table_filters.html:23
msgid "Include stock in sublocations"
msgstr ""
#: templates/table_filters.html:27
msgid "Active parts"
msgstr ""
#: templates/table_filters.html:28
msgid "Show stock for active parts"
msgstr ""
#: templates/table_filters.html:32 templates/table_filters.html:33
msgid "Stock status"
msgstr ""
#: templates/table_filters.html:53
msgid "Order status"
msgstr ""
#: templates/table_filters.html:64
msgid "Include subcategories"
msgstr ""
#: templates/table_filters.html:65
msgid "Include parts in subcategories"
msgstr ""
#: templates/table_filters.html:69
msgid "Active"
msgstr ""
#: templates/table_filters.html:70
msgid "Show active parts"
msgstr ""
#: templates/table_filters.html:74
msgid "Template"
msgstr ""
#: templates/table_filters.html:78
msgid "Stock available"
msgstr ""
#: templates/table_filters.html:82
msgid "Low stock"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-09 15:04+0000\n" "POT-Creation-Date: 2020-04-11 14:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -70,47 +70,47 @@ msgstr ""
msgid "Polish" msgid "Polish"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:36 InvenTree/status_codes.py:97 #: InvenTree/status_codes.py:86 InvenTree/status_codes.py:162
msgid "Pending" msgid "Pending"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:37 #: InvenTree/status_codes.py:87
msgid "Placed" msgid "Placed"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:38 InvenTree/status_codes.py:100 #: InvenTree/status_codes.py:88 InvenTree/status_codes.py:165
msgid "Complete" msgid "Complete"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:39 InvenTree/status_codes.py:99 #: InvenTree/status_codes.py:89 InvenTree/status_codes.py:164
msgid "Cancelled" msgid "Cancelled"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:40 InvenTree/status_codes.py:71 #: InvenTree/status_codes.py:90 InvenTree/status_codes.py:130
msgid "Lost" msgid "Lost"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:41 #: InvenTree/status_codes.py:91
msgid "Returned" msgid "Returned"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:67 #: InvenTree/status_codes.py:126
msgid "OK" msgid "OK"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:68 #: InvenTree/status_codes.py:127
msgid "Attention needed" msgid "Attention needed"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:69 #: InvenTree/status_codes.py:128
msgid "Damaged" msgid "Damaged"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:70 #: InvenTree/status_codes.py:129
msgid "Destroyed" msgid "Destroyed"
msgstr "" msgstr ""
#: InvenTree/status_codes.py:98 build/templates/build/allocate_edit.html:28 #: InvenTree/status_codes.py:163 build/templates/build/allocate_edit.html:28
#: build/templates/build/allocate_view.html:21 #: build/templates/build/allocate_view.html:21
#: part/templates/part/part_base.html:109 part/templates/part/tabs.html:21 #: part/templates/part/part_base.html:109 part/templates/part/tabs.html:21
msgid "Allocated" msgid "Allocated"
@ -175,7 +175,7 @@ msgstr ""
msgid "Number of parts to build" msgid "Number of parts to build"
msgstr "" msgstr ""
#: build/models.py:82 #: build/models.py:82 templates/table_filters.html:42
msgid "Build status" msgid "Build status"
msgstr "" msgstr ""
@ -227,10 +227,10 @@ msgstr ""
#: build/templates/build/allocate_edit.html:19 #: build/templates/build/allocate_edit.html:19
#: build/templates/build/allocate_view.html:17 #: build/templates/build/allocate_view.html:17
#: build/templates/build/detail.html:21 #: build/templates/build/detail.html:22
#: company/templates/company/detail_part.html:65 #: company/templates/company/detail_part.html:65
#: order/templates/order/order_wizard/select_parts.html:30 #: order/templates/order/order_wizard/select_parts.html:30
#: order/templates/order/purchase_order_detail.html:25 #: order/templates/order/purchase_order_detail.html:26
#: part/templates/part/part_app_base.html:7 #: part/templates/part/part_app_base.html:7
msgid "Part" msgid "Part"
msgstr "" msgstr ""
@ -262,7 +262,7 @@ msgstr ""
#: company/templates/company/index.html:54 #: company/templates/company/index.html:54
#: company/templates/company/supplier_part_base.html:50 #: company/templates/company/supplier_part_base.html:50
#: company/templates/company/supplier_part_detail.html:27 #: company/templates/company/supplier_part_detail.html:27
#: order/templates/order/purchase_order_detail.html:26 #: order/templates/order/purchase_order_detail.html:27
#: part/templates/part/detail.html:38 #: part/templates/part/detail.html:38
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@ -272,6 +272,44 @@ msgstr ""
msgid "On Order" msgid "On Order"
msgstr "" msgstr ""
#: build/templates/build/build_base.html:27 part/templates/part/tabs.html:28
#: stock/templates/stock/item_base.html:122 templates/navbar.html:12
msgid "Build"
msgstr ""
#: build/templates/build/build_base.html:52 build/templates/build/detail.html:9
msgid "Build Details"
msgstr ""
#: build/templates/build/build_base.html:56
msgid "Build Title"
msgstr ""
#: build/templates/build/build_base.html:66
#: build/templates/build/detail.html:27
#: company/templates/company/supplier_part_pricing.html:27
#: order/templates/order/order_wizard/select_parts.html:32
#: order/templates/order/purchase_order_detail.html:30
#: stock/templates/stock/item_base.html:108
#: stock/templates/stock/stock_adjust.html:18
msgid "Quantity"
msgstr ""
#: build/templates/build/build_base.html:71
#: build/templates/build/detail.html:42
#: order/templates/order/order_base.html:72
#: stock/templates/stock/item_base.html:175
msgid "Status"
msgstr ""
#: build/templates/build/build_base.html:76
msgid "BOM Price"
msgstr ""
#: build/templates/build/build_base.html:84
msgid "No pricing information"
msgstr ""
#: build/templates/build/build_output.html:9 #: build/templates/build/build_output.html:9
msgid "Build Outputs" msgid "Build Outputs"
msgstr "" msgstr ""
@ -280,68 +318,49 @@ msgstr ""
msgid "Are you sure you want to unallocate these parts?" msgid "Are you sure you want to unallocate these parts?"
msgstr "" msgstr ""
#: build/templates/build/detail.html:8 #: build/templates/build/detail.html:17
msgid "Build Details"
msgstr ""
#: build/templates/build/detail.html:16
msgid "Title" msgid "Title"
msgstr "" msgstr ""
#: build/templates/build/detail.html:26 #: build/templates/build/detail.html:31
#: company/templates/company/supplier_part_pricing.html:27
#: order/templates/order/order_wizard/select_parts.html:32
#: order/templates/order/purchase_order_detail.html:29
#: stock/templates/stock/item_base.html:107
#: stock/templates/stock/stock_adjust.html:18
msgid "Quantity"
msgstr ""
#: build/templates/build/detail.html:30
msgid "Stock Source" msgid "Stock Source"
msgstr "" msgstr ""
#: build/templates/build/detail.html:35 #: build/templates/build/detail.html:36
msgid "Stock can be taken from any available location." msgid "Stock can be taken from any available location."
msgstr "" msgstr ""
#: build/templates/build/detail.html:41 #: build/templates/build/detail.html:48
#: order/templates/order/order_base.html:71 #: stock/templates/stock/item_base.html:115
#: stock/templates/stock/item_base.html:174
msgid "Status"
msgstr ""
#: build/templates/build/detail.html:47
#: stock/templates/stock/item_base.html:114
msgid "Batch" msgid "Batch"
msgstr "" msgstr ""
#: build/templates/build/detail.html:54 #: build/templates/build/detail.html:55
#: company/templates/company/supplier_part_base.html:47 #: company/templates/company/supplier_part_base.html:47
#: company/templates/company/supplier_part_detail.html:24 #: company/templates/company/supplier_part_detail.html:24
#: part/templates/part/detail.html:67 part/templates/part/part_base.html:84 #: part/templates/part/detail.html:67 part/templates/part/part_base.html:84
#: stock/templates/stock/item_base.html:142 #: stock/templates/stock/item_base.html:143
msgid "External Link" msgid "External Link"
msgstr "" msgstr ""
#: build/templates/build/detail.html:60 #: build/templates/build/detail.html:61
#: order/templates/order/order_base.html:83 #: order/templates/order/order_base.html:84
msgid "Created" msgid "Created"
msgstr "" msgstr ""
#: build/templates/build/detail.html:66 #: build/templates/build/detail.html:67
msgid "Enough Parts?" msgid "Enough Parts?"
msgstr "" msgstr ""
#: build/templates/build/detail.html:69 #: build/templates/build/detail.html:70
msgid "Yes" msgid "Yes"
msgstr "" msgstr ""
#: build/templates/build/detail.html:71 #: build/templates/build/detail.html:72
msgid "No" msgid "No"
msgstr "" msgstr ""
#: build/templates/build/detail.html:79 #: build/templates/build/detail.html:80
msgid "Completed" msgid "Completed"
msgstr "" msgstr ""
@ -637,7 +656,7 @@ msgid "Company Details"
msgstr "" msgstr ""
#: company/templates/company/detail.html:16 #: company/templates/company/detail.html:16
#: stock/templates/stock/item_base.html:135 #: stock/templates/stock/item_base.html:136
msgid "Customer" msgid "Customer"
msgstr "" msgstr ""
@ -645,9 +664,9 @@ msgstr ""
#: company/templates/company/index.html:46 #: company/templates/company/index.html:46
#: company/templates/company/supplier_part_base.html:44 #: company/templates/company/supplier_part_base.html:44
#: company/templates/company/supplier_part_detail.html:21 #: company/templates/company/supplier_part_detail.html:21
#: order/templates/order/order_base.html:66 #: order/templates/order/order_base.html:67
#: order/templates/order/order_wizard/select_pos.html:30 #: order/templates/order/order_wizard/select_pos.html:30
#: stock/templates/stock/item_base.html:149 #: stock/templates/stock/item_base.html:150
msgid "Supplier" msgid "Supplier"
msgstr "" msgstr ""
@ -727,7 +746,7 @@ msgstr ""
#: company/templates/company/supplier_part_base.html:6 #: company/templates/company/supplier_part_base.html:6
#: company/templates/company/supplier_part_base.html:13 #: company/templates/company/supplier_part_base.html:13
#: stock/templates/stock/item_base.html:154 #: stock/templates/stock/item_base.html:155
msgid "Supplier Part" msgid "Supplier Part"
msgstr "" msgstr ""
@ -748,7 +767,7 @@ msgstr ""
#: company/templates/company/supplier_part_base.html:57 #: company/templates/company/supplier_part_base.html:57
#: company/templates/company/supplier_part_detail.html:34 #: company/templates/company/supplier_part_detail.html:34
#: order/templates/order/purchase_order_detail.html:33 #: order/templates/order/purchase_order_detail.html:34
msgid "Note" msgid "Note"
msgstr "" msgstr ""
@ -930,7 +949,7 @@ msgstr ""
msgid "Line item notes" msgid "Line item notes"
msgstr "" msgstr ""
#: order/models.py:298 stock/templates/stock/item_base.html:128 #: order/models.py:298 stock/templates/stock/item_base.html:129
msgid "Purchase Order" msgid "Purchase Order"
msgstr "" msgstr ""
@ -942,16 +961,16 @@ msgstr ""
msgid "Number of items received" msgid "Number of items received"
msgstr "" msgstr ""
#: order/templates/order/order_base.html:61 #: order/templates/order/order_base.html:62
msgid "Purchase Order Details" msgid "Purchase Order Details"
msgstr "" msgstr ""
#: order/templates/order/order_base.html:89 #: order/templates/order/order_base.html:90
msgid "Issued" msgid "Issued"
msgstr "" msgstr ""
#: order/templates/order/order_base.html:96 #: order/templates/order/order_base.html:97
#: order/templates/order/purchase_order_detail.html:31 #: order/templates/order/purchase_order_detail.html:32
msgid "Received" msgid "Received"
msgstr "" msgstr ""
@ -1035,23 +1054,23 @@ msgstr ""
msgid "Are you sure you want to delete this attachment?" msgid "Are you sure you want to delete this attachment?"
msgstr "" msgstr ""
#: order/templates/order/purchase_order_detail.html:15 order/views.py:825 #: order/templates/order/purchase_order_detail.html:16 order/views.py:825
msgid "Add Line Item" msgid "Add Line Item"
msgstr "" msgstr ""
#: order/templates/order/purchase_order_detail.html:19 #: order/templates/order/purchase_order_detail.html:20
msgid "Order Items" msgid "Order Items"
msgstr "" msgstr ""
#: order/templates/order/purchase_order_detail.html:24 #: order/templates/order/purchase_order_detail.html:25
msgid "Line" msgid "Line"
msgstr "" msgstr ""
#: order/templates/order/purchase_order_detail.html:27 #: order/templates/order/purchase_order_detail.html:28
msgid "Order Code" msgid "Order Code"
msgstr "" msgstr ""
#: order/templates/order/purchase_order_detail.html:28 #: order/templates/order/purchase_order_detail.html:29
msgid "Reference" msgid "Reference"
msgstr "" msgstr ""
@ -1324,63 +1343,63 @@ msgstr ""
msgid "Stored BOM checksum" msgid "Stored BOM checksum"
msgstr "" msgstr ""
#: part/models.py:1040 #: part/models.py:1049
msgid "Parameter template name must be unique" msgid "Parameter template name must be unique"
msgstr "" msgstr ""
#: part/models.py:1045 #: part/models.py:1054
msgid "Parameter Name" msgid "Parameter Name"
msgstr "" msgstr ""
#: part/models.py:1047 #: part/models.py:1056
msgid "Parameter Units" msgid "Parameter Units"
msgstr "" msgstr ""
#: part/models.py:1073 #: part/models.py:1082
msgid "Parent Part" msgid "Parent Part"
msgstr "" msgstr ""
#: part/models.py:1075 #: part/models.py:1084
msgid "Parameter Template" msgid "Parameter Template"
msgstr "" msgstr ""
#: part/models.py:1077 #: part/models.py:1086
msgid "Parameter Value" msgid "Parameter Value"
msgstr "" msgstr ""
#: part/models.py:1101 #: part/models.py:1110
msgid "Select parent part" msgid "Select parent part"
msgstr "" msgstr ""
#: part/models.py:1110 #: part/models.py:1119
msgid "Select part to be used in BOM" msgid "Select part to be used in BOM"
msgstr "" msgstr ""
#: part/models.py:1117 #: part/models.py:1126
msgid "BOM quantity for this BOM item" msgid "BOM quantity for this BOM item"
msgstr "" msgstr ""
#: part/models.py:1120 #: part/models.py:1129
msgid "Estimated build wastage quantity (absolute or percentage)" msgid "Estimated build wastage quantity (absolute or percentage)"
msgstr "" msgstr ""
#: part/models.py:1123 #: part/models.py:1132
msgid "BOM item reference" msgid "BOM item reference"
msgstr "" msgstr ""
#: part/models.py:1126 #: part/models.py:1135
msgid "BOM item notes" msgid "BOM item notes"
msgstr "" msgstr ""
#: part/models.py:1128 #: part/models.py:1137
msgid "BOM line checksum" msgid "BOM line checksum"
msgstr "" msgstr ""
#: part/models.py:1191 #: part/models.py:1200
msgid "Part cannot be added to its own Bill of Materials" msgid "Part cannot be added to its own Bill of Materials"
msgstr "" msgstr ""
#: part/models.py:1198 #: part/models.py:1207
#, python-brace-format #, python-brace-format
msgid "Part '{p1}' is used in BOM for '{p2}' (recursive)" msgid "Part '{p1}' is used in BOM for '{p2}' (recursive)"
msgstr "" msgstr ""
@ -1482,7 +1501,7 @@ msgstr ""
msgid "Part is not a virtual part" msgid "Part is not a virtual part"
msgstr "" msgstr ""
#: part/templates/part/detail.html:132 #: part/templates/part/detail.html:132 templates/table_filters.html:86
msgid "Assembly" msgid "Assembly"
msgstr "" msgstr ""
@ -1494,7 +1513,7 @@ msgstr ""
msgid "Part cannot be assembled from other parts" msgid "Part cannot be assembled from other parts"
msgstr "" msgstr ""
#: part/templates/part/detail.html:141 #: part/templates/part/detail.html:141 templates/table_filters.html:90
msgid "Component" msgid "Component"
msgstr "" msgstr ""
@ -1618,11 +1637,6 @@ msgstr ""
msgid "BOM" msgid "BOM"
msgstr "" msgstr ""
#: part/templates/part/tabs.html:28 stock/templates/stock/item_base.html:121
#: templates/navbar.html:12
msgid "Build"
msgstr ""
#: part/templates/part/tabs.html:32 #: part/templates/part/tabs.html:32
msgid "Used In" msgid "Used In"
msgstr "" msgstr ""
@ -1938,51 +1952,51 @@ msgstr ""
msgid "Stock Tracking Information" msgid "Stock Tracking Information"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:10 #: stock/templates/stock/item_base.html:11
msgid "Stock Item Details" msgid "Stock Item Details"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:55 #: stock/templates/stock/item_base.html:56
msgid "" msgid ""
"This stock item is serialized - it has a unique serial number and the " "This stock item is serialized - it has a unique serial number and the "
"quantity cannot be adjusted." "quantity cannot be adjusted."
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:59 #: stock/templates/stock/item_base.html:60
msgid "This stock item cannot be deleted as it has child items" msgid "This stock item cannot be deleted as it has child items"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:63 #: stock/templates/stock/item_base.html:64
msgid "" msgid ""
"This stock item will be automatically deleted when all stock is depleted." "This stock item will be automatically deleted when all stock is depleted."
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:68 #: stock/templates/stock/item_base.html:69
msgid "This stock item was split from " msgid "This stock item was split from "
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:88 #: stock/templates/stock/item_base.html:89
msgid "Belongs To" msgid "Belongs To"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:94 #: stock/templates/stock/item_base.html:95
#: stock/templates/stock/stock_adjust.html:17 #: stock/templates/stock/stock_adjust.html:17
msgid "Location" msgid "Location"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:101 #: stock/templates/stock/item_base.html:102
msgid "Serial Number" msgid "Serial Number"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:160 #: stock/templates/stock/item_base.html:161
msgid "Last Updated" msgid "Last Updated"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:165 #: stock/templates/stock/item_base.html:166
msgid "Last Stocktake" msgid "Last Stocktake"
msgstr "" msgstr ""
#: stock/templates/stock/item_base.html:169 #: stock/templates/stock/item_base.html:170
msgid "No stocktake performed" msgid "No stocktake performed"
msgstr "" msgstr ""
@ -2280,3 +2294,55 @@ msgstr ""
#: templates/stock_table.html:17 #: templates/stock_table.html:17
msgid "Delete Stock" msgid "Delete Stock"
msgstr "" msgstr ""
#: templates/table_filters.html:22
msgid "Include sublocations"
msgstr ""
#: templates/table_filters.html:23
msgid "Include stock in sublocations"
msgstr ""
#: templates/table_filters.html:27
msgid "Active parts"
msgstr ""
#: templates/table_filters.html:28
msgid "Show stock for active parts"
msgstr ""
#: templates/table_filters.html:32 templates/table_filters.html:33
msgid "Stock status"
msgstr ""
#: templates/table_filters.html:53
msgid "Order status"
msgstr ""
#: templates/table_filters.html:64
msgid "Include subcategories"
msgstr ""
#: templates/table_filters.html:65
msgid "Include parts in subcategories"
msgstr ""
#: templates/table_filters.html:69
msgid "Active"
msgstr ""
#: templates/table_filters.html:70
msgid "Show active parts"
msgstr ""
#: templates/table_filters.html:74
msgid "Template"
msgstr ""
#: templates/table_filters.html:78
msgid "Stock available"
msgstr ""
#: templates/table_filters.html:82
msgid "Low stock"
msgstr ""