From c17e586241df42c5bc7bcf966d87ee52593deed0 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 16 May 2021 22:53:54 +0000
Subject: [PATCH] updated translation base
---
InvenTree/locale/de/LC_MESSAGES/django.po | 46 ++++++++++++++---------
InvenTree/locale/en/LC_MESSAGES/django.po | 44 +++++++++++++---------
InvenTree/locale/es/LC_MESSAGES/django.po | 44 +++++++++++++---------
InvenTree/locale/fr/LC_MESSAGES/django.po | 44 +++++++++++++---------
InvenTree/locale/it/LC_MESSAGES/django.po | 44 +++++++++++++---------
InvenTree/locale/ja/LC_MESSAGES/django.po | 44 +++++++++++++---------
InvenTree/locale/pl/LC_MESSAGES/django.po | 46 ++++++++++++++---------
InvenTree/locale/ru/LC_MESSAGES/django.po | 44 +++++++++++++---------
InvenTree/locale/tr/LC_MESSAGES/django.po | 44 +++++++++++++---------
InvenTree/locale/zh/LC_MESSAGES/django.po | 44 +++++++++++++---------
10 files changed, 264 insertions(+), 180 deletions(-)
diff --git a/InvenTree/locale/de/LC_MESSAGES/django.po b/InvenTree/locale/de/LC_MESSAGES/django.po
index 9de557982a..5420e89518 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-14 21:51+0000\n"
+"POT-Creation-Date: 2021-05-16 22:53+0000\n"
"PO-Revision-Date: 2021-05-13 04:17\n"
"Last-Translator: \n"
"Language-Team: German\n"
@@ -171,23 +171,23 @@ msgstr "Beschreibung (optional)"
msgid "parent"
msgstr "Eltern"
-#: InvenTree/settings.py:496
+#: InvenTree/settings.py:501
msgid "English"
msgstr "Englisch"
-#: InvenTree/settings.py:497
+#: InvenTree/settings.py:502
msgid "French"
msgstr "Französisch"
-#: InvenTree/settings.py:498
+#: InvenTree/settings.py:503
msgid "German"
msgstr "Deutsch"
-#: InvenTree/settings.py:499
+#: InvenTree/settings.py:504
msgid "Polish"
msgstr "Polnisch"
-#: InvenTree/settings.py:500
+#: InvenTree/settings.py:505
msgid "Turkish"
msgstr "Türkisch"
@@ -2393,7 +2393,7 @@ msgstr "Zuliefererteile"
#: stock/templates/stock/location_navbar.html:22
#: stock/templates/stock/location_navbar.html:29
#: templates/InvenTree/search.html:198 templates/js/stock.js:968
-#: templates/stats.html:85 templates/stats.html:94 users/models.py:42
+#: templates/stats.html:93 templates/stats.html:102 users/models.py:42
msgid "Stock Items"
msgstr "Teilbestand"
@@ -3204,7 +3204,7 @@ msgstr "Ausstehende Teile für %(order)s - %(desc)s empfangen"
#: part/templates/part/category_partlist.html:10
#: templates/InvenTree/index.html:97 templates/InvenTree/search.html:114
#: templates/InvenTree/settings/tabs.html:25 templates/js/part.js:577
-#: templates/navbar.html:23 templates/stats.html:72 templates/stats.html:81
+#: templates/navbar.html:23 templates/stats.html:80 templates/stats.html:89
#: users/models.py:40
msgid "Parts"
msgstr "Teile"
@@ -3737,7 +3737,7 @@ msgstr "Teil-Kategorie"
#: part/models.py:83 part/templates/part/category.html:23
#: part/templates/part/category.html:94 part/templates/part/category.html:141
-#: templates/InvenTree/search.html:127 templates/stats.html:76
+#: templates/InvenTree/search.html:127 templates/stats.html:84
#: users/models.py:39
msgid "Part Categories"
msgstr "Teil-Kategorien"
@@ -4786,7 +4786,7 @@ msgstr "Neue Variante anlegen"
msgid "New Variant"
msgstr "neue Variante anlegen"
-#: part/templatetags/inventree_extras.py:90
+#: part/templatetags/inventree_extras.py:97
msgid "Unknown database"
msgstr ""
@@ -5692,7 +5692,7 @@ msgid "Stock Details"
msgstr "Objekt-Details"
#: stock/templates/stock/location.html:117 templates/InvenTree/search.html:279
-#: templates/stats.html:89 users/models.py:41
+#: templates/stats.html:97 users/models.py:41
msgid "Stock Locations"
msgstr "Bestand-Lagerorte"
@@ -7331,31 +7331,41 @@ msgstr "Wert"
msgid "Server is running in debug mode"
msgstr ""
-#: templates/stats.html:32
+#: templates/stats.html:33
+#, fuzzy
+#| msgid "Debug Mode"
+msgid "Docker Mode"
+msgstr "Entwickler-Modus"
+
+#: templates/stats.html:34
+msgid "Server is deployed using docker"
+msgstr ""
+
+#: templates/stats.html:40
msgid "Server status"
msgstr "Serverstatus"
-#: templates/stats.html:35
+#: templates/stats.html:43
msgid "Healthy"
msgstr "Gesund"
-#: templates/stats.html:37
+#: templates/stats.html:45
msgid "Issues detected"
msgstr "Probleme erkannt"
-#: templates/stats.html:44
+#: templates/stats.html:52
msgid "Background Worker"
msgstr "Hintergrund-Prozess"
-#: templates/stats.html:47
+#: templates/stats.html:55
msgid "Background worker not running"
msgstr "Hintergrund-Prozess läuft nicht"
-#: templates/stats.html:55
+#: templates/stats.html:63
msgid "Email Settings"
msgstr "E-Mail-Einstellungen"
-#: templates/stats.html:58
+#: templates/stats.html:66
msgid "Email settings not configured"
msgstr "E-Mail-Einstellungen nicht konfiguriert"
diff --git a/InvenTree/locale/en/LC_MESSAGES/django.po b/InvenTree/locale/en/LC_MESSAGES/django.po
index 7c13d6402a..f525d9704c 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-14 21:51+0000\n"
+"POT-Creation-Date: 2021-05-16 22:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -172,23 +172,23 @@ msgstr ""
msgid "parent"
msgstr ""
-#: InvenTree/settings.py:496
+#: InvenTree/settings.py:501
msgid "English"
msgstr ""
-#: InvenTree/settings.py:497
+#: InvenTree/settings.py:502
msgid "French"
msgstr ""
-#: InvenTree/settings.py:498
+#: InvenTree/settings.py:503
msgid "German"
msgstr ""
-#: InvenTree/settings.py:499
+#: InvenTree/settings.py:504
msgid "Polish"
msgstr ""
-#: InvenTree/settings.py:500
+#: InvenTree/settings.py:505
msgid "Turkish"
msgstr ""
@@ -2392,7 +2392,7 @@ msgstr ""
#: stock/templates/stock/location_navbar.html:22
#: stock/templates/stock/location_navbar.html:29
#: templates/InvenTree/search.html:198 templates/js/stock.js:968
-#: templates/stats.html:85 templates/stats.html:94 users/models.py:42
+#: templates/stats.html:93 templates/stats.html:102 users/models.py:42
msgid "Stock Items"
msgstr ""
@@ -3203,7 +3203,7 @@ msgstr ""
#: part/templates/part/category_partlist.html:10
#: templates/InvenTree/index.html:97 templates/InvenTree/search.html:114
#: templates/InvenTree/settings/tabs.html:25 templates/js/part.js:577
-#: templates/navbar.html:23 templates/stats.html:72 templates/stats.html:81
+#: templates/navbar.html:23 templates/stats.html:80 templates/stats.html:89
#: users/models.py:40
msgid "Parts"
msgstr ""
@@ -3736,7 +3736,7 @@ msgstr ""
#: part/models.py:83 part/templates/part/category.html:23
#: part/templates/part/category.html:94 part/templates/part/category.html:141
-#: templates/InvenTree/search.html:127 templates/stats.html:76
+#: templates/InvenTree/search.html:127 templates/stats.html:84
#: users/models.py:39
msgid "Part Categories"
msgstr ""
@@ -4785,7 +4785,7 @@ msgstr ""
msgid "New Variant"
msgstr ""
-#: part/templatetags/inventree_extras.py:90
+#: part/templatetags/inventree_extras.py:97
msgid "Unknown database"
msgstr ""
@@ -5691,7 +5691,7 @@ msgid "Stock Details"
msgstr ""
#: stock/templates/stock/location.html:117 templates/InvenTree/search.html:279
-#: templates/stats.html:89 users/models.py:41
+#: templates/stats.html:97 users/models.py:41
msgid "Stock Locations"
msgstr ""
@@ -7324,31 +7324,39 @@ msgstr ""
msgid "Server is running in debug mode"
msgstr ""
-#: templates/stats.html:32
+#: templates/stats.html:33
+msgid "Docker Mode"
+msgstr ""
+
+#: templates/stats.html:34
+msgid "Server is deployed using docker"
+msgstr ""
+
+#: templates/stats.html:40
msgid "Server status"
msgstr ""
-#: templates/stats.html:35
+#: templates/stats.html:43
msgid "Healthy"
msgstr ""
-#: templates/stats.html:37
+#: templates/stats.html:45
msgid "Issues detected"
msgstr ""
-#: templates/stats.html:44
+#: templates/stats.html:52
msgid "Background Worker"
msgstr ""
-#: templates/stats.html:47
+#: templates/stats.html:55
msgid "Background worker not running"
msgstr ""
-#: templates/stats.html:55
+#: templates/stats.html:63
msgid "Email Settings"
msgstr ""
-#: templates/stats.html:58
+#: templates/stats.html:66
msgid "Email settings not configured"
msgstr ""
diff --git a/InvenTree/locale/es/LC_MESSAGES/django.po b/InvenTree/locale/es/LC_MESSAGES/django.po
index dc33af57e7..dd63f15654 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-14 21:51+0000\n"
+"POT-Creation-Date: 2021-05-16 22:53+0000\n"
"PO-Revision-Date: 2021-05-13 04:17\n"
"Last-Translator: \n"
"Language-Team: Spanish\n"
@@ -171,23 +171,23 @@ msgstr ""
msgid "parent"
msgstr ""
-#: InvenTree/settings.py:496
+#: InvenTree/settings.py:501
msgid "English"
msgstr "Inglés"
-#: InvenTree/settings.py:497
+#: InvenTree/settings.py:502
msgid "French"
msgstr "Francés"
-#: InvenTree/settings.py:498
+#: InvenTree/settings.py:503
msgid "German"
msgstr "Alemán"
-#: InvenTree/settings.py:499
+#: InvenTree/settings.py:504
msgid "Polish"
msgstr "Polaco"
-#: InvenTree/settings.py:500
+#: InvenTree/settings.py:505
msgid "Turkish"
msgstr "Turco"
@@ -2391,7 +2391,7 @@ msgstr ""
#: stock/templates/stock/location_navbar.html:22
#: stock/templates/stock/location_navbar.html:29
#: templates/InvenTree/search.html:198 templates/js/stock.js:968
-#: templates/stats.html:85 templates/stats.html:94 users/models.py:42
+#: templates/stats.html:93 templates/stats.html:102 users/models.py:42
msgid "Stock Items"
msgstr ""
@@ -3202,7 +3202,7 @@ msgstr ""
#: part/templates/part/category_partlist.html:10
#: templates/InvenTree/index.html:97 templates/InvenTree/search.html:114
#: templates/InvenTree/settings/tabs.html:25 templates/js/part.js:577
-#: templates/navbar.html:23 templates/stats.html:72 templates/stats.html:81
+#: templates/navbar.html:23 templates/stats.html:80 templates/stats.html:89
#: users/models.py:40
msgid "Parts"
msgstr ""
@@ -3735,7 +3735,7 @@ msgstr ""
#: part/models.py:83 part/templates/part/category.html:23
#: part/templates/part/category.html:94 part/templates/part/category.html:141
-#: templates/InvenTree/search.html:127 templates/stats.html:76
+#: templates/InvenTree/search.html:127 templates/stats.html:84
#: users/models.py:39
msgid "Part Categories"
msgstr ""
@@ -4784,7 +4784,7 @@ msgstr ""
msgid "New Variant"
msgstr ""
-#: part/templatetags/inventree_extras.py:90
+#: part/templatetags/inventree_extras.py:97
msgid "Unknown database"
msgstr ""
@@ -5690,7 +5690,7 @@ msgid "Stock Details"
msgstr ""
#: stock/templates/stock/location.html:117 templates/InvenTree/search.html:279
-#: templates/stats.html:89 users/models.py:41
+#: templates/stats.html:97 users/models.py:41
msgid "Stock Locations"
msgstr ""
@@ -7323,31 +7323,39 @@ msgstr ""
msgid "Server is running in debug mode"
msgstr ""
-#: templates/stats.html:32
+#: templates/stats.html:33
+msgid "Docker Mode"
+msgstr ""
+
+#: templates/stats.html:34
+msgid "Server is deployed using docker"
+msgstr ""
+
+#: templates/stats.html:40
msgid "Server status"
msgstr ""
-#: templates/stats.html:35
+#: templates/stats.html:43
msgid "Healthy"
msgstr ""
-#: templates/stats.html:37
+#: templates/stats.html:45
msgid "Issues detected"
msgstr ""
-#: templates/stats.html:44
+#: templates/stats.html:52
msgid "Background Worker"
msgstr ""
-#: templates/stats.html:47
+#: templates/stats.html:55
msgid "Background worker not running"
msgstr ""
-#: templates/stats.html:55
+#: templates/stats.html:63
msgid "Email Settings"
msgstr ""
-#: templates/stats.html:58
+#: templates/stats.html:66
msgid "Email settings not configured"
msgstr ""
diff --git a/InvenTree/locale/fr/LC_MESSAGES/django.po b/InvenTree/locale/fr/LC_MESSAGES/django.po
index a2c9e22d0e..b27a4ac692 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-14 21:51+0000\n"
+"POT-Creation-Date: 2021-05-16 22:53+0000\n"
"PO-Revision-Date: 2021-05-13 04:17\n"
"Last-Translator: \n"
"Language-Team: French\n"
@@ -171,23 +171,23 @@ msgstr "Description (facultative)"
msgid "parent"
msgstr "parent"
-#: InvenTree/settings.py:496
+#: InvenTree/settings.py:501
msgid "English"
msgstr ""
-#: InvenTree/settings.py:497
+#: InvenTree/settings.py:502
msgid "French"
msgstr ""
-#: InvenTree/settings.py:498
+#: InvenTree/settings.py:503
msgid "German"
msgstr ""
-#: InvenTree/settings.py:499
+#: InvenTree/settings.py:504
msgid "Polish"
msgstr ""
-#: InvenTree/settings.py:500
+#: InvenTree/settings.py:505
msgid "Turkish"
msgstr ""
@@ -2391,7 +2391,7 @@ msgstr ""
#: stock/templates/stock/location_navbar.html:22
#: stock/templates/stock/location_navbar.html:29
#: templates/InvenTree/search.html:198 templates/js/stock.js:968
-#: templates/stats.html:85 templates/stats.html:94 users/models.py:42
+#: templates/stats.html:93 templates/stats.html:102 users/models.py:42
msgid "Stock Items"
msgstr ""
@@ -3202,7 +3202,7 @@ msgstr ""
#: part/templates/part/category_partlist.html:10
#: templates/InvenTree/index.html:97 templates/InvenTree/search.html:114
#: templates/InvenTree/settings/tabs.html:25 templates/js/part.js:577
-#: templates/navbar.html:23 templates/stats.html:72 templates/stats.html:81
+#: templates/navbar.html:23 templates/stats.html:80 templates/stats.html:89
#: users/models.py:40
msgid "Parts"
msgstr ""
@@ -3735,7 +3735,7 @@ msgstr ""
#: part/models.py:83 part/templates/part/category.html:23
#: part/templates/part/category.html:94 part/templates/part/category.html:141
-#: templates/InvenTree/search.html:127 templates/stats.html:76
+#: templates/InvenTree/search.html:127 templates/stats.html:84
#: users/models.py:39
msgid "Part Categories"
msgstr ""
@@ -4784,7 +4784,7 @@ msgstr ""
msgid "New Variant"
msgstr ""
-#: part/templatetags/inventree_extras.py:90
+#: part/templatetags/inventree_extras.py:97
msgid "Unknown database"
msgstr ""
@@ -5690,7 +5690,7 @@ msgid "Stock Details"
msgstr ""
#: stock/templates/stock/location.html:117 templates/InvenTree/search.html:279
-#: templates/stats.html:89 users/models.py:41
+#: templates/stats.html:97 users/models.py:41
msgid "Stock Locations"
msgstr ""
@@ -7323,31 +7323,39 @@ msgstr ""
msgid "Server is running in debug mode"
msgstr ""
-#: templates/stats.html:32
+#: templates/stats.html:33
+msgid "Docker Mode"
+msgstr ""
+
+#: templates/stats.html:34
+msgid "Server is deployed using docker"
+msgstr ""
+
+#: templates/stats.html:40
msgid "Server status"
msgstr ""
-#: templates/stats.html:35
+#: templates/stats.html:43
msgid "Healthy"
msgstr ""
-#: templates/stats.html:37
+#: templates/stats.html:45
msgid "Issues detected"
msgstr ""
-#: templates/stats.html:44
+#: templates/stats.html:52
msgid "Background Worker"
msgstr ""
-#: templates/stats.html:47
+#: templates/stats.html:55
msgid "Background worker not running"
msgstr ""
-#: templates/stats.html:55
+#: templates/stats.html:63
msgid "Email Settings"
msgstr ""
-#: templates/stats.html:58
+#: templates/stats.html:66
msgid "Email settings not configured"
msgstr ""
diff --git a/InvenTree/locale/it/LC_MESSAGES/django.po b/InvenTree/locale/it/LC_MESSAGES/django.po
index 212b5bfcd9..794060299e 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-14 21:51+0000\n"
+"POT-Creation-Date: 2021-05-16 22:53+0000\n"
"PO-Revision-Date: 2021-05-13 04:17\n"
"Last-Translator: \n"
"Language-Team: Italian\n"
@@ -171,23 +171,23 @@ msgstr ""
msgid "parent"
msgstr ""
-#: InvenTree/settings.py:496
+#: InvenTree/settings.py:501
msgid "English"
msgstr ""
-#: InvenTree/settings.py:497
+#: InvenTree/settings.py:502
msgid "French"
msgstr ""
-#: InvenTree/settings.py:498
+#: InvenTree/settings.py:503
msgid "German"
msgstr ""
-#: InvenTree/settings.py:499
+#: InvenTree/settings.py:504
msgid "Polish"
msgstr ""
-#: InvenTree/settings.py:500
+#: InvenTree/settings.py:505
msgid "Turkish"
msgstr ""
@@ -2391,7 +2391,7 @@ msgstr ""
#: stock/templates/stock/location_navbar.html:22
#: stock/templates/stock/location_navbar.html:29
#: templates/InvenTree/search.html:198 templates/js/stock.js:968
-#: templates/stats.html:85 templates/stats.html:94 users/models.py:42
+#: templates/stats.html:93 templates/stats.html:102 users/models.py:42
msgid "Stock Items"
msgstr ""
@@ -3202,7 +3202,7 @@ msgstr ""
#: part/templates/part/category_partlist.html:10
#: templates/InvenTree/index.html:97 templates/InvenTree/search.html:114
#: templates/InvenTree/settings/tabs.html:25 templates/js/part.js:577
-#: templates/navbar.html:23 templates/stats.html:72 templates/stats.html:81
+#: templates/navbar.html:23 templates/stats.html:80 templates/stats.html:89
#: users/models.py:40
msgid "Parts"
msgstr ""
@@ -3735,7 +3735,7 @@ msgstr ""
#: part/models.py:83 part/templates/part/category.html:23
#: part/templates/part/category.html:94 part/templates/part/category.html:141
-#: templates/InvenTree/search.html:127 templates/stats.html:76
+#: templates/InvenTree/search.html:127 templates/stats.html:84
#: users/models.py:39
msgid "Part Categories"
msgstr ""
@@ -4784,7 +4784,7 @@ msgstr ""
msgid "New Variant"
msgstr ""
-#: part/templatetags/inventree_extras.py:90
+#: part/templatetags/inventree_extras.py:97
msgid "Unknown database"
msgstr ""
@@ -5690,7 +5690,7 @@ msgid "Stock Details"
msgstr ""
#: stock/templates/stock/location.html:117 templates/InvenTree/search.html:279
-#: templates/stats.html:89 users/models.py:41
+#: templates/stats.html:97 users/models.py:41
msgid "Stock Locations"
msgstr ""
@@ -7323,31 +7323,39 @@ msgstr ""
msgid "Server is running in debug mode"
msgstr ""
-#: templates/stats.html:32
+#: templates/stats.html:33
+msgid "Docker Mode"
+msgstr ""
+
+#: templates/stats.html:34
+msgid "Server is deployed using docker"
+msgstr ""
+
+#: templates/stats.html:40
msgid "Server status"
msgstr ""
-#: templates/stats.html:35
+#: templates/stats.html:43
msgid "Healthy"
msgstr ""
-#: templates/stats.html:37
+#: templates/stats.html:45
msgid "Issues detected"
msgstr ""
-#: templates/stats.html:44
+#: templates/stats.html:52
msgid "Background Worker"
msgstr ""
-#: templates/stats.html:47
+#: templates/stats.html:55
msgid "Background worker not running"
msgstr ""
-#: templates/stats.html:55
+#: templates/stats.html:63
msgid "Email Settings"
msgstr ""
-#: templates/stats.html:58
+#: templates/stats.html:66
msgid "Email settings not configured"
msgstr ""
diff --git a/InvenTree/locale/ja/LC_MESSAGES/django.po b/InvenTree/locale/ja/LC_MESSAGES/django.po
index bef3322c15..a108093105 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-14 21:51+0000\n"
+"POT-Creation-Date: 2021-05-16 22:53+0000\n"
"PO-Revision-Date: 2021-05-13 04:17\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
@@ -171,23 +171,23 @@ msgstr ""
msgid "parent"
msgstr ""
-#: InvenTree/settings.py:496
+#: InvenTree/settings.py:501
msgid "English"
msgstr ""
-#: InvenTree/settings.py:497
+#: InvenTree/settings.py:502
msgid "French"
msgstr ""
-#: InvenTree/settings.py:498
+#: InvenTree/settings.py:503
msgid "German"
msgstr ""
-#: InvenTree/settings.py:499
+#: InvenTree/settings.py:504
msgid "Polish"
msgstr ""
-#: InvenTree/settings.py:500
+#: InvenTree/settings.py:505
msgid "Turkish"
msgstr ""
@@ -2391,7 +2391,7 @@ msgstr ""
#: stock/templates/stock/location_navbar.html:22
#: stock/templates/stock/location_navbar.html:29
#: templates/InvenTree/search.html:198 templates/js/stock.js:968
-#: templates/stats.html:85 templates/stats.html:94 users/models.py:42
+#: templates/stats.html:93 templates/stats.html:102 users/models.py:42
msgid "Stock Items"
msgstr ""
@@ -3202,7 +3202,7 @@ msgstr ""
#: part/templates/part/category_partlist.html:10
#: templates/InvenTree/index.html:97 templates/InvenTree/search.html:114
#: templates/InvenTree/settings/tabs.html:25 templates/js/part.js:577
-#: templates/navbar.html:23 templates/stats.html:72 templates/stats.html:81
+#: templates/navbar.html:23 templates/stats.html:80 templates/stats.html:89
#: users/models.py:40
msgid "Parts"
msgstr ""
@@ -3735,7 +3735,7 @@ msgstr ""
#: part/models.py:83 part/templates/part/category.html:23
#: part/templates/part/category.html:94 part/templates/part/category.html:141
-#: templates/InvenTree/search.html:127 templates/stats.html:76
+#: templates/InvenTree/search.html:127 templates/stats.html:84
#: users/models.py:39
msgid "Part Categories"
msgstr ""
@@ -4784,7 +4784,7 @@ msgstr ""
msgid "New Variant"
msgstr ""
-#: part/templatetags/inventree_extras.py:90
+#: part/templatetags/inventree_extras.py:97
msgid "Unknown database"
msgstr ""
@@ -5690,7 +5690,7 @@ msgid "Stock Details"
msgstr ""
#: stock/templates/stock/location.html:117 templates/InvenTree/search.html:279
-#: templates/stats.html:89 users/models.py:41
+#: templates/stats.html:97 users/models.py:41
msgid "Stock Locations"
msgstr ""
@@ -7323,31 +7323,39 @@ msgstr ""
msgid "Server is running in debug mode"
msgstr ""
-#: templates/stats.html:32
+#: templates/stats.html:33
+msgid "Docker Mode"
+msgstr ""
+
+#: templates/stats.html:34
+msgid "Server is deployed using docker"
+msgstr ""
+
+#: templates/stats.html:40
msgid "Server status"
msgstr ""
-#: templates/stats.html:35
+#: templates/stats.html:43
msgid "Healthy"
msgstr ""
-#: templates/stats.html:37
+#: templates/stats.html:45
msgid "Issues detected"
msgstr ""
-#: templates/stats.html:44
+#: templates/stats.html:52
msgid "Background Worker"
msgstr ""
-#: templates/stats.html:47
+#: templates/stats.html:55
msgid "Background worker not running"
msgstr ""
-#: templates/stats.html:55
+#: templates/stats.html:63
msgid "Email Settings"
msgstr ""
-#: templates/stats.html:58
+#: templates/stats.html:66
msgid "Email settings not configured"
msgstr ""
diff --git a/InvenTree/locale/pl/LC_MESSAGES/django.po b/InvenTree/locale/pl/LC_MESSAGES/django.po
index 29de279f0e..83b1ba9baa 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-14 21:51+0000\n"
+"POT-Creation-Date: 2021-05-16 22:53+0000\n"
"PO-Revision-Date: 2021-05-13 04:17\n"
"Last-Translator: \n"
"Language-Team: Polish\n"
@@ -171,23 +171,23 @@ msgstr "Opis (opcjonalny)"
msgid "parent"
msgstr "nadrzędny"
-#: InvenTree/settings.py:496
+#: InvenTree/settings.py:501
msgid "English"
msgstr "Angielski"
-#: InvenTree/settings.py:497
+#: InvenTree/settings.py:502
msgid "French"
msgstr "Francuski"
-#: InvenTree/settings.py:498
+#: InvenTree/settings.py:503
msgid "German"
msgstr "Niemiecki"
-#: InvenTree/settings.py:499
+#: InvenTree/settings.py:504
msgid "Polish"
msgstr "Polski"
-#: InvenTree/settings.py:500
+#: InvenTree/settings.py:505
msgid "Turkish"
msgstr "Turecki"
@@ -2391,7 +2391,7 @@ msgstr "Dostarczone części"
#: stock/templates/stock/location_navbar.html:22
#: stock/templates/stock/location_navbar.html:29
#: templates/InvenTree/search.html:198 templates/js/stock.js:968
-#: templates/stats.html:85 templates/stats.html:94 users/models.py:42
+#: templates/stats.html:93 templates/stats.html:102 users/models.py:42
msgid "Stock Items"
msgstr ""
@@ -3202,7 +3202,7 @@ msgstr ""
#: part/templates/part/category_partlist.html:10
#: templates/InvenTree/index.html:97 templates/InvenTree/search.html:114
#: templates/InvenTree/settings/tabs.html:25 templates/js/part.js:577
-#: templates/navbar.html:23 templates/stats.html:72 templates/stats.html:81
+#: templates/navbar.html:23 templates/stats.html:80 templates/stats.html:89
#: users/models.py:40
msgid "Parts"
msgstr "Części"
@@ -3735,7 +3735,7 @@ msgstr ""
#: part/models.py:83 part/templates/part/category.html:23
#: part/templates/part/category.html:94 part/templates/part/category.html:141
-#: templates/InvenTree/search.html:127 templates/stats.html:76
+#: templates/InvenTree/search.html:127 templates/stats.html:84
#: users/models.py:39
msgid "Part Categories"
msgstr ""
@@ -4784,7 +4784,7 @@ msgstr ""
msgid "New Variant"
msgstr ""
-#: part/templatetags/inventree_extras.py:90
+#: part/templatetags/inventree_extras.py:97
msgid "Unknown database"
msgstr ""
@@ -5690,7 +5690,7 @@ msgid "Stock Details"
msgstr ""
#: stock/templates/stock/location.html:117 templates/InvenTree/search.html:279
-#: templates/stats.html:89 users/models.py:41
+#: templates/stats.html:97 users/models.py:41
msgid "Stock Locations"
msgstr ""
@@ -7325,31 +7325,41 @@ msgstr "Dane"
msgid "Server is running in debug mode"
msgstr ""
-#: templates/stats.html:32
+#: templates/stats.html:33
+#, fuzzy
+#| msgid "Debug Mode"
+msgid "Docker Mode"
+msgstr "Tryb Debugowania"
+
+#: templates/stats.html:34
+msgid "Server is deployed using docker"
+msgstr ""
+
+#: templates/stats.html:40
msgid "Server status"
msgstr ""
-#: templates/stats.html:35
+#: templates/stats.html:43
msgid "Healthy"
msgstr ""
-#: templates/stats.html:37
+#: templates/stats.html:45
msgid "Issues detected"
msgstr ""
-#: templates/stats.html:44
+#: templates/stats.html:52
msgid "Background Worker"
msgstr ""
-#: templates/stats.html:47
+#: templates/stats.html:55
msgid "Background worker not running"
msgstr ""
-#: templates/stats.html:55
+#: templates/stats.html:63
msgid "Email Settings"
msgstr ""
-#: templates/stats.html:58
+#: templates/stats.html:66
msgid "Email settings not configured"
msgstr ""
diff --git a/InvenTree/locale/ru/LC_MESSAGES/django.po b/InvenTree/locale/ru/LC_MESSAGES/django.po
index c096501877..c1ba81ed68 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-14 21:51+0000\n"
+"POT-Creation-Date: 2021-05-16 22:53+0000\n"
"PO-Revision-Date: 2021-05-13 04:17\n"
"Last-Translator: \n"
"Language-Team: Russian\n"
@@ -171,23 +171,23 @@ msgstr ""
msgid "parent"
msgstr ""
-#: InvenTree/settings.py:496
+#: InvenTree/settings.py:501
msgid "English"
msgstr ""
-#: InvenTree/settings.py:497
+#: InvenTree/settings.py:502
msgid "French"
msgstr ""
-#: InvenTree/settings.py:498
+#: InvenTree/settings.py:503
msgid "German"
msgstr ""
-#: InvenTree/settings.py:499
+#: InvenTree/settings.py:504
msgid "Polish"
msgstr ""
-#: InvenTree/settings.py:500
+#: InvenTree/settings.py:505
msgid "Turkish"
msgstr ""
@@ -2391,7 +2391,7 @@ msgstr ""
#: stock/templates/stock/location_navbar.html:22
#: stock/templates/stock/location_navbar.html:29
#: templates/InvenTree/search.html:198 templates/js/stock.js:968
-#: templates/stats.html:85 templates/stats.html:94 users/models.py:42
+#: templates/stats.html:93 templates/stats.html:102 users/models.py:42
msgid "Stock Items"
msgstr ""
@@ -3202,7 +3202,7 @@ msgstr ""
#: part/templates/part/category_partlist.html:10
#: templates/InvenTree/index.html:97 templates/InvenTree/search.html:114
#: templates/InvenTree/settings/tabs.html:25 templates/js/part.js:577
-#: templates/navbar.html:23 templates/stats.html:72 templates/stats.html:81
+#: templates/navbar.html:23 templates/stats.html:80 templates/stats.html:89
#: users/models.py:40
msgid "Parts"
msgstr ""
@@ -3735,7 +3735,7 @@ msgstr ""
#: part/models.py:83 part/templates/part/category.html:23
#: part/templates/part/category.html:94 part/templates/part/category.html:141
-#: templates/InvenTree/search.html:127 templates/stats.html:76
+#: templates/InvenTree/search.html:127 templates/stats.html:84
#: users/models.py:39
msgid "Part Categories"
msgstr ""
@@ -4784,7 +4784,7 @@ msgstr ""
msgid "New Variant"
msgstr ""
-#: part/templatetags/inventree_extras.py:90
+#: part/templatetags/inventree_extras.py:97
msgid "Unknown database"
msgstr ""
@@ -5690,7 +5690,7 @@ msgid "Stock Details"
msgstr ""
#: stock/templates/stock/location.html:117 templates/InvenTree/search.html:279
-#: templates/stats.html:89 users/models.py:41
+#: templates/stats.html:97 users/models.py:41
msgid "Stock Locations"
msgstr ""
@@ -7323,31 +7323,39 @@ msgstr ""
msgid "Server is running in debug mode"
msgstr ""
-#: templates/stats.html:32
+#: templates/stats.html:33
+msgid "Docker Mode"
+msgstr ""
+
+#: templates/stats.html:34
+msgid "Server is deployed using docker"
+msgstr ""
+
+#: templates/stats.html:40
msgid "Server status"
msgstr ""
-#: templates/stats.html:35
+#: templates/stats.html:43
msgid "Healthy"
msgstr ""
-#: templates/stats.html:37
+#: templates/stats.html:45
msgid "Issues detected"
msgstr ""
-#: templates/stats.html:44
+#: templates/stats.html:52
msgid "Background Worker"
msgstr ""
-#: templates/stats.html:47
+#: templates/stats.html:55
msgid "Background worker not running"
msgstr ""
-#: templates/stats.html:55
+#: templates/stats.html:63
msgid "Email Settings"
msgstr ""
-#: templates/stats.html:58
+#: templates/stats.html:66
msgid "Email settings not configured"
msgstr ""
diff --git a/InvenTree/locale/tr/LC_MESSAGES/django.po b/InvenTree/locale/tr/LC_MESSAGES/django.po
index 9c17e1a1d4..d02181cb48 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-14 21:51+0000\n"
+"POT-Creation-Date: 2021-05-16 22:53+0000\n"
"PO-Revision-Date: 2021-05-13 04:17\n"
"Last-Translator: \n"
"Language-Team: Turkish\n"
@@ -171,23 +171,23 @@ msgstr "Açıklama(opsiyonel)"
msgid "parent"
msgstr "ebeveyn"
-#: InvenTree/settings.py:496
+#: InvenTree/settings.py:501
msgid "English"
msgstr "İngilizce"
-#: InvenTree/settings.py:497
+#: InvenTree/settings.py:502
msgid "French"
msgstr "Fransızca"
-#: InvenTree/settings.py:498
+#: InvenTree/settings.py:503
msgid "German"
msgstr "Almanca"
-#: InvenTree/settings.py:499
+#: InvenTree/settings.py:504
msgid "Polish"
msgstr "Polonyaca"
-#: InvenTree/settings.py:500
+#: InvenTree/settings.py:505
msgid "Turkish"
msgstr "Türkçe"
@@ -2391,7 +2391,7 @@ msgstr ""
#: stock/templates/stock/location_navbar.html:22
#: stock/templates/stock/location_navbar.html:29
#: templates/InvenTree/search.html:198 templates/js/stock.js:968
-#: templates/stats.html:85 templates/stats.html:94 users/models.py:42
+#: templates/stats.html:93 templates/stats.html:102 users/models.py:42
msgid "Stock Items"
msgstr ""
@@ -3202,7 +3202,7 @@ msgstr ""
#: part/templates/part/category_partlist.html:10
#: templates/InvenTree/index.html:97 templates/InvenTree/search.html:114
#: templates/InvenTree/settings/tabs.html:25 templates/js/part.js:577
-#: templates/navbar.html:23 templates/stats.html:72 templates/stats.html:81
+#: templates/navbar.html:23 templates/stats.html:80 templates/stats.html:89
#: users/models.py:40
msgid "Parts"
msgstr ""
@@ -3735,7 +3735,7 @@ msgstr ""
#: part/models.py:83 part/templates/part/category.html:23
#: part/templates/part/category.html:94 part/templates/part/category.html:141
-#: templates/InvenTree/search.html:127 templates/stats.html:76
+#: templates/InvenTree/search.html:127 templates/stats.html:84
#: users/models.py:39
msgid "Part Categories"
msgstr ""
@@ -4784,7 +4784,7 @@ msgstr ""
msgid "New Variant"
msgstr ""
-#: part/templatetags/inventree_extras.py:90
+#: part/templatetags/inventree_extras.py:97
msgid "Unknown database"
msgstr ""
@@ -5690,7 +5690,7 @@ msgid "Stock Details"
msgstr ""
#: stock/templates/stock/location.html:117 templates/InvenTree/search.html:279
-#: templates/stats.html:89 users/models.py:41
+#: templates/stats.html:97 users/models.py:41
msgid "Stock Locations"
msgstr ""
@@ -7323,31 +7323,39 @@ msgstr ""
msgid "Server is running in debug mode"
msgstr ""
-#: templates/stats.html:32
+#: templates/stats.html:33
+msgid "Docker Mode"
+msgstr ""
+
+#: templates/stats.html:34
+msgid "Server is deployed using docker"
+msgstr ""
+
+#: templates/stats.html:40
msgid "Server status"
msgstr ""
-#: templates/stats.html:35
+#: templates/stats.html:43
msgid "Healthy"
msgstr ""
-#: templates/stats.html:37
+#: templates/stats.html:45
msgid "Issues detected"
msgstr ""
-#: templates/stats.html:44
+#: templates/stats.html:52
msgid "Background Worker"
msgstr ""
-#: templates/stats.html:47
+#: templates/stats.html:55
msgid "Background worker not running"
msgstr ""
-#: templates/stats.html:55
+#: templates/stats.html:63
msgid "Email Settings"
msgstr ""
-#: templates/stats.html:58
+#: templates/stats.html:66
msgid "Email settings not configured"
msgstr ""
diff --git a/InvenTree/locale/zh/LC_MESSAGES/django.po b/InvenTree/locale/zh/LC_MESSAGES/django.po
index 1ab35dcf6a..d1b41b8b9e 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-14 21:51+0000\n"
+"POT-Creation-Date: 2021-05-16 22:53+0000\n"
"PO-Revision-Date: 2021-05-13 04:17\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
@@ -171,23 +171,23 @@ msgstr ""
msgid "parent"
msgstr ""
-#: InvenTree/settings.py:496
+#: InvenTree/settings.py:501
msgid "English"
msgstr ""
-#: InvenTree/settings.py:497
+#: InvenTree/settings.py:502
msgid "French"
msgstr ""
-#: InvenTree/settings.py:498
+#: InvenTree/settings.py:503
msgid "German"
msgstr ""
-#: InvenTree/settings.py:499
+#: InvenTree/settings.py:504
msgid "Polish"
msgstr ""
-#: InvenTree/settings.py:500
+#: InvenTree/settings.py:505
msgid "Turkish"
msgstr ""
@@ -2391,7 +2391,7 @@ msgstr ""
#: stock/templates/stock/location_navbar.html:22
#: stock/templates/stock/location_navbar.html:29
#: templates/InvenTree/search.html:198 templates/js/stock.js:968
-#: templates/stats.html:85 templates/stats.html:94 users/models.py:42
+#: templates/stats.html:93 templates/stats.html:102 users/models.py:42
msgid "Stock Items"
msgstr ""
@@ -3202,7 +3202,7 @@ msgstr ""
#: part/templates/part/category_partlist.html:10
#: templates/InvenTree/index.html:97 templates/InvenTree/search.html:114
#: templates/InvenTree/settings/tabs.html:25 templates/js/part.js:577
-#: templates/navbar.html:23 templates/stats.html:72 templates/stats.html:81
+#: templates/navbar.html:23 templates/stats.html:80 templates/stats.html:89
#: users/models.py:40
msgid "Parts"
msgstr ""
@@ -3735,7 +3735,7 @@ msgstr ""
#: part/models.py:83 part/templates/part/category.html:23
#: part/templates/part/category.html:94 part/templates/part/category.html:141
-#: templates/InvenTree/search.html:127 templates/stats.html:76
+#: templates/InvenTree/search.html:127 templates/stats.html:84
#: users/models.py:39
msgid "Part Categories"
msgstr ""
@@ -4784,7 +4784,7 @@ msgstr ""
msgid "New Variant"
msgstr ""
-#: part/templatetags/inventree_extras.py:90
+#: part/templatetags/inventree_extras.py:97
msgid "Unknown database"
msgstr ""
@@ -5690,7 +5690,7 @@ msgid "Stock Details"
msgstr ""
#: stock/templates/stock/location.html:117 templates/InvenTree/search.html:279
-#: templates/stats.html:89 users/models.py:41
+#: templates/stats.html:97 users/models.py:41
msgid "Stock Locations"
msgstr ""
@@ -7323,31 +7323,39 @@ msgstr ""
msgid "Server is running in debug mode"
msgstr ""
-#: templates/stats.html:32
+#: templates/stats.html:33
+msgid "Docker Mode"
+msgstr ""
+
+#: templates/stats.html:34
+msgid "Server is deployed using docker"
+msgstr ""
+
+#: templates/stats.html:40
msgid "Server status"
msgstr ""
-#: templates/stats.html:35
+#: templates/stats.html:43
msgid "Healthy"
msgstr ""
-#: templates/stats.html:37
+#: templates/stats.html:45
msgid "Issues detected"
msgstr ""
-#: templates/stats.html:44
+#: templates/stats.html:52
msgid "Background Worker"
msgstr ""
-#: templates/stats.html:47
+#: templates/stats.html:55
msgid "Background worker not running"
msgstr ""
-#: templates/stats.html:55
+#: templates/stats.html:63
msgid "Email Settings"
msgstr ""
-#: templates/stats.html:58
+#: templates/stats.html:66
msgid "Email settings not configured"
msgstr ""