2533 lines
61 KiB
Plaintext
2533 lines
61 KiB
Plaintext
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
#
|
|
# Christian Schlüter <chschlue@gmail.com>, 2020.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: \n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2020-04-05 10:55+0000\n"
|
|
"PO-Revision-Date: 2020-02-02 08:07+0100\n"
|
|
"Last-Translator: Christian Schlüter <chschlue@gmail.com>\n"
|
|
"Language-Team: C <kde-i18n-doc@kde.org>\n"
|
|
"Language: de\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"
|
|
"X-Generator: Lokalize 19.12.0\n"
|
|
|
|
#: InvenTree/helpers.py:201 order/models.py:164 order/models.py:215
|
|
msgid "Invalid quantity provided"
|
|
msgstr "Keine gültige Menge"
|
|
|
|
#: InvenTree/helpers.py:204
|
|
msgid "Empty serial number string"
|
|
msgstr "Keine Seriennummer angegeben"
|
|
|
|
#: InvenTree/helpers.py:225 InvenTree/helpers.py:242
|
|
#, python-brace-format
|
|
msgid "Duplicate serial: {n}"
|
|
msgstr "Doppelte Seriennummer: {n}"
|
|
|
|
#: InvenTree/helpers.py:229 InvenTree/helpers.py:232 InvenTree/helpers.py:235
|
|
#: InvenTree/helpers.py:246
|
|
#, python-brace-format
|
|
msgid "Invalid group: {g}"
|
|
msgstr "Ungültige Gruppe: {g}"
|
|
|
|
#: InvenTree/helpers.py:252
|
|
msgid "No serial numbers found"
|
|
msgstr "Keine Seriennummern gefunden"
|
|
|
|
#: InvenTree/helpers.py:256
|
|
#, python-brace-format
|
|
msgid "Number of unique serial number ({s}) must match quantity ({q})"
|
|
msgstr ""
|
|
"Anzahl der eindeutigen Seriennummern ({s}) muss mit der Anzahl ({q}) "
|
|
"übereinstimmen"
|
|
|
|
#: InvenTree/models.py:54
|
|
msgid "Select file to attach"
|
|
msgstr "Datei zum Anhängen auswählen"
|
|
|
|
#: InvenTree/models.py:56
|
|
msgid "File comment"
|
|
msgstr "Datei-Kommentar"
|
|
|
|
#: InvenTree/settings.py:270
|
|
msgid "English"
|
|
msgstr "Englisch"
|
|
|
|
#: InvenTree/settings.py:271
|
|
msgid "German"
|
|
msgstr "Deutsch"
|
|
|
|
#: InvenTree/settings.py:272
|
|
msgid "French"
|
|
msgstr "Französisch"
|
|
|
|
#: InvenTree/settings.py:273
|
|
msgid "Polish"
|
|
msgstr "Polnisch"
|
|
|
|
#: InvenTree/status_codes.py:36 InvenTree/status_codes.py:97
|
|
msgid "Pending"
|
|
msgstr "Ausstehend"
|
|
|
|
#: InvenTree/status_codes.py:37
|
|
msgid "Placed"
|
|
msgstr "Platziert"
|
|
|
|
#: InvenTree/status_codes.py:38 InvenTree/status_codes.py:100
|
|
msgid "Complete"
|
|
msgstr "Fertig"
|
|
|
|
#: InvenTree/status_codes.py:39 InvenTree/status_codes.py:99
|
|
msgid "Cancelled"
|
|
msgstr "Storniert"
|
|
|
|
#: InvenTree/status_codes.py:40 InvenTree/status_codes.py:71
|
|
msgid "Lost"
|
|
msgstr "Verloren"
|
|
|
|
#: InvenTree/status_codes.py:41
|
|
msgid "Returned"
|
|
msgstr "Zurückgegeben"
|
|
|
|
#: InvenTree/status_codes.py:67
|
|
msgid "OK"
|
|
msgstr "OK"
|
|
|
|
#: InvenTree/status_codes.py:68
|
|
msgid "Attention needed"
|
|
msgstr "erfordert Eingriff"
|
|
|
|
#: InvenTree/status_codes.py:69
|
|
msgid "Damaged"
|
|
msgstr "Beschädigt"
|
|
|
|
#: InvenTree/status_codes.py:70
|
|
msgid "Destroyed"
|
|
msgstr "Zerstört"
|
|
|
|
#: InvenTree/status_codes.py:98 build/templates/build/allocate_edit.html:28
|
|
#: build/templates/build/allocate_view.html:21
|
|
#: part/templates/part/part_base.html:106 part/templates/part/tabs.html:21
|
|
msgid "Allocated"
|
|
msgstr "Zugeordnet"
|
|
|
|
#: InvenTree/validators.py:39
|
|
msgid "Invalid character in part name"
|
|
msgstr "Ungültiger Buchstabe im Teilenamen"
|
|
|
|
#: InvenTree/validators.py:52
|
|
msgid "IPN must match regex pattern"
|
|
msgstr ""
|
|
|
|
#: InvenTree/validators.py:60
|
|
#, python-brace-format
|
|
msgid "Illegal character in name ({x})"
|
|
msgstr "Ungültiges Zeichen im Namen ({x})"
|
|
|
|
#: InvenTree/validators.py:79 InvenTree/validators.py:95
|
|
msgid "Overage value must not be negative"
|
|
msgstr "Überschuss-Wert darf nicht negativ sein"
|
|
|
|
#: InvenTree/validators.py:97
|
|
msgid "Overage must not exceed 100%"
|
|
msgstr "Überschuss darf 100% nicht überschreiten"
|
|
|
|
#: InvenTree/validators.py:104
|
|
msgid "Overage must be an integer value or a percentage"
|
|
msgstr "Überschuss muss eine Ganzzahl oder ein Prozentwert sein"
|
|
|
|
#: InvenTree/views.py:548
|
|
msgid "Database Statistics"
|
|
msgstr ""
|
|
|
|
#: build/forms.py:35
|
|
msgid "Confirm"
|
|
msgstr "Bestätigen"
|
|
|
|
#: build/forms.py:52 stock/forms.py:34
|
|
msgid "Enter unique serial numbers (or leave blank)"
|
|
msgstr "Eindeutige Seriennummern eingeben (oder leer lassen)"
|
|
|
|
#: build/forms.py:54
|
|
msgid "Confirm build completion"
|
|
msgstr "Bau-Fertigstellung bestätigen"
|
|
|
|
#: build/models.py:54
|
|
msgid "Brief description of the build"
|
|
msgstr "Kurze Beschreibung des Baus"
|
|
|
|
#: build/models.py:64
|
|
msgid "Select part to build"
|
|
msgstr "Teil für den Bau wählen"
|
|
|
|
#: build/models.py:70
|
|
msgid ""
|
|
"Select location to take stock from for this build (leave blank to take from "
|
|
"any stock location)"
|
|
msgstr ""
|
|
"Lager-Entnahmestandort für diesen Bau wählen (oder leer lassen für einen "
|
|
"beliebigen Lager-Standort)"
|
|
|
|
#: build/models.py:76
|
|
msgid "Number of parts to build"
|
|
msgstr "Anzahl der zu bauenden Teile"
|
|
|
|
#: build/models.py:82
|
|
msgid "Build status"
|
|
msgstr "Bau-Status"
|
|
|
|
#: build/models.py:85
|
|
msgid "Batch code for this build output"
|
|
msgstr "Chargennummer für diese Bau-Ausgabe"
|
|
|
|
#: build/models.py:97
|
|
msgid "Link to external URL"
|
|
msgstr "Link zu einer externen URL"
|
|
|
|
#: build/models.py:99
|
|
msgid "Extra build notes"
|
|
msgstr "Notizen für den Bau"
|
|
|
|
#: build/models.py:388
|
|
#, python-brace-format
|
|
msgid "Selected stock item not found in BOM for part '{p}'"
|
|
msgstr "Ausgewähltes Lagerobjekt nicht in BOM für Teil '{p}' gefunden"
|
|
|
|
#: build/models.py:391
|
|
#, python-brace-format
|
|
msgid "Allocated quantity ({n}) must not exceed available quantity ({q})"
|
|
msgstr ""
|
|
"zugewiesene Anzahl ({n}) darf nicht die verfügbare ({q}) Anzahl überschreiten"
|
|
|
|
#: build/models.py:409
|
|
msgid "Build to allocate parts"
|
|
msgstr "Bau starten um Teile zuzuweisen"
|
|
|
|
#: build/models.py:416
|
|
msgid "Stock Item to allocate to build"
|
|
msgstr "Lagerobjekt dem Bau zuweisen"
|
|
|
|
#: build/models.py:424
|
|
msgid "Stock quantity to allocate to build"
|
|
msgstr "Lagerobjekt-Anzahl dem Bau zuweisen"
|
|
|
|
#: build/templates/build/allocate_edit.html:5
|
|
msgid "Allocate Stock to Build"
|
|
msgstr "Lagerbestand dem Bau zuweisen"
|
|
|
|
#: build/templates/build/allocate_edit.html:10
|
|
msgid "Auto Allocate"
|
|
msgstr "Automatisches Zuweisen"
|
|
|
|
#: build/templates/build/allocate_edit.html:11
|
|
msgid "Unallocate"
|
|
msgstr "Zuweisung aufheben"
|
|
|
|
#: build/templates/build/allocate_edit.html:19
|
|
#: build/templates/build/allocate_view.html:17
|
|
#: build/templates/build/detail.html:17
|
|
#: company/templates/company/detail_part.html:65
|
|
#: order/templates/order/order_wizard/select_parts.html:30
|
|
#: order/templates/order/purchase_order_detail.html:25
|
|
#: part/templates/part/part_app_base.html:7
|
|
msgid "Part"
|
|
msgstr "Teil"
|
|
|
|
#: build/templates/build/allocate_edit.html:22
|
|
#: build/templates/build/allocate_view.html:19
|
|
msgid "Available"
|
|
msgstr "verfügbar"
|
|
|
|
#: build/templates/build/allocate_edit.html:25
|
|
#: build/templates/build/allocate_view.html:20
|
|
msgid "Required"
|
|
msgstr "benötigt"
|
|
|
|
#: build/templates/build/allocate_view.html:4
|
|
msgid "Required Parts"
|
|
msgstr "benötigte Teile"
|
|
|
|
#: build/templates/build/allocate_view.html:9
|
|
msgid "Allocate"
|
|
msgstr "zuweisen"
|
|
|
|
#: build/templates/build/allocate_view.html:10
|
|
#: company/templates/company/detail_part.html:18 order/views.py:526
|
|
msgid "Order Parts"
|
|
msgstr "Teile bestellen"
|
|
|
|
#: build/templates/build/allocate_view.html:18
|
|
#: company/templates/company/index.html:54
|
|
#: company/templates/company/supplier_part_base.html:50
|
|
#: company/templates/company/supplier_part_detail.html:27
|
|
#: order/templates/order/purchase_order_detail.html:26
|
|
#: part/templates/part/detail.html:37
|
|
msgid "Description"
|
|
msgstr "Beschreibung"
|
|
|
|
#: build/templates/build/allocate_view.html:22
|
|
#: part/templates/part/part_base.html:112
|
|
msgid "On Order"
|
|
msgstr "bestellt"
|
|
|
|
#: build/templates/build/build_output.html:9
|
|
#, fuzzy
|
|
#| msgid "Build status"
|
|
msgid "Build Outputs"
|
|
msgstr "Bau-Status"
|
|
|
|
#: build/templates/build/delete_build_item.html:6
|
|
#, fuzzy
|
|
#| msgid "Are you sure you want to delete the following Supplier Parts?"
|
|
msgid "Are you sure you want to unallocate these parts?"
|
|
msgstr ""
|
|
"Sind Sie sicher, dass sie die folgenden Zulieferer-Teile löschen möchten?"
|
|
|
|
#: build/templates/build/detail.html:8
|
|
msgid "Build Details"
|
|
msgstr "Bau-Status"
|
|
|
|
#: build/templates/build/detail.html:14
|
|
msgid "Title"
|
|
msgstr "Titel"
|
|
|
|
#: build/templates/build/detail.html:20
|
|
#: 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:101
|
|
#: stock/templates/stock/stock_adjust.html:18
|
|
msgid "Quantity"
|
|
msgstr "Anzahl"
|
|
|
|
#: build/templates/build/detail.html:23
|
|
msgid "Stock Source"
|
|
msgstr "Lagerobjekt"
|
|
|
|
#: build/templates/build/detail.html:28
|
|
msgid "Stock can be taken from any available location."
|
|
msgstr "Bestand kann jedem verfügbaren Lagerort entnommen werden."
|
|
|
|
#: build/templates/build/detail.html:33
|
|
#: order/templates/order/order_base.html:71
|
|
#: stock/templates/stock/item_base.html:158
|
|
msgid "Status"
|
|
msgstr "Status"
|
|
|
|
#: build/templates/build/detail.html:37
|
|
#: stock/templates/stock/item_base.html:107
|
|
msgid "Batch"
|
|
msgstr "Los"
|
|
|
|
#: build/templates/build/detail.html:42
|
|
#: company/templates/company/detail_part.html:90
|
|
#: company/templates/company/supplier_part_base.html:47
|
|
#: company/templates/company/supplier_part_detail.html:24
|
|
#: part/templates/part/part_base.html:81
|
|
#: stock/templates/stock/item_base.html:131
|
|
msgid "URL"
|
|
msgstr "URL"
|
|
|
|
#: build/templates/build/detail.html:46
|
|
#: order/templates/order/order_base.html:75
|
|
msgid "Created"
|
|
msgstr "Erstellt"
|
|
|
|
#: build/templates/build/detail.html:50
|
|
msgid "Enough Parts?"
|
|
msgstr "Genügend Teile?"
|
|
|
|
#: build/templates/build/detail.html:53
|
|
msgid "Yes"
|
|
msgstr "Ja"
|
|
|
|
#: build/templates/build/detail.html:55
|
|
msgid "No"
|
|
msgstr "Nein"
|
|
|
|
#: build/templates/build/detail.html:62
|
|
msgid "Completed"
|
|
msgstr "Fertig"
|
|
|
|
#: build/templates/build/notes.html:13 build/templates/build/notes.html:30
|
|
msgid "Build Notes"
|
|
msgstr "Bau-Bemerkungen"
|
|
|
|
#: build/templates/build/notes.html:20 company/templates/company/notes.html:17
|
|
#: order/templates/order/order_notes.html:21 part/templates/part/notes.html:20
|
|
#: stock/templates/stock/item_notes.html:21
|
|
msgid "Save"
|
|
msgstr "Speichern"
|
|
|
|
#: build/templates/build/notes.html:33 company/templates/company/notes.html:30
|
|
#: order/templates/order/order_notes.html:32 part/templates/part/notes.html:32
|
|
#: stock/templates/stock/item_notes.html:32
|
|
msgid "Edit notes"
|
|
msgstr "Bermerkungen bearbeiten"
|
|
|
|
#: build/templates/build/tabs.html:5 company/templates/company/tabs.html:5
|
|
#: part/templates/part/tabs.html:6
|
|
msgid "Details"
|
|
msgstr "Details"
|
|
|
|
#: build/templates/build/tabs.html:8
|
|
msgid "Outputs"
|
|
msgstr ""
|
|
|
|
#: build/templates/build/tabs.html:11 company/models.py:248
|
|
#: company/templates/company/tabs.html:26 order/templates/order/tabs.html:15
|
|
#: part/templates/part/tabs.html:58 stock/templates/stock/tabs.html:17
|
|
msgid "Notes"
|
|
msgstr "Notizen"
|
|
|
|
#: build/templates/build/tabs.html:14
|
|
msgid "Assign Parts"
|
|
msgstr "Teile zuweisen"
|
|
|
|
#: build/templates/build/unallocate.html:8
|
|
msgid "Are you sure you wish to unallocate all stock for this build?"
|
|
msgstr ""
|
|
|
|
#: build/views.py:56
|
|
#, fuzzy
|
|
#| msgid "Can Build"
|
|
msgid "Cancel Build"
|
|
msgstr "Herstellbar?"
|
|
|
|
#: build/views.py:74
|
|
#, fuzzy
|
|
#| msgid "Confirm order cancellation"
|
|
msgid "Confirm build cancellation"
|
|
msgstr "Bestell-Stornierung bestätigen"
|
|
|
|
#: build/views.py:79
|
|
msgid "Build was cancelled"
|
|
msgstr ""
|
|
|
|
#: build/views.py:95
|
|
#, fuzzy
|
|
#| msgid "Allocate Stock to Build"
|
|
msgid "Allocate Stock"
|
|
msgstr "Lagerbestand dem Bau zuweisen"
|
|
|
|
#: build/views.py:108
|
|
msgid "No matching build found"
|
|
msgstr ""
|
|
|
|
#: build/views.py:127
|
|
#, fuzzy
|
|
#| msgid "Confirm order cancellation"
|
|
msgid "Confirm stock allocation"
|
|
msgstr "Bestell-Stornierung bestätigen"
|
|
|
|
#: build/views.py:128
|
|
msgid "Check the confirmation box at the bottom of the list"
|
|
msgstr ""
|
|
|
|
#: build/views.py:148 build/views.py:442
|
|
#, fuzzy
|
|
#| msgid "Unallocate"
|
|
msgid "Unallocate Stock"
|
|
msgstr "Zuweisung aufheben"
|
|
|
|
#: build/views.py:161
|
|
msgid "Confirm unallocation of build stock"
|
|
msgstr ""
|
|
|
|
#: build/views.py:162
|
|
msgid "Check the confirmation box"
|
|
msgstr ""
|
|
|
|
#: build/views.py:185
|
|
#, fuzzy
|
|
#| msgid "Completed"
|
|
msgid "Complete Build"
|
|
msgstr "Fertig"
|
|
|
|
#: build/views.py:258
|
|
#, fuzzy
|
|
#| msgid "Confirm build completion"
|
|
msgid "Confirm completion of build"
|
|
msgstr "Bau-Fertigstellung bestätigen"
|
|
|
|
#: build/views.py:265
|
|
#, fuzzy
|
|
#| msgid "Invalid part selection"
|
|
msgid "Invalid location selected"
|
|
msgstr "Ungültige Teileauswahl"
|
|
|
|
#: build/views.py:290 stock/views.py:916
|
|
#, python-brace-format
|
|
msgid "The following serial numbers already exist: ({sn})"
|
|
msgstr "Die folgende Seriennummer existiert bereits: ({sn})"
|
|
|
|
#: build/views.py:309
|
|
msgid "Build marked as COMPLETE"
|
|
msgstr ""
|
|
|
|
#: build/views.py:385
|
|
#, fuzzy
|
|
#| msgid "Can Build"
|
|
msgid "Start new Build"
|
|
msgstr "Herstellbar?"
|
|
|
|
#: build/views.py:408
|
|
#, fuzzy
|
|
#| msgid "Created new stock item"
|
|
msgid "Created new build"
|
|
msgstr "Neues Lagerobjekt erstellt"
|
|
|
|
#: build/views.py:418
|
|
#, fuzzy
|
|
#| msgid "Build Details"
|
|
msgid "Edit Build Details"
|
|
msgstr "Bau-Status"
|
|
|
|
#: build/views.py:423
|
|
msgid "Edited build"
|
|
msgstr ""
|
|
|
|
#: build/views.py:432
|
|
msgid "Delete Build"
|
|
msgstr ""
|
|
|
|
#: build/views.py:447
|
|
#, fuzzy
|
|
#| msgid "Receive parts to this location"
|
|
msgid "Removed parts from build allocation"
|
|
msgstr "Teile in diesen Ort empfangen"
|
|
|
|
#: build/views.py:457
|
|
#, fuzzy
|
|
#| msgid "Create new Stock Item"
|
|
msgid "Allocate new Part"
|
|
msgstr "Neues Lagerobjekt hinzufügen"
|
|
|
|
#: build/views.py:573
|
|
#, fuzzy
|
|
#| msgid "Edit Stock Location"
|
|
msgid "Edit Stock Allocation"
|
|
msgstr "Lagerobjekt-Standort bearbeiten"
|
|
|
|
#: build/views.py:577
|
|
msgid "Updated Build Item"
|
|
msgstr ""
|
|
|
|
#: common/models.py:69
|
|
msgid "Settings key (must be unique - case insensitive"
|
|
msgstr ""
|
|
"Einstellungs-Schlüssel (muss einzigartig sein, Groß-/ Kleinschreibung wird "
|
|
"nicht beachtet)"
|
|
|
|
#: common/models.py:71
|
|
msgid "Settings value"
|
|
msgstr "Einstellungs-Wert"
|
|
|
|
#: common/models.py:73
|
|
msgid "Settings description"
|
|
msgstr "Einstellungs-Beschreibung"
|
|
|
|
#: common/models.py:86
|
|
msgid "Key string must be unique"
|
|
msgstr "Schlüsseltext muss eindeutig sein"
|
|
|
|
#: common/models.py:107
|
|
msgid "Currency Symbol e.g. $"
|
|
msgstr "Währungs-Symbol (z.B. €)"
|
|
|
|
#: common/models.py:109
|
|
msgid "Currency Suffix e.g. AUD"
|
|
msgstr "Währungs-Suffix (z.B. EUR)"
|
|
|
|
#: common/models.py:111
|
|
msgid "Currency Description"
|
|
msgstr "Währungs-Beschreibung"
|
|
|
|
#: common/models.py:113
|
|
msgid "Currency Value"
|
|
msgstr "Währungs-Wert"
|
|
|
|
#: common/models.py:115
|
|
msgid "Use this currency as the base currency"
|
|
msgstr "Benutze diese Währung als Basis-Währung"
|
|
|
|
#: common/views.py:21
|
|
#, fuzzy
|
|
#| msgid "Create new Stock Item"
|
|
msgid "Create new Currency"
|
|
msgstr "Neues Lagerobjekt hinzufügen"
|
|
|
|
#: common/views.py:29
|
|
msgid "Edit Currency"
|
|
msgstr ""
|
|
|
|
#: common/views.py:36
|
|
msgid "Delete Currency"
|
|
msgstr ""
|
|
|
|
#: company/models.py:74
|
|
msgid "Company name"
|
|
msgstr "Firmenname"
|
|
|
|
#: company/models.py:76
|
|
msgid "Description of the company"
|
|
msgstr "Firmenbeschreibung"
|
|
|
|
#: company/models.py:78
|
|
msgid "Company website URL"
|
|
msgstr "Firmenwebsite"
|
|
|
|
#: company/models.py:81
|
|
msgid "Company address"
|
|
msgstr "Firmenadresse"
|
|
|
|
#: company/models.py:84
|
|
msgid "Contact phone number"
|
|
msgstr "Kontakt-Tel."
|
|
|
|
#: company/models.py:86
|
|
msgid "Contact email address"
|
|
msgstr "Kontakt-Email"
|
|
|
|
#: company/models.py:89
|
|
msgid "Point of contact"
|
|
msgstr "Anlaufstelle"
|
|
|
|
#: company/models.py:91
|
|
msgid "Link to external company information"
|
|
msgstr "Link auf externe Firmeninformation"
|
|
|
|
#: company/models.py:97
|
|
msgid "Do you sell items to this company?"
|
|
msgstr "Verkaufen Sie Teile an diese Firma?"
|
|
|
|
#: company/models.py:99
|
|
msgid "Do you purchase items from this company?"
|
|
msgstr "Kaufen Sie Teile von dieser Firma?"
|
|
|
|
#: company/models.py:229
|
|
msgid "Select part"
|
|
msgstr "Teil auswählen"
|
|
|
|
#: company/models.py:235
|
|
msgid "Select supplier"
|
|
msgstr "Zulieferer auswählen"
|
|
|
|
#: company/models.py:238
|
|
msgid "Supplier stock keeping unit"
|
|
msgstr "Stock Keeping Units (SKU) des Zulieferers"
|
|
|
|
#: company/models.py:240 company/templates/company/detail_part.html:81
|
|
#: company/templates/company/supplier_part_base.html:53
|
|
#: company/templates/company/supplier_part_detail.html:30
|
|
msgid "Manufacturer"
|
|
msgstr "Hersteller"
|
|
|
|
#: company/models.py:242
|
|
msgid "Manufacturer part number"
|
|
msgstr "Hersteller-Teilenummer"
|
|
|
|
#: company/models.py:244
|
|
msgid "URL for external supplier part link"
|
|
msgstr "Teil-URL des Zulieferers"
|
|
|
|
#: company/models.py:246
|
|
msgid "Supplier part description"
|
|
msgstr "Zuliefererbeschreibung des Teils"
|
|
|
|
#: company/models.py:250
|
|
msgid "Minimum charge (e.g. stocking fee)"
|
|
msgstr "Mindestpreis"
|
|
|
|
#: company/models.py:252
|
|
msgid "Part packaging"
|
|
msgstr "Teile-Packaging"
|
|
|
|
#: company/templates/company/company_base.html:7 order/models.py:131
|
|
msgid "Company"
|
|
msgstr "Firma"
|
|
|
|
#: company/templates/company/company_base.html:48
|
|
#: company/templates/company/index.html:59
|
|
msgid "Website"
|
|
msgstr ""
|
|
|
|
#: company/templates/company/company_base.html:53
|
|
msgid "Address"
|
|
msgstr ""
|
|
|
|
#: company/templates/company/company_base.html:58
|
|
msgid "Phone"
|
|
msgstr ""
|
|
|
|
#: company/templates/company/company_base.html:63
|
|
msgid "Email"
|
|
msgstr ""
|
|
|
|
#: company/templates/company/company_base.html:68
|
|
msgid "Contact"
|
|
msgstr ""
|
|
|
|
#: company/templates/company/detail.html:8
|
|
#, fuzzy
|
|
#| msgid "Company Notes"
|
|
msgid "Company Details"
|
|
msgstr "Firmenbemerkungen"
|
|
|
|
#: company/templates/company/detail.html:13
|
|
#: stock/templates/stock/item_base.html:125
|
|
msgid "Customer"
|
|
msgstr "Kunde"
|
|
|
|
#: company/templates/company/detail.html:17
|
|
#: company/templates/company/index.html:46
|
|
#: company/templates/company/supplier_part_base.html:44
|
|
#: company/templates/company/supplier_part_detail.html:21
|
|
#: order/templates/order/order_base.html:67
|
|
#: order/templates/order/order_wizard/select_pos.html:30
|
|
#: stock/templates/stock/item_base.html:137
|
|
msgid "Supplier"
|
|
msgstr "Zulieferer"
|
|
|
|
#: company/templates/company/detail_part.html:8
|
|
#: company/templates/company/tabs.html:9
|
|
msgid "Supplier Parts"
|
|
msgstr "Zulieferer-Teile"
|
|
|
|
#: company/templates/company/detail_part.html:13
|
|
#: part/templates/part/stock.html:81
|
|
#, fuzzy
|
|
#| msgid "Supplier Part"
|
|
msgid "New Supplier Part"
|
|
msgstr "Zulieferer-Teil"
|
|
|
|
#: company/templates/company/detail_part.html:15 templates/stock_table.html:10
|
|
msgid "Options"
|
|
msgstr ""
|
|
|
|
#: company/templates/company/detail_part.html:19
|
|
#, fuzzy
|
|
#| msgid "Delete attachment"
|
|
msgid "Delete Parts"
|
|
msgstr "Anhang löschen"
|
|
|
|
#: company/templates/company/detail_part.html:73
|
|
#: company/templates/company/supplier_part_base.html:45
|
|
#: company/templates/company/supplier_part_detail.html:22
|
|
msgid "SKU"
|
|
msgstr ""
|
|
|
|
#: company/templates/company/detail_purchase_orders.html:8
|
|
#: company/templates/company/tabs.html:15 part/templates/part/tabs.html:43
|
|
msgid "Purchase Orders"
|
|
msgstr "Bestellungen"
|
|
|
|
#: company/templates/company/detail_purchase_orders.html:13
|
|
#, fuzzy
|
|
#| msgid "Purchase Order"
|
|
msgid "New Purchase Order"
|
|
msgstr "Kaufvertrag"
|
|
|
|
#: company/templates/company/detail_stock.html:9
|
|
#, fuzzy
|
|
#| msgid "Supplier part"
|
|
msgid "Supplier Stock"
|
|
msgstr "Zulieferer-Teil"
|
|
|
|
#: company/templates/company/detail_stock.html:33
|
|
#: company/templates/company/supplier_part_stock.html:38
|
|
#: part/templates/part/stock.html:53 templates/stock_table.html:5
|
|
msgid "Export"
|
|
msgstr ""
|
|
|
|
#: company/templates/company/index.html:7
|
|
#: company/templates/company/index.html:12
|
|
#, fuzzy
|
|
#| msgid "Suppliers"
|
|
msgid "Supplier List"
|
|
msgstr "Zulieferer"
|
|
|
|
#: company/templates/company/index.html:17
|
|
#, fuzzy
|
|
#| msgid "Supplier"
|
|
msgid "New Supplier"
|
|
msgstr "Zulieferer"
|
|
|
|
#: company/templates/company/index.html:41
|
|
msgid "ID"
|
|
msgstr ""
|
|
|
|
#: company/templates/company/index.html:69 part/templates/part/category.html:81
|
|
#: templates/navbar.html:10 templates/stats.html:7 templates/stats.html:10
|
|
msgid "Parts"
|
|
msgstr "Teile"
|
|
|
|
#: company/templates/company/notes.html:10
|
|
#: company/templates/company/notes.html:27
|
|
msgid "Company Notes"
|
|
msgstr "Firmenbemerkungen"
|
|
|
|
#: company/templates/company/partdelete.html:5
|
|
msgid "Are you sure you want to delete the following Supplier Parts?"
|
|
msgstr ""
|
|
"Sind Sie sicher, dass sie die folgenden Zulieferer-Teile löschen möchten?"
|
|
|
|
#: company/templates/company/supplier_part_base.html:6
|
|
#: company/templates/company/supplier_part_base.html:13
|
|
#: stock/templates/stock/item_base.html:141
|
|
msgid "Supplier Part"
|
|
msgstr "Zulieferer-Teil"
|
|
|
|
#: company/templates/company/supplier_part_base.html:34
|
|
#: company/templates/company/supplier_part_detail.html:11
|
|
#, fuzzy
|
|
#| msgid "Supplier Parts"
|
|
msgid "Supplier Part Details"
|
|
msgstr "Zulieferer-Teile"
|
|
|
|
#: company/templates/company/supplier_part_base.html:37
|
|
#: company/templates/company/supplier_part_detail.html:14
|
|
#, fuzzy
|
|
#| msgid "Internal Part Number"
|
|
msgid "Internal Part"
|
|
msgstr "Interne Teilenummer"
|
|
|
|
#: company/templates/company/supplier_part_base.html:54
|
|
#: company/templates/company/supplier_part_detail.html:31
|
|
#, fuzzy
|
|
#| msgid "IPN"
|
|
msgid "MPN"
|
|
msgstr "IPN (Interne Produktnummer)"
|
|
|
|
#: company/templates/company/supplier_part_base.html:57
|
|
#: company/templates/company/supplier_part_detail.html:34
|
|
#: order/templates/order/purchase_order_detail.html:33
|
|
msgid "Note"
|
|
msgstr "Notiz"
|
|
|
|
#: company/templates/company/supplier_part_orders.html:11
|
|
#, fuzzy
|
|
#| msgid "Supplier Parts"
|
|
msgid "Supplier Part Orders"
|
|
msgstr "Zulieferer-Teile"
|
|
|
|
#: company/templates/company/supplier_part_pricing.html:12
|
|
#, fuzzy
|
|
#| msgid "Show pricing information"
|
|
msgid "Pricing Information"
|
|
msgstr "Kosteninformationen ansehen"
|
|
|
|
#: company/templates/company/supplier_part_pricing.html:14
|
|
#, fuzzy
|
|
#| msgid "Order notes"
|
|
msgid "Order Multiple"
|
|
msgstr "Bestell-Notizen"
|
|
|
|
#: company/templates/company/supplier_part_pricing.html:16
|
|
msgid "Base Price (Flat Fee)"
|
|
msgstr ""
|
|
|
|
#: company/templates/company/supplier_part_pricing.html:19
|
|
msgid "Price Breaks"
|
|
msgstr ""
|
|
|
|
#: company/templates/company/supplier_part_pricing.html:22
|
|
msgid "New Price Break"
|
|
msgstr ""
|
|
|
|
#: company/templates/company/supplier_part_pricing.html:28
|
|
msgid "Price"
|
|
msgstr ""
|
|
|
|
#: company/templates/company/supplier_part_pricing.html:48
|
|
msgid "No price breaks have been added for this part"
|
|
msgstr ""
|
|
|
|
#: company/templates/company/supplier_part_stock.html:11
|
|
#, fuzzy
|
|
#| msgid "Supplier part"
|
|
msgid "Supplier Part Stock"
|
|
msgstr "Zulieferer-Teil"
|
|
|
|
#: company/templates/company/supplier_part_stock.html:61
|
|
#: part/templates/part/stock.html:90
|
|
#, fuzzy
|
|
#| msgid "Location"
|
|
msgid "New Location"
|
|
msgstr "Standort"
|
|
|
|
#: company/templates/company/supplier_part_stock.html:62
|
|
#: part/templates/part/stock.html:91
|
|
#, fuzzy
|
|
#| msgid "Create new Stock Location"
|
|
msgid "Create New Location"
|
|
msgstr "Neuen Lager-Standort erstellen"
|
|
|
|
#: company/templates/company/supplier_part_tabs.html:5
|
|
#, fuzzy
|
|
#| msgid "Part packaging"
|
|
msgid "Pricing"
|
|
msgstr "Teile-Packaging"
|
|
|
|
#: company/templates/company/supplier_part_tabs.html:8
|
|
#: company/templates/company/tabs.html:12 part/templates/part/tabs.html:17
|
|
#: templates/navbar.html:11
|
|
msgid "Stock"
|
|
msgstr "Lagerbestand"
|
|
|
|
#: company/templates/company/supplier_part_tabs.html:11
|
|
#: templates/navbar.html:14
|
|
#, fuzzy
|
|
#| msgid "On Order"
|
|
msgid "Orders"
|
|
msgstr "bestellt"
|
|
|
|
#: company/templates/company/tabs.html:21
|
|
msgid "Sales Orders"
|
|
msgstr "Bestellungen"
|
|
|
|
#: company/views.py:99
|
|
#, fuzzy
|
|
#| msgid "Company name"
|
|
msgid "Update Company Image"
|
|
msgstr "Firmenname"
|
|
|
|
#: company/views.py:104
|
|
msgid "Updated company image"
|
|
msgstr ""
|
|
|
|
#: company/views.py:114
|
|
#, fuzzy
|
|
#| msgid "Company"
|
|
msgid "Edit Company"
|
|
msgstr "Firma"
|
|
|
|
#: company/views.py:118
|
|
#, fuzzy
|
|
#| msgid "Link to external company information"
|
|
msgid "Edited company information"
|
|
msgstr "Link auf externe Firmeninformation"
|
|
|
|
#: company/views.py:128
|
|
#, fuzzy
|
|
#| msgid "Create new Stock Item"
|
|
msgid "Create new Company"
|
|
msgstr "Neues Lagerobjekt hinzufügen"
|
|
|
|
#: company/views.py:132
|
|
#, fuzzy
|
|
#| msgid "Created new stock item"
|
|
msgid "Created new company"
|
|
msgstr "Neues Lagerobjekt erstellt"
|
|
|
|
#: company/views.py:142
|
|
#, fuzzy
|
|
#| msgid "Company"
|
|
msgid "Delete Company"
|
|
msgstr "Firma"
|
|
|
|
#: company/views.py:147
|
|
#, fuzzy
|
|
#| msgid "Company address"
|
|
msgid "Company was deleted"
|
|
msgstr "Firmenadresse"
|
|
|
|
#: company/views.py:172
|
|
#, fuzzy
|
|
#| msgid "Supplier Part"
|
|
msgid "Edit Supplier Part"
|
|
msgstr "Zulieferer-Teil"
|
|
|
|
#: company/views.py:181 part/templates/part/stock.html:82
|
|
#, fuzzy
|
|
#| msgid "Supplier Part"
|
|
msgid "Create new Supplier Part"
|
|
msgstr "Zulieferer-Teil"
|
|
|
|
#: company/views.py:238
|
|
#, fuzzy
|
|
#| msgid "Supplier Part"
|
|
msgid "Delete Supplier Part"
|
|
msgstr "Zulieferer-Teil"
|
|
|
|
#: company/views.py:308
|
|
msgid "Add Price Break"
|
|
msgstr ""
|
|
|
|
#: company/views.py:350
|
|
msgid "Edit Price Break"
|
|
msgstr ""
|
|
|
|
#: company/views.py:365
|
|
#, fuzzy
|
|
#| msgid "Delete attachment"
|
|
msgid "Delete Price Break"
|
|
msgstr "Anhang löschen"
|
|
|
|
#: order/forms.py:22
|
|
msgid "Place order"
|
|
msgstr "Bestellung aufgeben"
|
|
|
|
#: order/forms.py:33
|
|
msgid "Mark order as complete"
|
|
msgstr "Bestellung als vollständig markieren"
|
|
|
|
#: order/forms.py:44
|
|
msgid "Cancel order"
|
|
msgstr "Bestellung stornieren"
|
|
|
|
#: order/forms.py:55
|
|
msgid "Receive parts to this location"
|
|
msgstr "Teile in diesen Ort empfangen"
|
|
|
|
#: order/models.py:68
|
|
msgid "Order reference"
|
|
msgstr "Bestell-Referenz"
|
|
|
|
#: order/models.py:70
|
|
msgid "Order description"
|
|
msgstr "Bestellungs-Beschreibung"
|
|
|
|
#: order/models.py:72
|
|
msgid "Link to external page"
|
|
msgstr "Link auf externe Seite"
|
|
|
|
#: order/models.py:89
|
|
msgid "Order notes"
|
|
msgstr "Bestell-Notizen"
|
|
|
|
#: order/models.py:162 order/models.py:213 part/views.py:1119
|
|
#: stock/models.py:463
|
|
msgid "Quantity must be greater than zero"
|
|
msgstr "Anzahl muss größer Null sein"
|
|
|
|
#: order/models.py:167
|
|
msgid "Part supplier must match PO supplier"
|
|
msgstr "Teile-Zulieferer muss dem Zulieferer des Kaufvertrags entsprechen"
|
|
|
|
#: order/models.py:208
|
|
msgid "Lines can only be received against an order marked as 'Placed'"
|
|
msgstr "Nur Teile aufgegebener Bestllungen können empfangen werden"
|
|
|
|
#: order/models.py:268
|
|
msgid "Item quantity"
|
|
msgstr "Anzahl"
|
|
|
|
#: order/models.py:270
|
|
msgid "Line item reference"
|
|
msgstr "Position - Referenz"
|
|
|
|
#: order/models.py:272
|
|
msgid "Line item notes"
|
|
msgstr "Position - Notizen"
|
|
|
|
#: order/models.py:298 stock/templates/stock/item_base.html:119
|
|
msgid "Purchase Order"
|
|
msgstr "Kaufvertrag"
|
|
|
|
#: order/models.py:307
|
|
msgid "Supplier part"
|
|
msgstr "Zulieferer-Teil"
|
|
|
|
#: order/models.py:310
|
|
msgid "Number of items received"
|
|
msgstr "Empfangene Objekt-Anzahl"
|
|
|
|
#: order/templates/order/order_base.html:64
|
|
msgid "Purchase Order Details"
|
|
msgstr "Bestelldetails"
|
|
|
|
#: order/templates/order/order_base.html:80
|
|
msgid "Issued"
|
|
msgstr "Aufgegeben"
|
|
|
|
#: order/templates/order/order_base.html:86
|
|
#: order/templates/order/purchase_order_detail.html:31
|
|
msgid "Received"
|
|
msgstr "Empfangen"
|
|
|
|
#: order/templates/order/order_notes.html:13
|
|
#: order/templates/order/order_notes.html:29
|
|
msgid "Order Notes"
|
|
msgstr "Bestellungsbemerkungen"
|
|
|
|
#: 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
|
|
#, fuzzy
|
|
#| msgid "Select supplier"
|
|
msgid "Select suppliers."
|
|
msgstr "Zulieferer auswählen"
|
|
|
|
#: order/templates/order/order_wizard/select_parts.html:18
|
|
#, fuzzy
|
|
#| msgid "Duplicate part selected"
|
|
msgid "No purchaseable parts selected."
|
|
msgstr "Teil doppelt ausgewählt"
|
|
|
|
#: order/templates/order/order_wizard/select_parts.html:31
|
|
#, fuzzy
|
|
#| msgid "Select supplier"
|
|
msgid "Select Supplier"
|
|
msgstr "Zulieferer auswählen"
|
|
|
|
#: order/templates/order/order_wizard/select_parts.html:57
|
|
#, fuzzy
|
|
#| msgid "Select supplier"
|
|
msgid "Select a supplier for"
|
|
msgstr "Zulieferer auswählen"
|
|
|
|
#: 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
|
|
#: order/templates/order/tabs.html:5
|
|
msgid "Items"
|
|
msgstr "Positionen"
|
|
|
|
#: order/templates/order/order_wizard/select_pos.html:32
|
|
#, fuzzy
|
|
#| msgid "Purchase Order"
|
|
msgid "Select Purchase Order"
|
|
msgstr "Kaufvertrag"
|
|
|
|
#: order/templates/order/order_wizard/select_pos.html:67
|
|
#, fuzzy
|
|
#| msgid "Purchase Order"
|
|
msgid "Select a purchase order for"
|
|
msgstr "Kaufvertrag"
|
|
|
|
#: order/templates/order/po_attachments.html:11
|
|
#, fuzzy
|
|
#| msgid "Purchase Order Details"
|
|
msgid "Purchase Order Attachments"
|
|
msgstr "Bestelldetails"
|
|
|
|
#: order/templates/order/po_attachments.html:17
|
|
#: part/templates/part/attachments.html:14
|
|
msgid "Add Attachment"
|
|
msgstr "Anhang hinzufügen"
|
|
|
|
#: order/templates/order/po_attachments.html:24
|
|
#: part/templates/part/attachments.html:22
|
|
msgid "File"
|
|
msgstr "Datei"
|
|
|
|
#: order/templates/order/po_attachments.html:25
|
|
#: part/templates/part/attachments.html:23
|
|
msgid "Comment"
|
|
msgstr "Kommentar"
|
|
|
|
#: order/templates/order/po_attachments.html:36
|
|
#: part/templates/part/attachments.html:34 part/views.py:119
|
|
msgid "Edit attachment"
|
|
msgstr "Anhang bearbeiten"
|
|
|
|
#: order/templates/order/po_attachments.html:39
|
|
#: part/templates/part/attachments.html:37
|
|
msgid "Delete attachment"
|
|
msgstr "Anhang löschen"
|
|
|
|
#: order/templates/order/po_delete.html:5
|
|
#: part/templates/part/attachment_delete.html:5
|
|
#, fuzzy
|
|
#| msgid "Are you sure you want to delete the following Supplier Parts?"
|
|
msgid "Are you sure you want to delete this attachment?"
|
|
msgstr ""
|
|
"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
|
|
msgid "Add Line Item"
|
|
msgstr "Position hinzufügen"
|
|
|
|
#: order/templates/order/purchase_order_detail.html:19
|
|
msgid "Order Items"
|
|
msgstr "Bestellungspositionen"
|
|
|
|
#: order/templates/order/purchase_order_detail.html:24
|
|
msgid "Line"
|
|
msgstr "Position"
|
|
|
|
#: order/templates/order/purchase_order_detail.html:27
|
|
msgid "Order Code"
|
|
msgstr "Bestellnummer"
|
|
|
|
#: order/templates/order/purchase_order_detail.html:28
|
|
msgid "Reference"
|
|
msgstr "Referenz"
|
|
|
|
#: order/templates/order/tabs.html:8 part/templates/part/tabs.html:55
|
|
msgid "Attachments"
|
|
msgstr "Anhänge"
|
|
|
|
#: order/views.py:80
|
|
#, fuzzy
|
|
#| msgid "Purchase Order Details"
|
|
msgid "Add Purchase Order Attachment"
|
|
msgstr "Bestelldetails"
|
|
|
|
#: order/views.py:85 part/views.py:80
|
|
#, fuzzy
|
|
#| msgid "Add Attachment"
|
|
msgid "Added attachment"
|
|
msgstr "Anhang hinzufügen"
|
|
|
|
#: order/views.py:121
|
|
#, fuzzy
|
|
#| msgid "Edit attachment"
|
|
msgid "Edit Attachment"
|
|
msgstr "Anhang bearbeiten"
|
|
|
|
#: order/views.py:125
|
|
#, fuzzy
|
|
#| msgid "Part Attachments"
|
|
msgid "Attachment updated"
|
|
msgstr "Anhänge"
|
|
|
|
#: order/views.py:141
|
|
#, fuzzy
|
|
#| msgid "Delete attachment"
|
|
msgid "Delete Attachment"
|
|
msgstr "Anhang löschen"
|
|
|
|
#: order/views.py:147
|
|
#, fuzzy
|
|
#| msgid "Delete attachment"
|
|
msgid "Deleted attachment"
|
|
msgstr "Anhang löschen"
|
|
|
|
#: order/views.py:177
|
|
#, fuzzy
|
|
#| msgid "Purchase Order"
|
|
msgid "Create Purchase Order"
|
|
msgstr "Kaufvertrag"
|
|
|
|
#: order/views.py:207
|
|
#, fuzzy
|
|
#| msgid "Purchase Order"
|
|
msgid "Edit Purchase Order"
|
|
msgstr "Kaufvertrag"
|
|
|
|
#: order/views.py:227
|
|
#, fuzzy
|
|
#| msgid "Cancel order"
|
|
msgid "Cancel Order"
|
|
msgstr "Bestellung stornieren"
|
|
|
|
#: order/views.py:242
|
|
msgid "Confirm order cancellation"
|
|
msgstr "Bestell-Stornierung bestätigen"
|
|
|
|
#: order/views.py:260
|
|
#, fuzzy
|
|
#| msgid "Issued"
|
|
msgid "Issue Order"
|
|
msgstr "Aufgegeben"
|
|
|
|
#: order/views.py:275
|
|
msgid "Confirm order placement"
|
|
msgstr "Bestellungstätigung bestätigen"
|
|
|
|
#: order/views.py:296
|
|
#, fuzzy
|
|
#| msgid "Completed"
|
|
msgid "Complete Order"
|
|
msgstr "Fertig"
|
|
|
|
#: order/views.py:362
|
|
#, fuzzy
|
|
#| msgid "Required Parts"
|
|
msgid "Receive Parts"
|
|
msgstr "benötigte Teile"
|
|
|
|
#: order/views.py:429
|
|
msgid "Items received"
|
|
msgstr "Anzahl empfangener Positionen"
|
|
|
|
#: order/views.py:443
|
|
msgid "No destination set"
|
|
msgstr "Kein Ziel gesetzt"
|
|
|
|
#: order/views.py:474
|
|
msgid "Error converting quantity to number"
|
|
msgstr "Fehler beim Konvertieren zu Zahl"
|
|
|
|
#: order/views.py:480
|
|
msgid "Receive quantity less than zero"
|
|
msgstr "Anzahl kleiner null empfangen"
|
|
|
|
#: order/views.py:486
|
|
msgid "No lines specified"
|
|
msgstr "Keine Zeilen angegeben"
|
|
|
|
#: order/views.py:845
|
|
msgid "Invalid Purchase Order"
|
|
msgstr "Ungültige Bestellung"
|
|
|
|
#: order/views.py:853
|
|
msgid "Supplier must match for Part and Order"
|
|
msgstr "Zulieferer muss zum Teil und zur Bestellung passen"
|
|
|
|
#: order/views.py:858
|
|
msgid "Invalid SupplierPart selection"
|
|
msgstr "Ungültige Wahl des Zulieferer-Teils"
|
|
|
|
#: order/views.py:940
|
|
#, fuzzy
|
|
#| msgid "Add Line Item"
|
|
msgid "Edit Line Item"
|
|
msgstr "Position hinzufügen"
|
|
|
|
#: order/views.py:956
|
|
#, fuzzy
|
|
#| msgid "Delete Stock Item"
|
|
msgid "Delete Line Item"
|
|
msgstr "Lagerobjekt löschen"
|
|
|
|
#: order/views.py:961
|
|
#, fuzzy
|
|
#| msgid "Deleted {n} stock items"
|
|
msgid "Deleted line item"
|
|
msgstr "{n} Teile im Lager gelöscht"
|
|
|
|
#: part/bom.py:140
|
|
#, python-brace-format
|
|
msgid "Unsupported file format: {f}"
|
|
msgstr "Nicht unterstütztes Dateiformat: {f}"
|
|
|
|
#: part/bom.py:145
|
|
msgid "Error reading BOM file (invalid data)"
|
|
msgstr "Fehler beim Lesen der Stückliste (ungültige Daten)"
|
|
|
|
#: part/bom.py:147
|
|
msgid "Error reading BOM file (incorrect row size)"
|
|
msgstr "Fehler beim Lesen der Stückliste (ungültige Zeilengröße)"
|
|
|
|
#: part/forms.py:37 stock/forms.py:91
|
|
msgid "File Format"
|
|
msgstr "Dateiformat"
|
|
|
|
#: part/forms.py:37 stock/forms.py:91
|
|
msgid "Select output file format"
|
|
msgstr "Ausgabe-Dateiformat auswählen"
|
|
|
|
#: part/forms.py:39
|
|
msgid "Cascading"
|
|
msgstr ""
|
|
|
|
#: part/forms.py:39
|
|
msgid "Download cascading / multi-level BOM"
|
|
msgstr ""
|
|
|
|
#: part/forms.py:58
|
|
msgid "Confirm that the BOM is correct"
|
|
msgstr "Bestätigen, dass die Stückliste korrekt ist"
|
|
|
|
#: part/forms.py:70
|
|
msgid "Select BOM file to upload"
|
|
msgstr "Stücklisten-Datei zum Upload auswählen"
|
|
|
|
#: part/forms.py:94
|
|
msgid "Select part category"
|
|
msgstr "Teilekategorie wählen"
|
|
|
|
#: part/forms.py:102
|
|
msgid "Perform 'deep copy' which will duplicate all BOM data for this part"
|
|
msgstr ""
|
|
"Tiefe Kopie ausführen. Dies wird alle Daten der Stückliste für dieses Teil "
|
|
"duplizieren"
|
|
|
|
#: part/forms.py:107
|
|
msgid "Confirm part creation"
|
|
msgstr "Erstellen des Teils bestätigen"
|
|
|
|
#: part/forms.py:193
|
|
msgid "Input quantity for price calculation"
|
|
msgstr "Eintragsmenge zur Preisberechnung"
|
|
|
|
#: part/forms.py:196
|
|
msgid "Select currency for price calculation"
|
|
msgstr "Währung zur Preisberechnung wählen"
|
|
|
|
#: part/models.py:62
|
|
msgid "Default location for parts in this category"
|
|
msgstr "Standard-Standort für Teile dieser Kategorie"
|
|
|
|
#: part/models.py:65
|
|
msgid "Default keywords for parts in this category"
|
|
msgstr "Standard-Stichworte für Teile dieser Kategorie"
|
|
|
|
#: part/models.py:339
|
|
msgid "Part must be unique for name, IPN and revision"
|
|
msgstr "Namen, Teile- und Revisionsnummern müssen eindeutig sein"
|
|
|
|
#: part/models.py:353
|
|
msgid "Part cannot be a template part if it is a variant of another part"
|
|
msgstr "Teil kann keine Vorlage sein wenn es Variante eines anderen Teils ist"
|
|
|
|
#: part/models.py:354
|
|
msgid "Part cannot be a variant of another part if it is already a template"
|
|
msgstr ""
|
|
"Teil kann keine Variante eines anderen Teils sein wenn es bereits eine "
|
|
"Vorlage ist"
|
|
|
|
#: part/models.py:358 part/templates/part/detail.html:18
|
|
msgid "Part name"
|
|
msgstr "Name des Teils"
|
|
|
|
#: part/models.py:362
|
|
msgid "Is this part a template part?"
|
|
msgstr "Ist dieses Teil eine Vorlage?"
|
|
|
|
#: part/models.py:371
|
|
msgid "Is this part a variant of another part?"
|
|
msgstr "Ist dieses Teil eine Variante eines anderen Teils?"
|
|
|
|
#: part/models.py:373
|
|
msgid "Part description"
|
|
msgstr "Beschreibung des Teils"
|
|
|
|
#: part/models.py:375
|
|
msgid "Part keywords to improve visibility in search results"
|
|
msgstr "Schlüsselworte um die Sichtbarkeit in Suchergebnissen zu verbessern"
|
|
|
|
#: part/models.py:380
|
|
msgid "Part category"
|
|
msgstr "Teile-Kategorie"
|
|
|
|
#: part/models.py:382
|
|
msgid "Internal Part Number"
|
|
msgstr "Interne Teilenummer"
|
|
|
|
#: part/models.py:384
|
|
msgid "Part revision or version number"
|
|
msgstr "Revisions- oder Versionsnummer"
|
|
|
|
#: part/models.py:386
|
|
msgid "Link to extenal URL"
|
|
msgstr "Link zu einer Externen URL"
|
|
|
|
#: part/models.py:398
|
|
msgid "Where is this item normally stored?"
|
|
msgstr "Wo wird dieses Teil normalerweise gelagert?"
|
|
|
|
#: part/models.py:442
|
|
msgid "Default supplier part"
|
|
msgstr "Standard-Zulieferer?"
|
|
|
|
#: part/models.py:445
|
|
msgid "Minimum allowed stock level"
|
|
msgstr "Minimal zulässiger Lagerbestand"
|
|
|
|
#: part/models.py:447
|
|
msgid "Stock keeping units for this part"
|
|
msgstr "Stock Keeping Units (SKU) für dieses Teil"
|
|
|
|
#: part/models.py:449
|
|
msgid "Can this part be built from other parts?"
|
|
msgstr "Kann dieses Teil aus anderen Teilen angefertigt werden?"
|
|
|
|
#: part/models.py:451
|
|
msgid "Can this part be used to build other parts?"
|
|
msgstr "Kann dieses Teil zum Bau von anderen genutzt werden?"
|
|
|
|
#: part/models.py:453
|
|
msgid "Does this part have tracking for unique items?"
|
|
msgstr "Hat dieses Teil Tracking für einzelne Objekte?"
|
|
|
|
#: part/models.py:455
|
|
msgid "Can this part be purchased from external suppliers?"
|
|
msgstr "Kann dieses Teil von externen Zulieferern gekauft werden?"
|
|
|
|
#: part/models.py:457
|
|
msgid "Can this part be sold to customers?"
|
|
msgstr "Kann dieses Teil an Kunden verkauft werden?"
|
|
|
|
#: part/models.py:459
|
|
msgid "Is this part active?"
|
|
msgstr "Ist dieses Teil aktiv?"
|
|
|
|
#: part/models.py:461
|
|
msgid "Is this a virtual part, such as a software product or license?"
|
|
msgstr "Ist dieses Teil virtuell, wie zum Beispiel eine Software oder Lizenz?"
|
|
|
|
#: part/models.py:463
|
|
msgid "Part notes - supports Markdown formatting"
|
|
msgstr "Bemerkungen - unterstüzt Markdown-Formatierung"
|
|
|
|
#: part/models.py:465
|
|
msgid "Stored BOM checksum"
|
|
msgstr "Prüfsumme der Stückliste gespeichert"
|
|
|
|
#: part/models.py:1041
|
|
msgid "Parameter template name must be unique"
|
|
msgstr "Vorlagen-Name des Parameters muss eindeutig sein"
|
|
|
|
#: part/models.py:1046
|
|
msgid "Parameter Name"
|
|
msgstr "Name des Parameters"
|
|
|
|
#: part/models.py:1048
|
|
msgid "Parameter Units"
|
|
msgstr "Parameter Einheit"
|
|
|
|
#: part/models.py:1074
|
|
msgid "Parent Part"
|
|
msgstr "Ausgangsteil"
|
|
|
|
#: part/models.py:1076
|
|
msgid "Parameter Template"
|
|
msgstr "Parameter Vorlage"
|
|
|
|
#: part/models.py:1078
|
|
msgid "Parameter Value"
|
|
msgstr "Parameter Wert"
|
|
|
|
#: part/models.py:1102
|
|
msgid "Select parent part"
|
|
msgstr "Ausgangsteil auswählen"
|
|
|
|
#: part/models.py:1111
|
|
msgid "Select part to be used in BOM"
|
|
msgstr "Teil für die Nutzung in der Stückliste auswählen"
|
|
|
|
#: part/models.py:1118
|
|
msgid "BOM quantity for this BOM item"
|
|
msgstr "Stücklisten-Anzahl für dieses Stücklisten-Teil"
|
|
|
|
#: part/models.py:1121
|
|
msgid "Estimated build wastage quantity (absolute or percentage)"
|
|
msgstr "Geschätzter Ausschuss (absolut oder prozentual)"
|
|
|
|
#: part/models.py:1124
|
|
msgid "BOM item reference"
|
|
msgstr "Referenz des Objekts auf der Stückliste"
|
|
|
|
#: part/models.py:1127
|
|
msgid "BOM item notes"
|
|
msgstr "Notizen zum Stücklisten-Objekt"
|
|
|
|
#: part/models.py:1129
|
|
msgid "BOM line checksum"
|
|
msgstr "Prüfsumme der Stückliste"
|
|
|
|
#: part/models.py:1192
|
|
msgid "Part cannot be added to its own Bill of Materials"
|
|
msgstr "Teil kann nicht zu seiner eigenen Stückliste hinzugefügt werden"
|
|
|
|
#: part/models.py:1199
|
|
#, python-brace-format
|
|
msgid "Part '{p1}' is used in BOM for '{p2}' (recursive)"
|
|
msgstr "Teil '{p1}' wird in Stückliste für Teil '{p2}' benutzt (rekursiv)"
|
|
|
|
#: part/templates/part/attachments.html:8
|
|
msgid "Part Attachments"
|
|
msgstr "Anhänge"
|
|
|
|
#: part/templates/part/category.html:13 part/templates/part/category.html:76
|
|
#: templates/stats.html:14
|
|
msgid "Part Categories"
|
|
msgstr "Teile-Kategorien"
|
|
|
|
#: part/templates/part/category.html:14
|
|
msgid "All parts"
|
|
msgstr "Alle Teile"
|
|
|
|
#: part/templates/part/category.html:34 part/templates/part/category.html:72
|
|
msgid "Category Details"
|
|
msgstr "Kategorie-Details"
|
|
|
|
#: part/templates/part/category.html:38
|
|
msgid "Category Path"
|
|
msgstr "Pfad zur Kategorie"
|
|
|
|
#: part/templates/part/category.html:43
|
|
msgid "Category Description"
|
|
msgstr "Kategorie-Beschreibung"
|
|
|
|
#: part/templates/part/category.html:49 part/templates/part/detail.html:73
|
|
msgid "Default Location"
|
|
msgstr "Standard-Lagerort"
|
|
|
|
#: part/templates/part/category.html:56 part/templates/part/detail.html:50
|
|
msgid "Keywords"
|
|
msgstr "Schlüsselwörter"
|
|
|
|
#: part/templates/part/category.html:62
|
|
msgid "Subcategories"
|
|
msgstr "Unter-Kategorien"
|
|
|
|
#: part/templates/part/category.html:67
|
|
msgid "Parts (Including subcategories)"
|
|
msgstr "Teile (inklusive Unter-Kategorien)"
|
|
|
|
#: part/templates/part/detail.html:9
|
|
msgid "Part Details"
|
|
msgstr "Teile-Details"
|
|
|
|
#: part/templates/part/detail.html:24 part/templates/part/part_base.html:75
|
|
msgid "IPN"
|
|
msgstr "IPN (Interne Produktnummer)"
|
|
|
|
#: part/templates/part/detail.html:31
|
|
msgid "Revision"
|
|
msgstr "Revision"
|
|
|
|
#: part/templates/part/detail.html:43
|
|
msgid "Variant Of"
|
|
msgstr "Variante von"
|
|
|
|
#: part/templates/part/detail.html:56
|
|
msgid "Category"
|
|
msgstr "Kategorie"
|
|
|
|
#: part/templates/part/detail.html:66
|
|
msgid "Link"
|
|
msgstr ""
|
|
|
|
#: part/templates/part/detail.html:80
|
|
msgid "Default Supplier"
|
|
msgstr "Standard-Zulieferer"
|
|
|
|
#: part/templates/part/detail.html:88
|
|
msgid "Units"
|
|
msgstr "Einheiten"
|
|
|
|
#: part/templates/part/detail.html:94
|
|
msgid "Minimum Stock"
|
|
msgstr "Minimaler Lagerbestand"
|
|
|
|
#: part/templates/part/detail.html:100
|
|
#, fuzzy
|
|
#| msgid "Create new Stock Item"
|
|
msgid "Creation Date"
|
|
msgstr "Neues Lagerobjekt hinzufügen"
|
|
|
|
#: part/templates/part/detail.html:106
|
|
#, fuzzy
|
|
#| msgid "Created"
|
|
msgid "Created By"
|
|
msgstr "Erstellt"
|
|
|
|
#: part/templates/part/detail.html:113
|
|
msgid "Responsible User"
|
|
msgstr ""
|
|
|
|
#: part/templates/part/detail.html:122
|
|
msgid "Virtual"
|
|
msgstr "Virtuell"
|
|
|
|
#: part/templates/part/detail.html:125
|
|
msgid "Part is virtual (not a physical part)"
|
|
msgstr "Teil ist virtuell (kein physisches Teil)"
|
|
|
|
#: part/templates/part/detail.html:127
|
|
msgid "Part is not a virtual part"
|
|
msgstr "Teil ist nicht virtuell"
|
|
|
|
#: part/templates/part/detail.html:131
|
|
msgid "Assembly"
|
|
msgstr "Baugruppe"
|
|
|
|
#: part/templates/part/detail.html:134
|
|
msgid "Part can be assembled from other parts"
|
|
msgstr "Teil kann aus anderen Teilen angefertigt werden"
|
|
|
|
#: part/templates/part/detail.html:136
|
|
msgid "Part cannot be assembled from other parts"
|
|
msgstr "Teil kann nicht aus anderen Teilen angefertigt werden"
|
|
|
|
#: part/templates/part/detail.html:140
|
|
msgid "Component"
|
|
msgstr "Komponente"
|
|
|
|
#: part/templates/part/detail.html:143
|
|
msgid "Part can be used in assemblies"
|
|
msgstr "Teil kann in Baugruppen benutzt werden"
|
|
|
|
#: part/templates/part/detail.html:145
|
|
msgid "Part cannot be used in assemblies"
|
|
msgstr "Teil kann nicht in Baugruppen benutzt werden"
|
|
|
|
#: part/templates/part/detail.html:149
|
|
msgid "Trackable"
|
|
msgstr "nachverfolgbar"
|
|
|
|
#: part/templates/part/detail.html:152
|
|
msgid "Part stock is tracked by serial number"
|
|
msgstr "Teilebestand in der Seriennummer hinterlegt"
|
|
|
|
#: part/templates/part/detail.html:154
|
|
msgid "Part stock is not tracked by serial number"
|
|
msgstr "Teilebestand ist nicht in der Seriennummer hinterlegt"
|
|
|
|
#: part/templates/part/detail.html:158
|
|
msgid "Purchaseable"
|
|
msgstr "Kaufbar"
|
|
|
|
#: part/templates/part/detail.html:161 part/templates/part/detail.html:163
|
|
msgid "Part can be purchased from external suppliers"
|
|
msgstr "Teil kann von externen Zulieferern gekauft werden"
|
|
|
|
#: part/templates/part/detail.html:168
|
|
msgid "Sellable"
|
|
msgstr "Verkaufbar"
|
|
|
|
#: part/templates/part/detail.html:171
|
|
msgid "Part can be sold to customers"
|
|
msgstr "Teil kann an Kunden verkauft werden"
|
|
|
|
#: part/templates/part/detail.html:173
|
|
msgid "Part cannot be sold to customers"
|
|
msgstr "Teil kann nicht an Kunden verkauft werden"
|
|
|
|
#: part/templates/part/notes.html:13 part/templates/part/notes.html:29
|
|
msgid "Part Notes"
|
|
msgstr "Teil-Bemerkungen"
|
|
|
|
#: part/templates/part/part_app_base.html:9
|
|
#, fuzzy
|
|
#| msgid "Part category"
|
|
msgid "Part Category"
|
|
msgstr "Teile-Kategorie"
|
|
|
|
#: part/templates/part/part_app_base.html:11
|
|
#, fuzzy
|
|
#| msgid "Parts"
|
|
msgid "Part List"
|
|
msgstr "Teile"
|
|
|
|
#: part/templates/part/part_base.html:11
|
|
msgid "This part is not active"
|
|
msgstr "Dieses Teil ist nicht aktiv"
|
|
|
|
#: part/templates/part/part_base.html:37
|
|
msgid "Star this part"
|
|
msgstr "Teil favorisieren"
|
|
|
|
#: part/templates/part/part_base.html:43
|
|
msgid "Show pricing information"
|
|
msgstr "Kosteninformationen ansehen"
|
|
|
|
#: part/templates/part/part_base.html:95
|
|
msgid "Available Stock"
|
|
msgstr "Verfügbarer Lagerbestand"
|
|
|
|
#: part/templates/part/part_base.html:100
|
|
msgid "In Stock"
|
|
msgstr "Auf Lager"
|
|
|
|
#: part/templates/part/part_base.html:121
|
|
msgid "Build Status"
|
|
msgstr "Bau-Status"
|
|
|
|
#: part/templates/part/part_base.html:125
|
|
msgid "Can Build"
|
|
msgstr "Herstellbar?"
|
|
|
|
#: part/templates/part/part_base.html:130
|
|
msgid "Underway"
|
|
msgstr "unterwegs"
|
|
|
|
#: part/templates/part/part_thumb.html:16
|
|
#, fuzzy
|
|
#| msgid "Select part"
|
|
msgid "Select from existing images"
|
|
msgstr "Teil auswählen"
|
|
|
|
#: part/templates/part/part_thumb.html:17
|
|
msgid "Upload new image"
|
|
msgstr ""
|
|
|
|
#: part/templates/part/stock.html:75
|
|
#, fuzzy
|
|
#| msgid "Part"
|
|
msgid "New Part"
|
|
msgstr "Teil"
|
|
|
|
#: part/templates/part/stock.html:76
|
|
#, fuzzy
|
|
#| msgid "Create new Stock Item"
|
|
msgid "Create New Part"
|
|
msgstr "Neues Lagerobjekt hinzufügen"
|
|
|
|
#: part/templates/part/stock_count.html:7
|
|
#, fuzzy
|
|
#| msgid "Stock"
|
|
msgid "No Stock"
|
|
msgstr "Lagerbestand"
|
|
|
|
#: part/templates/part/stock_count.html:9
|
|
#, fuzzy
|
|
#| msgid "Stock"
|
|
msgid "Low Stock"
|
|
msgstr "Lagerbestand"
|
|
|
|
#: part/templates/part/tabs.html:9
|
|
msgid "Parameters"
|
|
msgstr "Parameter"
|
|
|
|
#: part/templates/part/tabs.html:13
|
|
msgid "Variants"
|
|
msgstr "Varianten"
|
|
|
|
#: part/templates/part/tabs.html:26
|
|
msgid "BOM"
|
|
msgstr "Stückliste"
|
|
|
|
#: part/templates/part/tabs.html:28 stock/templates/stock/item_base.html:113
|
|
#: templates/navbar.html:12
|
|
msgid "Build"
|
|
msgstr "Bau"
|
|
|
|
#: part/templates/part/tabs.html:32
|
|
msgid "Used In"
|
|
msgstr "Benutzt in"
|
|
|
|
#: part/templates/part/tabs.html:37 templates/navbar.html:13
|
|
msgid "Suppliers"
|
|
msgstr "Zulieferer"
|
|
|
|
#: part/templates/part/tabs.html:48 stock/templates/stock/tabs.html:5
|
|
msgid "Tracking"
|
|
msgstr "Tracking"
|
|
|
|
#: part/views.py:75
|
|
#, fuzzy
|
|
#| msgid "Add Attachment"
|
|
msgid "Add part attachment"
|
|
msgstr "Anhang hinzufügen"
|
|
|
|
#: part/views.py:123
|
|
#, fuzzy
|
|
#| msgid "Part Attachments"
|
|
msgid "Part attachment updated"
|
|
msgstr "Anhänge"
|
|
|
|
#: part/views.py:138
|
|
#, fuzzy
|
|
#| msgid "Delete attachment"
|
|
msgid "Delete Part Attachment"
|
|
msgstr "Anhang löschen"
|
|
|
|
#: part/views.py:144
|
|
#, fuzzy
|
|
#| msgid "Delete attachment"
|
|
msgid "Deleted part attachment"
|
|
msgstr "Anhang löschen"
|
|
|
|
#: part/views.py:152
|
|
#, fuzzy
|
|
#| msgid "Select part category"
|
|
msgid "Set Part Category"
|
|
msgstr "Teilekategorie wählen"
|
|
|
|
#: part/views.py:200
|
|
#, python-brace-format
|
|
msgid "Set category for {n} parts"
|
|
msgstr "Kategorie für {n} Teile setzen"
|
|
|
|
#: part/views.py:235
|
|
#, fuzzy
|
|
#| msgid "Create new Stock Item"
|
|
msgid "Create Variant"
|
|
msgstr "Neues Lagerobjekt hinzufügen"
|
|
|
|
#: part/views.py:305
|
|
#, fuzzy
|
|
#| msgid "Supplier Part"
|
|
msgid "Duplicate Part"
|
|
msgstr "Zulieferer-Teil"
|
|
|
|
#: part/views.py:310
|
|
#, fuzzy
|
|
#| msgid "Supplier part"
|
|
msgid "Copied part"
|
|
msgstr "Zulieferer-Teil"
|
|
|
|
#: part/views.py:421
|
|
#, fuzzy
|
|
#| msgid "Create new Stock Item"
|
|
msgid "Create new part"
|
|
msgstr "Neues Lagerobjekt hinzufügen"
|
|
|
|
#: part/views.py:426
|
|
#, fuzzy
|
|
#| msgid "Created new stock item"
|
|
msgid "Created new part"
|
|
msgstr "Neues Lagerobjekt erstellt"
|
|
|
|
#: part/views.py:605
|
|
#, fuzzy
|
|
#| msgid "Part Notes"
|
|
msgid "Part QR Code"
|
|
msgstr "Teil-Bemerkungen"
|
|
|
|
#: part/views.py:622
|
|
msgid "Upload Part Image"
|
|
msgstr ""
|
|
|
|
#: part/views.py:627 part/views.py:662
|
|
msgid "Updated part image"
|
|
msgstr ""
|
|
|
|
#: part/views.py:636
|
|
#, fuzzy
|
|
#| msgid "Select part"
|
|
msgid "Select Part Image"
|
|
msgstr "Teil auswählen"
|
|
|
|
#: part/views.py:665
|
|
msgid "Part image not found"
|
|
msgstr ""
|
|
|
|
#: part/views.py:676
|
|
#, fuzzy
|
|
#| msgid "Edit notes"
|
|
msgid "Edit Part Properties"
|
|
msgstr "Bermerkungen bearbeiten"
|
|
|
|
#: part/views.py:698
|
|
msgid "Validate BOM"
|
|
msgstr ""
|
|
|
|
#: part/views.py:860
|
|
msgid "No BOM file provided"
|
|
msgstr "Keine Stückliste angegeben"
|
|
|
|
#: part/views.py:1121
|
|
msgid "Enter a valid quantity"
|
|
msgstr "Bitte eine gültige Anzahl eingeben"
|
|
|
|
#: part/views.py:1145 part/views.py:1148
|
|
msgid "Select valid part"
|
|
msgstr "Bitte ein gültiges Teil auswählen"
|
|
|
|
#: part/views.py:1154
|
|
msgid "Duplicate part selected"
|
|
msgstr "Teil doppelt ausgewählt"
|
|
|
|
#: part/views.py:1182
|
|
msgid "Select a part"
|
|
msgstr "Teil auswählen"
|
|
|
|
#: part/views.py:1186
|
|
msgid "Specify quantity"
|
|
msgstr "Anzahl angeben"
|
|
|
|
#: part/views.py:1366
|
|
msgid "Export Bill of Materials"
|
|
msgstr ""
|
|
|
|
#: part/views.py:1406
|
|
#, fuzzy
|
|
#| msgid "Confirm part creation"
|
|
msgid "Confirm Part Deletion"
|
|
msgstr "Erstellen des Teils bestätigen"
|
|
|
|
#: part/views.py:1413
|
|
msgid "Part was deleted"
|
|
msgstr ""
|
|
|
|
#: part/views.py:1422
|
|
#, fuzzy
|
|
#| msgid "Part packaging"
|
|
msgid "Part Pricing"
|
|
msgstr "Teile-Packaging"
|
|
|
|
#: part/views.py:1544
|
|
#, fuzzy
|
|
#| msgid "Parameter Template"
|
|
msgid "Create Part Parameter Template"
|
|
msgstr "Parameter Vorlage"
|
|
|
|
#: part/views.py:1552
|
|
#, fuzzy
|
|
#| msgid "Parameter Template"
|
|
msgid "Edit Part Parameter Template"
|
|
msgstr "Parameter Vorlage"
|
|
|
|
#: part/views.py:1559
|
|
#, fuzzy
|
|
#| msgid "Parameter Template"
|
|
msgid "Delete Part Parameter Template"
|
|
msgstr "Parameter Vorlage"
|
|
|
|
#: part/views.py:1567
|
|
msgid "Create Part Parameter"
|
|
msgstr ""
|
|
|
|
#: part/views.py:1617
|
|
#, fuzzy
|
|
#| msgid "Edit attachment"
|
|
msgid "Edit Part Parameter"
|
|
msgstr "Anhang bearbeiten"
|
|
|
|
#: part/views.py:1631
|
|
#, fuzzy
|
|
#| msgid "Delete attachment"
|
|
msgid "Delete Part Parameter"
|
|
msgstr "Anhang löschen"
|
|
|
|
#: part/views.py:1647
|
|
#, fuzzy
|
|
#| msgid "Part category"
|
|
msgid "Edit Part Category"
|
|
msgstr "Teile-Kategorie"
|
|
|
|
#: part/views.py:1682
|
|
#, fuzzy
|
|
#| msgid "Select part category"
|
|
msgid "Delete Part Category"
|
|
msgstr "Teilekategorie wählen"
|
|
|
|
#: part/views.py:1688
|
|
#, fuzzy
|
|
#| msgid "Part category"
|
|
msgid "Part category was deleted"
|
|
msgstr "Teile-Kategorie"
|
|
|
|
#: part/views.py:1696
|
|
#, fuzzy
|
|
#| msgid "Select part category"
|
|
msgid "Create new part category"
|
|
msgstr "Teilekategorie wählen"
|
|
|
|
#: part/views.py:1747
|
|
#, fuzzy
|
|
#| msgid "Created new stock item"
|
|
msgid "Create BOM item"
|
|
msgstr "Neues Lagerobjekt erstellt"
|
|
|
|
#: part/views.py:1813
|
|
#, fuzzy
|
|
#| msgid "Edit Stock Item"
|
|
msgid "Edit BOM item"
|
|
msgstr "Lagerobjekt bearbeiten"
|
|
|
|
#: part/views.py:1861
|
|
#, fuzzy
|
|
#| msgid "Confirm build completion"
|
|
msgid "Confim BOM item deletion"
|
|
msgstr "Bau-Fertigstellung bestätigen"
|
|
|
|
#: stock/forms.py:93
|
|
msgid "Include stock items in sub locations"
|
|
msgstr "Lagerobjekte in untergeordneten Lagerorten einschließen"
|
|
|
|
#: stock/forms.py:126
|
|
msgid "Destination stock location"
|
|
msgstr "Ziel-Lagerbestand"
|
|
|
|
#: stock/forms.py:132
|
|
msgid "Confirm movement of stock items"
|
|
msgstr "Bewegung der Lagerobjekte bestätigen"
|
|
|
|
#: stock/forms.py:134
|
|
msgid "Set the destination as the default location for selected parts"
|
|
msgstr "Setze das Ziel als Standard-Ziel für ausgewählte Teile"
|
|
|
|
#: stock/models.py:205
|
|
#, python-brace-format
|
|
msgid ""
|
|
"A stock item with this serial number already exists for template part {part}"
|
|
msgstr ""
|
|
"Ein Teil mit dieser Seriennummer existiert bereits für die Teilevorlage "
|
|
"{part}"
|
|
|
|
#: stock/models.py:210
|
|
msgid "A stock item with this serial number already exists"
|
|
msgstr "Ein Teil mit dieser Seriennummer existiert bereits"
|
|
|
|
#: stock/models.py:229
|
|
#, python-brace-format
|
|
msgid "Part type ('{pf}') must be {pe}"
|
|
msgstr "Teile-Typ ('{pf}') muss {pe} sein"
|
|
|
|
#: stock/models.py:239 stock/models.py:248
|
|
msgid "Quantity must be 1 for item with a serial number"
|
|
msgstr "Anzahl muss für Objekte mit Seriennummer \"1\" sein"
|
|
|
|
#: stock/models.py:240
|
|
msgid "Serial number cannot be set if quantity greater than 1"
|
|
msgstr ""
|
|
"Seriennummer kann nicht gesetzt werden wenn die Anzahl größer als \"1\" ist"
|
|
|
|
#: stock/models.py:256
|
|
msgid "Stock item cannot be created for a template Part"
|
|
msgstr "Lagerobjekt kann nicht für Vorlagen-Teile angelegt werden"
|
|
|
|
#: stock/models.py:265
|
|
msgid "Item cannot belong to itself"
|
|
msgstr "Teil kann nicht zu sich selbst gehören"
|
|
|
|
#: stock/models.py:306
|
|
msgid "Base part"
|
|
msgstr "Basis-Teil"
|
|
|
|
#: stock/models.py:314
|
|
msgid "Select a matching supplier part for this stock item"
|
|
msgstr "Passenden Zulieferer für dieses Lagerobjekt auswählen"
|
|
|
|
#: stock/models.py:318
|
|
msgid "Where is this stock item located?"
|
|
msgstr "Wo wird dieses Teil normalerweise gelagert?"
|
|
|
|
#: stock/models.py:322
|
|
msgid "Is this item installed in another item?"
|
|
msgstr "Ist dieses Teil in einem anderen verbaut?"
|
|
|
|
#: stock/models.py:326
|
|
msgid "Item assigned to customer?"
|
|
msgstr "Ist dieses Objekt einem Kunden zugeteilt?"
|
|
|
|
#: stock/models.py:329
|
|
msgid "Serial number for this item"
|
|
msgstr "Seriennummer für dieses Teil"
|
|
|
|
#: stock/models.py:334
|
|
msgid "Batch code for this stock item"
|
|
msgstr "Losnummer für dieses Lagerobjekt"
|
|
|
|
#: stock/models.py:343
|
|
msgid "Build for this stock item"
|
|
msgstr "Bau für dieses Lagerobjekt"
|
|
|
|
#: stock/models.py:352
|
|
msgid "Purchase order for this stock item"
|
|
msgstr "Bestellung für dieses Teil"
|
|
|
|
#: stock/models.py:363
|
|
msgid "Delete this Stock Item when stock is depleted"
|
|
msgstr "Objekt löschen wenn Lagerbestand aufgebraucht"
|
|
|
|
#: stock/models.py:370 stock/templates/stock/item_notes.html:13
|
|
#: stock/templates/stock/item_notes.html:29
|
|
msgid "Stock Item Notes"
|
|
msgstr "Lagerobjekt-Notizen"
|
|
|
|
#: stock/models.py:460
|
|
msgid "Quantity must be integer"
|
|
msgstr "Anzahl muss eine Ganzzahl sein"
|
|
|
|
#: stock/models.py:466
|
|
#, python-brace-format
|
|
msgid "Quantity must not exceed available stock quantity ({n})"
|
|
msgstr "Anzahl darf nicht die verfügbare Anzahl überschreiten ({n})"
|
|
|
|
#: stock/models.py:469 stock/models.py:472
|
|
msgid "Serial numbers must be a list of integers"
|
|
msgstr "Seriennummern muss eine Liste von Ganzzahlen sein"
|
|
|
|
#: stock/models.py:475
|
|
msgid "Quantity does not match serial numbers"
|
|
msgstr "Anzahl stimmt nicht mit den Seriennummern überein"
|
|
|
|
#: stock/models.py:485
|
|
msgid "Serial numbers already exist: "
|
|
msgstr "Seriennummern existieren bereits:"
|
|
|
|
#: stock/models.py:507
|
|
msgid "Add serial number"
|
|
msgstr "Seriennummer hinzufügen"
|
|
|
|
#: stock/models.py:510
|
|
#, python-brace-format
|
|
msgid "Serialized {n} items"
|
|
msgstr "{n} Teile serialisiert"
|
|
|
|
#: stock/models.py:810
|
|
msgid "Tracking entry title"
|
|
msgstr "Name des Eintrags-Trackings"
|
|
|
|
#: stock/models.py:812
|
|
msgid "Entry notes"
|
|
msgstr "Eintrags-Notizen"
|
|
|
|
#: stock/models.py:814
|
|
msgid "Link to external page for further information"
|
|
msgstr "Link auf externe Seite für weitere Informationen"
|
|
|
|
#: stock/templates/stock/item.html:12
|
|
msgid "Stock Tracking Information"
|
|
msgstr "Informationen zum Lagerbestands-Tracking"
|
|
|
|
#: stock/templates/stock/item_base.html:10
|
|
msgid "Stock Item Details"
|
|
msgstr "Lagerbestands-Details"
|
|
|
|
#: stock/templates/stock/item_base.html:55
|
|
msgid ""
|
|
"This stock item is serialized - it has a unique serial number and the "
|
|
"quantity cannot be adjusted."
|
|
msgstr ""
|
|
"Dieses Lagerobjekt ist serialisiert. Es hat eine eindeutige Seriennummer und "
|
|
"die Anzahl kann nicht angepasst werden."
|
|
|
|
#: stock/templates/stock/item_base.html:59
|
|
#, fuzzy
|
|
#| msgid "Stock item cannot be created for a template Part"
|
|
msgid "This stock item cannot be deleted as it has child items"
|
|
msgstr "Lagerobjekt kann nicht für Vorlagen-Teile angelegt werden"
|
|
|
|
#: stock/templates/stock/item_base.html:63
|
|
msgid ""
|
|
"This stock item will be automatically deleted when all stock is depleted."
|
|
msgstr ""
|
|
"Dieses Lagerobjekt wird automatisch gelöscht wenn der Lagerbestand "
|
|
"aufgebraucht ist."
|
|
|
|
#: stock/templates/stock/item_base.html:68
|
|
msgid "This stock item was split from "
|
|
msgstr ""
|
|
|
|
#: stock/templates/stock/item_base.html:85
|
|
msgid "Belongs To"
|
|
msgstr "Gehört zu"
|
|
|
|
#: stock/templates/stock/item_base.html:90
|
|
#: stock/templates/stock/stock_adjust.html:17
|
|
msgid "Location"
|
|
msgstr "Standort"
|
|
|
|
#: stock/templates/stock/item_base.html:96
|
|
msgid "Serial Number"
|
|
msgstr "Seriennummer"
|
|
|
|
#: stock/templates/stock/item_base.html:146
|
|
msgid "Last Updated"
|
|
msgstr "Zuletzt aktualisiert"
|
|
|
|
#: stock/templates/stock/item_base.html:150
|
|
msgid "Last Stocktake"
|
|
msgstr "Letzte Inventur"
|
|
|
|
#: stock/templates/stock/item_base.html:154
|
|
msgid "No stocktake performed"
|
|
msgstr "Keine Inventur ausgeführt"
|
|
|
|
#: stock/templates/stock/item_childs.html:12
|
|
#, fuzzy
|
|
#| msgid "Add Stock Items"
|
|
msgid "Child Stock Items"
|
|
msgstr "Lagerobjekte hinzufügen"
|
|
|
|
#: stock/templates/stock/item_childs.html:18
|
|
msgid "This stock item does not have any child items"
|
|
msgstr ""
|
|
|
|
#: stock/templates/stock/location.html:37
|
|
msgid "Location Details"
|
|
msgstr "Standort-Details"
|
|
|
|
#: stock/templates/stock/location.html:41
|
|
msgid "Location Path"
|
|
msgstr "Standord-Pfad"
|
|
|
|
#: stock/templates/stock/location.html:46
|
|
msgid "Location Description"
|
|
msgstr "Standort-Beschreibung"
|
|
|
|
#: stock/templates/stock/location.html:51
|
|
msgid "Sublocations"
|
|
msgstr "Sub-Standorte"
|
|
|
|
#: stock/templates/stock/location.html:56
|
|
#: stock/templates/stock/location.html:70 templates/stats.html:18
|
|
#: templates/stats.html:21
|
|
msgid "Stock Items"
|
|
msgstr "Lagerobjekte"
|
|
|
|
#: stock/templates/stock/location.html:61
|
|
msgid "Stock Details"
|
|
msgstr "Objekt-Details"
|
|
|
|
#: stock/templates/stock/location.html:65
|
|
#: templates/InvenTree/search_stock_location.html:6 templates/stats.html:25
|
|
msgid "Stock Locations"
|
|
msgstr "Lagerobjekt-Standorte"
|
|
|
|
#: stock/templates/stock/stock_adjust.html:16
|
|
#: stock/templates/stock/stock_app_base.html:7
|
|
msgid "Stock Item"
|
|
msgstr "Lagerobjekt"
|
|
|
|
#: stock/templates/stock/stock_app_base.html:9
|
|
#, fuzzy
|
|
#| msgid "Stock Locations"
|
|
msgid "Stock Location"
|
|
msgstr "Lagerobjekt-Standorte"
|
|
|
|
#: stock/templates/stock/tabs.html:8
|
|
msgid "Children"
|
|
msgstr ""
|
|
|
|
#: stock/templates/stock/tabs.html:13
|
|
msgid "Builds"
|
|
msgstr "Baue"
|
|
|
|
#: stock/views.py:117
|
|
msgid "Edit Stock Location"
|
|
msgstr "Lagerobjekt-Standort bearbeiten"
|
|
|
|
#: stock/views.py:141
|
|
msgid "Stock Location QR code"
|
|
msgstr "QR-Code für diesen Standort"
|
|
|
|
#: stock/views.py:156
|
|
msgid "Stock Export Options"
|
|
msgstr "Lagerbestandsexportoptionen"
|
|
|
|
#: stock/views.py:278
|
|
msgid "Stock Item QR Code"
|
|
msgstr "Lagerobjekt-QR-Code"
|
|
|
|
#: stock/views.py:301
|
|
msgid "Adjust Stock"
|
|
msgstr "Lagerbestand anpassen"
|
|
|
|
#: stock/views.py:410
|
|
msgid "Move Stock Items"
|
|
msgstr "Lagerobjekte bewegen"
|
|
|
|
#: stock/views.py:411
|
|
msgid "Count Stock Items"
|
|
msgstr "Lagerobjekte zählen"
|
|
|
|
#: stock/views.py:412
|
|
msgid "Remove From Stock"
|
|
msgstr "Aus Lagerbestand entfernen"
|
|
|
|
#: stock/views.py:413
|
|
msgid "Add Stock Items"
|
|
msgstr "Lagerobjekte hinzufügen"
|
|
|
|
#: stock/views.py:414
|
|
msgid "Delete Stock Items"
|
|
msgstr "Lagerobjekte löschen"
|
|
|
|
#: stock/views.py:442
|
|
msgid "Must enter integer value"
|
|
msgstr "Nur Ganzzahl eingeben"
|
|
|
|
#: stock/views.py:447
|
|
msgid "Quantity must be positive"
|
|
msgstr "Anzahl muss positiv sein"
|
|
|
|
#: stock/views.py:454
|
|
#, python-brace-format
|
|
msgid "Quantity must not exceed {x}"
|
|
msgstr "Anzahl darf {x} nicht überschreiten"
|
|
|
|
#: stock/views.py:462
|
|
msgid "Confirm stock adjustment"
|
|
msgstr "Bestands-Anpassung bestätigen"
|
|
|
|
#: stock/views.py:533
|
|
#, python-brace-format
|
|
msgid "Added stock to {n} items"
|
|
msgstr "Vorrat zu {n} Lagerobjekten hinzugefügt"
|
|
|
|
#: stock/views.py:548
|
|
#, python-brace-format
|
|
msgid "Removed stock from {n} items"
|
|
msgstr "Vorrat von {n} Lagerobjekten entfernt"
|
|
|
|
#: stock/views.py:561
|
|
#, python-brace-format
|
|
msgid "Counted stock for {n} items"
|
|
msgstr "Bestand für {n} Objekte erfasst"
|
|
|
|
#: stock/views.py:589
|
|
msgid "No items were moved"
|
|
msgstr "Keine Lagerobjekte wurden bewegt"
|
|
|
|
#: stock/views.py:592
|
|
#, python-brace-format
|
|
msgid "Moved {n} items to {dest}"
|
|
msgstr "{n} Teile nach {dest} bewegt"
|
|
|
|
#: stock/views.py:611
|
|
#, python-brace-format
|
|
msgid "Deleted {n} stock items"
|
|
msgstr "{n} Teile im Lager gelöscht"
|
|
|
|
#: stock/views.py:623
|
|
msgid "Edit Stock Item"
|
|
msgstr "Lagerobjekt bearbeiten"
|
|
|
|
#: stock/views.py:659
|
|
msgid "Create new Stock Location"
|
|
msgstr "Neuen Lager-Standort erstellen"
|
|
|
|
#: stock/views.py:680
|
|
msgid "Serialize Stock"
|
|
msgstr "Lagerbestand erfassen"
|
|
|
|
#: stock/views.py:760
|
|
msgid "Create new Stock Item"
|
|
msgstr "Neues Lagerobjekt hinzufügen"
|
|
|
|
#: stock/views.py:824
|
|
msgid "Copy Stock Item"
|
|
msgstr "Lagerobjekt kopieren"
|
|
|
|
#: stock/views.py:892
|
|
msgid "Invalid quantity"
|
|
msgstr "Ungültige Menge"
|
|
|
|
#: stock/views.py:895
|
|
msgid "Invalid part selection"
|
|
msgstr "Ungültige Teileauswahl"
|
|
|
|
#: stock/views.py:942
|
|
#, fuzzy, python-brace-format
|
|
#| msgid "Created new stock item"
|
|
msgid "Created {n} new stock items"
|
|
msgstr "Neues Lagerobjekt erstellt"
|
|
|
|
#: stock/views.py:959 stock/views.py:972
|
|
msgid "Created new stock item"
|
|
msgstr "Neues Lagerobjekt erstellt"
|
|
|
|
#: stock/views.py:989
|
|
msgid "Delete Stock Location"
|
|
msgstr "Standort löschen"
|
|
|
|
#: stock/views.py:1002
|
|
msgid "Delete Stock Item"
|
|
msgstr "Lagerobjekt löschen"
|
|
|
|
#: stock/views.py:1013
|
|
msgid "Delete Stock Tracking Entry"
|
|
msgstr "Lagerbestands-Tracking-Eintrag löschen"
|
|
|
|
#: stock/views.py:1030
|
|
msgid "Edit Stock Tracking Entry"
|
|
msgstr "Lagerbestands-Tracking-Eintrag bearbeiten"
|
|
|
|
#: stock/views.py:1039
|
|
msgid "Add Stock Tracking Entry"
|
|
msgstr "Lagerbestands-Tracking-Eintrag hinzufügen"
|
|
|
|
#: templates/InvenTree/search.html:7 templates/InvenTree/search.html:12
|
|
msgid "Search Results"
|
|
msgstr ""
|
|
|
|
#: templates/InvenTree/search.html:22
|
|
#, fuzzy
|
|
#| msgid "No serial numbers found"
|
|
msgid "No results found"
|
|
msgstr "Keine Seriennummern gefunden"
|
|
|
|
#: templates/about.html:18
|
|
msgid "InvenTree Version Information"
|
|
msgstr "InvenTree-Versionsinformationen"
|
|
|
|
#: templates/about.html:21
|
|
msgid "Version"
|
|
msgstr "Version"
|
|
|
|
#: templates/about.html:24
|
|
msgid "Commit Hash"
|
|
msgstr "Commit-Hash"
|
|
|
|
#: templates/about.html:27
|
|
msgid "Commit Date"
|
|
msgstr "Commit-Datum"
|
|
|
|
#: templates/about.html:33
|
|
msgid "InvenTree Documentation"
|
|
msgstr "InvenTree-Dokumentation"
|
|
|
|
#: templates/about.html:37
|
|
msgid "View Code on GitHub"
|
|
msgstr "Code auf GitHub ansehen"
|
|
|
|
#: templates/navbar.html:23
|
|
msgid "Admin"
|
|
msgstr ""
|
|
|
|
#: templates/navbar.html:26
|
|
#, fuzzy
|
|
#| msgid "Settings value"
|
|
msgid "Settings"
|
|
msgstr "Einstellungs-Wert"
|
|
|
|
#: templates/navbar.html:27
|
|
msgid "Logout"
|
|
msgstr ""
|
|
|
|
#: templates/navbar.html:29
|
|
msgid "Login"
|
|
msgstr ""
|
|
|
|
#: templates/navbar.html:32
|
|
msgid "About InvenTree"
|
|
msgstr ""
|
|
|
|
#: templates/navbar.html:33
|
|
#, fuzzy
|
|
#| msgid "Status"
|
|
msgid "Statistics"
|
|
msgstr "Status"
|
|
|
|
#: templates/search_form.html:6
|
|
msgid "Search"
|
|
msgstr ""
|
|
|
|
#: templates/stock_table.html:8
|
|
#, fuzzy
|
|
#| msgid "Stock Item"
|
|
msgid "New Stock Item"
|
|
msgstr "Lagerobjekt"
|
|
|
|
#: templates/stock_table.html:12
|
|
#, fuzzy
|
|
#| msgid "Add Stock Items"
|
|
msgid "Add stock"
|
|
msgstr "Lagerobjekte hinzufügen"
|
|
|
|
#: templates/stock_table.html:13
|
|
#, fuzzy
|
|
#| msgid "Remove From Stock"
|
|
msgid "Remove stock"
|
|
msgstr "Aus Lagerbestand entfernen"
|
|
|
|
#: templates/stock_table.html:14
|
|
#, fuzzy
|
|
#| msgid "Count Stock Items"
|
|
msgid "Count stock"
|
|
msgstr "Lagerobjekte zählen"
|
|
|
|
#: templates/stock_table.html:15
|
|
#, fuzzy
|
|
#| msgid "Move Stock Items"
|
|
msgid "Move stock"
|
|
msgstr "Lagerobjekte bewegen"
|
|
|
|
#: templates/stock_table.html:16
|
|
#, fuzzy
|
|
#| msgid "On Order"
|
|
msgid "Order stock"
|
|
msgstr "bestellt"
|
|
|
|
#: templates/stock_table.html:17
|
|
#, fuzzy
|
|
#| msgid "Delete Stock Item"
|
|
msgid "Delete Stock"
|
|
msgstr "Lagerobjekt löschen"
|