diff --git a/InvenTree/locale/de/LC_MESSAGES/django.po b/InvenTree/locale/de/LC_MESSAGES/django.po index 9bc7a16bc2..d6248b6a68 100644 --- a/InvenTree/locale/de/LC_MESSAGES/django.po +++ b/InvenTree/locale/de/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-21 01:10+0000\n" +"POT-Creation-Date: 2021-07-21 05:27+0000\n" "PO-Revision-Date: 2021-07-19 22:24\n" "Last-Translator: \n" "Language-Team: German\n" @@ -469,7 +469,7 @@ msgstr "Zieldatum für Bauauftrag-Fertigstellung." #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:746 +#: build/templates/build/detail.html:34 common/models.py:753 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -1750,135 +1750,145 @@ msgid "Enable generation of test reports" msgstr "Erstellung von Test-Berichten aktivieren" #: common/models.py:281 +#, fuzzy +#| msgid "Search Results" +msgid "Search Preview Results" +msgstr "Suchergebnisse" + +#: common/models.py:282 +msgid "Number of results to show in search preview window" +msgstr "" + +#: common/models.py:288 msgid "Stock Expiry" msgstr "Bestands-Ablauf" -#: common/models.py:282 +#: common/models.py:289 msgid "Enable stock expiry functionality" msgstr "Ablaufen von Bestand ermöglichen" -#: common/models.py:288 +#: common/models.py:295 msgid "Sell Expired Stock" msgstr "Abgelaufenen Bestand verkaufen" -#: common/models.py:289 +#: common/models.py:296 msgid "Allow sale of expired stock" msgstr "Verkauf von abgelaufenem Bestand erlaubt" -#: common/models.py:295 +#: common/models.py:302 msgid "Stock Stale Time" msgstr "Bestands-Stehzeit" -#: common/models.py:296 +#: common/models.py:303 msgid "Number of days stock items are considered stale before expiring" msgstr "Anzahl an Tagen, an denen Bestand als abgestanden markiert wird, bevor sie ablaufen" -#: common/models.py:298 +#: common/models.py:305 msgid "days" msgstr "Tage" -#: common/models.py:303 +#: common/models.py:310 msgid "Build Expired Stock" msgstr "Abgelaufenen Bestand verbauen" -#: common/models.py:304 +#: common/models.py:311 msgid "Allow building with expired stock" msgstr "Verbauen von abgelaufenen Bestand erlaubt" -#: common/models.py:310 +#: common/models.py:317 msgid "Stock Ownership Control" msgstr "Bestands-Eigentümerkontrolle" -#: common/models.py:311 +#: common/models.py:318 msgid "Enable ownership control over stock locations and items" msgstr "Eigentümerkontrolle für Lagerorte und Teile aktivieren" -#: common/models.py:317 +#: common/models.py:324 msgid "Group by Part" msgstr "Gruppieren nach Teil" -#: common/models.py:318 +#: common/models.py:325 msgid "Group stock items by part reference in table views" msgstr "Bestand in Tabellen anhand von Teil-Referenz gruppieren" -#: common/models.py:324 +#: common/models.py:331 msgid "Recent Stock Count" msgstr "aktueller Bestand" -#: common/models.py:325 +#: common/models.py:332 msgid "Number of recent stock items to display on index page" msgstr "Anzahl des geänderten Bestands auf der Startseite" -#: common/models.py:331 +#: common/models.py:338 msgid "Build Order Reference Prefix" msgstr "Bauauftrag-Referenz Präfix" -#: common/models.py:332 +#: common/models.py:339 msgid "Prefix value for build order reference" msgstr "Präfix für Bauauftrag-Referenz" -#: common/models.py:337 +#: common/models.py:344 msgid "Build Order Reference Regex" msgstr "Bauauftrag-Referenz RegEx" -#: common/models.py:338 +#: common/models.py:345 msgid "Regular expression pattern for matching build order reference" msgstr "RegEx Muster für die Zuordnung von Bauauftrag-Referenzen" -#: common/models.py:342 +#: common/models.py:349 msgid "Sales Order Reference Prefix" msgstr "Auftrags-Referenz Präfix" -#: common/models.py:343 +#: common/models.py:350 msgid "Prefix value for sales order reference" msgstr "Präfix für Auftrags-Referenz" -#: common/models.py:348 +#: common/models.py:355 msgid "Purchase Order Reference Prefix" msgstr "Bestellungs-Referenz Präfix" -#: common/models.py:349 +#: common/models.py:356 msgid "Prefix value for purchase order reference" msgstr "Präfix für Bestellungs-Referenz" -#: common/models.py:572 +#: common/models.py:579 msgid "Settings key (must be unique - case insensitive" msgstr "Einstellungs-Schlüssel (muss einzigartig sein, Groß-/ Kleinschreibung wird nicht beachtet)" -#: common/models.py:574 +#: common/models.py:581 msgid "Settings value" msgstr "Einstellungs-Wert" -#: common/models.py:609 +#: common/models.py:616 msgid "Must be an integer value" msgstr "Nur Ganzzahl eingeben" -#: common/models.py:632 +#: common/models.py:639 msgid "Value must be a boolean value" msgstr "Wahrheitswert erforderlich" -#: common/models.py:643 +#: common/models.py:650 msgid "Value must be an integer value" msgstr "Nur Ganzzahl eingeben" -#: common/models.py:666 +#: common/models.py:673 msgid "Key string must be unique" msgstr "Schlüsseltext muss eindeutig sein" -#: common/models.py:747 company/forms.py:43 +#: common/models.py:754 company/forms.py:43 msgid "Price break quantity" msgstr "Preisstaffelungs Anzahl" -#: common/models.py:754 company/templates/company/supplier_part.html:231 +#: common/models.py:761 company/templates/company/supplier_part.html:231 #: templates/js/part.js:1021 msgid "Price" msgstr "Preis" -#: common/models.py:755 +#: common/models.py:762 msgid "Unit price at specified quantity" msgstr "Stückpreis für die angegebene Anzahl" -#: common/models.py:848 +#: common/models.py:855 msgid "Default" msgstr "Standard" @@ -6044,6 +6054,12 @@ msgstr "Systemweite InvenTree-Einstellungen" msgid "Barcode Settings" msgstr "Barcode-Einstellungen" +#: templates/InvenTree/settings/global.html:34 +#, fuzzy +#| msgid "Part Settings" +msgid "Search Settings" +msgstr "Teil-Einstellungen" + #: templates/InvenTree/settings/header.html:7 msgid "Setting" msgstr "Einstellungen" diff --git a/InvenTree/locale/en/LC_MESSAGES/django.po b/InvenTree/locale/en/LC_MESSAGES/django.po index afce1d2965..e035cc58fe 100644 --- a/InvenTree/locale/en/LC_MESSAGES/django.po +++ b/InvenTree/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-21 01:10+0000\n" +"POT-Creation-Date: 2021-07-21 05:27+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -470,7 +470,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:746 +#: build/templates/build/detail.html:34 common/models.py:753 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -1751,135 +1751,143 @@ msgid "Enable generation of test reports" msgstr "" #: common/models.py:281 -msgid "Stock Expiry" +msgid "Search Preview Results" msgstr "" #: common/models.py:282 -msgid "Enable stock expiry functionality" +msgid "Number of results to show in search preview window" msgstr "" #: common/models.py:288 -msgid "Sell Expired Stock" +msgid "Stock Expiry" msgstr "" #: common/models.py:289 -msgid "Allow sale of expired stock" +msgid "Enable stock expiry functionality" msgstr "" #: common/models.py:295 -msgid "Stock Stale Time" +msgid "Sell Expired Stock" msgstr "" #: common/models.py:296 -msgid "Number of days stock items are considered stale before expiring" +msgid "Allow sale of expired stock" msgstr "" -#: common/models.py:298 -msgid "days" +#: common/models.py:302 +msgid "Stock Stale Time" msgstr "" #: common/models.py:303 -msgid "Build Expired Stock" +msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:304 -msgid "Allow building with expired stock" +#: common/models.py:305 +msgid "days" msgstr "" #: common/models.py:310 -msgid "Stock Ownership Control" +msgid "Build Expired Stock" msgstr "" #: common/models.py:311 -msgid "Enable ownership control over stock locations and items" +msgid "Allow building with expired stock" msgstr "" #: common/models.py:317 -msgid "Group by Part" +msgid "Stock Ownership Control" msgstr "" #: common/models.py:318 -msgid "Group stock items by part reference in table views" +msgid "Enable ownership control over stock locations and items" msgstr "" #: common/models.py:324 -msgid "Recent Stock Count" +msgid "Group by Part" msgstr "" #: common/models.py:325 -msgid "Number of recent stock items to display on index page" +msgid "Group stock items by part reference in table views" msgstr "" #: common/models.py:331 -msgid "Build Order Reference Prefix" +msgid "Recent Stock Count" msgstr "" #: common/models.py:332 -msgid "Prefix value for build order reference" -msgstr "" - -#: common/models.py:337 -msgid "Build Order Reference Regex" +msgid "Number of recent stock items to display on index page" msgstr "" #: common/models.py:338 +msgid "Build Order Reference Prefix" +msgstr "" + +#: common/models.py:339 +msgid "Prefix value for build order reference" +msgstr "" + +#: common/models.py:344 +msgid "Build Order Reference Regex" +msgstr "" + +#: common/models.py:345 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:342 +#: common/models.py:349 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:343 +#: common/models.py:350 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:348 +#: common/models.py:355 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:349 +#: common/models.py:356 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:572 +#: common/models.py:579 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:574 +#: common/models.py:581 msgid "Settings value" msgstr "" -#: common/models.py:609 +#: common/models.py:616 msgid "Must be an integer value" msgstr "" -#: common/models.py:632 +#: common/models.py:639 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:643 +#: common/models.py:650 msgid "Value must be an integer value" msgstr "" -#: common/models.py:666 +#: common/models.py:673 msgid "Key string must be unique" msgstr "" -#: common/models.py:747 company/forms.py:43 +#: common/models.py:754 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:754 company/templates/company/supplier_part.html:231 +#: common/models.py:761 company/templates/company/supplier_part.html:231 #: templates/js/part.js:1021 msgid "Price" msgstr "" -#: common/models.py:755 +#: common/models.py:762 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:848 +#: common/models.py:855 msgid "Default" msgstr "" @@ -6041,6 +6049,10 @@ msgstr "" msgid "Barcode Settings" msgstr "" +#: templates/InvenTree/settings/global.html:34 +msgid "Search Settings" +msgstr "" + #: templates/InvenTree/settings/header.html:7 msgid "Setting" msgstr "" diff --git a/InvenTree/locale/es/LC_MESSAGES/django.po b/InvenTree/locale/es/LC_MESSAGES/django.po index 6f689ca2fa..9c524052b6 100644 --- a/InvenTree/locale/es/LC_MESSAGES/django.po +++ b/InvenTree/locale/es/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-21 01:10+0000\n" +"POT-Creation-Date: 2021-07-21 05:27+0000\n" "PO-Revision-Date: 2021-07-19 22:24\n" "Last-Translator: \n" "Language-Team: Spanish\n" @@ -469,7 +469,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:746 +#: build/templates/build/detail.html:34 common/models.py:753 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -1750,135 +1750,143 @@ msgid "Enable generation of test reports" msgstr "" #: common/models.py:281 -msgid "Stock Expiry" +msgid "Search Preview Results" msgstr "" #: common/models.py:282 -msgid "Enable stock expiry functionality" +msgid "Number of results to show in search preview window" msgstr "" #: common/models.py:288 -msgid "Sell Expired Stock" +msgid "Stock Expiry" msgstr "" #: common/models.py:289 -msgid "Allow sale of expired stock" +msgid "Enable stock expiry functionality" msgstr "" #: common/models.py:295 -msgid "Stock Stale Time" +msgid "Sell Expired Stock" msgstr "" #: common/models.py:296 +msgid "Allow sale of expired stock" +msgstr "" + +#: common/models.py:302 +msgid "Stock Stale Time" +msgstr "" + +#: common/models.py:303 msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:298 +#: common/models.py:305 msgid "days" msgstr "días" -#: common/models.py:303 +#: common/models.py:310 msgid "Build Expired Stock" msgstr "" -#: common/models.py:304 +#: common/models.py:311 msgid "Allow building with expired stock" msgstr "" -#: common/models.py:310 +#: common/models.py:317 msgid "Stock Ownership Control" msgstr "" -#: common/models.py:311 +#: common/models.py:318 msgid "Enable ownership control over stock locations and items" msgstr "" -#: common/models.py:317 +#: common/models.py:324 msgid "Group by Part" msgstr "" -#: common/models.py:318 +#: common/models.py:325 msgid "Group stock items by part reference in table views" msgstr "" -#: common/models.py:324 +#: common/models.py:331 msgid "Recent Stock Count" msgstr "" -#: common/models.py:325 +#: common/models.py:332 msgid "Number of recent stock items to display on index page" msgstr "" -#: common/models.py:331 +#: common/models.py:338 msgid "Build Order Reference Prefix" msgstr "" -#: common/models.py:332 +#: common/models.py:339 msgid "Prefix value for build order reference" msgstr "" -#: common/models.py:337 +#: common/models.py:344 msgid "Build Order Reference Regex" msgstr "" -#: common/models.py:338 +#: common/models.py:345 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:342 +#: common/models.py:349 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:343 +#: common/models.py:350 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:348 +#: common/models.py:355 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:349 +#: common/models.py:356 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:572 +#: common/models.py:579 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:574 +#: common/models.py:581 msgid "Settings value" msgstr "" -#: common/models.py:609 +#: common/models.py:616 msgid "Must be an integer value" msgstr "" -#: common/models.py:632 +#: common/models.py:639 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:643 +#: common/models.py:650 msgid "Value must be an integer value" msgstr "" -#: common/models.py:666 +#: common/models.py:673 msgid "Key string must be unique" msgstr "" -#: common/models.py:747 company/forms.py:43 +#: common/models.py:754 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:754 company/templates/company/supplier_part.html:231 +#: common/models.py:761 company/templates/company/supplier_part.html:231 #: templates/js/part.js:1021 msgid "Price" msgstr "" -#: common/models.py:755 +#: common/models.py:762 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:848 +#: common/models.py:855 msgid "Default" msgstr "" @@ -6040,6 +6048,10 @@ msgstr "" msgid "Barcode Settings" msgstr "" +#: templates/InvenTree/settings/global.html:34 +msgid "Search Settings" +msgstr "" + #: templates/InvenTree/settings/header.html:7 msgid "Setting" msgstr "" diff --git a/InvenTree/locale/fr/LC_MESSAGES/django.po b/InvenTree/locale/fr/LC_MESSAGES/django.po index de04493c00..f5cab5ab36 100644 --- a/InvenTree/locale/fr/LC_MESSAGES/django.po +++ b/InvenTree/locale/fr/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-21 01:10+0000\n" +"POT-Creation-Date: 2021-07-21 05:27+0000\n" "PO-Revision-Date: 2021-07-19 22:24\n" "Last-Translator: \n" "Language-Team: French\n" @@ -469,7 +469,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:746 +#: build/templates/build/detail.html:34 common/models.py:753 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -1750,135 +1750,143 @@ msgid "Enable generation of test reports" msgstr "" #: common/models.py:281 -msgid "Stock Expiry" +msgid "Search Preview Results" msgstr "" #: common/models.py:282 -msgid "Enable stock expiry functionality" +msgid "Number of results to show in search preview window" msgstr "" #: common/models.py:288 -msgid "Sell Expired Stock" +msgid "Stock Expiry" msgstr "" #: common/models.py:289 -msgid "Allow sale of expired stock" +msgid "Enable stock expiry functionality" msgstr "" #: common/models.py:295 -msgid "Stock Stale Time" +msgid "Sell Expired Stock" msgstr "" #: common/models.py:296 +msgid "Allow sale of expired stock" +msgstr "" + +#: common/models.py:302 +msgid "Stock Stale Time" +msgstr "" + +#: common/models.py:303 msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:298 +#: common/models.py:305 msgid "days" msgstr "jours" -#: common/models.py:303 +#: common/models.py:310 msgid "Build Expired Stock" msgstr "" -#: common/models.py:304 +#: common/models.py:311 msgid "Allow building with expired stock" msgstr "" -#: common/models.py:310 +#: common/models.py:317 msgid "Stock Ownership Control" msgstr "" -#: common/models.py:311 +#: common/models.py:318 msgid "Enable ownership control over stock locations and items" msgstr "" -#: common/models.py:317 +#: common/models.py:324 msgid "Group by Part" msgstr "" -#: common/models.py:318 +#: common/models.py:325 msgid "Group stock items by part reference in table views" msgstr "" -#: common/models.py:324 +#: common/models.py:331 msgid "Recent Stock Count" msgstr "" -#: common/models.py:325 +#: common/models.py:332 msgid "Number of recent stock items to display on index page" msgstr "" -#: common/models.py:331 +#: common/models.py:338 msgid "Build Order Reference Prefix" msgstr "" -#: common/models.py:332 +#: common/models.py:339 msgid "Prefix value for build order reference" msgstr "" -#: common/models.py:337 +#: common/models.py:344 msgid "Build Order Reference Regex" msgstr "" -#: common/models.py:338 +#: common/models.py:345 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:342 +#: common/models.py:349 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:343 +#: common/models.py:350 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:348 +#: common/models.py:355 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:349 +#: common/models.py:356 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:572 +#: common/models.py:579 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:574 +#: common/models.py:581 msgid "Settings value" msgstr "" -#: common/models.py:609 +#: common/models.py:616 msgid "Must be an integer value" msgstr "" -#: common/models.py:632 +#: common/models.py:639 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:643 +#: common/models.py:650 msgid "Value must be an integer value" msgstr "" -#: common/models.py:666 +#: common/models.py:673 msgid "Key string must be unique" msgstr "" -#: common/models.py:747 company/forms.py:43 +#: common/models.py:754 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:754 company/templates/company/supplier_part.html:231 +#: common/models.py:761 company/templates/company/supplier_part.html:231 #: templates/js/part.js:1021 msgid "Price" msgstr "" -#: common/models.py:755 +#: common/models.py:762 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:848 +#: common/models.py:855 msgid "Default" msgstr "" @@ -6040,6 +6048,10 @@ msgstr "" msgid "Barcode Settings" msgstr "" +#: templates/InvenTree/settings/global.html:34 +msgid "Search Settings" +msgstr "" + #: templates/InvenTree/settings/header.html:7 msgid "Setting" msgstr "" diff --git a/InvenTree/locale/it/LC_MESSAGES/django.po b/InvenTree/locale/it/LC_MESSAGES/django.po index 10288b97e3..dd8c6243c2 100644 --- a/InvenTree/locale/it/LC_MESSAGES/django.po +++ b/InvenTree/locale/it/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-21 01:10+0000\n" +"POT-Creation-Date: 2021-07-21 05:27+0000\n" "PO-Revision-Date: 2021-07-19 22:24\n" "Last-Translator: \n" "Language-Team: Italian\n" @@ -469,7 +469,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:746 +#: build/templates/build/detail.html:34 common/models.py:753 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -1750,135 +1750,143 @@ msgid "Enable generation of test reports" msgstr "" #: common/models.py:281 -msgid "Stock Expiry" +msgid "Search Preview Results" msgstr "" #: common/models.py:282 -msgid "Enable stock expiry functionality" +msgid "Number of results to show in search preview window" msgstr "" #: common/models.py:288 -msgid "Sell Expired Stock" +msgid "Stock Expiry" msgstr "" #: common/models.py:289 -msgid "Allow sale of expired stock" +msgid "Enable stock expiry functionality" msgstr "" #: common/models.py:295 -msgid "Stock Stale Time" +msgid "Sell Expired Stock" msgstr "" #: common/models.py:296 -msgid "Number of days stock items are considered stale before expiring" +msgid "Allow sale of expired stock" msgstr "" -#: common/models.py:298 -msgid "days" +#: common/models.py:302 +msgid "Stock Stale Time" msgstr "" #: common/models.py:303 -msgid "Build Expired Stock" +msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:304 -msgid "Allow building with expired stock" +#: common/models.py:305 +msgid "days" msgstr "" #: common/models.py:310 -msgid "Stock Ownership Control" +msgid "Build Expired Stock" msgstr "" #: common/models.py:311 -msgid "Enable ownership control over stock locations and items" +msgid "Allow building with expired stock" msgstr "" #: common/models.py:317 -msgid "Group by Part" +msgid "Stock Ownership Control" msgstr "" #: common/models.py:318 -msgid "Group stock items by part reference in table views" +msgid "Enable ownership control over stock locations and items" msgstr "" #: common/models.py:324 -msgid "Recent Stock Count" +msgid "Group by Part" msgstr "" #: common/models.py:325 -msgid "Number of recent stock items to display on index page" +msgid "Group stock items by part reference in table views" msgstr "" #: common/models.py:331 -msgid "Build Order Reference Prefix" +msgid "Recent Stock Count" msgstr "" #: common/models.py:332 -msgid "Prefix value for build order reference" -msgstr "" - -#: common/models.py:337 -msgid "Build Order Reference Regex" +msgid "Number of recent stock items to display on index page" msgstr "" #: common/models.py:338 +msgid "Build Order Reference Prefix" +msgstr "" + +#: common/models.py:339 +msgid "Prefix value for build order reference" +msgstr "" + +#: common/models.py:344 +msgid "Build Order Reference Regex" +msgstr "" + +#: common/models.py:345 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:342 +#: common/models.py:349 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:343 +#: common/models.py:350 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:348 +#: common/models.py:355 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:349 +#: common/models.py:356 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:572 +#: common/models.py:579 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:574 +#: common/models.py:581 msgid "Settings value" msgstr "" -#: common/models.py:609 +#: common/models.py:616 msgid "Must be an integer value" msgstr "" -#: common/models.py:632 +#: common/models.py:639 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:643 +#: common/models.py:650 msgid "Value must be an integer value" msgstr "" -#: common/models.py:666 +#: common/models.py:673 msgid "Key string must be unique" msgstr "" -#: common/models.py:747 company/forms.py:43 +#: common/models.py:754 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:754 company/templates/company/supplier_part.html:231 +#: common/models.py:761 company/templates/company/supplier_part.html:231 #: templates/js/part.js:1021 msgid "Price" msgstr "" -#: common/models.py:755 +#: common/models.py:762 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:848 +#: common/models.py:855 msgid "Default" msgstr "" @@ -6040,6 +6048,10 @@ msgstr "" msgid "Barcode Settings" msgstr "" +#: templates/InvenTree/settings/global.html:34 +msgid "Search Settings" +msgstr "" + #: templates/InvenTree/settings/header.html:7 msgid "Setting" msgstr "" diff --git a/InvenTree/locale/ja/LC_MESSAGES/django.po b/InvenTree/locale/ja/LC_MESSAGES/django.po index 532e62ef59..82d479f5dc 100644 --- a/InvenTree/locale/ja/LC_MESSAGES/django.po +++ b/InvenTree/locale/ja/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-21 01:10+0000\n" +"POT-Creation-Date: 2021-07-21 05:27+0000\n" "PO-Revision-Date: 2021-07-19 22:24\n" "Last-Translator: \n" "Language-Team: Japanese\n" @@ -469,7 +469,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:746 +#: build/templates/build/detail.html:34 common/models.py:753 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -1750,135 +1750,143 @@ msgid "Enable generation of test reports" msgstr "" #: common/models.py:281 -msgid "Stock Expiry" +msgid "Search Preview Results" msgstr "" #: common/models.py:282 -msgid "Enable stock expiry functionality" +msgid "Number of results to show in search preview window" msgstr "" #: common/models.py:288 -msgid "Sell Expired Stock" +msgid "Stock Expiry" msgstr "" #: common/models.py:289 -msgid "Allow sale of expired stock" +msgid "Enable stock expiry functionality" msgstr "" #: common/models.py:295 -msgid "Stock Stale Time" +msgid "Sell Expired Stock" msgstr "" #: common/models.py:296 -msgid "Number of days stock items are considered stale before expiring" +msgid "Allow sale of expired stock" msgstr "" -#: common/models.py:298 -msgid "days" +#: common/models.py:302 +msgid "Stock Stale Time" msgstr "" #: common/models.py:303 -msgid "Build Expired Stock" +msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:304 -msgid "Allow building with expired stock" +#: common/models.py:305 +msgid "days" msgstr "" #: common/models.py:310 -msgid "Stock Ownership Control" +msgid "Build Expired Stock" msgstr "" #: common/models.py:311 -msgid "Enable ownership control over stock locations and items" +msgid "Allow building with expired stock" msgstr "" #: common/models.py:317 -msgid "Group by Part" +msgid "Stock Ownership Control" msgstr "" #: common/models.py:318 -msgid "Group stock items by part reference in table views" +msgid "Enable ownership control over stock locations and items" msgstr "" #: common/models.py:324 -msgid "Recent Stock Count" +msgid "Group by Part" msgstr "" #: common/models.py:325 -msgid "Number of recent stock items to display on index page" +msgid "Group stock items by part reference in table views" msgstr "" #: common/models.py:331 -msgid "Build Order Reference Prefix" +msgid "Recent Stock Count" msgstr "" #: common/models.py:332 -msgid "Prefix value for build order reference" -msgstr "" - -#: common/models.py:337 -msgid "Build Order Reference Regex" +msgid "Number of recent stock items to display on index page" msgstr "" #: common/models.py:338 +msgid "Build Order Reference Prefix" +msgstr "" + +#: common/models.py:339 +msgid "Prefix value for build order reference" +msgstr "" + +#: common/models.py:344 +msgid "Build Order Reference Regex" +msgstr "" + +#: common/models.py:345 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:342 +#: common/models.py:349 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:343 +#: common/models.py:350 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:348 +#: common/models.py:355 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:349 +#: common/models.py:356 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:572 +#: common/models.py:579 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:574 +#: common/models.py:581 msgid "Settings value" msgstr "" -#: common/models.py:609 +#: common/models.py:616 msgid "Must be an integer value" msgstr "" -#: common/models.py:632 +#: common/models.py:639 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:643 +#: common/models.py:650 msgid "Value must be an integer value" msgstr "" -#: common/models.py:666 +#: common/models.py:673 msgid "Key string must be unique" msgstr "" -#: common/models.py:747 company/forms.py:43 +#: common/models.py:754 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:754 company/templates/company/supplier_part.html:231 +#: common/models.py:761 company/templates/company/supplier_part.html:231 #: templates/js/part.js:1021 msgid "Price" msgstr "" -#: common/models.py:755 +#: common/models.py:762 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:848 +#: common/models.py:855 msgid "Default" msgstr "" @@ -6040,6 +6048,10 @@ msgstr "" msgid "Barcode Settings" msgstr "" +#: templates/InvenTree/settings/global.html:34 +msgid "Search Settings" +msgstr "" + #: templates/InvenTree/settings/header.html:7 msgid "Setting" msgstr "" diff --git a/InvenTree/locale/pl/LC_MESSAGES/django.po b/InvenTree/locale/pl/LC_MESSAGES/django.po index 3cb37ba44f..eed4e6d592 100644 --- a/InvenTree/locale/pl/LC_MESSAGES/django.po +++ b/InvenTree/locale/pl/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-21 01:10+0000\n" +"POT-Creation-Date: 2021-07-21 05:27+0000\n" "PO-Revision-Date: 2021-07-19 22:24\n" "Last-Translator: \n" "Language-Team: Polish\n" @@ -469,7 +469,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:746 +#: build/templates/build/detail.html:34 common/models.py:753 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -1750,135 +1750,143 @@ msgid "Enable generation of test reports" msgstr "Włącz generowanie raportów testów" #: common/models.py:281 -msgid "Stock Expiry" +msgid "Search Preview Results" msgstr "" #: common/models.py:282 -msgid "Enable stock expiry functionality" +msgid "Number of results to show in search preview window" msgstr "" #: common/models.py:288 -msgid "Sell Expired Stock" +msgid "Stock Expiry" msgstr "" #: common/models.py:289 -msgid "Allow sale of expired stock" +msgid "Enable stock expiry functionality" msgstr "" #: common/models.py:295 -msgid "Stock Stale Time" +msgid "Sell Expired Stock" msgstr "" #: common/models.py:296 +msgid "Allow sale of expired stock" +msgstr "" + +#: common/models.py:302 +msgid "Stock Stale Time" +msgstr "" + +#: common/models.py:303 msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:298 +#: common/models.py:305 msgid "days" msgstr "dni" -#: common/models.py:303 +#: common/models.py:310 msgid "Build Expired Stock" msgstr "" -#: common/models.py:304 +#: common/models.py:311 msgid "Allow building with expired stock" msgstr "" -#: common/models.py:310 +#: common/models.py:317 msgid "Stock Ownership Control" msgstr "" -#: common/models.py:311 +#: common/models.py:318 msgid "Enable ownership control over stock locations and items" msgstr "" -#: common/models.py:317 +#: common/models.py:324 msgid "Group by Part" msgstr "Grupuj według komponentu" -#: common/models.py:318 +#: common/models.py:325 msgid "Group stock items by part reference in table views" msgstr "" -#: common/models.py:324 +#: common/models.py:331 msgid "Recent Stock Count" msgstr "" -#: common/models.py:325 +#: common/models.py:332 msgid "Number of recent stock items to display on index page" msgstr "" -#: common/models.py:331 +#: common/models.py:338 msgid "Build Order Reference Prefix" msgstr "" -#: common/models.py:332 +#: common/models.py:339 msgid "Prefix value for build order reference" msgstr "" -#: common/models.py:337 +#: common/models.py:344 msgid "Build Order Reference Regex" msgstr "" -#: common/models.py:338 +#: common/models.py:345 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:342 +#: common/models.py:349 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:343 +#: common/models.py:350 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:348 +#: common/models.py:355 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:349 +#: common/models.py:356 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:572 +#: common/models.py:579 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:574 +#: common/models.py:581 msgid "Settings value" msgstr "Ustawienia wartości" -#: common/models.py:609 +#: common/models.py:616 msgid "Must be an integer value" msgstr "" -#: common/models.py:632 +#: common/models.py:639 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:643 +#: common/models.py:650 msgid "Value must be an integer value" msgstr "" -#: common/models.py:666 +#: common/models.py:673 msgid "Key string must be unique" msgstr "" -#: common/models.py:747 company/forms.py:43 +#: common/models.py:754 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:754 company/templates/company/supplier_part.html:231 +#: common/models.py:761 company/templates/company/supplier_part.html:231 #: templates/js/part.js:1021 msgid "Price" msgstr "Cena" -#: common/models.py:755 +#: common/models.py:762 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:848 +#: common/models.py:855 msgid "Default" msgstr "Domyślny" @@ -6040,6 +6048,12 @@ msgstr "" msgid "Barcode Settings" msgstr "" +#: templates/InvenTree/settings/global.html:34 +#, fuzzy +#| msgid "Change Setting" +msgid "Search Settings" +msgstr "Zmień ustawienie" + #: templates/InvenTree/settings/header.html:7 msgid "Setting" msgstr "" diff --git a/InvenTree/locale/ru/LC_MESSAGES/django.po b/InvenTree/locale/ru/LC_MESSAGES/django.po index bd9306bbed..8982f1e8d2 100644 --- a/InvenTree/locale/ru/LC_MESSAGES/django.po +++ b/InvenTree/locale/ru/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-21 01:10+0000\n" +"POT-Creation-Date: 2021-07-21 05:27+0000\n" "PO-Revision-Date: 2021-07-19 22:24\n" "Last-Translator: \n" "Language-Team: Russian\n" @@ -469,7 +469,7 @@ msgstr "Целевая дата для сборки. Сборка будет п #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:746 +#: build/templates/build/detail.html:34 common/models.py:753 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -1750,135 +1750,143 @@ msgid "Enable generation of test reports" msgstr "" #: common/models.py:281 -msgid "Stock Expiry" +msgid "Search Preview Results" msgstr "" #: common/models.py:282 -msgid "Enable stock expiry functionality" +msgid "Number of results to show in search preview window" msgstr "" #: common/models.py:288 -msgid "Sell Expired Stock" +msgid "Stock Expiry" msgstr "" #: common/models.py:289 -msgid "Allow sale of expired stock" +msgid "Enable stock expiry functionality" msgstr "" #: common/models.py:295 -msgid "Stock Stale Time" +msgid "Sell Expired Stock" msgstr "" #: common/models.py:296 -msgid "Number of days stock items are considered stale before expiring" +msgid "Allow sale of expired stock" msgstr "" -#: common/models.py:298 -msgid "days" +#: common/models.py:302 +msgid "Stock Stale Time" msgstr "" #: common/models.py:303 -msgid "Build Expired Stock" +msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:304 -msgid "Allow building with expired stock" +#: common/models.py:305 +msgid "days" msgstr "" #: common/models.py:310 -msgid "Stock Ownership Control" +msgid "Build Expired Stock" msgstr "" #: common/models.py:311 -msgid "Enable ownership control over stock locations and items" +msgid "Allow building with expired stock" msgstr "" #: common/models.py:317 -msgid "Group by Part" +msgid "Stock Ownership Control" msgstr "" #: common/models.py:318 -msgid "Group stock items by part reference in table views" +msgid "Enable ownership control over stock locations and items" msgstr "" #: common/models.py:324 -msgid "Recent Stock Count" +msgid "Group by Part" msgstr "" #: common/models.py:325 -msgid "Number of recent stock items to display on index page" +msgid "Group stock items by part reference in table views" msgstr "" #: common/models.py:331 -msgid "Build Order Reference Prefix" +msgid "Recent Stock Count" msgstr "" #: common/models.py:332 -msgid "Prefix value for build order reference" -msgstr "" - -#: common/models.py:337 -msgid "Build Order Reference Regex" +msgid "Number of recent stock items to display on index page" msgstr "" #: common/models.py:338 +msgid "Build Order Reference Prefix" +msgstr "" + +#: common/models.py:339 +msgid "Prefix value for build order reference" +msgstr "" + +#: common/models.py:344 +msgid "Build Order Reference Regex" +msgstr "" + +#: common/models.py:345 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:342 +#: common/models.py:349 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:343 +#: common/models.py:350 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:348 +#: common/models.py:355 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:349 +#: common/models.py:356 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:572 +#: common/models.py:579 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:574 +#: common/models.py:581 msgid "Settings value" msgstr "" -#: common/models.py:609 +#: common/models.py:616 msgid "Must be an integer value" msgstr "" -#: common/models.py:632 +#: common/models.py:639 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:643 +#: common/models.py:650 msgid "Value must be an integer value" msgstr "" -#: common/models.py:666 +#: common/models.py:673 msgid "Key string must be unique" msgstr "" -#: common/models.py:747 company/forms.py:43 +#: common/models.py:754 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:754 company/templates/company/supplier_part.html:231 +#: common/models.py:761 company/templates/company/supplier_part.html:231 #: templates/js/part.js:1021 msgid "Price" msgstr "" -#: common/models.py:755 +#: common/models.py:762 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:848 +#: common/models.py:855 msgid "Default" msgstr "" @@ -6040,6 +6048,10 @@ msgstr "" msgid "Barcode Settings" msgstr "" +#: templates/InvenTree/settings/global.html:34 +msgid "Search Settings" +msgstr "" + #: templates/InvenTree/settings/header.html:7 msgid "Setting" msgstr "" diff --git a/InvenTree/locale/tr/LC_MESSAGES/django.po b/InvenTree/locale/tr/LC_MESSAGES/django.po index 8a0ea9e1a0..df8c95e5da 100644 --- a/InvenTree/locale/tr/LC_MESSAGES/django.po +++ b/InvenTree/locale/tr/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-21 01:10+0000\n" +"POT-Creation-Date: 2021-07-21 05:27+0000\n" "PO-Revision-Date: 2021-07-19 22:24\n" "Last-Translator: \n" "Language-Team: Turkish\n" @@ -469,7 +469,7 @@ msgstr "Yapım işinin tamamlanması için hedef tarih. Bu tarihten sonra yapım #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:746 +#: build/templates/build/detail.html:34 common/models.py:753 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -1750,135 +1750,143 @@ msgid "Enable generation of test reports" msgstr "" #: common/models.py:281 -msgid "Stock Expiry" +msgid "Search Preview Results" msgstr "" #: common/models.py:282 -msgid "Enable stock expiry functionality" +msgid "Number of results to show in search preview window" msgstr "" #: common/models.py:288 -msgid "Sell Expired Stock" +msgid "Stock Expiry" msgstr "" #: common/models.py:289 -msgid "Allow sale of expired stock" +msgid "Enable stock expiry functionality" msgstr "" #: common/models.py:295 -msgid "Stock Stale Time" +msgid "Sell Expired Stock" msgstr "" #: common/models.py:296 -msgid "Number of days stock items are considered stale before expiring" +msgid "Allow sale of expired stock" msgstr "" -#: common/models.py:298 -msgid "days" +#: common/models.py:302 +msgid "Stock Stale Time" msgstr "" #: common/models.py:303 -msgid "Build Expired Stock" +msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:304 -msgid "Allow building with expired stock" +#: common/models.py:305 +msgid "days" msgstr "" #: common/models.py:310 -msgid "Stock Ownership Control" +msgid "Build Expired Stock" msgstr "" #: common/models.py:311 -msgid "Enable ownership control over stock locations and items" -msgstr "Stok konumu ve ögeler üzerinde sahiplik kontrolünü etkinleştirin" +msgid "Allow building with expired stock" +msgstr "" #: common/models.py:317 -msgid "Group by Part" +msgid "Stock Ownership Control" msgstr "" #: common/models.py:318 -msgid "Group stock items by part reference in table views" -msgstr "" +msgid "Enable ownership control over stock locations and items" +msgstr "Stok konumu ve ögeler üzerinde sahiplik kontrolünü etkinleştirin" #: common/models.py:324 -msgid "Recent Stock Count" +msgid "Group by Part" msgstr "" #: common/models.py:325 -msgid "Number of recent stock items to display on index page" +msgid "Group stock items by part reference in table views" msgstr "" #: common/models.py:331 -msgid "Build Order Reference Prefix" +msgid "Recent Stock Count" msgstr "" #: common/models.py:332 -msgid "Prefix value for build order reference" -msgstr "" - -#: common/models.py:337 -msgid "Build Order Reference Regex" +msgid "Number of recent stock items to display on index page" msgstr "" #: common/models.py:338 +msgid "Build Order Reference Prefix" +msgstr "" + +#: common/models.py:339 +msgid "Prefix value for build order reference" +msgstr "" + +#: common/models.py:344 +msgid "Build Order Reference Regex" +msgstr "" + +#: common/models.py:345 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:342 +#: common/models.py:349 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:343 +#: common/models.py:350 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:348 +#: common/models.py:355 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:349 +#: common/models.py:356 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:572 +#: common/models.py:579 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:574 +#: common/models.py:581 msgid "Settings value" msgstr "" -#: common/models.py:609 +#: common/models.py:616 msgid "Must be an integer value" msgstr "" -#: common/models.py:632 +#: common/models.py:639 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:643 +#: common/models.py:650 msgid "Value must be an integer value" msgstr "" -#: common/models.py:666 +#: common/models.py:673 msgid "Key string must be unique" msgstr "" -#: common/models.py:747 company/forms.py:43 +#: common/models.py:754 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:754 company/templates/company/supplier_part.html:231 +#: common/models.py:761 company/templates/company/supplier_part.html:231 #: templates/js/part.js:1021 msgid "Price" msgstr "" -#: common/models.py:755 +#: common/models.py:762 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:848 +#: common/models.py:855 msgid "Default" msgstr "" @@ -6040,6 +6048,12 @@ msgstr "" msgid "Barcode Settings" msgstr "" +#: templates/InvenTree/settings/global.html:34 +#, fuzzy +#| msgid "Category Settings" +msgid "Search Settings" +msgstr "Kategori Ayarları" + #: templates/InvenTree/settings/header.html:7 msgid "Setting" msgstr "" diff --git a/InvenTree/locale/zh/LC_MESSAGES/django.po b/InvenTree/locale/zh/LC_MESSAGES/django.po index e99c773570..95a712fb89 100644 --- a/InvenTree/locale/zh/LC_MESSAGES/django.po +++ b/InvenTree/locale/zh/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-21 01:10+0000\n" +"POT-Creation-Date: 2021-07-21 05:27+0000\n" "PO-Revision-Date: 2021-07-19 22:24\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" @@ -469,7 +469,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:746 +#: build/templates/build/detail.html:34 common/models.py:753 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -1750,135 +1750,143 @@ msgid "Enable generation of test reports" msgstr "" #: common/models.py:281 -msgid "Stock Expiry" +msgid "Search Preview Results" msgstr "" #: common/models.py:282 -msgid "Enable stock expiry functionality" +msgid "Number of results to show in search preview window" msgstr "" #: common/models.py:288 -msgid "Sell Expired Stock" +msgid "Stock Expiry" msgstr "" #: common/models.py:289 -msgid "Allow sale of expired stock" +msgid "Enable stock expiry functionality" msgstr "" #: common/models.py:295 -msgid "Stock Stale Time" +msgid "Sell Expired Stock" msgstr "" #: common/models.py:296 -msgid "Number of days stock items are considered stale before expiring" +msgid "Allow sale of expired stock" msgstr "" -#: common/models.py:298 -msgid "days" +#: common/models.py:302 +msgid "Stock Stale Time" msgstr "" #: common/models.py:303 -msgid "Build Expired Stock" +msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:304 -msgid "Allow building with expired stock" +#: common/models.py:305 +msgid "days" msgstr "" #: common/models.py:310 -msgid "Stock Ownership Control" +msgid "Build Expired Stock" msgstr "" #: common/models.py:311 -msgid "Enable ownership control over stock locations and items" +msgid "Allow building with expired stock" msgstr "" #: common/models.py:317 -msgid "Group by Part" +msgid "Stock Ownership Control" msgstr "" #: common/models.py:318 -msgid "Group stock items by part reference in table views" +msgid "Enable ownership control over stock locations and items" msgstr "" #: common/models.py:324 -msgid "Recent Stock Count" +msgid "Group by Part" msgstr "" #: common/models.py:325 -msgid "Number of recent stock items to display on index page" +msgid "Group stock items by part reference in table views" msgstr "" #: common/models.py:331 -msgid "Build Order Reference Prefix" +msgid "Recent Stock Count" msgstr "" #: common/models.py:332 -msgid "Prefix value for build order reference" -msgstr "" - -#: common/models.py:337 -msgid "Build Order Reference Regex" +msgid "Number of recent stock items to display on index page" msgstr "" #: common/models.py:338 +msgid "Build Order Reference Prefix" +msgstr "" + +#: common/models.py:339 +msgid "Prefix value for build order reference" +msgstr "" + +#: common/models.py:344 +msgid "Build Order Reference Regex" +msgstr "" + +#: common/models.py:345 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:342 +#: common/models.py:349 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:343 +#: common/models.py:350 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:348 +#: common/models.py:355 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:349 +#: common/models.py:356 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:572 +#: common/models.py:579 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:574 +#: common/models.py:581 msgid "Settings value" msgstr "" -#: common/models.py:609 +#: common/models.py:616 msgid "Must be an integer value" msgstr "" -#: common/models.py:632 +#: common/models.py:639 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:643 +#: common/models.py:650 msgid "Value must be an integer value" msgstr "" -#: common/models.py:666 +#: common/models.py:673 msgid "Key string must be unique" msgstr "" -#: common/models.py:747 company/forms.py:43 +#: common/models.py:754 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:754 company/templates/company/supplier_part.html:231 +#: common/models.py:761 company/templates/company/supplier_part.html:231 #: templates/js/part.js:1021 msgid "Price" msgstr "" -#: common/models.py:755 +#: common/models.py:762 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:848 +#: common/models.py:855 msgid "Default" msgstr "" @@ -6040,6 +6048,10 @@ msgstr "" msgid "Barcode Settings" msgstr "" +#: templates/InvenTree/settings/global.html:34 +msgid "Search Settings" +msgstr "" + #: templates/InvenTree/settings/header.html:7 msgid "Setting" msgstr ""