Skip to content

Commit a7eafa3

Browse files
committed
🔖 Preparing release of 2022.6.13
1 parent 43bf804 commit a7eafa3

File tree

7 files changed

+41
-27
lines changed

7 files changed

+41
-27
lines changed

babel.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[python: */**.py]
2+
23
[jinja2: */**.jinja2]
3-
extensions=jinja2.ext.autoescape, jinja2.ext.with_
4+
silent=false
5+
extensions=jinja2.ext.do, octoprint.util.jinja.trycatch
46

57
[javascript: */**.js]
68
extract_messages = gettext, ngettext
Binary file not shown.

octoprint_pi_support/translations/de/LC_MESSAGES/messages.po

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: OctoPrint-PiSupport 2022.3.28\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2022-03-28 11:10+0200\n"
11+
"POT-Creation-Date: 2022-06-13 11:21+0200\n"
1212
"PO-Revision-Date: 2021-06-14 18:16+0200\n"
1313
"Last-Translator: \n"
1414
"Language: de\n"
1515
"Language-Team: de <[email protected]>\n"
16-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
16+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1717
"MIME-Version: 1.0\n"
1818
"Content-Type: text/plain; charset=utf-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
20-
"Generated-By: Babel 2.9.1\n"
20+
"Generated-By: Babel 2.10.1\n"
2121

22-
#: octoprint_pi_support/__init__.py:289
22+
#: octoprint_pi_support/__init__.py:299
2323
msgid "Allows to check for the Pi's throttling status and environment info"
2424
msgstr ""
2525
"Erlaubt die Abfrage des Throttlestatus und der Umgebungsinformationen des"
2626
" Raspberry Pis"
2727

28-
#: octoprint_pi_support/__init__.py:359
28+
#: octoprint_pi_support/__init__.py:372
2929
#: octoprint_pi_support/templates/pi_support_settings.jinja2:1
3030
msgid "Pi Support"
3131
msgstr "Pi Support"
3232

33-
#: octoprint_pi_support/__init__.py:529
33+
#: octoprint_pi_support/__init__.py:545
3434
msgid ""
3535
"Without this plugin OctoPrint will no longer be able to provide "
3636
"additional information about your Pi, which will make it more tricky to "
@@ -268,10 +268,15 @@ msgstr ""
268268
#: octoprint_pi_support/templates/pi_support_settings.jinja2:40
269269
msgid ""
270270
"This will regularly check with the Pi if something is amiss either with "
271-
"power regulation or CPU/GPU temperature."
271+
"power regulation or CPU/GPU temperature. Disable at your own risk. You "
272+
"will have to re-enable this when getting assistance on the forums or "
273+
"Discord. Changes require a restart of OctoPrint."
272274
msgstr ""
273-
"Es wird regelmäßig geprüft, ob etwas mit der Spannungsversorgung oder der"
274-
" CPU/GPU Temperatur des Pis nicht stimmt."
275+
"Es wird regelmäßig geprüft, ob etwas mit der Spannungsversorgung oder der "
276+
"CPU/GPU Temperatur des Pis nicht stimmt. Deaktivere dies auf deine eigene "
277+
"Verantwortung. Du wirst es reaktivieren müssen, wenn du Hilfe im Forum "
278+
"oder auf Discord erbittest. Änderungen erfordern einen Neustart von "
279+
"OctoPrint."
275280

276281
#: octoprint_pi_support/templates/pi_support_settings.jinja2:45
277282
msgid "Advanced options"

setup.py

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

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

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

translations/de/LC_MESSAGES/messages.po

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: OctoPrint-PiSupport 2022.3.28\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2022-03-28 11:10+0200\n"
11+
"POT-Creation-Date: 2022-06-13 11:21+0200\n"
1212
"PO-Revision-Date: 2021-06-14 18:16+0200\n"
1313
"Last-Translator: \n"
1414
"Language: de\n"
1515
"Language-Team: de <[email protected]>\n"
16-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
16+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1717
"MIME-Version: 1.0\n"
1818
"Content-Type: text/plain; charset=utf-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
20-
"Generated-By: Babel 2.9.1\n"
20+
"Generated-By: Babel 2.10.1\n"
2121

22-
#: octoprint_pi_support/__init__.py:289
22+
#: octoprint_pi_support/__init__.py:299
2323
msgid "Allows to check for the Pi's throttling status and environment info"
2424
msgstr ""
2525
"Erlaubt die Abfrage des Throttlestatus und der Umgebungsinformationen des"
2626
" Raspberry Pis"
2727

28-
#: octoprint_pi_support/__init__.py:359
28+
#: octoprint_pi_support/__init__.py:372
2929
#: octoprint_pi_support/templates/pi_support_settings.jinja2:1
3030
msgid "Pi Support"
3131
msgstr "Pi Support"
3232

33-
#: octoprint_pi_support/__init__.py:529
33+
#: octoprint_pi_support/__init__.py:545
3434
msgid ""
3535
"Without this plugin OctoPrint will no longer be able to provide "
3636
"additional information about your Pi, which will make it more tricky to "
@@ -268,10 +268,15 @@ msgstr ""
268268
#: octoprint_pi_support/templates/pi_support_settings.jinja2:40
269269
msgid ""
270270
"This will regularly check with the Pi if something is amiss either with "
271-
"power regulation or CPU/GPU temperature."
271+
"power regulation or CPU/GPU temperature. Disable at your own risk. You "
272+
"will have to re-enable this when getting assistance on the forums or "
273+
"Discord. Changes require a restart of OctoPrint."
272274
msgstr ""
273-
"Es wird regelmäßig geprüft, ob etwas mit der Spannungsversorgung oder der"
274-
" CPU/GPU Temperatur des Pis nicht stimmt."
275+
"Es wird regelmäßig geprüft, ob etwas mit der Spannungsversorgung oder der "
276+
"CPU/GPU Temperatur des Pis nicht stimmt. Deaktivere dies auf deine eigene "
277+
"Verantwortung. Du wirst es reaktivieren müssen, wenn du Hilfe im Forum "
278+
"oder auf Discord erbittest. Änderungen erfordern einen Neustart von "
279+
"OctoPrint."
275280

276281
#: octoprint_pi_support/templates/pi_support_settings.jinja2:45
277282
msgid "Advanced options"

translations/messages.pot

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77
#, fuzzy
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version: OctoPrint-PiSupport 2022.3.28\n"
10+
"Project-Id-Version: OctoPrint-PiSupport 2022.6.13\n"
1111
"Report-Msgid-Bugs-To: [email protected]\n"
12-
"POT-Creation-Date: 2022-03-28 11:10+0200\n"
12+
"POT-Creation-Date: 2022-06-13 11:21+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 <[email protected]>\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=utf-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
19-
"Generated-By: Babel 2.9.1\n"
19+
"Generated-By: Babel 2.10.1\n"
2020

21-
#: octoprint_pi_support/__init__.py:289
21+
#: octoprint_pi_support/__init__.py:299
2222
msgid "Allows to check for the Pi's throttling status and environment info"
2323
msgstr ""
2424

25-
#: octoprint_pi_support/__init__.py:359
25+
#: octoprint_pi_support/__init__.py:372
2626
#: octoprint_pi_support/templates/pi_support_settings.jinja2:1
2727
msgid "Pi Support"
2828
msgstr ""
2929

30-
#: octoprint_pi_support/__init__.py:529
30+
#: octoprint_pi_support/__init__.py:545
3131
msgid ""
3232
"Without this plugin OctoPrint will no longer be able to provide "
3333
"additional information about your Pi, which will make it more tricky to "
@@ -226,7 +226,9 @@ msgstr ""
226226
#: octoprint_pi_support/templates/pi_support_settings.jinja2:40
227227
msgid ""
228228
"This will regularly check with the Pi if something is amiss either with "
229-
"power regulation or CPU/GPU temperature."
229+
"power regulation or CPU/GPU temperature. Disable at your own risk. You "
230+
"will have to re-enable this when getting assistance on the forums or "
231+
"Discord. Changes require a restart of OctoPrint."
230232
msgstr ""
231233

232234
#: octoprint_pi_support/templates/pi_support_settings.jinja2:45

0 commit comments

Comments
 (0)