diff --git a/octoprint_firmware_check/translations/de/LC_MESSAGES/messages.mo b/octoprint_firmware_check/translations/de/LC_MESSAGES/messages.mo index 6560077..5893aef 100644 Binary files a/octoprint_firmware_check/translations/de/LC_MESSAGES/messages.mo and b/octoprint_firmware_check/translations/de/LC_MESSAGES/messages.mo differ diff --git a/octoprint_firmware_check/translations/de/LC_MESSAGES/messages.po b/octoprint_firmware_check/translations/de/LC_MESSAGES/messages.po index eb55d34..b0aca24 100644 --- a/octoprint_firmware_check/translations/de/LC_MESSAGES/messages.po +++ b/octoprint_firmware_check/translations/de/LC_MESSAGES/messages.po @@ -8,26 +8,30 @@ msgid "" msgstr "" "Project-Id-Version: OctoPrint-FirmwareCheck 2020.3.25\n" "Report-Msgid-Bugs-To: i18n@octoprint.org\n" -"POT-Creation-Date: 2020-03-26 15:36+0100\n" -"PO-Revision-Date: 2020-03-26 15:30+0100\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2020-09-14 15:56+0200\n" +"PO-Revision-Date: 2020-09-14 15:57+0200\n" "Language: de\n" "Language-Team: de \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.8.0\n" +"Last-Translator: \n" +"X-Generator: Poedit 2.0.4\n" +#: build/lib/octoprint_firmware_check/__init__.py:52 #: octoprint_firmware_check/__init__.py:52 msgid "Attention!" msgstr "Achtung!" -#: octoprint_firmware_check/__init__.py:110 +#: build/lib/octoprint_firmware_check/__init__.py:110 +#: octoprint_firmware_check/__init__.py:109 msgid "Allows to see firmware check warnings" msgstr "Erlaubt die Anzeige von Firmwarecheckwarnungen" -#: octoprint_firmware_check/__init__.py:202 +#: build/lib/octoprint_firmware_check/__init__.py:202 +#: octoprint_firmware_check/__init__.py:229 msgid "" "Without this plugin OctoPrint will no longer be able to check if the " "printer it is connected to has a known safety issue or otherwise broken " @@ -37,7 +41,7 @@ msgstr "" "über bekannte Sicherheitsprobleme oder andere Probleme mit der Firmware " "deines Druckers zu informieren." -#: octoprint_firmware_check/checks/firmware_broken.py:14 +#: build/lib/octoprint_firmware_check/checks/firmware_broken.py:14 msgid "" "Your printer's firmware is known to have a broken implementation of the " "communication protocol. This will cause print failures. You'll need to " @@ -48,6 +52,7 @@ msgstr "" "fehlerhafte Druckjobs verursachen. Du musst zusätzliche Schritte " "durchführen, damit OctoPrint damit arbeiten kann." +#: build/lib/octoprint_firmware_check/checks/firmware_unsafe.py:17 #: octoprint_firmware_check/checks/firmware_unsafe.py:17 msgid "" "Your printer's firmware is known to lack mandatory safety features (e.g. " @@ -57,23 +62,39 @@ msgstr "" "Sicherheitsfunktionen deaktiviert zu haben (z.B. Thermal Runaway " "Protection). Das ist ein Brandrisiko." +#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:64 #: octoprint_firmware_check/static/js/firmware_check.js:64 msgid "Critical Warning: Firmware Unsafe" msgstr "Kritische Warnung: Unsichere Firmware" +#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:65 #: octoprint_firmware_check/static/js/firmware_check.js:65 msgid "Warning: Firmware Broken" msgstr "Warnung: Defekte Firmware" +#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:66 #: octoprint_firmware_check/static/js/firmware_check.js:66 msgid "Critical Warning" msgstr "Kritische Warnung" +#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:66 #: octoprint_firmware_check/static/js/firmware_check.js:66 msgid "Warning" msgstr "Warnung" +#: build/lib/octoprint_firmware_check/templates/firmware_check_sidebar.jinja2:5 #: octoprint_firmware_check/templates/firmware_check_sidebar.jinja2:5 msgid "Learn more..." msgstr "Mehr erfahren..." +#: octoprint_firmware_check/checks/firmware_broken.py:14 +msgid "" +"Your printer's firmware is known to have a broken implementation of the " +"communication protocol. This may cause print failures or other " +"annoyances. You'll need to take additional steps for OctoPrint to fully " +"work with it." +msgstr "" +"Die Firmware deines Druckers is bekannt dafür, eine defekte " +"Implementierung des Kommunikationsprotokolls zu haben. Das kann " +"fehlerhafte Druckjobs verursachen. Du musst zusätzliche Schritte " +"durchführen, damit OctoPrint damit arbeiten kann." diff --git a/setup.py b/setup.py index 468fc34..eb70690 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint-FirmwareCheck" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "2020.09.08" +plugin_version = "2020.09.14" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module diff --git a/translations/de/LC_MESSAGES/messages.mo b/translations/de/LC_MESSAGES/messages.mo index 6560077..5893aef 100644 Binary files a/translations/de/LC_MESSAGES/messages.mo and b/translations/de/LC_MESSAGES/messages.mo differ diff --git a/translations/de/LC_MESSAGES/messages.po b/translations/de/LC_MESSAGES/messages.po index eb55d34..b0aca24 100644 --- a/translations/de/LC_MESSAGES/messages.po +++ b/translations/de/LC_MESSAGES/messages.po @@ -8,26 +8,30 @@ msgid "" msgstr "" "Project-Id-Version: OctoPrint-FirmwareCheck 2020.3.25\n" "Report-Msgid-Bugs-To: i18n@octoprint.org\n" -"POT-Creation-Date: 2020-03-26 15:36+0100\n" -"PO-Revision-Date: 2020-03-26 15:30+0100\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2020-09-14 15:56+0200\n" +"PO-Revision-Date: 2020-09-14 15:57+0200\n" "Language: de\n" "Language-Team: de \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.8.0\n" +"Last-Translator: \n" +"X-Generator: Poedit 2.0.4\n" +#: build/lib/octoprint_firmware_check/__init__.py:52 #: octoprint_firmware_check/__init__.py:52 msgid "Attention!" msgstr "Achtung!" -#: octoprint_firmware_check/__init__.py:110 +#: build/lib/octoprint_firmware_check/__init__.py:110 +#: octoprint_firmware_check/__init__.py:109 msgid "Allows to see firmware check warnings" msgstr "Erlaubt die Anzeige von Firmwarecheckwarnungen" -#: octoprint_firmware_check/__init__.py:202 +#: build/lib/octoprint_firmware_check/__init__.py:202 +#: octoprint_firmware_check/__init__.py:229 msgid "" "Without this plugin OctoPrint will no longer be able to check if the " "printer it is connected to has a known safety issue or otherwise broken " @@ -37,7 +41,7 @@ msgstr "" "über bekannte Sicherheitsprobleme oder andere Probleme mit der Firmware " "deines Druckers zu informieren." -#: octoprint_firmware_check/checks/firmware_broken.py:14 +#: build/lib/octoprint_firmware_check/checks/firmware_broken.py:14 msgid "" "Your printer's firmware is known to have a broken implementation of the " "communication protocol. This will cause print failures. You'll need to " @@ -48,6 +52,7 @@ msgstr "" "fehlerhafte Druckjobs verursachen. Du musst zusätzliche Schritte " "durchführen, damit OctoPrint damit arbeiten kann." +#: build/lib/octoprint_firmware_check/checks/firmware_unsafe.py:17 #: octoprint_firmware_check/checks/firmware_unsafe.py:17 msgid "" "Your printer's firmware is known to lack mandatory safety features (e.g. " @@ -57,23 +62,39 @@ msgstr "" "Sicherheitsfunktionen deaktiviert zu haben (z.B. Thermal Runaway " "Protection). Das ist ein Brandrisiko." +#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:64 #: octoprint_firmware_check/static/js/firmware_check.js:64 msgid "Critical Warning: Firmware Unsafe" msgstr "Kritische Warnung: Unsichere Firmware" +#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:65 #: octoprint_firmware_check/static/js/firmware_check.js:65 msgid "Warning: Firmware Broken" msgstr "Warnung: Defekte Firmware" +#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:66 #: octoprint_firmware_check/static/js/firmware_check.js:66 msgid "Critical Warning" msgstr "Kritische Warnung" +#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:66 #: octoprint_firmware_check/static/js/firmware_check.js:66 msgid "Warning" msgstr "Warnung" +#: build/lib/octoprint_firmware_check/templates/firmware_check_sidebar.jinja2:5 #: octoprint_firmware_check/templates/firmware_check_sidebar.jinja2:5 msgid "Learn more..." msgstr "Mehr erfahren..." +#: octoprint_firmware_check/checks/firmware_broken.py:14 +msgid "" +"Your printer's firmware is known to have a broken implementation of the " +"communication protocol. This may cause print failures or other " +"annoyances. You'll need to take additional steps for OctoPrint to fully " +"work with it." +msgstr "" +"Die Firmware deines Druckers is bekannt dafür, eine defekte " +"Implementierung des Kommunikationsprotokolls zu haben. Das kann " +"fehlerhafte Druckjobs verursachen. Du musst zusätzliche Schritte " +"durchführen, damit OctoPrint damit arbeiten kann." diff --git a/translations/messages.pot b/translations/messages.pot index 15dc7ed..01ce99a 100644 --- a/translations/messages.pot +++ b/translations/messages.pot @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OctoPrint-FirmwareCheck 2020.3.25\n" +"Project-Id-Version: OctoPrint-FirmwareCheck 2020.9.14\n" "Report-Msgid-Bugs-To: i18n@octoprint.org\n" -"POT-Creation-Date: 2020-03-26 15:36+0100\n" +"POT-Creation-Date: 2020-09-14 15:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,51 +18,68 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.8.0\n" +#: build/lib/octoprint_firmware_check/__init__.py:52 #: octoprint_firmware_check/__init__.py:52 msgid "Attention!" msgstr "" -#: octoprint_firmware_check/__init__.py:110 +#: build/lib/octoprint_firmware_check/__init__.py:110 +#: octoprint_firmware_check/__init__.py:109 msgid "Allows to see firmware check warnings" msgstr "" -#: octoprint_firmware_check/__init__.py:202 +#: build/lib/octoprint_firmware_check/__init__.py:202 +#: octoprint_firmware_check/__init__.py:229 msgid "" "Without this plugin OctoPrint will no longer be able to check if the " "printer it is connected to has a known safety issue or otherwise broken " "firmware and inform you about that fact." msgstr "" -#: octoprint_firmware_check/checks/firmware_broken.py:14 +#: build/lib/octoprint_firmware_check/checks/firmware_broken.py:14 msgid "" "Your printer's firmware is known to have a broken implementation of the " "communication protocol. This will cause print failures. You'll need to " "take additional steps for OctoPrint to work with it." msgstr "" +#: build/lib/octoprint_firmware_check/checks/firmware_unsafe.py:17 #: octoprint_firmware_check/checks/firmware_unsafe.py:17 msgid "" "Your printer's firmware is known to lack mandatory safety features (e.g. " "thermal runaway protection). This is a fire risk." msgstr "" +#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:64 #: octoprint_firmware_check/static/js/firmware_check.js:64 msgid "Critical Warning: Firmware Unsafe" msgstr "" +#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:65 #: octoprint_firmware_check/static/js/firmware_check.js:65 msgid "Warning: Firmware Broken" msgstr "" +#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:66 #: octoprint_firmware_check/static/js/firmware_check.js:66 msgid "Critical Warning" msgstr "" +#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:66 #: octoprint_firmware_check/static/js/firmware_check.js:66 msgid "Warning" msgstr "" +#: build/lib/octoprint_firmware_check/templates/firmware_check_sidebar.jinja2:5 #: octoprint_firmware_check/templates/firmware_check_sidebar.jinja2:5 msgid "Learn more..." msgstr "" +#: octoprint_firmware_check/checks/firmware_broken.py:14 +msgid "" +"Your printer's firmware is known to have a broken implementation of the " +"communication protocol. This may cause print failures or other " +"annoyances. You'll need to take additional steps for OctoPrint to fully " +"work with it." +msgstr "" +