Skip to content

Commit

Permalink
SW-1739 fix translation of mrbeamdocs (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-MrBeam authored Aug 30, 2022
1 parent 935a9f5 commit 77cf8d5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{# This file is just to have the strings of the MrBeamDoc available to translate them #}
{{ _('Quickstart Guide') }}
{{ _('User Manual') }}
Binary file modified octoprint_mrbeam/translations/de/LC_MESSAGES/messages.mo
Binary file not shown.
18 changes: 10 additions & 8 deletions octoprint_mrbeam/translations/de/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Mr_Beam 0.1.61\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2022-07-27 14:19+0200\n"
"PO-Revision-Date: 2022-07-27 14:24+0200\n"
"POT-Creation-Date: 2022-08-30 11:31+0200\n"
"PO-Revision-Date: 2022-08-30 11:32+0200\n"
"Last-Translator: Andy Werner <[email protected]>\n"
"Language-Team: \n"
"Language: de\n"
Expand Down Expand Up @@ -3124,6 +3124,14 @@ msgstr ""
"Support Team kontaktieren um Dein Gerät zurückzusetzen. Mehr dazu findest Du "
"in der %(tag_open)sKnowledge Base%(tag_close)s."

#: octoprint_mrbeam/templates/mrbeam_doc_translation_placeholders.jinja2:1
msgid "Quickstart Guide"
msgstr "Quickstart Guide"

#: octoprint_mrbeam/templates/mrbeam_doc_translation_placeholders.jinja2:2
msgid "User Manual"
msgstr "Betriebsanleitung"

#: octoprint_mrbeam/templates/mrbeam_ui_index.jinja2:43
msgid "Mr Beam Logo"
msgstr "Mr Beam Logo"
Expand Down Expand Up @@ -5763,16 +5771,10 @@ msgstr "Dämon zurücksetzen"
#~ msgid "QuickstartGuide_en.pdf"
#~ msgstr "QuickstartGuide_de.pdf"

#~ msgid "Quickstart Guide"
#~ msgstr "Quickstart Guide"

# URL part. do not translate/modify
#~ msgid "UserManual_en.pdf"
#~ msgstr "UserManual_de.pdf"

#~ msgid "User Manual"
#~ msgstr "Betriebsanleitung"

#~ msgid "QuickstartGuide_dreamcut_en.pdf"
#~ msgstr "QuickstartGuide_dreamcut_de.pdf"

Expand Down
10 changes: 9 additions & 1 deletion translations/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2022-07-27 14:19+0200\n"
"POT-Creation-Date: 2022-08-30 11:31+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -2626,6 +2626,14 @@ msgid ""
"Base%(tag_close)s."
msgstr ""

#: octoprint_mrbeam/templates/mrbeam_doc_translation_placeholders.jinja2:1
msgid "Quickstart Guide"
msgstr ""

#: octoprint_mrbeam/templates/mrbeam_doc_translation_placeholders.jinja2:2
msgid "User Manual"
msgstr ""

#: octoprint_mrbeam/templates/mrbeam_ui_index.jinja2:43
msgid "Mr Beam Logo"
msgstr ""
Expand Down

0 comments on commit 77cf8d5

Please sign in to comment.