Skip to content

Commit c95ff9f

Browse files
committed
🔖 Preparing 2020.09.14
1 parent 3f2184d commit c95ff9f

6 files changed

Lines changed: 79 additions & 20 deletions

File tree

Binary file not shown.

‎octoprint_firmware_check/translations/de/LC_MESSAGES/messages.po‎

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,30 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: OctoPrint-FirmwareCheck 2020.3.25\n"
1010
"Report-Msgid-Bugs-To: i18n@octoprint.org\n"
11-
"POT-Creation-Date: 2020-03-26 15:36+0100\n"
12-
"PO-Revision-Date: 2020-03-26 15:30+0100\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
11+
"POT-Creation-Date: 2020-09-14 15:56+0200\n"
12+
"PO-Revision-Date: 2020-09-14 15:57+0200\n"
1413
"Language: de\n"
1514
"Language-Team: de <LL@li.org>\n"
16-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
15+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1716
"MIME-Version: 1.0\n"
1817
"Content-Type: text/plain; charset=utf-8\n"
1918
"Content-Transfer-Encoding: 8bit\n"
2019
"Generated-By: Babel 2.8.0\n"
20+
"Last-Translator: \n"
21+
"X-Generator: Poedit 2.0.4\n"
2122

23+
#: build/lib/octoprint_firmware_check/__init__.py:52
2224
#: octoprint_firmware_check/__init__.py:52
2325
msgid "Attention!"
2426
msgstr "Achtung!"
2527

26-
#: octoprint_firmware_check/__init__.py:110
28+
#: build/lib/octoprint_firmware_check/__init__.py:110
29+
#: octoprint_firmware_check/__init__.py:109
2730
msgid "Allows to see firmware check warnings"
2831
msgstr "Erlaubt die Anzeige von Firmwarecheckwarnungen"
2932

30-
#: octoprint_firmware_check/__init__.py:202
33+
#: build/lib/octoprint_firmware_check/__init__.py:202
34+
#: octoprint_firmware_check/__init__.py:229
3135
msgid ""
3236
"Without this plugin OctoPrint will no longer be able to check if the "
3337
"printer it is connected to has a known safety issue or otherwise broken "
@@ -37,7 +41,7 @@ msgstr ""
3741
"über bekannte Sicherheitsprobleme oder andere Probleme mit der Firmware "
3842
"deines Druckers zu informieren."
3943

40-
#: octoprint_firmware_check/checks/firmware_broken.py:14
44+
#: build/lib/octoprint_firmware_check/checks/firmware_broken.py:14
4145
msgid ""
4246
"Your printer's firmware is known to have a broken implementation of the "
4347
"communication protocol. This will cause print failures. You'll need to "
@@ -48,6 +52,7 @@ msgstr ""
4852
"fehlerhafte Druckjobs verursachen. Du musst zusätzliche Schritte "
4953
"durchführen, damit OctoPrint damit arbeiten kann."
5054

55+
#: build/lib/octoprint_firmware_check/checks/firmware_unsafe.py:17
5156
#: octoprint_firmware_check/checks/firmware_unsafe.py:17
5257
msgid ""
5358
"Your printer's firmware is known to lack mandatory safety features (e.g. "
@@ -57,23 +62,39 @@ msgstr ""
5762
"Sicherheitsfunktionen deaktiviert zu haben (z.B. Thermal Runaway "
5863
"Protection). Das ist ein Brandrisiko."
5964

65+
#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:64
6066
#: octoprint_firmware_check/static/js/firmware_check.js:64
6167
msgid "Critical Warning: Firmware Unsafe"
6268
msgstr "Kritische Warnung: Unsichere Firmware"
6369

70+
#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:65
6471
#: octoprint_firmware_check/static/js/firmware_check.js:65
6572
msgid "Warning: Firmware Broken"
6673
msgstr "Warnung: Defekte Firmware"
6774

75+
#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:66
6876
#: octoprint_firmware_check/static/js/firmware_check.js:66
6977
msgid "Critical Warning"
7078
msgstr "Kritische Warnung"
7179

80+
#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:66
7281
#: octoprint_firmware_check/static/js/firmware_check.js:66
7382
msgid "Warning"
7483
msgstr "Warnung"
7584

85+
#: build/lib/octoprint_firmware_check/templates/firmware_check_sidebar.jinja2:5
7686
#: octoprint_firmware_check/templates/firmware_check_sidebar.jinja2:5
7787
msgid "Learn more..."
7888
msgstr "Mehr erfahren..."
7989

90+
#: octoprint_firmware_check/checks/firmware_broken.py:14
91+
msgid ""
92+
"Your printer's firmware is known to have a broken implementation of the "
93+
"communication protocol. This may cause print failures or other "
94+
"annoyances. You'll need to take additional steps for OctoPrint to fully "
95+
"work with it."
96+
msgstr ""
97+
"Die Firmware deines Druckers is bekannt dafür, eine defekte "
98+
"Implementierung des Kommunikationsprotokolls zu haben. Das kann "
99+
"fehlerhafte Druckjobs verursachen. Du musst zusätzliche Schritte "
100+
"durchführen, damit OctoPrint damit arbeiten kann."

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
plugin_name = "OctoPrint-FirmwareCheck"
1515

1616
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17-
plugin_version = "2020.09.08"
17+
plugin_version = "2020.09.14"
1818

1919
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020
# module
454 Bytes
Binary file not shown.

‎translations/de/LC_MESSAGES/messages.po‎

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,30 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: OctoPrint-FirmwareCheck 2020.3.25\n"
1010
"Report-Msgid-Bugs-To: i18n@octoprint.org\n"
11-
"POT-Creation-Date: 2020-03-26 15:36+0100\n"
12-
"PO-Revision-Date: 2020-03-26 15:30+0100\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
11+
"POT-Creation-Date: 2020-09-14 15:56+0200\n"
12+
"PO-Revision-Date: 2020-09-14 15:57+0200\n"
1413
"Language: de\n"
1514
"Language-Team: de <LL@li.org>\n"
16-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
15+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1716
"MIME-Version: 1.0\n"
1817
"Content-Type: text/plain; charset=utf-8\n"
1918
"Content-Transfer-Encoding: 8bit\n"
2019
"Generated-By: Babel 2.8.0\n"
20+
"Last-Translator: \n"
21+
"X-Generator: Poedit 2.0.4\n"
2122

23+
#: build/lib/octoprint_firmware_check/__init__.py:52
2224
#: octoprint_firmware_check/__init__.py:52
2325
msgid "Attention!"
2426
msgstr "Achtung!"
2527

26-
#: octoprint_firmware_check/__init__.py:110
28+
#: build/lib/octoprint_firmware_check/__init__.py:110
29+
#: octoprint_firmware_check/__init__.py:109
2730
msgid "Allows to see firmware check warnings"
2831
msgstr "Erlaubt die Anzeige von Firmwarecheckwarnungen"
2932

30-
#: octoprint_firmware_check/__init__.py:202
33+
#: build/lib/octoprint_firmware_check/__init__.py:202
34+
#: octoprint_firmware_check/__init__.py:229
3135
msgid ""
3236
"Without this plugin OctoPrint will no longer be able to check if the "
3337
"printer it is connected to has a known safety issue or otherwise broken "
@@ -37,7 +41,7 @@ msgstr ""
3741
"über bekannte Sicherheitsprobleme oder andere Probleme mit der Firmware "
3842
"deines Druckers zu informieren."
3943

40-
#: octoprint_firmware_check/checks/firmware_broken.py:14
44+
#: build/lib/octoprint_firmware_check/checks/firmware_broken.py:14
4145
msgid ""
4246
"Your printer's firmware is known to have a broken implementation of the "
4347
"communication protocol. This will cause print failures. You'll need to "
@@ -48,6 +52,7 @@ msgstr ""
4852
"fehlerhafte Druckjobs verursachen. Du musst zusätzliche Schritte "
4953
"durchführen, damit OctoPrint damit arbeiten kann."
5054

55+
#: build/lib/octoprint_firmware_check/checks/firmware_unsafe.py:17
5156
#: octoprint_firmware_check/checks/firmware_unsafe.py:17
5257
msgid ""
5358
"Your printer's firmware is known to lack mandatory safety features (e.g. "
@@ -57,23 +62,39 @@ msgstr ""
5762
"Sicherheitsfunktionen deaktiviert zu haben (z.B. Thermal Runaway "
5863
"Protection). Das ist ein Brandrisiko."
5964

65+
#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:64
6066
#: octoprint_firmware_check/static/js/firmware_check.js:64
6167
msgid "Critical Warning: Firmware Unsafe"
6268
msgstr "Kritische Warnung: Unsichere Firmware"
6369

70+
#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:65
6471
#: octoprint_firmware_check/static/js/firmware_check.js:65
6572
msgid "Warning: Firmware Broken"
6673
msgstr "Warnung: Defekte Firmware"
6774

75+
#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:66
6876
#: octoprint_firmware_check/static/js/firmware_check.js:66
6977
msgid "Critical Warning"
7078
msgstr "Kritische Warnung"
7179

80+
#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:66
7281
#: octoprint_firmware_check/static/js/firmware_check.js:66
7382
msgid "Warning"
7483
msgstr "Warnung"
7584

85+
#: build/lib/octoprint_firmware_check/templates/firmware_check_sidebar.jinja2:5
7686
#: octoprint_firmware_check/templates/firmware_check_sidebar.jinja2:5
7787
msgid "Learn more..."
7888
msgstr "Mehr erfahren..."
7989

90+
#: octoprint_firmware_check/checks/firmware_broken.py:14
91+
msgid ""
92+
"Your printer's firmware is known to have a broken implementation of the "
93+
"communication protocol. This may cause print failures or other "
94+
"annoyances. You'll need to take additional steps for OctoPrint to fully "
95+
"work with it."
96+
msgstr ""
97+
"Die Firmware deines Druckers is bekannt dafür, eine defekte "
98+
"Implementierung des Kommunikationsprotokolls zu haben. Das kann "
99+
"fehlerhafte Druckjobs verursachen. Du musst zusätzliche Schritte "
100+
"durchführen, damit OctoPrint damit arbeiten kann."

‎translations/messages.pot‎

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#, fuzzy
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version: OctoPrint-FirmwareCheck 2020.3.25\n"
10+
"Project-Id-Version: OctoPrint-FirmwareCheck 2020.9.14\n"
1111
"Report-Msgid-Bugs-To: i18n@octoprint.org\n"
12-
"POT-Creation-Date: 2020-03-26 15:36+0100\n"
12+
"POT-Creation-Date: 2020-09-14 15:56+0200\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,51 +18,68 @@ msgstr ""
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Generated-By: Babel 2.8.0\n"
2020

21+
#: build/lib/octoprint_firmware_check/__init__.py:52
2122
#: octoprint_firmware_check/__init__.py:52
2223
msgid "Attention!"
2324
msgstr ""
2425

25-
#: octoprint_firmware_check/__init__.py:110
26+
#: build/lib/octoprint_firmware_check/__init__.py:110
27+
#: octoprint_firmware_check/__init__.py:109
2628
msgid "Allows to see firmware check warnings"
2729
msgstr ""
2830

29-
#: octoprint_firmware_check/__init__.py:202
31+
#: build/lib/octoprint_firmware_check/__init__.py:202
32+
#: octoprint_firmware_check/__init__.py:229
3033
msgid ""
3134
"Without this plugin OctoPrint will no longer be able to check if the "
3235
"printer it is connected to has a known safety issue or otherwise broken "
3336
"firmware and inform you about that fact."
3437
msgstr ""
3538

36-
#: octoprint_firmware_check/checks/firmware_broken.py:14
39+
#: build/lib/octoprint_firmware_check/checks/firmware_broken.py:14
3740
msgid ""
3841
"Your printer's firmware is known to have a broken implementation of the "
3942
"communication protocol. This will cause print failures. You'll need to "
4043
"take additional steps for OctoPrint to work with it."
4144
msgstr ""
4245

46+
#: build/lib/octoprint_firmware_check/checks/firmware_unsafe.py:17
4347
#: octoprint_firmware_check/checks/firmware_unsafe.py:17
4448
msgid ""
4549
"Your printer's firmware is known to lack mandatory safety features (e.g. "
4650
"thermal runaway protection). This is a fire risk."
4751
msgstr ""
4852

53+
#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:64
4954
#: octoprint_firmware_check/static/js/firmware_check.js:64
5055
msgid "Critical Warning: Firmware Unsafe"
5156
msgstr ""
5257

58+
#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:65
5359
#: octoprint_firmware_check/static/js/firmware_check.js:65
5460
msgid "Warning: Firmware Broken"
5561
msgstr ""
5662

63+
#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:66
5764
#: octoprint_firmware_check/static/js/firmware_check.js:66
5865
msgid "Critical Warning"
5966
msgstr ""
6067

68+
#: build/lib/octoprint_firmware_check/static/js/firmware_check.js:66
6169
#: octoprint_firmware_check/static/js/firmware_check.js:66
6270
msgid "Warning"
6371
msgstr ""
6472

73+
#: build/lib/octoprint_firmware_check/templates/firmware_check_sidebar.jinja2:5
6574
#: octoprint_firmware_check/templates/firmware_check_sidebar.jinja2:5
6675
msgid "Learn more..."
6776
msgstr ""
6877

78+
#: octoprint_firmware_check/checks/firmware_broken.py:14
79+
msgid ""
80+
"Your printer's firmware is known to have a broken implementation of the "
81+
"communication protocol. This may cause print failures or other "
82+
"annoyances. You'll need to take additional steps for OctoPrint to fully "
83+
"work with it."
84+
msgstr ""
85+

0 commit comments

Comments
 (0)