Skip to content

Commit c49230d

Browse files
committed
🔖 Preparing release of 2024.3.27
1 parent d51c89c commit c49230d

File tree

6 files changed

+476
-64
lines changed

6 files changed

+476
-64
lines changed
Binary file not shown.

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

Lines changed: 177 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,53 +6,203 @@
66
#
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: OctoPrint-FileCheck 2020.6.22\n"
9+
"Project-Id-Version: OctoPrint-FileCheck 2024.3.27\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2020-06-22 16:22+0200\n"
12-
"PO-Revision-Date: 2020-06-22 17:13+0200\n"
11+
"POT-Creation-Date: 2024-03-26 14:08+0100\n"
12+
"PO-Revision-Date: 2024-03-26 14:08+0100\n"
13+
"Last-Translator: \n"
1314
"Language: de\n"
1415
"Language-Team: de <[email protected]>\n"
1516
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1617
"MIME-Version: 1.0\n"
1718
"Content-Type: text/plain; charset=utf-8\n"
1819
"Content-Transfer-Encoding: 8bit\n"
19-
"Generated-By: Babel 2.8.0\n"
20-
"Last-Translator: \n"
21-
"X-Generator: Poedit 2.0.4\n"
20+
"Generated-By: Babel 2.12.1\n"
2221

23-
#: octoprint_file_check/__init__.py:103
22+
#: build/lib/octoprint_file_check/__init__.py:138
23+
#: octoprint_file_check/__init__.py:421
24+
#, fuzzy
2425
msgid ""
25-
"Without this plugin OctoPrint will no longer be able to check if "
26-
"uploaded files contain common the printer it is connected to has a "
27-
"known safety issue or otherwise broken firmware and inform you about "
28-
"that fact."
26+
"Without this plugin OctoPrint will no longer be able to check if uploaded"
27+
" files contain common problems and inform you about that fact."
2928
msgstr ""
3029
"Ohne dieses Plugin wird OctoPrint nicht länger in der Lage sein, zu "
3130
"prüfen, ob eine hochgeladene Datei typische Probleme enthält und ggf. "
3231
"davor zu warnen."
3332

34-
#: octoprint_file_check/static/js/file_check.js:12
33+
#: build/lib/octoprint_file_check/static/js/file_check.js:12
3534
msgid ""
36-
"Your sliced file still contains a place holder <code>{travel_speed}</"
37-
"code>. This is a common issue when using old start/stop GCODE code "
38-
"snippets in current versions of Cura, as the placeholder name switched "
39-
"to <code>{speed_travel}</code> at some point and no longer gets replaced "
40-
"in current versions. You need to fix this in your slicer and reslice "
41-
"your file, do not print it like it is as it will cause issues!"
35+
"Your sliced file still contains a place holder "
36+
"<code>{travel_speed}</code>. This is a common issue when using old "
37+
"start/stop GCODE code snippets in current versions of Cura, as the "
38+
"placeholder name switched to <code>{speed_travel}</code> at some point "
39+
"and no longer gets replaced in current versions. You need to fix this in "
40+
"your slicer and reslice your file, do not print it like it is as it will "
41+
"cause issues!"
4242
msgstr ""
43-
"Deine geslicete Datei beinhaltet den Platzhalter <code>{travel_speed}</"
44-
"code>. Das ist ein häufiges Problem wenn alter start/stop GCODE in "
45-
"aktuellen Versionen von Cura verwendet wird, da der Platzhaltername vor "
46-
"einiger Zeit zu <code>{speed_travel}</code> geändert wurde und die alte "
47-
"Variante in aktuellen Versionen nicht mehr ersetzt wird. Du musst das in "
48-
"deinem Slicer fixen und deine Datei erneut slicen. Versuche sie nicht so "
49-
"zu drucken, das wird Probleme verursachen!"
43+
"Deine geslicete Datei beinhaltet den Platzhalter "
44+
"<code>{travel_speed}</code>. Das ist ein häufiges Problem wenn alter "
45+
"start/stop GCODE in aktuellen Versionen von Cura verwendet wird, da der "
46+
"Platzhaltername vor einiger Zeit zu <code>{speed_travel}</code> geändert "
47+
"wurde und die alte Variante in aktuellen Versionen nicht mehr ersetzt "
48+
"wird. Du musst das in deinem Slicer fixen und deine Datei erneut slicen. "
49+
"Versuche sie nicht so zu drucken, das wird Probleme verursachen!"
5050

51-
#: octoprint_file_check/static/js/file_check.js:31
51+
#: build/lib/octoprint_file_check/static/js/file_check.js:35
52+
#: octoprint_file_check/static/js/file_check.js:156
53+
#: octoprint_file_check/static/js/file_check.js:221
5254
msgid "Read more..."
5355
msgstr "Mehr..."
5456

55-
#: octoprint_file_check/static/js/file_check.js:34
57+
#: build/lib/octoprint_file_check/static/js/file_check.js:40
5658
#, python-format
5759
msgid "File Check detected issues with %(storage)s:%(path)s!"
5860
msgstr "File Check hat Probleme mit %(storage)s:%(path)s festgestellt!"
61+
62+
#: octoprint_file_check/__init__.py:160
63+
msgid "Allows to run File Check and view the results."
64+
msgstr "Erlaubt das Ausführen von File Check und das Anzeigen der Ergebnisse."
65+
66+
#: octoprint_file_check/static/js/file_check.js:21
67+
msgid ""
68+
"Your file still contains a place holder <code>{travel_speed}</code>. This"
69+
" is a common issue when using old start/stop GCODE code snippets in "
70+
"current versions of Cura, as the placeholder name switched to "
71+
"<code>{speed_travel}</code> at some point and no longer gets replaced in "
72+
"current versions. You need to fix this in your slicer and reslice your "
73+
"file, do not print it like it is as it will cause issues!"
74+
msgstr ""
75+
"Deine geslicete Datei beinhaltet den Platzhalter "
76+
"<code>{travel_speed}</code>. Das ist ein häufiges Problem wenn alter "
77+
"start/stop GCODE in aktuellen Versionen von Cura verwendet wird, da der "
78+
"Platzhaltername vor einiger Zeit zu <code>{speed_travel}</code> geändert "
79+
"wurde und die alte Variante in aktuellen Versionen nicht mehr ersetzt "
80+
"wird. Du musst das in deinem Slicer fixen und deine Datei erneut slicen. "
81+
"Versuche sie nicht so zu drucken, das wird Probleme verursachen!"
82+
83+
#: octoprint_file_check/static/js/file_check.js:30
84+
msgid ""
85+
"Your file contains an API key that is not supposed to be there. This is "
86+
"caused by a bug in your slicer, and known to happen with PrusaSlicer (<= "
87+
"2.1.1), BambuStudio (<= 1.8.4) and OrcaSlicer (<= 1.9.0). Do not share "
88+
"this file with anyone, update your slicer to a patched version "
89+
"immediately, and reslice your file. Also consider changing your API key "
90+
"in OctoPrint, as it might have been leaked by your slicer to third "
91+
"parties through any GCODE files shared previously."
92+
msgstr ""
93+
"Deine geslicete Datei beinhaltet einen API Schlüssel, der dort nicht "
94+
"sein sollte. Das wird durch einen Bug in deinem Slicer verursacht und "
95+
"ist bekannt bei PrusaSlicer (<= 2.1.1), BambuStudio (<= 1.8.4) und "
96+
"OrcaSlicer (<= 1.9.0). Teile diese Datei nicht mit anderen, aktualisiere "
97+
"deinen Slicer sofort auf eine gepatchte Version und slice die Datei "
98+
"erneut. Überlege auch, deinen API Schlüssel in OctoPrint zu ändern, da "
99+
"er durch deinen Slicer in vorher geteilten GCODE Dateien an Dritte "
100+
"weitergegeben worden sein könnte."
101+
102+
#: octoprint_file_check/static/js/file_check.js:44
103+
msgid "unknown"
104+
msgstr "unbekannt"
105+
106+
#: octoprint_file_check/static/js/file_check.js:50
107+
msgid "Current set of checks"
108+
msgstr "Aktuelle Liste von Checks"
109+
110+
#: octoprint_file_check/static/js/file_check.js:52
111+
msgid "Outdated set of checks"
112+
msgstr "Veraltete Liste von Checks"
113+
114+
#: octoprint_file_check/static/js/file_check.js:90
115+
msgid "Run File Check on all files?"
116+
msgstr "File Check auf allen Dateien ausführen?"
117+
118+
#: octoprint_file_check/static/js/file_check.js:91
119+
msgid ""
120+
"This will perform a check of all of your uploaded files for known issues."
121+
" Depending on the amount of files this could take several minutes. It "
122+
"should not be done while a print is running."
123+
msgstr ""
124+
"Das wird eine Prüfung aller deiner hochgeladenen Dateien auf bekannte "
125+
"Probleme durchführen. Abhängig von der Anzahl der Dateien kann das "
126+
"mehrere Minuten dauern. Es sollte nicht während eines Drucks gemacht "
127+
"werden."
128+
129+
#: octoprint_file_check/static/js/file_check.js:161
130+
msgid "File Check detected the following issues:"
131+
msgstr "File Check hat folgende Probleme festgestellt:"
132+
133+
#: octoprint_file_check/static/js/file_check.js:241
134+
msgid "File Check detected issues with %(path)s!"
135+
msgstr "File Check hat Probleme mit %(path)s festgestellt!"
136+
137+
#: octoprint_file_check/static/js/file_check.js:269
138+
#: octoprint_file_check/static/js/file_check.js:302
139+
msgid "File Check detected issues with this file!"
140+
msgstr "File Check hat Probleme mit dieser Datei festgestellt!"
141+
142+
#: octoprint_file_check/templates/file_check_settings.jinja2:1
143+
msgid "File Check"
144+
msgstr "File Check"
145+
146+
#: octoprint_file_check/templates/file_check_settings.jinja2:3
147+
msgid ""
148+
"\n"
149+
" The bundled File Check plugin allows checking your uploaded files for"
150+
" known slicer misconfigurations and related issues.\n"
151+
" The plugin automatically checks all freshly uploaded files and files "
152+
"selected for printing, but for already uploaded\n"
153+
" files you can also trigger a full file check manually. It is "
154+
"recommended to do this whenever new checks are added\n"
155+
" to the plugin, in which case your last check will be marked as "
156+
"outdated below.\n"
157+
msgstr ""
158+
"\n"
159+
" Das gebündelte File Check Plugin erlaubt das Prüfen deiner hochgeladenen"
160+
" Dateien auf bekannte Slicer Fehlkonfigurationen und\n"
161+
" damit zusammenhängende Probleme. Das Plugin prüft automatisch alle "
162+
"frisch hochgeladenen Dateien und Dateien, die zum Druck\n"
163+
" ausgewählt wurden, aber für bereits hochgeladene Dateien"
164+
"kannst du auch manuell einen vollständigen Datei-Check\n"
165+
" auslösen. Es wird empfohlen, dies zu tun, wann immer neue Checks zum "
166+
"Plugin hinzugefügt werden, in welchem Fall dein letzter Check\n"
167+
" unten als veraltet markiert wird.\n"
168+
169+
#: octoprint_file_check/templates/file_check_wizard.jinja2:1
170+
msgid "A full File Check is suggested"
171+
msgstr "Ein vollständiger File Check wird empfohlen"
172+
173+
#: octoprint_file_check/templates/file_check_wizard.jinja2:3
174+
msgid ""
175+
"\n"
176+
" The bundled File Check plugin has been updated with new high priority"
177+
" checks. It is recommended to run a \n"
178+
" full file check now to ensure that you are aware of any critical "
179+
"issues in your uploaded files. Depending on the \n"
180+
" size of your upload folder, this may take several minutes.\n"
181+
msgstr ""
182+
"\n"
183+
" Das gebündelte File Check Plugin wurde mit neuen hochpriorisierten "
184+
"Checks aktualisiert. Es wird empfohlen, jetzt einen vollständigen\n"
185+
" Datei-Check durchzuführen, um sicherzustellen, dass du über kritische "
186+
"Probleme in deinen hochgeladenen Dateien informiert bist. Abhängig\n"
187+
" von der Größe deines Upload-Ordners kann das mehrere Minuten dauern.\n"
188+
189+
#: octoprint_file_check/templates/file_check_wizard.jinja2:9
190+
msgid ""
191+
"\n"
192+
" You can run a full file check by clicking the button below or "
193+
"alternatively at any time from the\n"
194+
" File Check plugin settings.\n"
195+
msgstr ""
196+
"\n"
197+
" Du kannst einen vollständigen Datei-Check durchführen, indem du auf "
198+
"den unten stehenden Button klickst oder alternativ jederzeit\n"
199+
" über die Einstellungen des File Check Plugins.\n"
200+
201+
#: octoprint_file_check/templates/snippets/fileCheckButton.jinja2:1
202+
msgid "Run full file check now"
203+
msgstr "Vollständigen File Check jetzt ausführen"
204+
205+
#: octoprint_file_check/templates/snippets/fileCheckButton.jinja2:3
206+
msgid "Last check:"
207+
msgstr "Letzter check:"
208+

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
plugin_name = "OctoPrint-FileCheck"
1313

1414
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
15-
plugin_version = "2021.2.23"
15+
plugin_version = "2024.3.27"
1616

1717
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
1818
# module
4.82 KB
Binary file not shown.

0 commit comments

Comments
 (0)