From 6c62ee4548680b5cb3e56273711d567565f935ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 04:34:43 +0000 Subject: [PATCH] updated translation base --- InvenTree/locale/de/LC_MESSAGES/django.po | 168 +++++++++++----------- InvenTree/locale/en/LC_MESSAGES/django.po | 162 ++++++++++----------- InvenTree/locale/es/LC_MESSAGES/django.po | 162 ++++++++++----------- InvenTree/locale/fr/LC_MESSAGES/django.po | 162 ++++++++++----------- InvenTree/locale/it/LC_MESSAGES/django.po | 162 ++++++++++----------- InvenTree/locale/ja/LC_MESSAGES/django.po | 162 ++++++++++----------- InvenTree/locale/pl/LC_MESSAGES/django.po | 162 ++++++++++----------- InvenTree/locale/ru/LC_MESSAGES/django.po | 162 ++++++++++----------- InvenTree/locale/tr/LC_MESSAGES/django.po | 162 ++++++++++----------- InvenTree/locale/zh/LC_MESSAGES/django.po | 162 ++++++++++----------- 10 files changed, 776 insertions(+), 850 deletions(-) diff --git a/InvenTree/locale/de/LC_MESSAGES/django.po b/InvenTree/locale/de/LC_MESSAGES/django.po index d0de7c34d9..0fedc969db 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-05-24 23:49+0000\n" +"POT-Creation-Date: 2021-05-25 04:34+0000\n" "PO-Revision-Date: 2021-05-18 22:45\n" "Last-Translator: \n" "Language-Team: German\n" @@ -462,7 +462,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:31 common/models.py:711 +#: build/templates/build/detail.html:31 common/models.py:705 #: company/forms.py:176 company/templates/company/supplier_part_pricing.html:77 #: order/forms.py:188 order/forms.py:205 order/forms.py:240 order/forms.py:262 #: order/forms.py:279 order/models.py:614 order/models.py:815 @@ -1524,318 +1524,310 @@ msgid "Default currency" msgstr "Standard-Währung" #: common/models.py:91 -msgid "fixer.io API key" -msgstr "fixer.io API-Schlüssel" - -#: common/models.py:92 -msgid "API key for fixer.io currency conversion service" -msgstr "API-Schlüssel für fixer.io - wird zur Währungsumrechnung verwendet" - -#: common/models.py:97 msgid "Download from URL" msgstr "Von URL herunterladen" -#: common/models.py:98 +#: common/models.py:92 msgid "Allow download of remote images and files from external URL" msgstr "Herunterladen von externen Bildern und Dateien von URLs erlaubt" -#: common/models.py:104 +#: common/models.py:98 msgid "Barcode Support" msgstr "Bacode-Feature verwenden" -#: common/models.py:105 +#: common/models.py:99 msgid "Enable barcode scanner support" msgstr "Barcode-Scanner Unterstützung" -#: common/models.py:111 +#: common/models.py:105 msgid "IPN Regex" msgstr "IPN Regex" -#: common/models.py:112 +#: common/models.py:106 msgid "Regular expression pattern for matching Part IPN" msgstr "RegEx Muster für die Zuordnung von Teil-IPN" -#: common/models.py:116 +#: common/models.py:110 msgid "Allow Duplicate IPN" msgstr "Mehrere Artikel mit gleicher IPN erlaubt" -#: common/models.py:117 +#: common/models.py:111 msgid "Allow multiple parts to share the same IPN" msgstr "Mehrere Artikel mit gleicher IPN erlaubt" -#: common/models.py:123 +#: common/models.py:117 msgid "Allow Editing IPN" msgstr "Ändern von IPN erlaubt" -#: common/models.py:124 +#: common/models.py:118 msgid "Allow changing the IPN value while editing a part" msgstr "Ändern der IPN während des Bearbeiten eines Teils erlaubt" -#: common/models.py:130 +#: common/models.py:124 msgid "Copy Part BOM Data" msgstr "Teil-Stückliste kopieren" -#: common/models.py:131 +#: common/models.py:125 msgid "Copy BOM data by default when duplicating a part" msgstr "Stückliste von Teil kopieren wenn das Teil dupliziert wird " -#: common/models.py:137 +#: common/models.py:131 msgid "Copy Part Parameter Data" msgstr "Teil-Parameter kopieren" -#: common/models.py:138 +#: common/models.py:132 msgid "Copy parameter data by default when duplicating a part" msgstr "Parameter-Daten für dieses Teil kopieren wenn das Teil dupliziert wird" -#: common/models.py:144 +#: common/models.py:138 msgid "Copy Part Test Data" msgstr "Teil-Testdaten kopieren" -#: common/models.py:145 +#: common/models.py:139 msgid "Copy test data by default when duplicating a part" msgstr "Test-Daten für dieses Teil kopieren wenn das Teil dupliziert wird" -#: common/models.py:151 +#: common/models.py:145 msgid "Copy Category Parameter Templates" msgstr "Kategorie-Parametervorlage kopieren" -#: common/models.py:152 +#: common/models.py:146 msgid "Copy category parameter templates when creating a part" msgstr "Kategorie-Parameter Vorlagen kopieren wenn ein Teil angelegt wird" -#: common/models.py:158 +#: common/models.py:152 msgid "Recent Part Count" msgstr "Aktuelle Teile-Stände" -#: common/models.py:159 +#: common/models.py:153 msgid "Number of recent parts to display on index page" msgstr "Anzahl der neusten Teile auf der Startseite" -#: common/models.py:165 part/models.py:2117 part/templates/part/detail.html:160 +#: common/models.py:159 part/models.py:2117 part/templates/part/detail.html:160 #: report/models.py:185 stock/forms.py:259 templates/js/table_filters.js:25 #: templates/js/table_filters.js:311 msgid "Template" msgstr "Vorlage" -#: common/models.py:166 +#: common/models.py:160 msgid "Parts are templates by default" msgstr "Teile sind standardmäßig Vorlagen" -#: common/models.py:172 part/models.py:834 part/templates/part/detail.html:170 +#: common/models.py:166 part/models.py:834 part/templates/part/detail.html:170 #: templates/js/table_filters.js:124 templates/js/table_filters.js:323 msgid "Assembly" msgstr "Baugruppe" -#: common/models.py:173 +#: common/models.py:167 msgid "Parts can be assembled from other components by default" msgstr "Teile können standardmäßig aus anderen Teilen angefertigt werden" -#: common/models.py:179 part/models.py:840 part/templates/part/detail.html:180 +#: common/models.py:173 part/models.py:840 part/templates/part/detail.html:180 #: templates/js/table_filters.js:327 msgid "Component" msgstr "Komponente" -#: common/models.py:180 +#: common/models.py:174 msgid "Parts can be used as sub-components by default" msgstr "Teile können standardmäßig in Baugruppen benutzt werden" -#: common/models.py:186 part/models.py:851 part/templates/part/detail.html:200 +#: common/models.py:180 part/models.py:851 part/templates/part/detail.html:200 msgid "Purchaseable" msgstr "Kaufbar" -#: common/models.py:187 +#: common/models.py:181 msgid "Parts are purchaseable by default" msgstr "Artikel sind grundsätzlich kaufbar" -#: common/models.py:193 part/models.py:856 part/templates/part/detail.html:210 +#: common/models.py:187 part/models.py:856 part/templates/part/detail.html:210 #: templates/js/table_filters.js:335 msgid "Salable" msgstr "Verkäuflich" -#: common/models.py:194 +#: common/models.py:188 msgid "Parts are salable by default" msgstr "Artikel sind grundsätzlich verkaufbar" -#: common/models.py:200 part/models.py:846 part/templates/part/detail.html:190 +#: common/models.py:194 part/models.py:846 part/templates/part/detail.html:190 #: templates/js/table_filters.js:33 templates/js/table_filters.js:339 msgid "Trackable" msgstr "Nachverfolgbar" -#: common/models.py:201 +#: common/models.py:195 msgid "Parts are trackable by default" msgstr "Artikel sind grundsätzlich verfolgbar" -#: common/models.py:207 part/models.py:866 part/templates/part/detail.html:150 +#: common/models.py:201 part/models.py:866 part/templates/part/detail.html:150 #: templates/js/table_filters.js:29 msgid "Virtual" msgstr "Virtuell" -#: common/models.py:208 +#: common/models.py:202 msgid "Parts are virtual by default" msgstr "Teile sind grundsätzlich virtuell" -#: common/models.py:214 +#: common/models.py:208 msgid "Show Quantity in Forms" msgstr "zeige Bestand in Eingabemasken" -#: common/models.py:215 +#: common/models.py:209 msgid "Display available part quantity in some forms" msgstr "Zeige den verfügbaren Bestand in einigen Eingabemasken" -#: common/models.py:221 templates/stats.html:25 +#: common/models.py:215 templates/stats.html:25 msgid "Debug Mode" msgstr "Entwickler-Modus" -#: common/models.py:222 +#: common/models.py:216 msgid "Generate reports in debug mode (HTML output)" msgstr "Berichte im Entwickler-Modus generieren (als HTML)" -#: common/models.py:228 +#: common/models.py:222 msgid "Page Size" msgstr "Seitengröße" -#: common/models.py:229 +#: common/models.py:223 msgid "Default page size for PDF reports" msgstr "Standardseitenformat für PDF-Bericht" -#: common/models.py:239 +#: common/models.py:233 msgid "Test Reports" msgstr "Test-Berichte" -#: common/models.py:240 +#: common/models.py:234 msgid "Enable generation of test reports" msgstr "Erstellung von Test-Berichten aktivieren" -#: common/models.py:246 +#: common/models.py:240 msgid "Stock Expiry" msgstr "Bestands-Ablauf" -#: common/models.py:247 +#: common/models.py:241 msgid "Enable stock expiry functionality" msgstr "Ablaufen von Bestand ermöglichen" -#: common/models.py:253 +#: common/models.py:247 msgid "Sell Expired Stock" msgstr "Abgelaufenen Bestand verkaufen" -#: common/models.py:254 +#: common/models.py:248 msgid "Allow sale of expired stock" msgstr "Verkauf von abgelaufenem Bestand erlaubt" -#: common/models.py:260 +#: common/models.py:254 msgid "Stock Stale Time" msgstr "Bestands-Stehzeit" -#: common/models.py:261 +#: common/models.py:255 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:263 part/templates/part/detail.html:121 +#: common/models.py:257 part/templates/part/detail.html:121 msgid "days" msgstr "Tage" -#: common/models.py:268 +#: common/models.py:262 msgid "Build Expired Stock" msgstr "Abgelaufenen Bestand verbauen" -#: common/models.py:269 +#: common/models.py:263 msgid "Allow building with expired stock" msgstr "Verbauen von abgelaufenen Bestand erlaubt" -#: common/models.py:275 +#: common/models.py:269 msgid "Stock Ownership Control" msgstr "Bestands-Eigentümerkontrolle" -#: common/models.py:276 +#: common/models.py:270 msgid "Enable ownership control over stock locations and items" msgstr "Eigentümerkontrolle für Lagerorte und Teile aktivieren" -#: common/models.py:282 +#: common/models.py:276 msgid "Group by Part" msgstr "Gruppieren nach Teil" -#: common/models.py:283 +#: common/models.py:277 msgid "Group stock items by part reference in table views" msgstr "Bestand in Tabellen anhand von Teil-Referenz gruppieren" -#: common/models.py:289 +#: common/models.py:283 msgid "Recent Stock Count" msgstr "aktueller Bestand" -#: common/models.py:290 +#: common/models.py:284 msgid "Number of recent stock items to display on index page" msgstr "Anzahl des geänderten Bestands auf der Startseite" -#: common/models.py:296 +#: common/models.py:290 msgid "Build Order Reference Prefix" msgstr "Bauauftrag-Referenz Präfix" -#: common/models.py:297 +#: common/models.py:291 msgid "Prefix value for build order reference" msgstr "Präfix für Bauauftrag-Referenz" -#: common/models.py:302 +#: common/models.py:296 msgid "Build Order Reference Regex" msgstr "Bauauftrag-Referenz RegEx" -#: common/models.py:303 +#: common/models.py:297 msgid "Regular expression pattern for matching build order reference" msgstr "RegEx Muster für die Zuordnung von Bauauftrag-Referenzen" -#: common/models.py:307 +#: common/models.py:301 msgid "Sales Order Reference Prefix" msgstr "Auftrags-Referenz Präfix" -#: common/models.py:308 +#: common/models.py:302 msgid "Prefix value for sales order reference" msgstr "Präfix für Auftrags-Referenz" -#: common/models.py:313 +#: common/models.py:307 msgid "Purchase Order Reference Prefix" msgstr "Bestellungs-Referenz Präfix" -#: common/models.py:314 +#: common/models.py:308 msgid "Prefix value for purchase order reference" msgstr "Präfix für Bestellungs-Referenz" -#: common/models.py:537 +#: common/models.py:531 msgid "Settings key (must be unique - case insensitive" msgstr "Einstellungs-Schlüssel (muss einzigartig sein, Groß-/ Kleinschreibung wird nicht beachtet)" -#: common/models.py:539 +#: common/models.py:533 msgid "Settings value" msgstr "Einstellungs-Wert" -#: common/models.py:574 +#: common/models.py:568 msgid "Must be an integer value" msgstr "Nur Ganzzahl eingeben" -#: common/models.py:597 +#: common/models.py:591 msgid "Value must be a boolean value" msgstr "Wahrheitswert erforderlich" -#: common/models.py:608 +#: common/models.py:602 msgid "Value must be an integer value" msgstr "Nur Ganzzahl eingeben" -#: common/models.py:631 +#: common/models.py:625 msgid "Key string must be unique" msgstr "Schlüsseltext muss eindeutig sein" -#: common/models.py:712 company/forms.py:177 +#: common/models.py:706 company/forms.py:177 msgid "Price break quantity" msgstr "Preisstaffelungs Anzahl" -#: common/models.py:720 company/templates/company/supplier_part_pricing.html:82 +#: common/models.py:714 company/templates/company/supplier_part_pricing.html:82 #: part/templates/part/sale_prices.html:90 templates/js/bom.js:255 msgid "Price" msgstr "Preis" -#: common/models.py:721 +#: common/models.py:715 msgid "Unit price at specified quantity" msgstr "Stückpreis für die angegebene Anzahl" -#: common/models.py:810 +#: common/models.py:804 msgid "Default" msgstr "Standard" @@ -6127,7 +6119,7 @@ msgstr "Vorlage löschen" msgid "Global InvenTree Settings" msgstr "Systemweite InvenTree-Einstellungen" -#: templates/InvenTree/settings/global.html:28 +#: templates/InvenTree/settings/global.html:27 msgid "Barcode Settings" msgstr "Barcode-Einstellungen" @@ -7494,3 +7486,9 @@ msgstr "Berechtigungen Einträge zu ändern" #: users/models.py:187 msgid "Permission to delete items" msgstr "Berechtigung Einträge zu löschen" + +#~ msgid "fixer.io API key" +#~ msgstr "fixer.io API-Schlüssel" + +#~ msgid "API key for fixer.io currency conversion service" +#~ msgstr "API-Schlüssel für fixer.io - wird zur Währungsumrechnung verwendet" diff --git a/InvenTree/locale/en/LC_MESSAGES/django.po b/InvenTree/locale/en/LC_MESSAGES/django.po index 0709e5de4c..4e337bd25c 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-05-24 23:49+0000\n" +"POT-Creation-Date: 2021-05-25 04:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -463,7 +463,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:31 common/models.py:711 +#: build/templates/build/detail.html:31 common/models.py:705 #: company/forms.py:176 company/templates/company/supplier_part_pricing.html:77 #: order/forms.py:188 order/forms.py:205 order/forms.py:240 order/forms.py:262 #: order/forms.py:279 order/models.py:614 order/models.py:815 @@ -1525,318 +1525,310 @@ msgid "Default currency" msgstr "" #: common/models.py:91 -msgid "fixer.io API key" -msgstr "" - -#: common/models.py:92 -msgid "API key for fixer.io currency conversion service" -msgstr "" - -#: common/models.py:97 msgid "Download from URL" msgstr "" -#: common/models.py:98 +#: common/models.py:92 msgid "Allow download of remote images and files from external URL" msgstr "" -#: common/models.py:104 +#: common/models.py:98 msgid "Barcode Support" msgstr "" -#: common/models.py:105 +#: common/models.py:99 msgid "Enable barcode scanner support" msgstr "" -#: common/models.py:111 +#: common/models.py:105 msgid "IPN Regex" msgstr "" -#: common/models.py:112 +#: common/models.py:106 msgid "Regular expression pattern for matching Part IPN" msgstr "" -#: common/models.py:116 +#: common/models.py:110 msgid "Allow Duplicate IPN" msgstr "" -#: common/models.py:117 +#: common/models.py:111 msgid "Allow multiple parts to share the same IPN" msgstr "" -#: common/models.py:123 +#: common/models.py:117 msgid "Allow Editing IPN" msgstr "" -#: common/models.py:124 +#: common/models.py:118 msgid "Allow changing the IPN value while editing a part" msgstr "" -#: common/models.py:130 +#: common/models.py:124 msgid "Copy Part BOM Data" msgstr "" -#: common/models.py:131 +#: common/models.py:125 msgid "Copy BOM data by default when duplicating a part" msgstr "" -#: common/models.py:137 +#: common/models.py:131 msgid "Copy Part Parameter Data" msgstr "" -#: common/models.py:138 +#: common/models.py:132 msgid "Copy parameter data by default when duplicating a part" msgstr "" -#: common/models.py:144 +#: common/models.py:138 msgid "Copy Part Test Data" msgstr "" -#: common/models.py:145 +#: common/models.py:139 msgid "Copy test data by default when duplicating a part" msgstr "" -#: common/models.py:151 +#: common/models.py:145 msgid "Copy Category Parameter Templates" msgstr "" -#: common/models.py:152 +#: common/models.py:146 msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:158 +#: common/models.py:152 msgid "Recent Part Count" msgstr "" -#: common/models.py:159 +#: common/models.py:153 msgid "Number of recent parts to display on index page" msgstr "" -#: common/models.py:165 part/models.py:2117 part/templates/part/detail.html:160 +#: common/models.py:159 part/models.py:2117 part/templates/part/detail.html:160 #: report/models.py:185 stock/forms.py:259 templates/js/table_filters.js:25 #: templates/js/table_filters.js:311 msgid "Template" msgstr "" -#: common/models.py:166 +#: common/models.py:160 msgid "Parts are templates by default" msgstr "" -#: common/models.py:172 part/models.py:834 part/templates/part/detail.html:170 +#: common/models.py:166 part/models.py:834 part/templates/part/detail.html:170 #: templates/js/table_filters.js:124 templates/js/table_filters.js:323 msgid "Assembly" msgstr "" -#: common/models.py:173 +#: common/models.py:167 msgid "Parts can be assembled from other components by default" msgstr "" -#: common/models.py:179 part/models.py:840 part/templates/part/detail.html:180 +#: common/models.py:173 part/models.py:840 part/templates/part/detail.html:180 #: templates/js/table_filters.js:327 msgid "Component" msgstr "" -#: common/models.py:180 +#: common/models.py:174 msgid "Parts can be used as sub-components by default" msgstr "" -#: common/models.py:186 part/models.py:851 part/templates/part/detail.html:200 +#: common/models.py:180 part/models.py:851 part/templates/part/detail.html:200 msgid "Purchaseable" msgstr "" -#: common/models.py:187 +#: common/models.py:181 msgid "Parts are purchaseable by default" msgstr "" -#: common/models.py:193 part/models.py:856 part/templates/part/detail.html:210 +#: common/models.py:187 part/models.py:856 part/templates/part/detail.html:210 #: templates/js/table_filters.js:335 msgid "Salable" msgstr "" -#: common/models.py:194 +#: common/models.py:188 msgid "Parts are salable by default" msgstr "" -#: common/models.py:200 part/models.py:846 part/templates/part/detail.html:190 +#: common/models.py:194 part/models.py:846 part/templates/part/detail.html:190 #: templates/js/table_filters.js:33 templates/js/table_filters.js:339 msgid "Trackable" msgstr "" -#: common/models.py:201 +#: common/models.py:195 msgid "Parts are trackable by default" msgstr "" -#: common/models.py:207 part/models.py:866 part/templates/part/detail.html:150 +#: common/models.py:201 part/models.py:866 part/templates/part/detail.html:150 #: templates/js/table_filters.js:29 msgid "Virtual" msgstr "" -#: common/models.py:208 +#: common/models.py:202 msgid "Parts are virtual by default" msgstr "" -#: common/models.py:214 +#: common/models.py:208 msgid "Show Quantity in Forms" msgstr "" -#: common/models.py:215 +#: common/models.py:209 msgid "Display available part quantity in some forms" msgstr "" -#: common/models.py:221 templates/stats.html:25 +#: common/models.py:215 templates/stats.html:25 msgid "Debug Mode" msgstr "" -#: common/models.py:222 +#: common/models.py:216 msgid "Generate reports in debug mode (HTML output)" msgstr "" -#: common/models.py:228 +#: common/models.py:222 msgid "Page Size" msgstr "" -#: common/models.py:229 +#: common/models.py:223 msgid "Default page size for PDF reports" msgstr "" -#: common/models.py:239 +#: common/models.py:233 msgid "Test Reports" msgstr "" -#: common/models.py:240 +#: common/models.py:234 msgid "Enable generation of test reports" msgstr "" -#: common/models.py:246 +#: common/models.py:240 msgid "Stock Expiry" msgstr "" -#: common/models.py:247 +#: common/models.py:241 msgid "Enable stock expiry functionality" msgstr "" -#: common/models.py:253 +#: common/models.py:247 msgid "Sell Expired Stock" msgstr "" -#: common/models.py:254 +#: common/models.py:248 msgid "Allow sale of expired stock" msgstr "" -#: common/models.py:260 +#: common/models.py:254 msgid "Stock Stale Time" msgstr "" -#: common/models.py:261 +#: common/models.py:255 msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:263 part/templates/part/detail.html:121 +#: common/models.py:257 part/templates/part/detail.html:121 msgid "days" msgstr "" -#: common/models.py:268 +#: common/models.py:262 msgid "Build Expired Stock" msgstr "" -#: common/models.py:269 +#: common/models.py:263 msgid "Allow building with expired stock" msgstr "" -#: common/models.py:275 +#: common/models.py:269 msgid "Stock Ownership Control" msgstr "" -#: common/models.py:276 +#: common/models.py:270 msgid "Enable ownership control over stock locations and items" msgstr "" -#: common/models.py:282 +#: common/models.py:276 msgid "Group by Part" msgstr "" -#: common/models.py:283 +#: common/models.py:277 msgid "Group stock items by part reference in table views" msgstr "" -#: common/models.py:289 +#: common/models.py:283 msgid "Recent Stock Count" msgstr "" -#: common/models.py:290 +#: common/models.py:284 msgid "Number of recent stock items to display on index page" msgstr "" -#: common/models.py:296 +#: common/models.py:290 msgid "Build Order Reference Prefix" msgstr "" -#: common/models.py:297 +#: common/models.py:291 msgid "Prefix value for build order reference" msgstr "" -#: common/models.py:302 +#: common/models.py:296 msgid "Build Order Reference Regex" msgstr "" -#: common/models.py:303 +#: common/models.py:297 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:307 +#: common/models.py:301 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:308 +#: common/models.py:302 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:313 +#: common/models.py:307 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:314 +#: common/models.py:308 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:537 +#: common/models.py:531 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:539 +#: common/models.py:533 msgid "Settings value" msgstr "" -#: common/models.py:574 +#: common/models.py:568 msgid "Must be an integer value" msgstr "" -#: common/models.py:597 +#: common/models.py:591 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:608 +#: common/models.py:602 msgid "Value must be an integer value" msgstr "" -#: common/models.py:631 +#: common/models.py:625 msgid "Key string must be unique" msgstr "" -#: common/models.py:712 company/forms.py:177 +#: common/models.py:706 company/forms.py:177 msgid "Price break quantity" msgstr "" -#: common/models.py:720 company/templates/company/supplier_part_pricing.html:82 +#: common/models.py:714 company/templates/company/supplier_part_pricing.html:82 #: part/templates/part/sale_prices.html:90 templates/js/bom.js:255 msgid "Price" msgstr "" -#: common/models.py:721 +#: common/models.py:715 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:810 +#: common/models.py:804 msgid "Default" msgstr "" @@ -6122,7 +6114,7 @@ msgstr "" msgid "Global InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/global.html:28 +#: templates/InvenTree/settings/global.html:27 msgid "Barcode Settings" msgstr "" diff --git a/InvenTree/locale/es/LC_MESSAGES/django.po b/InvenTree/locale/es/LC_MESSAGES/django.po index 38de8f5fbe..7768d34789 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-05-24 23:49+0000\n" +"POT-Creation-Date: 2021-05-25 04:34+0000\n" "PO-Revision-Date: 2021-05-18 13:05\n" "Last-Translator: \n" "Language-Team: Spanish\n" @@ -462,7 +462,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:31 common/models.py:711 +#: build/templates/build/detail.html:31 common/models.py:705 #: company/forms.py:176 company/templates/company/supplier_part_pricing.html:77 #: order/forms.py:188 order/forms.py:205 order/forms.py:240 order/forms.py:262 #: order/forms.py:279 order/models.py:614 order/models.py:815 @@ -1524,318 +1524,310 @@ msgid "Default currency" msgstr "" #: common/models.py:91 -msgid "fixer.io API key" -msgstr "" - -#: common/models.py:92 -msgid "API key for fixer.io currency conversion service" -msgstr "" - -#: common/models.py:97 msgid "Download from URL" msgstr "" -#: common/models.py:98 +#: common/models.py:92 msgid "Allow download of remote images and files from external URL" msgstr "" -#: common/models.py:104 +#: common/models.py:98 msgid "Barcode Support" msgstr "" -#: common/models.py:105 +#: common/models.py:99 msgid "Enable barcode scanner support" msgstr "" -#: common/models.py:111 +#: common/models.py:105 msgid "IPN Regex" msgstr "" -#: common/models.py:112 +#: common/models.py:106 msgid "Regular expression pattern for matching Part IPN" msgstr "" -#: common/models.py:116 +#: common/models.py:110 msgid "Allow Duplicate IPN" msgstr "" -#: common/models.py:117 +#: common/models.py:111 msgid "Allow multiple parts to share the same IPN" msgstr "" -#: common/models.py:123 +#: common/models.py:117 msgid "Allow Editing IPN" msgstr "" -#: common/models.py:124 +#: common/models.py:118 msgid "Allow changing the IPN value while editing a part" msgstr "" -#: common/models.py:130 +#: common/models.py:124 msgid "Copy Part BOM Data" msgstr "" -#: common/models.py:131 +#: common/models.py:125 msgid "Copy BOM data by default when duplicating a part" msgstr "" -#: common/models.py:137 +#: common/models.py:131 msgid "Copy Part Parameter Data" msgstr "" -#: common/models.py:138 +#: common/models.py:132 msgid "Copy parameter data by default when duplicating a part" msgstr "" -#: common/models.py:144 +#: common/models.py:138 msgid "Copy Part Test Data" msgstr "" -#: common/models.py:145 +#: common/models.py:139 msgid "Copy test data by default when duplicating a part" msgstr "" -#: common/models.py:151 +#: common/models.py:145 msgid "Copy Category Parameter Templates" msgstr "" -#: common/models.py:152 +#: common/models.py:146 msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:158 +#: common/models.py:152 msgid "Recent Part Count" msgstr "" -#: common/models.py:159 +#: common/models.py:153 msgid "Number of recent parts to display on index page" msgstr "" -#: common/models.py:165 part/models.py:2117 part/templates/part/detail.html:160 +#: common/models.py:159 part/models.py:2117 part/templates/part/detail.html:160 #: report/models.py:185 stock/forms.py:259 templates/js/table_filters.js:25 #: templates/js/table_filters.js:311 msgid "Template" msgstr "" -#: common/models.py:166 +#: common/models.py:160 msgid "Parts are templates by default" msgstr "" -#: common/models.py:172 part/models.py:834 part/templates/part/detail.html:170 +#: common/models.py:166 part/models.py:834 part/templates/part/detail.html:170 #: templates/js/table_filters.js:124 templates/js/table_filters.js:323 msgid "Assembly" msgstr "" -#: common/models.py:173 +#: common/models.py:167 msgid "Parts can be assembled from other components by default" msgstr "" -#: common/models.py:179 part/models.py:840 part/templates/part/detail.html:180 +#: common/models.py:173 part/models.py:840 part/templates/part/detail.html:180 #: templates/js/table_filters.js:327 msgid "Component" msgstr "" -#: common/models.py:180 +#: common/models.py:174 msgid "Parts can be used as sub-components by default" msgstr "" -#: common/models.py:186 part/models.py:851 part/templates/part/detail.html:200 +#: common/models.py:180 part/models.py:851 part/templates/part/detail.html:200 msgid "Purchaseable" msgstr "" -#: common/models.py:187 +#: common/models.py:181 msgid "Parts are purchaseable by default" msgstr "" -#: common/models.py:193 part/models.py:856 part/templates/part/detail.html:210 +#: common/models.py:187 part/models.py:856 part/templates/part/detail.html:210 #: templates/js/table_filters.js:335 msgid "Salable" msgstr "" -#: common/models.py:194 +#: common/models.py:188 msgid "Parts are salable by default" msgstr "" -#: common/models.py:200 part/models.py:846 part/templates/part/detail.html:190 +#: common/models.py:194 part/models.py:846 part/templates/part/detail.html:190 #: templates/js/table_filters.js:33 templates/js/table_filters.js:339 msgid "Trackable" msgstr "" -#: common/models.py:201 +#: common/models.py:195 msgid "Parts are trackable by default" msgstr "" -#: common/models.py:207 part/models.py:866 part/templates/part/detail.html:150 +#: common/models.py:201 part/models.py:866 part/templates/part/detail.html:150 #: templates/js/table_filters.js:29 msgid "Virtual" msgstr "" -#: common/models.py:208 +#: common/models.py:202 msgid "Parts are virtual by default" msgstr "" -#: common/models.py:214 +#: common/models.py:208 msgid "Show Quantity in Forms" msgstr "" -#: common/models.py:215 +#: common/models.py:209 msgid "Display available part quantity in some forms" msgstr "" -#: common/models.py:221 templates/stats.html:25 +#: common/models.py:215 templates/stats.html:25 msgid "Debug Mode" msgstr "" -#: common/models.py:222 +#: common/models.py:216 msgid "Generate reports in debug mode (HTML output)" msgstr "" -#: common/models.py:228 +#: common/models.py:222 msgid "Page Size" msgstr "" -#: common/models.py:229 +#: common/models.py:223 msgid "Default page size for PDF reports" msgstr "" -#: common/models.py:239 +#: common/models.py:233 msgid "Test Reports" msgstr "" -#: common/models.py:240 +#: common/models.py:234 msgid "Enable generation of test reports" msgstr "" -#: common/models.py:246 +#: common/models.py:240 msgid "Stock Expiry" msgstr "" -#: common/models.py:247 +#: common/models.py:241 msgid "Enable stock expiry functionality" msgstr "" -#: common/models.py:253 +#: common/models.py:247 msgid "Sell Expired Stock" msgstr "" -#: common/models.py:254 +#: common/models.py:248 msgid "Allow sale of expired stock" msgstr "" -#: common/models.py:260 +#: common/models.py:254 msgid "Stock Stale Time" msgstr "" -#: common/models.py:261 +#: common/models.py:255 msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:263 part/templates/part/detail.html:121 +#: common/models.py:257 part/templates/part/detail.html:121 msgid "days" msgstr "días" -#: common/models.py:268 +#: common/models.py:262 msgid "Build Expired Stock" msgstr "" -#: common/models.py:269 +#: common/models.py:263 msgid "Allow building with expired stock" msgstr "" -#: common/models.py:275 +#: common/models.py:269 msgid "Stock Ownership Control" msgstr "" -#: common/models.py:276 +#: common/models.py:270 msgid "Enable ownership control over stock locations and items" msgstr "" -#: common/models.py:282 +#: common/models.py:276 msgid "Group by Part" msgstr "" -#: common/models.py:283 +#: common/models.py:277 msgid "Group stock items by part reference in table views" msgstr "" -#: common/models.py:289 +#: common/models.py:283 msgid "Recent Stock Count" msgstr "" -#: common/models.py:290 +#: common/models.py:284 msgid "Number of recent stock items to display on index page" msgstr "" -#: common/models.py:296 +#: common/models.py:290 msgid "Build Order Reference Prefix" msgstr "" -#: common/models.py:297 +#: common/models.py:291 msgid "Prefix value for build order reference" msgstr "" -#: common/models.py:302 +#: common/models.py:296 msgid "Build Order Reference Regex" msgstr "" -#: common/models.py:303 +#: common/models.py:297 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:307 +#: common/models.py:301 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:308 +#: common/models.py:302 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:313 +#: common/models.py:307 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:314 +#: common/models.py:308 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:537 +#: common/models.py:531 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:539 +#: common/models.py:533 msgid "Settings value" msgstr "" -#: common/models.py:574 +#: common/models.py:568 msgid "Must be an integer value" msgstr "" -#: common/models.py:597 +#: common/models.py:591 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:608 +#: common/models.py:602 msgid "Value must be an integer value" msgstr "" -#: common/models.py:631 +#: common/models.py:625 msgid "Key string must be unique" msgstr "" -#: common/models.py:712 company/forms.py:177 +#: common/models.py:706 company/forms.py:177 msgid "Price break quantity" msgstr "" -#: common/models.py:720 company/templates/company/supplier_part_pricing.html:82 +#: common/models.py:714 company/templates/company/supplier_part_pricing.html:82 #: part/templates/part/sale_prices.html:90 templates/js/bom.js:255 msgid "Price" msgstr "" -#: common/models.py:721 +#: common/models.py:715 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:810 +#: common/models.py:804 msgid "Default" msgstr "" @@ -6121,7 +6113,7 @@ msgstr "" msgid "Global InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/global.html:28 +#: templates/InvenTree/settings/global.html:27 msgid "Barcode Settings" msgstr "" diff --git a/InvenTree/locale/fr/LC_MESSAGES/django.po b/InvenTree/locale/fr/LC_MESSAGES/django.po index da68da0184..837c961133 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-05-24 23:49+0000\n" +"POT-Creation-Date: 2021-05-25 04:34+0000\n" "PO-Revision-Date: 2021-05-18 13:05\n" "Last-Translator: \n" "Language-Team: French\n" @@ -462,7 +462,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:31 common/models.py:711 +#: build/templates/build/detail.html:31 common/models.py:705 #: company/forms.py:176 company/templates/company/supplier_part_pricing.html:77 #: order/forms.py:188 order/forms.py:205 order/forms.py:240 order/forms.py:262 #: order/forms.py:279 order/models.py:614 order/models.py:815 @@ -1524,318 +1524,310 @@ msgid "Default currency" msgstr "" #: common/models.py:91 -msgid "fixer.io API key" -msgstr "" - -#: common/models.py:92 -msgid "API key for fixer.io currency conversion service" -msgstr "" - -#: common/models.py:97 msgid "Download from URL" msgstr "" -#: common/models.py:98 +#: common/models.py:92 msgid "Allow download of remote images and files from external URL" msgstr "" -#: common/models.py:104 +#: common/models.py:98 msgid "Barcode Support" msgstr "" -#: common/models.py:105 +#: common/models.py:99 msgid "Enable barcode scanner support" msgstr "" -#: common/models.py:111 +#: common/models.py:105 msgid "IPN Regex" msgstr "" -#: common/models.py:112 +#: common/models.py:106 msgid "Regular expression pattern for matching Part IPN" msgstr "" -#: common/models.py:116 +#: common/models.py:110 msgid "Allow Duplicate IPN" msgstr "" -#: common/models.py:117 +#: common/models.py:111 msgid "Allow multiple parts to share the same IPN" msgstr "" -#: common/models.py:123 +#: common/models.py:117 msgid "Allow Editing IPN" msgstr "" -#: common/models.py:124 +#: common/models.py:118 msgid "Allow changing the IPN value while editing a part" msgstr "" -#: common/models.py:130 +#: common/models.py:124 msgid "Copy Part BOM Data" msgstr "" -#: common/models.py:131 +#: common/models.py:125 msgid "Copy BOM data by default when duplicating a part" msgstr "" -#: common/models.py:137 +#: common/models.py:131 msgid "Copy Part Parameter Data" msgstr "" -#: common/models.py:138 +#: common/models.py:132 msgid "Copy parameter data by default when duplicating a part" msgstr "" -#: common/models.py:144 +#: common/models.py:138 msgid "Copy Part Test Data" msgstr "" -#: common/models.py:145 +#: common/models.py:139 msgid "Copy test data by default when duplicating a part" msgstr "" -#: common/models.py:151 +#: common/models.py:145 msgid "Copy Category Parameter Templates" msgstr "" -#: common/models.py:152 +#: common/models.py:146 msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:158 +#: common/models.py:152 msgid "Recent Part Count" msgstr "" -#: common/models.py:159 +#: common/models.py:153 msgid "Number of recent parts to display on index page" msgstr "" -#: common/models.py:165 part/models.py:2117 part/templates/part/detail.html:160 +#: common/models.py:159 part/models.py:2117 part/templates/part/detail.html:160 #: report/models.py:185 stock/forms.py:259 templates/js/table_filters.js:25 #: templates/js/table_filters.js:311 msgid "Template" msgstr "" -#: common/models.py:166 +#: common/models.py:160 msgid "Parts are templates by default" msgstr "" -#: common/models.py:172 part/models.py:834 part/templates/part/detail.html:170 +#: common/models.py:166 part/models.py:834 part/templates/part/detail.html:170 #: templates/js/table_filters.js:124 templates/js/table_filters.js:323 msgid "Assembly" msgstr "" -#: common/models.py:173 +#: common/models.py:167 msgid "Parts can be assembled from other components by default" msgstr "" -#: common/models.py:179 part/models.py:840 part/templates/part/detail.html:180 +#: common/models.py:173 part/models.py:840 part/templates/part/detail.html:180 #: templates/js/table_filters.js:327 msgid "Component" msgstr "" -#: common/models.py:180 +#: common/models.py:174 msgid "Parts can be used as sub-components by default" msgstr "" -#: common/models.py:186 part/models.py:851 part/templates/part/detail.html:200 +#: common/models.py:180 part/models.py:851 part/templates/part/detail.html:200 msgid "Purchaseable" msgstr "" -#: common/models.py:187 +#: common/models.py:181 msgid "Parts are purchaseable by default" msgstr "" -#: common/models.py:193 part/models.py:856 part/templates/part/detail.html:210 +#: common/models.py:187 part/models.py:856 part/templates/part/detail.html:210 #: templates/js/table_filters.js:335 msgid "Salable" msgstr "" -#: common/models.py:194 +#: common/models.py:188 msgid "Parts are salable by default" msgstr "" -#: common/models.py:200 part/models.py:846 part/templates/part/detail.html:190 +#: common/models.py:194 part/models.py:846 part/templates/part/detail.html:190 #: templates/js/table_filters.js:33 templates/js/table_filters.js:339 msgid "Trackable" msgstr "" -#: common/models.py:201 +#: common/models.py:195 msgid "Parts are trackable by default" msgstr "" -#: common/models.py:207 part/models.py:866 part/templates/part/detail.html:150 +#: common/models.py:201 part/models.py:866 part/templates/part/detail.html:150 #: templates/js/table_filters.js:29 msgid "Virtual" msgstr "" -#: common/models.py:208 +#: common/models.py:202 msgid "Parts are virtual by default" msgstr "" -#: common/models.py:214 +#: common/models.py:208 msgid "Show Quantity in Forms" msgstr "" -#: common/models.py:215 +#: common/models.py:209 msgid "Display available part quantity in some forms" msgstr "" -#: common/models.py:221 templates/stats.html:25 +#: common/models.py:215 templates/stats.html:25 msgid "Debug Mode" msgstr "" -#: common/models.py:222 +#: common/models.py:216 msgid "Generate reports in debug mode (HTML output)" msgstr "" -#: common/models.py:228 +#: common/models.py:222 msgid "Page Size" msgstr "" -#: common/models.py:229 +#: common/models.py:223 msgid "Default page size for PDF reports" msgstr "" -#: common/models.py:239 +#: common/models.py:233 msgid "Test Reports" msgstr "" -#: common/models.py:240 +#: common/models.py:234 msgid "Enable generation of test reports" msgstr "" -#: common/models.py:246 +#: common/models.py:240 msgid "Stock Expiry" msgstr "" -#: common/models.py:247 +#: common/models.py:241 msgid "Enable stock expiry functionality" msgstr "" -#: common/models.py:253 +#: common/models.py:247 msgid "Sell Expired Stock" msgstr "" -#: common/models.py:254 +#: common/models.py:248 msgid "Allow sale of expired stock" msgstr "" -#: common/models.py:260 +#: common/models.py:254 msgid "Stock Stale Time" msgstr "" -#: common/models.py:261 +#: common/models.py:255 msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:263 part/templates/part/detail.html:121 +#: common/models.py:257 part/templates/part/detail.html:121 msgid "days" msgstr "" -#: common/models.py:268 +#: common/models.py:262 msgid "Build Expired Stock" msgstr "" -#: common/models.py:269 +#: common/models.py:263 msgid "Allow building with expired stock" msgstr "" -#: common/models.py:275 +#: common/models.py:269 msgid "Stock Ownership Control" msgstr "" -#: common/models.py:276 +#: common/models.py:270 msgid "Enable ownership control over stock locations and items" msgstr "" -#: common/models.py:282 +#: common/models.py:276 msgid "Group by Part" msgstr "" -#: common/models.py:283 +#: common/models.py:277 msgid "Group stock items by part reference in table views" msgstr "" -#: common/models.py:289 +#: common/models.py:283 msgid "Recent Stock Count" msgstr "" -#: common/models.py:290 +#: common/models.py:284 msgid "Number of recent stock items to display on index page" msgstr "" -#: common/models.py:296 +#: common/models.py:290 msgid "Build Order Reference Prefix" msgstr "" -#: common/models.py:297 +#: common/models.py:291 msgid "Prefix value for build order reference" msgstr "" -#: common/models.py:302 +#: common/models.py:296 msgid "Build Order Reference Regex" msgstr "" -#: common/models.py:303 +#: common/models.py:297 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:307 +#: common/models.py:301 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:308 +#: common/models.py:302 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:313 +#: common/models.py:307 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:314 +#: common/models.py:308 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:537 +#: common/models.py:531 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:539 +#: common/models.py:533 msgid "Settings value" msgstr "" -#: common/models.py:574 +#: common/models.py:568 msgid "Must be an integer value" msgstr "" -#: common/models.py:597 +#: common/models.py:591 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:608 +#: common/models.py:602 msgid "Value must be an integer value" msgstr "" -#: common/models.py:631 +#: common/models.py:625 msgid "Key string must be unique" msgstr "" -#: common/models.py:712 company/forms.py:177 +#: common/models.py:706 company/forms.py:177 msgid "Price break quantity" msgstr "" -#: common/models.py:720 company/templates/company/supplier_part_pricing.html:82 +#: common/models.py:714 company/templates/company/supplier_part_pricing.html:82 #: part/templates/part/sale_prices.html:90 templates/js/bom.js:255 msgid "Price" msgstr "" -#: common/models.py:721 +#: common/models.py:715 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:810 +#: common/models.py:804 msgid "Default" msgstr "" @@ -6121,7 +6113,7 @@ msgstr "" msgid "Global InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/global.html:28 +#: templates/InvenTree/settings/global.html:27 msgid "Barcode Settings" msgstr "" diff --git a/InvenTree/locale/it/LC_MESSAGES/django.po b/InvenTree/locale/it/LC_MESSAGES/django.po index ae833aa09b..0ef34bfb90 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-05-24 23:49+0000\n" +"POT-Creation-Date: 2021-05-25 04:34+0000\n" "PO-Revision-Date: 2021-05-18 13:05\n" "Last-Translator: \n" "Language-Team: Italian\n" @@ -462,7 +462,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:31 common/models.py:711 +#: build/templates/build/detail.html:31 common/models.py:705 #: company/forms.py:176 company/templates/company/supplier_part_pricing.html:77 #: order/forms.py:188 order/forms.py:205 order/forms.py:240 order/forms.py:262 #: order/forms.py:279 order/models.py:614 order/models.py:815 @@ -1524,318 +1524,310 @@ msgid "Default currency" msgstr "" #: common/models.py:91 -msgid "fixer.io API key" -msgstr "" - -#: common/models.py:92 -msgid "API key for fixer.io currency conversion service" -msgstr "" - -#: common/models.py:97 msgid "Download from URL" msgstr "" -#: common/models.py:98 +#: common/models.py:92 msgid "Allow download of remote images and files from external URL" msgstr "" -#: common/models.py:104 +#: common/models.py:98 msgid "Barcode Support" msgstr "" -#: common/models.py:105 +#: common/models.py:99 msgid "Enable barcode scanner support" msgstr "" -#: common/models.py:111 +#: common/models.py:105 msgid "IPN Regex" msgstr "" -#: common/models.py:112 +#: common/models.py:106 msgid "Regular expression pattern for matching Part IPN" msgstr "" -#: common/models.py:116 +#: common/models.py:110 msgid "Allow Duplicate IPN" msgstr "" -#: common/models.py:117 +#: common/models.py:111 msgid "Allow multiple parts to share the same IPN" msgstr "" -#: common/models.py:123 +#: common/models.py:117 msgid "Allow Editing IPN" msgstr "" -#: common/models.py:124 +#: common/models.py:118 msgid "Allow changing the IPN value while editing a part" msgstr "" -#: common/models.py:130 +#: common/models.py:124 msgid "Copy Part BOM Data" msgstr "" -#: common/models.py:131 +#: common/models.py:125 msgid "Copy BOM data by default when duplicating a part" msgstr "" -#: common/models.py:137 +#: common/models.py:131 msgid "Copy Part Parameter Data" msgstr "" -#: common/models.py:138 +#: common/models.py:132 msgid "Copy parameter data by default when duplicating a part" msgstr "" -#: common/models.py:144 +#: common/models.py:138 msgid "Copy Part Test Data" msgstr "" -#: common/models.py:145 +#: common/models.py:139 msgid "Copy test data by default when duplicating a part" msgstr "" -#: common/models.py:151 +#: common/models.py:145 msgid "Copy Category Parameter Templates" msgstr "" -#: common/models.py:152 +#: common/models.py:146 msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:158 +#: common/models.py:152 msgid "Recent Part Count" msgstr "" -#: common/models.py:159 +#: common/models.py:153 msgid "Number of recent parts to display on index page" msgstr "" -#: common/models.py:165 part/models.py:2117 part/templates/part/detail.html:160 +#: common/models.py:159 part/models.py:2117 part/templates/part/detail.html:160 #: report/models.py:185 stock/forms.py:259 templates/js/table_filters.js:25 #: templates/js/table_filters.js:311 msgid "Template" msgstr "" -#: common/models.py:166 +#: common/models.py:160 msgid "Parts are templates by default" msgstr "" -#: common/models.py:172 part/models.py:834 part/templates/part/detail.html:170 +#: common/models.py:166 part/models.py:834 part/templates/part/detail.html:170 #: templates/js/table_filters.js:124 templates/js/table_filters.js:323 msgid "Assembly" msgstr "" -#: common/models.py:173 +#: common/models.py:167 msgid "Parts can be assembled from other components by default" msgstr "" -#: common/models.py:179 part/models.py:840 part/templates/part/detail.html:180 +#: common/models.py:173 part/models.py:840 part/templates/part/detail.html:180 #: templates/js/table_filters.js:327 msgid "Component" msgstr "" -#: common/models.py:180 +#: common/models.py:174 msgid "Parts can be used as sub-components by default" msgstr "" -#: common/models.py:186 part/models.py:851 part/templates/part/detail.html:200 +#: common/models.py:180 part/models.py:851 part/templates/part/detail.html:200 msgid "Purchaseable" msgstr "" -#: common/models.py:187 +#: common/models.py:181 msgid "Parts are purchaseable by default" msgstr "" -#: common/models.py:193 part/models.py:856 part/templates/part/detail.html:210 +#: common/models.py:187 part/models.py:856 part/templates/part/detail.html:210 #: templates/js/table_filters.js:335 msgid "Salable" msgstr "" -#: common/models.py:194 +#: common/models.py:188 msgid "Parts are salable by default" msgstr "" -#: common/models.py:200 part/models.py:846 part/templates/part/detail.html:190 +#: common/models.py:194 part/models.py:846 part/templates/part/detail.html:190 #: templates/js/table_filters.js:33 templates/js/table_filters.js:339 msgid "Trackable" msgstr "" -#: common/models.py:201 +#: common/models.py:195 msgid "Parts are trackable by default" msgstr "" -#: common/models.py:207 part/models.py:866 part/templates/part/detail.html:150 +#: common/models.py:201 part/models.py:866 part/templates/part/detail.html:150 #: templates/js/table_filters.js:29 msgid "Virtual" msgstr "" -#: common/models.py:208 +#: common/models.py:202 msgid "Parts are virtual by default" msgstr "" -#: common/models.py:214 +#: common/models.py:208 msgid "Show Quantity in Forms" msgstr "" -#: common/models.py:215 +#: common/models.py:209 msgid "Display available part quantity in some forms" msgstr "" -#: common/models.py:221 templates/stats.html:25 +#: common/models.py:215 templates/stats.html:25 msgid "Debug Mode" msgstr "" -#: common/models.py:222 +#: common/models.py:216 msgid "Generate reports in debug mode (HTML output)" msgstr "" -#: common/models.py:228 +#: common/models.py:222 msgid "Page Size" msgstr "" -#: common/models.py:229 +#: common/models.py:223 msgid "Default page size for PDF reports" msgstr "" -#: common/models.py:239 +#: common/models.py:233 msgid "Test Reports" msgstr "" -#: common/models.py:240 +#: common/models.py:234 msgid "Enable generation of test reports" msgstr "" -#: common/models.py:246 +#: common/models.py:240 msgid "Stock Expiry" msgstr "" -#: common/models.py:247 +#: common/models.py:241 msgid "Enable stock expiry functionality" msgstr "" -#: common/models.py:253 +#: common/models.py:247 msgid "Sell Expired Stock" msgstr "" -#: common/models.py:254 +#: common/models.py:248 msgid "Allow sale of expired stock" msgstr "" -#: common/models.py:260 +#: common/models.py:254 msgid "Stock Stale Time" msgstr "" -#: common/models.py:261 +#: common/models.py:255 msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:263 part/templates/part/detail.html:121 +#: common/models.py:257 part/templates/part/detail.html:121 msgid "days" msgstr "" -#: common/models.py:268 +#: common/models.py:262 msgid "Build Expired Stock" msgstr "" -#: common/models.py:269 +#: common/models.py:263 msgid "Allow building with expired stock" msgstr "" -#: common/models.py:275 +#: common/models.py:269 msgid "Stock Ownership Control" msgstr "" -#: common/models.py:276 +#: common/models.py:270 msgid "Enable ownership control over stock locations and items" msgstr "" -#: common/models.py:282 +#: common/models.py:276 msgid "Group by Part" msgstr "" -#: common/models.py:283 +#: common/models.py:277 msgid "Group stock items by part reference in table views" msgstr "" -#: common/models.py:289 +#: common/models.py:283 msgid "Recent Stock Count" msgstr "" -#: common/models.py:290 +#: common/models.py:284 msgid "Number of recent stock items to display on index page" msgstr "" -#: common/models.py:296 +#: common/models.py:290 msgid "Build Order Reference Prefix" msgstr "" -#: common/models.py:297 +#: common/models.py:291 msgid "Prefix value for build order reference" msgstr "" -#: common/models.py:302 +#: common/models.py:296 msgid "Build Order Reference Regex" msgstr "" -#: common/models.py:303 +#: common/models.py:297 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:307 +#: common/models.py:301 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:308 +#: common/models.py:302 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:313 +#: common/models.py:307 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:314 +#: common/models.py:308 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:537 +#: common/models.py:531 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:539 +#: common/models.py:533 msgid "Settings value" msgstr "" -#: common/models.py:574 +#: common/models.py:568 msgid "Must be an integer value" msgstr "" -#: common/models.py:597 +#: common/models.py:591 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:608 +#: common/models.py:602 msgid "Value must be an integer value" msgstr "" -#: common/models.py:631 +#: common/models.py:625 msgid "Key string must be unique" msgstr "" -#: common/models.py:712 company/forms.py:177 +#: common/models.py:706 company/forms.py:177 msgid "Price break quantity" msgstr "" -#: common/models.py:720 company/templates/company/supplier_part_pricing.html:82 +#: common/models.py:714 company/templates/company/supplier_part_pricing.html:82 #: part/templates/part/sale_prices.html:90 templates/js/bom.js:255 msgid "Price" msgstr "" -#: common/models.py:721 +#: common/models.py:715 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:810 +#: common/models.py:804 msgid "Default" msgstr "" @@ -6121,7 +6113,7 @@ msgstr "" msgid "Global InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/global.html:28 +#: templates/InvenTree/settings/global.html:27 msgid "Barcode Settings" msgstr "" diff --git a/InvenTree/locale/ja/LC_MESSAGES/django.po b/InvenTree/locale/ja/LC_MESSAGES/django.po index 0a0f06e26a..eea5a87447 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-05-24 23:49+0000\n" +"POT-Creation-Date: 2021-05-25 04:34+0000\n" "PO-Revision-Date: 2021-05-18 13:06\n" "Last-Translator: \n" "Language-Team: Japanese\n" @@ -462,7 +462,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:31 common/models.py:711 +#: build/templates/build/detail.html:31 common/models.py:705 #: company/forms.py:176 company/templates/company/supplier_part_pricing.html:77 #: order/forms.py:188 order/forms.py:205 order/forms.py:240 order/forms.py:262 #: order/forms.py:279 order/models.py:614 order/models.py:815 @@ -1524,318 +1524,310 @@ msgid "Default currency" msgstr "" #: common/models.py:91 -msgid "fixer.io API key" -msgstr "" - -#: common/models.py:92 -msgid "API key for fixer.io currency conversion service" -msgstr "" - -#: common/models.py:97 msgid "Download from URL" msgstr "" -#: common/models.py:98 +#: common/models.py:92 msgid "Allow download of remote images and files from external URL" msgstr "" -#: common/models.py:104 +#: common/models.py:98 msgid "Barcode Support" msgstr "" -#: common/models.py:105 +#: common/models.py:99 msgid "Enable barcode scanner support" msgstr "" -#: common/models.py:111 +#: common/models.py:105 msgid "IPN Regex" msgstr "" -#: common/models.py:112 +#: common/models.py:106 msgid "Regular expression pattern for matching Part IPN" msgstr "" -#: common/models.py:116 +#: common/models.py:110 msgid "Allow Duplicate IPN" msgstr "" -#: common/models.py:117 +#: common/models.py:111 msgid "Allow multiple parts to share the same IPN" msgstr "" -#: common/models.py:123 +#: common/models.py:117 msgid "Allow Editing IPN" msgstr "" -#: common/models.py:124 +#: common/models.py:118 msgid "Allow changing the IPN value while editing a part" msgstr "" -#: common/models.py:130 +#: common/models.py:124 msgid "Copy Part BOM Data" msgstr "" -#: common/models.py:131 +#: common/models.py:125 msgid "Copy BOM data by default when duplicating a part" msgstr "" -#: common/models.py:137 +#: common/models.py:131 msgid "Copy Part Parameter Data" msgstr "" -#: common/models.py:138 +#: common/models.py:132 msgid "Copy parameter data by default when duplicating a part" msgstr "" -#: common/models.py:144 +#: common/models.py:138 msgid "Copy Part Test Data" msgstr "" -#: common/models.py:145 +#: common/models.py:139 msgid "Copy test data by default when duplicating a part" msgstr "" -#: common/models.py:151 +#: common/models.py:145 msgid "Copy Category Parameter Templates" msgstr "" -#: common/models.py:152 +#: common/models.py:146 msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:158 +#: common/models.py:152 msgid "Recent Part Count" msgstr "" -#: common/models.py:159 +#: common/models.py:153 msgid "Number of recent parts to display on index page" msgstr "" -#: common/models.py:165 part/models.py:2117 part/templates/part/detail.html:160 +#: common/models.py:159 part/models.py:2117 part/templates/part/detail.html:160 #: report/models.py:185 stock/forms.py:259 templates/js/table_filters.js:25 #: templates/js/table_filters.js:311 msgid "Template" msgstr "" -#: common/models.py:166 +#: common/models.py:160 msgid "Parts are templates by default" msgstr "" -#: common/models.py:172 part/models.py:834 part/templates/part/detail.html:170 +#: common/models.py:166 part/models.py:834 part/templates/part/detail.html:170 #: templates/js/table_filters.js:124 templates/js/table_filters.js:323 msgid "Assembly" msgstr "" -#: common/models.py:173 +#: common/models.py:167 msgid "Parts can be assembled from other components by default" msgstr "" -#: common/models.py:179 part/models.py:840 part/templates/part/detail.html:180 +#: common/models.py:173 part/models.py:840 part/templates/part/detail.html:180 #: templates/js/table_filters.js:327 msgid "Component" msgstr "" -#: common/models.py:180 +#: common/models.py:174 msgid "Parts can be used as sub-components by default" msgstr "" -#: common/models.py:186 part/models.py:851 part/templates/part/detail.html:200 +#: common/models.py:180 part/models.py:851 part/templates/part/detail.html:200 msgid "Purchaseable" msgstr "" -#: common/models.py:187 +#: common/models.py:181 msgid "Parts are purchaseable by default" msgstr "" -#: common/models.py:193 part/models.py:856 part/templates/part/detail.html:210 +#: common/models.py:187 part/models.py:856 part/templates/part/detail.html:210 #: templates/js/table_filters.js:335 msgid "Salable" msgstr "" -#: common/models.py:194 +#: common/models.py:188 msgid "Parts are salable by default" msgstr "" -#: common/models.py:200 part/models.py:846 part/templates/part/detail.html:190 +#: common/models.py:194 part/models.py:846 part/templates/part/detail.html:190 #: templates/js/table_filters.js:33 templates/js/table_filters.js:339 msgid "Trackable" msgstr "" -#: common/models.py:201 +#: common/models.py:195 msgid "Parts are trackable by default" msgstr "" -#: common/models.py:207 part/models.py:866 part/templates/part/detail.html:150 +#: common/models.py:201 part/models.py:866 part/templates/part/detail.html:150 #: templates/js/table_filters.js:29 msgid "Virtual" msgstr "" -#: common/models.py:208 +#: common/models.py:202 msgid "Parts are virtual by default" msgstr "" -#: common/models.py:214 +#: common/models.py:208 msgid "Show Quantity in Forms" msgstr "" -#: common/models.py:215 +#: common/models.py:209 msgid "Display available part quantity in some forms" msgstr "" -#: common/models.py:221 templates/stats.html:25 +#: common/models.py:215 templates/stats.html:25 msgid "Debug Mode" msgstr "" -#: common/models.py:222 +#: common/models.py:216 msgid "Generate reports in debug mode (HTML output)" msgstr "" -#: common/models.py:228 +#: common/models.py:222 msgid "Page Size" msgstr "" -#: common/models.py:229 +#: common/models.py:223 msgid "Default page size for PDF reports" msgstr "" -#: common/models.py:239 +#: common/models.py:233 msgid "Test Reports" msgstr "" -#: common/models.py:240 +#: common/models.py:234 msgid "Enable generation of test reports" msgstr "" -#: common/models.py:246 +#: common/models.py:240 msgid "Stock Expiry" msgstr "" -#: common/models.py:247 +#: common/models.py:241 msgid "Enable stock expiry functionality" msgstr "" -#: common/models.py:253 +#: common/models.py:247 msgid "Sell Expired Stock" msgstr "" -#: common/models.py:254 +#: common/models.py:248 msgid "Allow sale of expired stock" msgstr "" -#: common/models.py:260 +#: common/models.py:254 msgid "Stock Stale Time" msgstr "" -#: common/models.py:261 +#: common/models.py:255 msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:263 part/templates/part/detail.html:121 +#: common/models.py:257 part/templates/part/detail.html:121 msgid "days" msgstr "" -#: common/models.py:268 +#: common/models.py:262 msgid "Build Expired Stock" msgstr "" -#: common/models.py:269 +#: common/models.py:263 msgid "Allow building with expired stock" msgstr "" -#: common/models.py:275 +#: common/models.py:269 msgid "Stock Ownership Control" msgstr "" -#: common/models.py:276 +#: common/models.py:270 msgid "Enable ownership control over stock locations and items" msgstr "" -#: common/models.py:282 +#: common/models.py:276 msgid "Group by Part" msgstr "" -#: common/models.py:283 +#: common/models.py:277 msgid "Group stock items by part reference in table views" msgstr "" -#: common/models.py:289 +#: common/models.py:283 msgid "Recent Stock Count" msgstr "" -#: common/models.py:290 +#: common/models.py:284 msgid "Number of recent stock items to display on index page" msgstr "" -#: common/models.py:296 +#: common/models.py:290 msgid "Build Order Reference Prefix" msgstr "" -#: common/models.py:297 +#: common/models.py:291 msgid "Prefix value for build order reference" msgstr "" -#: common/models.py:302 +#: common/models.py:296 msgid "Build Order Reference Regex" msgstr "" -#: common/models.py:303 +#: common/models.py:297 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:307 +#: common/models.py:301 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:308 +#: common/models.py:302 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:313 +#: common/models.py:307 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:314 +#: common/models.py:308 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:537 +#: common/models.py:531 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:539 +#: common/models.py:533 msgid "Settings value" msgstr "" -#: common/models.py:574 +#: common/models.py:568 msgid "Must be an integer value" msgstr "" -#: common/models.py:597 +#: common/models.py:591 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:608 +#: common/models.py:602 msgid "Value must be an integer value" msgstr "" -#: common/models.py:631 +#: common/models.py:625 msgid "Key string must be unique" msgstr "" -#: common/models.py:712 company/forms.py:177 +#: common/models.py:706 company/forms.py:177 msgid "Price break quantity" msgstr "" -#: common/models.py:720 company/templates/company/supplier_part_pricing.html:82 +#: common/models.py:714 company/templates/company/supplier_part_pricing.html:82 #: part/templates/part/sale_prices.html:90 templates/js/bom.js:255 msgid "Price" msgstr "" -#: common/models.py:721 +#: common/models.py:715 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:810 +#: common/models.py:804 msgid "Default" msgstr "" @@ -6121,7 +6113,7 @@ msgstr "" msgid "Global InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/global.html:28 +#: templates/InvenTree/settings/global.html:27 msgid "Barcode Settings" msgstr "" diff --git a/InvenTree/locale/pl/LC_MESSAGES/django.po b/InvenTree/locale/pl/LC_MESSAGES/django.po index 3ee60f1ad2..5b38c2a712 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-05-24 23:49+0000\n" +"POT-Creation-Date: 2021-05-25 04:34+0000\n" "PO-Revision-Date: 2021-05-18 13:05\n" "Last-Translator: \n" "Language-Team: Polish\n" @@ -462,7 +462,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:31 common/models.py:711 +#: build/templates/build/detail.html:31 common/models.py:705 #: company/forms.py:176 company/templates/company/supplier_part_pricing.html:77 #: order/forms.py:188 order/forms.py:205 order/forms.py:240 order/forms.py:262 #: order/forms.py:279 order/models.py:614 order/models.py:815 @@ -1524,318 +1524,310 @@ msgid "Default currency" msgstr "Domyślna waluta" #: common/models.py:91 -msgid "fixer.io API key" -msgstr "" - -#: common/models.py:92 -msgid "API key for fixer.io currency conversion service" -msgstr "" - -#: common/models.py:97 msgid "Download from URL" msgstr "Pobierz z adresu URL" -#: common/models.py:98 +#: common/models.py:92 msgid "Allow download of remote images and files from external URL" msgstr "Zezwól na pobieranie zewnętrznych obrazów i plików z zewnętrznego URL" -#: common/models.py:104 +#: common/models.py:98 msgid "Barcode Support" msgstr "Obsługa kodu kreskowego" -#: common/models.py:105 +#: common/models.py:99 msgid "Enable barcode scanner support" msgstr "Włącz obsługę skanera kodów" -#: common/models.py:111 +#: common/models.py:105 msgid "IPN Regex" msgstr "Wyrażenie regularne IPN" -#: common/models.py:112 +#: common/models.py:106 msgid "Regular expression pattern for matching Part IPN" msgstr "" -#: common/models.py:116 +#: common/models.py:110 msgid "Allow Duplicate IPN" msgstr "Zezwól na powtarzający się IPN" -#: common/models.py:117 +#: common/models.py:111 msgid "Allow multiple parts to share the same IPN" msgstr "" -#: common/models.py:123 +#: common/models.py:117 msgid "Allow Editing IPN" msgstr "Zezwól na edycję IPN" -#: common/models.py:124 +#: common/models.py:118 msgid "Allow changing the IPN value while editing a part" msgstr "" -#: common/models.py:130 +#: common/models.py:124 msgid "Copy Part BOM Data" msgstr "Skopiuj BOM komponentu" -#: common/models.py:131 +#: common/models.py:125 msgid "Copy BOM data by default when duplicating a part" msgstr "" -#: common/models.py:137 +#: common/models.py:131 msgid "Copy Part Parameter Data" msgstr "" -#: common/models.py:138 +#: common/models.py:132 msgid "Copy parameter data by default when duplicating a part" msgstr "" -#: common/models.py:144 +#: common/models.py:138 msgid "Copy Part Test Data" msgstr "" -#: common/models.py:145 +#: common/models.py:139 msgid "Copy test data by default when duplicating a part" msgstr "" -#: common/models.py:151 +#: common/models.py:145 msgid "Copy Category Parameter Templates" msgstr "" -#: common/models.py:152 +#: common/models.py:146 msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:158 +#: common/models.py:152 msgid "Recent Part Count" msgstr "" -#: common/models.py:159 +#: common/models.py:153 msgid "Number of recent parts to display on index page" msgstr "" -#: common/models.py:165 part/models.py:2117 part/templates/part/detail.html:160 +#: common/models.py:159 part/models.py:2117 part/templates/part/detail.html:160 #: report/models.py:185 stock/forms.py:259 templates/js/table_filters.js:25 #: templates/js/table_filters.js:311 msgid "Template" msgstr "Szablon" -#: common/models.py:166 +#: common/models.py:160 msgid "Parts are templates by default" msgstr "" -#: common/models.py:172 part/models.py:834 part/templates/part/detail.html:170 +#: common/models.py:166 part/models.py:834 part/templates/part/detail.html:170 #: templates/js/table_filters.js:124 templates/js/table_filters.js:323 msgid "Assembly" msgstr "Złożenie" -#: common/models.py:173 +#: common/models.py:167 msgid "Parts can be assembled from other components by default" msgstr "" -#: common/models.py:179 part/models.py:840 part/templates/part/detail.html:180 +#: common/models.py:173 part/models.py:840 part/templates/part/detail.html:180 #: templates/js/table_filters.js:327 msgid "Component" msgstr "Komponent" -#: common/models.py:180 +#: common/models.py:174 msgid "Parts can be used as sub-components by default" msgstr "" -#: common/models.py:186 part/models.py:851 part/templates/part/detail.html:200 +#: common/models.py:180 part/models.py:851 part/templates/part/detail.html:200 msgid "Purchaseable" msgstr "Możliwość zakupu" -#: common/models.py:187 +#: common/models.py:181 msgid "Parts are purchaseable by default" msgstr "Części są domyślnie z możliwością zakupu" -#: common/models.py:193 part/models.py:856 part/templates/part/detail.html:210 +#: common/models.py:187 part/models.py:856 part/templates/part/detail.html:210 #: templates/js/table_filters.js:335 msgid "Salable" msgstr "Możliwość sprzedaży" -#: common/models.py:194 +#: common/models.py:188 msgid "Parts are salable by default" msgstr "Części są domyślnie z możliwością sprzedaży" -#: common/models.py:200 part/models.py:846 part/templates/part/detail.html:190 +#: common/models.py:194 part/models.py:846 part/templates/part/detail.html:190 #: templates/js/table_filters.js:33 templates/js/table_filters.js:339 msgid "Trackable" msgstr "Możliwość śledzenia" -#: common/models.py:201 +#: common/models.py:195 msgid "Parts are trackable by default" msgstr "Części są domyślnie z możliwością śledzenia" -#: common/models.py:207 part/models.py:866 part/templates/part/detail.html:150 +#: common/models.py:201 part/models.py:866 part/templates/part/detail.html:150 #: templates/js/table_filters.js:29 msgid "Virtual" msgstr "Wirtualny" -#: common/models.py:208 +#: common/models.py:202 msgid "Parts are virtual by default" msgstr "Części są domyślnie wirtualne" -#: common/models.py:214 +#: common/models.py:208 msgid "Show Quantity in Forms" msgstr "" -#: common/models.py:215 +#: common/models.py:209 msgid "Display available part quantity in some forms" msgstr "" -#: common/models.py:221 templates/stats.html:25 +#: common/models.py:215 templates/stats.html:25 msgid "Debug Mode" msgstr "Tryb Debugowania" -#: common/models.py:222 +#: common/models.py:216 msgid "Generate reports in debug mode (HTML output)" msgstr "" -#: common/models.py:228 +#: common/models.py:222 msgid "Page Size" msgstr "Rozmiar strony" -#: common/models.py:229 +#: common/models.py:223 msgid "Default page size for PDF reports" msgstr "" -#: common/models.py:239 +#: common/models.py:233 msgid "Test Reports" msgstr "Raporty testów" -#: common/models.py:240 +#: common/models.py:234 msgid "Enable generation of test reports" msgstr "Włącz generowanie raportów testów" -#: common/models.py:246 +#: common/models.py:240 msgid "Stock Expiry" msgstr "" -#: common/models.py:247 +#: common/models.py:241 msgid "Enable stock expiry functionality" msgstr "" -#: common/models.py:253 +#: common/models.py:247 msgid "Sell Expired Stock" msgstr "" -#: common/models.py:254 +#: common/models.py:248 msgid "Allow sale of expired stock" msgstr "" -#: common/models.py:260 +#: common/models.py:254 msgid "Stock Stale Time" msgstr "" -#: common/models.py:261 +#: common/models.py:255 msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:263 part/templates/part/detail.html:121 +#: common/models.py:257 part/templates/part/detail.html:121 msgid "days" msgstr "dni" -#: common/models.py:268 +#: common/models.py:262 msgid "Build Expired Stock" msgstr "" -#: common/models.py:269 +#: common/models.py:263 msgid "Allow building with expired stock" msgstr "" -#: common/models.py:275 +#: common/models.py:269 msgid "Stock Ownership Control" msgstr "" -#: common/models.py:276 +#: common/models.py:270 msgid "Enable ownership control over stock locations and items" msgstr "" -#: common/models.py:282 +#: common/models.py:276 msgid "Group by Part" msgstr "Grupuj według komponentu" -#: common/models.py:283 +#: common/models.py:277 msgid "Group stock items by part reference in table views" msgstr "" -#: common/models.py:289 +#: common/models.py:283 msgid "Recent Stock Count" msgstr "" -#: common/models.py:290 +#: common/models.py:284 msgid "Number of recent stock items to display on index page" msgstr "" -#: common/models.py:296 +#: common/models.py:290 msgid "Build Order Reference Prefix" msgstr "" -#: common/models.py:297 +#: common/models.py:291 msgid "Prefix value for build order reference" msgstr "" -#: common/models.py:302 +#: common/models.py:296 msgid "Build Order Reference Regex" msgstr "" -#: common/models.py:303 +#: common/models.py:297 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:307 +#: common/models.py:301 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:308 +#: common/models.py:302 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:313 +#: common/models.py:307 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:314 +#: common/models.py:308 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:537 +#: common/models.py:531 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:539 +#: common/models.py:533 msgid "Settings value" msgstr "Ustawienia wartości" -#: common/models.py:574 +#: common/models.py:568 msgid "Must be an integer value" msgstr "" -#: common/models.py:597 +#: common/models.py:591 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:608 +#: common/models.py:602 msgid "Value must be an integer value" msgstr "" -#: common/models.py:631 +#: common/models.py:625 msgid "Key string must be unique" msgstr "" -#: common/models.py:712 company/forms.py:177 +#: common/models.py:706 company/forms.py:177 msgid "Price break quantity" msgstr "" -#: common/models.py:720 company/templates/company/supplier_part_pricing.html:82 +#: common/models.py:714 company/templates/company/supplier_part_pricing.html:82 #: part/templates/part/sale_prices.html:90 templates/js/bom.js:255 msgid "Price" msgstr "Cena" -#: common/models.py:721 +#: common/models.py:715 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:810 +#: common/models.py:804 msgid "Default" msgstr "Domyślny" @@ -6121,7 +6113,7 @@ msgstr "" msgid "Global InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/global.html:28 +#: templates/InvenTree/settings/global.html:27 msgid "Barcode Settings" msgstr "" diff --git a/InvenTree/locale/ru/LC_MESSAGES/django.po b/InvenTree/locale/ru/LC_MESSAGES/django.po index bd41a3bbbf..fe5ed0ec25 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-05-24 23:49+0000\n" +"POT-Creation-Date: 2021-05-25 04:34+0000\n" "PO-Revision-Date: 2021-05-18 13:05\n" "Last-Translator: \n" "Language-Team: Russian\n" @@ -462,7 +462,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:31 common/models.py:711 +#: build/templates/build/detail.html:31 common/models.py:705 #: company/forms.py:176 company/templates/company/supplier_part_pricing.html:77 #: order/forms.py:188 order/forms.py:205 order/forms.py:240 order/forms.py:262 #: order/forms.py:279 order/models.py:614 order/models.py:815 @@ -1524,318 +1524,310 @@ msgid "Default currency" msgstr "" #: common/models.py:91 -msgid "fixer.io API key" -msgstr "" - -#: common/models.py:92 -msgid "API key for fixer.io currency conversion service" -msgstr "" - -#: common/models.py:97 msgid "Download from URL" msgstr "" -#: common/models.py:98 +#: common/models.py:92 msgid "Allow download of remote images and files from external URL" msgstr "" -#: common/models.py:104 +#: common/models.py:98 msgid "Barcode Support" msgstr "" -#: common/models.py:105 +#: common/models.py:99 msgid "Enable barcode scanner support" msgstr "" -#: common/models.py:111 +#: common/models.py:105 msgid "IPN Regex" msgstr "" -#: common/models.py:112 +#: common/models.py:106 msgid "Regular expression pattern for matching Part IPN" msgstr "" -#: common/models.py:116 +#: common/models.py:110 msgid "Allow Duplicate IPN" msgstr "" -#: common/models.py:117 +#: common/models.py:111 msgid "Allow multiple parts to share the same IPN" msgstr "" -#: common/models.py:123 +#: common/models.py:117 msgid "Allow Editing IPN" msgstr "" -#: common/models.py:124 +#: common/models.py:118 msgid "Allow changing the IPN value while editing a part" msgstr "" -#: common/models.py:130 +#: common/models.py:124 msgid "Copy Part BOM Data" msgstr "" -#: common/models.py:131 +#: common/models.py:125 msgid "Copy BOM data by default when duplicating a part" msgstr "" -#: common/models.py:137 +#: common/models.py:131 msgid "Copy Part Parameter Data" msgstr "" -#: common/models.py:138 +#: common/models.py:132 msgid "Copy parameter data by default when duplicating a part" msgstr "" -#: common/models.py:144 +#: common/models.py:138 msgid "Copy Part Test Data" msgstr "" -#: common/models.py:145 +#: common/models.py:139 msgid "Copy test data by default when duplicating a part" msgstr "" -#: common/models.py:151 +#: common/models.py:145 msgid "Copy Category Parameter Templates" msgstr "" -#: common/models.py:152 +#: common/models.py:146 msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:158 +#: common/models.py:152 msgid "Recent Part Count" msgstr "" -#: common/models.py:159 +#: common/models.py:153 msgid "Number of recent parts to display on index page" msgstr "" -#: common/models.py:165 part/models.py:2117 part/templates/part/detail.html:160 +#: common/models.py:159 part/models.py:2117 part/templates/part/detail.html:160 #: report/models.py:185 stock/forms.py:259 templates/js/table_filters.js:25 #: templates/js/table_filters.js:311 msgid "Template" msgstr "" -#: common/models.py:166 +#: common/models.py:160 msgid "Parts are templates by default" msgstr "" -#: common/models.py:172 part/models.py:834 part/templates/part/detail.html:170 +#: common/models.py:166 part/models.py:834 part/templates/part/detail.html:170 #: templates/js/table_filters.js:124 templates/js/table_filters.js:323 msgid "Assembly" msgstr "" -#: common/models.py:173 +#: common/models.py:167 msgid "Parts can be assembled from other components by default" msgstr "" -#: common/models.py:179 part/models.py:840 part/templates/part/detail.html:180 +#: common/models.py:173 part/models.py:840 part/templates/part/detail.html:180 #: templates/js/table_filters.js:327 msgid "Component" msgstr "" -#: common/models.py:180 +#: common/models.py:174 msgid "Parts can be used as sub-components by default" msgstr "" -#: common/models.py:186 part/models.py:851 part/templates/part/detail.html:200 +#: common/models.py:180 part/models.py:851 part/templates/part/detail.html:200 msgid "Purchaseable" msgstr "" -#: common/models.py:187 +#: common/models.py:181 msgid "Parts are purchaseable by default" msgstr "" -#: common/models.py:193 part/models.py:856 part/templates/part/detail.html:210 +#: common/models.py:187 part/models.py:856 part/templates/part/detail.html:210 #: templates/js/table_filters.js:335 msgid "Salable" msgstr "" -#: common/models.py:194 +#: common/models.py:188 msgid "Parts are salable by default" msgstr "" -#: common/models.py:200 part/models.py:846 part/templates/part/detail.html:190 +#: common/models.py:194 part/models.py:846 part/templates/part/detail.html:190 #: templates/js/table_filters.js:33 templates/js/table_filters.js:339 msgid "Trackable" msgstr "" -#: common/models.py:201 +#: common/models.py:195 msgid "Parts are trackable by default" msgstr "" -#: common/models.py:207 part/models.py:866 part/templates/part/detail.html:150 +#: common/models.py:201 part/models.py:866 part/templates/part/detail.html:150 #: templates/js/table_filters.js:29 msgid "Virtual" msgstr "" -#: common/models.py:208 +#: common/models.py:202 msgid "Parts are virtual by default" msgstr "" -#: common/models.py:214 +#: common/models.py:208 msgid "Show Quantity in Forms" msgstr "" -#: common/models.py:215 +#: common/models.py:209 msgid "Display available part quantity in some forms" msgstr "" -#: common/models.py:221 templates/stats.html:25 +#: common/models.py:215 templates/stats.html:25 msgid "Debug Mode" msgstr "" -#: common/models.py:222 +#: common/models.py:216 msgid "Generate reports in debug mode (HTML output)" msgstr "" -#: common/models.py:228 +#: common/models.py:222 msgid "Page Size" msgstr "" -#: common/models.py:229 +#: common/models.py:223 msgid "Default page size for PDF reports" msgstr "" -#: common/models.py:239 +#: common/models.py:233 msgid "Test Reports" msgstr "" -#: common/models.py:240 +#: common/models.py:234 msgid "Enable generation of test reports" msgstr "" -#: common/models.py:246 +#: common/models.py:240 msgid "Stock Expiry" msgstr "" -#: common/models.py:247 +#: common/models.py:241 msgid "Enable stock expiry functionality" msgstr "" -#: common/models.py:253 +#: common/models.py:247 msgid "Sell Expired Stock" msgstr "" -#: common/models.py:254 +#: common/models.py:248 msgid "Allow sale of expired stock" msgstr "" -#: common/models.py:260 +#: common/models.py:254 msgid "Stock Stale Time" msgstr "" -#: common/models.py:261 +#: common/models.py:255 msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:263 part/templates/part/detail.html:121 +#: common/models.py:257 part/templates/part/detail.html:121 msgid "days" msgstr "" -#: common/models.py:268 +#: common/models.py:262 msgid "Build Expired Stock" msgstr "" -#: common/models.py:269 +#: common/models.py:263 msgid "Allow building with expired stock" msgstr "" -#: common/models.py:275 +#: common/models.py:269 msgid "Stock Ownership Control" msgstr "" -#: common/models.py:276 +#: common/models.py:270 msgid "Enable ownership control over stock locations and items" msgstr "" -#: common/models.py:282 +#: common/models.py:276 msgid "Group by Part" msgstr "" -#: common/models.py:283 +#: common/models.py:277 msgid "Group stock items by part reference in table views" msgstr "" -#: common/models.py:289 +#: common/models.py:283 msgid "Recent Stock Count" msgstr "" -#: common/models.py:290 +#: common/models.py:284 msgid "Number of recent stock items to display on index page" msgstr "" -#: common/models.py:296 +#: common/models.py:290 msgid "Build Order Reference Prefix" msgstr "" -#: common/models.py:297 +#: common/models.py:291 msgid "Prefix value for build order reference" msgstr "" -#: common/models.py:302 +#: common/models.py:296 msgid "Build Order Reference Regex" msgstr "" -#: common/models.py:303 +#: common/models.py:297 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:307 +#: common/models.py:301 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:308 +#: common/models.py:302 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:313 +#: common/models.py:307 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:314 +#: common/models.py:308 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:537 +#: common/models.py:531 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:539 +#: common/models.py:533 msgid "Settings value" msgstr "" -#: common/models.py:574 +#: common/models.py:568 msgid "Must be an integer value" msgstr "" -#: common/models.py:597 +#: common/models.py:591 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:608 +#: common/models.py:602 msgid "Value must be an integer value" msgstr "" -#: common/models.py:631 +#: common/models.py:625 msgid "Key string must be unique" msgstr "" -#: common/models.py:712 company/forms.py:177 +#: common/models.py:706 company/forms.py:177 msgid "Price break quantity" msgstr "" -#: common/models.py:720 company/templates/company/supplier_part_pricing.html:82 +#: common/models.py:714 company/templates/company/supplier_part_pricing.html:82 #: part/templates/part/sale_prices.html:90 templates/js/bom.js:255 msgid "Price" msgstr "" -#: common/models.py:721 +#: common/models.py:715 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:810 +#: common/models.py:804 msgid "Default" msgstr "" @@ -6121,7 +6113,7 @@ msgstr "" msgid "Global InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/global.html:28 +#: templates/InvenTree/settings/global.html:27 msgid "Barcode Settings" msgstr "" diff --git a/InvenTree/locale/tr/LC_MESSAGES/django.po b/InvenTree/locale/tr/LC_MESSAGES/django.po index cc604dc224..c382bfa55e 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-05-24 23:49+0000\n" +"POT-Creation-Date: 2021-05-25 04:34+0000\n" "PO-Revision-Date: 2021-05-18 13:05\n" "Last-Translator: \n" "Language-Team: Turkish\n" @@ -462,7 +462,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:31 common/models.py:711 +#: build/templates/build/detail.html:31 common/models.py:705 #: company/forms.py:176 company/templates/company/supplier_part_pricing.html:77 #: order/forms.py:188 order/forms.py:205 order/forms.py:240 order/forms.py:262 #: order/forms.py:279 order/models.py:614 order/models.py:815 @@ -1524,318 +1524,310 @@ msgid "Default currency" msgstr "" #: common/models.py:91 -msgid "fixer.io API key" -msgstr "" - -#: common/models.py:92 -msgid "API key for fixer.io currency conversion service" -msgstr "" - -#: common/models.py:97 msgid "Download from URL" msgstr "" -#: common/models.py:98 +#: common/models.py:92 msgid "Allow download of remote images and files from external URL" msgstr "" -#: common/models.py:104 +#: common/models.py:98 msgid "Barcode Support" msgstr "" -#: common/models.py:105 +#: common/models.py:99 msgid "Enable barcode scanner support" msgstr "" -#: common/models.py:111 +#: common/models.py:105 msgid "IPN Regex" msgstr "" -#: common/models.py:112 +#: common/models.py:106 msgid "Regular expression pattern for matching Part IPN" msgstr "" -#: common/models.py:116 +#: common/models.py:110 msgid "Allow Duplicate IPN" msgstr "" -#: common/models.py:117 +#: common/models.py:111 msgid "Allow multiple parts to share the same IPN" msgstr "" -#: common/models.py:123 +#: common/models.py:117 msgid "Allow Editing IPN" msgstr "" -#: common/models.py:124 +#: common/models.py:118 msgid "Allow changing the IPN value while editing a part" msgstr "" -#: common/models.py:130 +#: common/models.py:124 msgid "Copy Part BOM Data" msgstr "" -#: common/models.py:131 +#: common/models.py:125 msgid "Copy BOM data by default when duplicating a part" msgstr "" -#: common/models.py:137 +#: common/models.py:131 msgid "Copy Part Parameter Data" msgstr "" -#: common/models.py:138 +#: common/models.py:132 msgid "Copy parameter data by default when duplicating a part" msgstr "" -#: common/models.py:144 +#: common/models.py:138 msgid "Copy Part Test Data" msgstr "" -#: common/models.py:145 +#: common/models.py:139 msgid "Copy test data by default when duplicating a part" msgstr "" -#: common/models.py:151 +#: common/models.py:145 msgid "Copy Category Parameter Templates" msgstr "" -#: common/models.py:152 +#: common/models.py:146 msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:158 +#: common/models.py:152 msgid "Recent Part Count" msgstr "" -#: common/models.py:159 +#: common/models.py:153 msgid "Number of recent parts to display on index page" msgstr "" -#: common/models.py:165 part/models.py:2117 part/templates/part/detail.html:160 +#: common/models.py:159 part/models.py:2117 part/templates/part/detail.html:160 #: report/models.py:185 stock/forms.py:259 templates/js/table_filters.js:25 #: templates/js/table_filters.js:311 msgid "Template" msgstr "" -#: common/models.py:166 +#: common/models.py:160 msgid "Parts are templates by default" msgstr "" -#: common/models.py:172 part/models.py:834 part/templates/part/detail.html:170 +#: common/models.py:166 part/models.py:834 part/templates/part/detail.html:170 #: templates/js/table_filters.js:124 templates/js/table_filters.js:323 msgid "Assembly" msgstr "" -#: common/models.py:173 +#: common/models.py:167 msgid "Parts can be assembled from other components by default" msgstr "" -#: common/models.py:179 part/models.py:840 part/templates/part/detail.html:180 +#: common/models.py:173 part/models.py:840 part/templates/part/detail.html:180 #: templates/js/table_filters.js:327 msgid "Component" msgstr "" -#: common/models.py:180 +#: common/models.py:174 msgid "Parts can be used as sub-components by default" msgstr "" -#: common/models.py:186 part/models.py:851 part/templates/part/detail.html:200 +#: common/models.py:180 part/models.py:851 part/templates/part/detail.html:200 msgid "Purchaseable" msgstr "" -#: common/models.py:187 +#: common/models.py:181 msgid "Parts are purchaseable by default" msgstr "" -#: common/models.py:193 part/models.py:856 part/templates/part/detail.html:210 +#: common/models.py:187 part/models.py:856 part/templates/part/detail.html:210 #: templates/js/table_filters.js:335 msgid "Salable" msgstr "" -#: common/models.py:194 +#: common/models.py:188 msgid "Parts are salable by default" msgstr "" -#: common/models.py:200 part/models.py:846 part/templates/part/detail.html:190 +#: common/models.py:194 part/models.py:846 part/templates/part/detail.html:190 #: templates/js/table_filters.js:33 templates/js/table_filters.js:339 msgid "Trackable" msgstr "" -#: common/models.py:201 +#: common/models.py:195 msgid "Parts are trackable by default" msgstr "" -#: common/models.py:207 part/models.py:866 part/templates/part/detail.html:150 +#: common/models.py:201 part/models.py:866 part/templates/part/detail.html:150 #: templates/js/table_filters.js:29 msgid "Virtual" msgstr "" -#: common/models.py:208 +#: common/models.py:202 msgid "Parts are virtual by default" msgstr "" -#: common/models.py:214 +#: common/models.py:208 msgid "Show Quantity in Forms" msgstr "" -#: common/models.py:215 +#: common/models.py:209 msgid "Display available part quantity in some forms" msgstr "" -#: common/models.py:221 templates/stats.html:25 +#: common/models.py:215 templates/stats.html:25 msgid "Debug Mode" msgstr "" -#: common/models.py:222 +#: common/models.py:216 msgid "Generate reports in debug mode (HTML output)" msgstr "" -#: common/models.py:228 +#: common/models.py:222 msgid "Page Size" msgstr "" -#: common/models.py:229 +#: common/models.py:223 msgid "Default page size for PDF reports" msgstr "" -#: common/models.py:239 +#: common/models.py:233 msgid "Test Reports" msgstr "" -#: common/models.py:240 +#: common/models.py:234 msgid "Enable generation of test reports" msgstr "" -#: common/models.py:246 +#: common/models.py:240 msgid "Stock Expiry" msgstr "" -#: common/models.py:247 +#: common/models.py:241 msgid "Enable stock expiry functionality" msgstr "" -#: common/models.py:253 +#: common/models.py:247 msgid "Sell Expired Stock" msgstr "" -#: common/models.py:254 +#: common/models.py:248 msgid "Allow sale of expired stock" msgstr "" -#: common/models.py:260 +#: common/models.py:254 msgid "Stock Stale Time" msgstr "" -#: common/models.py:261 +#: common/models.py:255 msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:263 part/templates/part/detail.html:121 +#: common/models.py:257 part/templates/part/detail.html:121 msgid "days" msgstr "" -#: common/models.py:268 +#: common/models.py:262 msgid "Build Expired Stock" msgstr "" -#: common/models.py:269 +#: common/models.py:263 msgid "Allow building with expired stock" msgstr "" -#: common/models.py:275 +#: common/models.py:269 msgid "Stock Ownership Control" msgstr "" -#: common/models.py:276 +#: common/models.py:270 msgid "Enable ownership control over stock locations and items" msgstr "" -#: common/models.py:282 +#: common/models.py:276 msgid "Group by Part" msgstr "" -#: common/models.py:283 +#: common/models.py:277 msgid "Group stock items by part reference in table views" msgstr "" -#: common/models.py:289 +#: common/models.py:283 msgid "Recent Stock Count" msgstr "" -#: common/models.py:290 +#: common/models.py:284 msgid "Number of recent stock items to display on index page" msgstr "" -#: common/models.py:296 +#: common/models.py:290 msgid "Build Order Reference Prefix" msgstr "" -#: common/models.py:297 +#: common/models.py:291 msgid "Prefix value for build order reference" msgstr "" -#: common/models.py:302 +#: common/models.py:296 msgid "Build Order Reference Regex" msgstr "" -#: common/models.py:303 +#: common/models.py:297 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:307 +#: common/models.py:301 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:308 +#: common/models.py:302 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:313 +#: common/models.py:307 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:314 +#: common/models.py:308 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:537 +#: common/models.py:531 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:539 +#: common/models.py:533 msgid "Settings value" msgstr "" -#: common/models.py:574 +#: common/models.py:568 msgid "Must be an integer value" msgstr "" -#: common/models.py:597 +#: common/models.py:591 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:608 +#: common/models.py:602 msgid "Value must be an integer value" msgstr "" -#: common/models.py:631 +#: common/models.py:625 msgid "Key string must be unique" msgstr "" -#: common/models.py:712 company/forms.py:177 +#: common/models.py:706 company/forms.py:177 msgid "Price break quantity" msgstr "" -#: common/models.py:720 company/templates/company/supplier_part_pricing.html:82 +#: common/models.py:714 company/templates/company/supplier_part_pricing.html:82 #: part/templates/part/sale_prices.html:90 templates/js/bom.js:255 msgid "Price" msgstr "" -#: common/models.py:721 +#: common/models.py:715 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:810 +#: common/models.py:804 msgid "Default" msgstr "" @@ -6121,7 +6113,7 @@ msgstr "" msgid "Global InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/global.html:28 +#: templates/InvenTree/settings/global.html:27 msgid "Barcode Settings" msgstr "" diff --git a/InvenTree/locale/zh/LC_MESSAGES/django.po b/InvenTree/locale/zh/LC_MESSAGES/django.po index d3bb303530..354b74d0d0 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-05-24 23:49+0000\n" +"POT-Creation-Date: 2021-05-25 04:34+0000\n" "PO-Revision-Date: 2021-05-18 13:05\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" @@ -462,7 +462,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:31 common/models.py:711 +#: build/templates/build/detail.html:31 common/models.py:705 #: company/forms.py:176 company/templates/company/supplier_part_pricing.html:77 #: order/forms.py:188 order/forms.py:205 order/forms.py:240 order/forms.py:262 #: order/forms.py:279 order/models.py:614 order/models.py:815 @@ -1524,318 +1524,310 @@ msgid "Default currency" msgstr "" #: common/models.py:91 -msgid "fixer.io API key" -msgstr "" - -#: common/models.py:92 -msgid "API key for fixer.io currency conversion service" -msgstr "" - -#: common/models.py:97 msgid "Download from URL" msgstr "" -#: common/models.py:98 +#: common/models.py:92 msgid "Allow download of remote images and files from external URL" msgstr "" -#: common/models.py:104 +#: common/models.py:98 msgid "Barcode Support" msgstr "" -#: common/models.py:105 +#: common/models.py:99 msgid "Enable barcode scanner support" msgstr "" -#: common/models.py:111 +#: common/models.py:105 msgid "IPN Regex" msgstr "" -#: common/models.py:112 +#: common/models.py:106 msgid "Regular expression pattern for matching Part IPN" msgstr "" -#: common/models.py:116 +#: common/models.py:110 msgid "Allow Duplicate IPN" msgstr "" -#: common/models.py:117 +#: common/models.py:111 msgid "Allow multiple parts to share the same IPN" msgstr "" -#: common/models.py:123 +#: common/models.py:117 msgid "Allow Editing IPN" msgstr "" -#: common/models.py:124 +#: common/models.py:118 msgid "Allow changing the IPN value while editing a part" msgstr "" -#: common/models.py:130 +#: common/models.py:124 msgid "Copy Part BOM Data" msgstr "" -#: common/models.py:131 +#: common/models.py:125 msgid "Copy BOM data by default when duplicating a part" msgstr "" -#: common/models.py:137 +#: common/models.py:131 msgid "Copy Part Parameter Data" msgstr "" -#: common/models.py:138 +#: common/models.py:132 msgid "Copy parameter data by default when duplicating a part" msgstr "" -#: common/models.py:144 +#: common/models.py:138 msgid "Copy Part Test Data" msgstr "" -#: common/models.py:145 +#: common/models.py:139 msgid "Copy test data by default when duplicating a part" msgstr "" -#: common/models.py:151 +#: common/models.py:145 msgid "Copy Category Parameter Templates" msgstr "" -#: common/models.py:152 +#: common/models.py:146 msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:158 +#: common/models.py:152 msgid "Recent Part Count" msgstr "" -#: common/models.py:159 +#: common/models.py:153 msgid "Number of recent parts to display on index page" msgstr "" -#: common/models.py:165 part/models.py:2117 part/templates/part/detail.html:160 +#: common/models.py:159 part/models.py:2117 part/templates/part/detail.html:160 #: report/models.py:185 stock/forms.py:259 templates/js/table_filters.js:25 #: templates/js/table_filters.js:311 msgid "Template" msgstr "" -#: common/models.py:166 +#: common/models.py:160 msgid "Parts are templates by default" msgstr "" -#: common/models.py:172 part/models.py:834 part/templates/part/detail.html:170 +#: common/models.py:166 part/models.py:834 part/templates/part/detail.html:170 #: templates/js/table_filters.js:124 templates/js/table_filters.js:323 msgid "Assembly" msgstr "" -#: common/models.py:173 +#: common/models.py:167 msgid "Parts can be assembled from other components by default" msgstr "" -#: common/models.py:179 part/models.py:840 part/templates/part/detail.html:180 +#: common/models.py:173 part/models.py:840 part/templates/part/detail.html:180 #: templates/js/table_filters.js:327 msgid "Component" msgstr "" -#: common/models.py:180 +#: common/models.py:174 msgid "Parts can be used as sub-components by default" msgstr "" -#: common/models.py:186 part/models.py:851 part/templates/part/detail.html:200 +#: common/models.py:180 part/models.py:851 part/templates/part/detail.html:200 msgid "Purchaseable" msgstr "" -#: common/models.py:187 +#: common/models.py:181 msgid "Parts are purchaseable by default" msgstr "" -#: common/models.py:193 part/models.py:856 part/templates/part/detail.html:210 +#: common/models.py:187 part/models.py:856 part/templates/part/detail.html:210 #: templates/js/table_filters.js:335 msgid "Salable" msgstr "" -#: common/models.py:194 +#: common/models.py:188 msgid "Parts are salable by default" msgstr "" -#: common/models.py:200 part/models.py:846 part/templates/part/detail.html:190 +#: common/models.py:194 part/models.py:846 part/templates/part/detail.html:190 #: templates/js/table_filters.js:33 templates/js/table_filters.js:339 msgid "Trackable" msgstr "" -#: common/models.py:201 +#: common/models.py:195 msgid "Parts are trackable by default" msgstr "" -#: common/models.py:207 part/models.py:866 part/templates/part/detail.html:150 +#: common/models.py:201 part/models.py:866 part/templates/part/detail.html:150 #: templates/js/table_filters.js:29 msgid "Virtual" msgstr "" -#: common/models.py:208 +#: common/models.py:202 msgid "Parts are virtual by default" msgstr "" -#: common/models.py:214 +#: common/models.py:208 msgid "Show Quantity in Forms" msgstr "" -#: common/models.py:215 +#: common/models.py:209 msgid "Display available part quantity in some forms" msgstr "" -#: common/models.py:221 templates/stats.html:25 +#: common/models.py:215 templates/stats.html:25 msgid "Debug Mode" msgstr "" -#: common/models.py:222 +#: common/models.py:216 msgid "Generate reports in debug mode (HTML output)" msgstr "" -#: common/models.py:228 +#: common/models.py:222 msgid "Page Size" msgstr "" -#: common/models.py:229 +#: common/models.py:223 msgid "Default page size for PDF reports" msgstr "" -#: common/models.py:239 +#: common/models.py:233 msgid "Test Reports" msgstr "" -#: common/models.py:240 +#: common/models.py:234 msgid "Enable generation of test reports" msgstr "" -#: common/models.py:246 +#: common/models.py:240 msgid "Stock Expiry" msgstr "" -#: common/models.py:247 +#: common/models.py:241 msgid "Enable stock expiry functionality" msgstr "" -#: common/models.py:253 +#: common/models.py:247 msgid "Sell Expired Stock" msgstr "" -#: common/models.py:254 +#: common/models.py:248 msgid "Allow sale of expired stock" msgstr "" -#: common/models.py:260 +#: common/models.py:254 msgid "Stock Stale Time" msgstr "" -#: common/models.py:261 +#: common/models.py:255 msgid "Number of days stock items are considered stale before expiring" msgstr "" -#: common/models.py:263 part/templates/part/detail.html:121 +#: common/models.py:257 part/templates/part/detail.html:121 msgid "days" msgstr "" -#: common/models.py:268 +#: common/models.py:262 msgid "Build Expired Stock" msgstr "" -#: common/models.py:269 +#: common/models.py:263 msgid "Allow building with expired stock" msgstr "" -#: common/models.py:275 +#: common/models.py:269 msgid "Stock Ownership Control" msgstr "" -#: common/models.py:276 +#: common/models.py:270 msgid "Enable ownership control over stock locations and items" msgstr "" -#: common/models.py:282 +#: common/models.py:276 msgid "Group by Part" msgstr "" -#: common/models.py:283 +#: common/models.py:277 msgid "Group stock items by part reference in table views" msgstr "" -#: common/models.py:289 +#: common/models.py:283 msgid "Recent Stock Count" msgstr "" -#: common/models.py:290 +#: common/models.py:284 msgid "Number of recent stock items to display on index page" msgstr "" -#: common/models.py:296 +#: common/models.py:290 msgid "Build Order Reference Prefix" msgstr "" -#: common/models.py:297 +#: common/models.py:291 msgid "Prefix value for build order reference" msgstr "" -#: common/models.py:302 +#: common/models.py:296 msgid "Build Order Reference Regex" msgstr "" -#: common/models.py:303 +#: common/models.py:297 msgid "Regular expression pattern for matching build order reference" msgstr "" -#: common/models.py:307 +#: common/models.py:301 msgid "Sales Order Reference Prefix" msgstr "" -#: common/models.py:308 +#: common/models.py:302 msgid "Prefix value for sales order reference" msgstr "" -#: common/models.py:313 +#: common/models.py:307 msgid "Purchase Order Reference Prefix" msgstr "" -#: common/models.py:314 +#: common/models.py:308 msgid "Prefix value for purchase order reference" msgstr "" -#: common/models.py:537 +#: common/models.py:531 msgid "Settings key (must be unique - case insensitive" msgstr "" -#: common/models.py:539 +#: common/models.py:533 msgid "Settings value" msgstr "" -#: common/models.py:574 +#: common/models.py:568 msgid "Must be an integer value" msgstr "" -#: common/models.py:597 +#: common/models.py:591 msgid "Value must be a boolean value" msgstr "" -#: common/models.py:608 +#: common/models.py:602 msgid "Value must be an integer value" msgstr "" -#: common/models.py:631 +#: common/models.py:625 msgid "Key string must be unique" msgstr "" -#: common/models.py:712 company/forms.py:177 +#: common/models.py:706 company/forms.py:177 msgid "Price break quantity" msgstr "" -#: common/models.py:720 company/templates/company/supplier_part_pricing.html:82 +#: common/models.py:714 company/templates/company/supplier_part_pricing.html:82 #: part/templates/part/sale_prices.html:90 templates/js/bom.js:255 msgid "Price" msgstr "" -#: common/models.py:721 +#: common/models.py:715 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:810 +#: common/models.py:804 msgid "Default" msgstr "" @@ -6121,7 +6113,7 @@ msgstr "" msgid "Global InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/global.html:28 +#: templates/InvenTree/settings/global.html:27 msgid "Barcode Settings" msgstr ""