Translated using Weblate (German)

Currently translated at 100.0% (15 of 15 strings)

Translation: RcGcDw/discussion_formatters
Translate-URL: https://weblate.frisk.space/projects/rcgcdw/discussion_formatters-1/de/
This commit is contained in:
MarkusRost 2020-08-08 20:15:06 +00:00 committed by Weblate
parent 6541b3477b
commit 7cf39c8086
2 changed files with 29 additions and 21 deletions

View file

@ -8,24 +8,25 @@ msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-08 14:00+0200\n" "POT-Creation-Date: 2020-08-08 14:00+0200\n"
"PO-Revision-Date: 2020-07-04 01:04+0200\n" "PO-Revision-Date: 2020-08-08 20:59+0000\n"
"Last-Translator: \n" "Last-Translator: MarkusRost <sukramxro@gmail.com>\n"
"Language-Team: \n" "Language-Team: German <https://weblate.frisk.space/projects/rcgcdw/"
"discussion_formatters-1/de/>\n"
"Language: de\n" "Language: de\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.3\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 4.1.1\n"
#: src/discussion_formatters.py:38 #: src/discussion_formatters.py:38
#, fuzzy, python-brace-format #, python-brace-format
msgid "" msgid ""
"[{author}]({author_url}) created a [reply](<{url}f/p/{threadId}/r/{postId}>) " "[{author}]({author_url}) created a [reply](<{url}f/p/{threadId}/r/{postId}>) "
"to [{title}](<{url}f/p/{threadId}>) in {forumName}" "to [{title}](<{url}f/p/{threadId}>) in {forumName}"
msgstr "" msgstr ""
"[{author}](<{url}f/u/{creatorId}>) erstellte eine [Antwork](<{url}f/p/" "[{author}]({author_url}) erstellte eine [Antwork](<{url}f/p/{threadId}/r/"
"{threadId}/r/{postId}>) zu [{title}](<{url}f/p/{threadId}>) in {forumName}" "{postId}>) zu [{title}](<{url}f/p/{threadId}>) in {forumName}"
#: src/discussion_formatters.py:40 src/discussion_formatters.py:49 #: src/discussion_formatters.py:40 src/discussion_formatters.py:49
#: src/discussion_formatters.py:104 src/discussion_formatters.py:117 #: src/discussion_formatters.py:104 src/discussion_formatters.py:117
@ -33,27 +34,28 @@ msgid "unknown"
msgstr "Unbekannt" msgstr "Unbekannt"
#: src/discussion_formatters.py:44 #: src/discussion_formatters.py:44
#, fuzzy, python-brace-format #, python-brace-format
msgid "" msgid ""
"[{author}]({author_url}) created [{title}](<{url}wiki/Message_Wall:" "[{author}]({author_url}) created [{title}](<{url}wiki/Message_Wall:"
"{user_wall}?threadId={threadId}>) on [{user}'s Message Wall](<{url}wiki/" "{user_wall}?threadId={threadId}>) on [{user}'s Message Wall](<{url}wiki/"
"Message_Wall:{user_wall}>)" "Message_Wall:{user_wall}>)"
msgstr "" msgstr ""
"[{author}](<{url}f/u/{creatorId}>) erstellte [{title}](<{wikiurl}wiki/" "[{author}]({author_url}) erstellte [{title}](<{wikiurl}wiki/"
"Message_Wall:{user_wall}?threadId={threadid}>) auf der Nachrichtenseite von " "Message_Wall:{user_wall}?threadId={threadId}>) auf der [Nachrichtenseite von "
"{user}" "{user}](<{url}wiki/Message_Wall:{user_wall}>)"
#: src/discussion_formatters.py:46 #: src/discussion_formatters.py:46
#, fuzzy, python-brace-format #, python-brace-format
msgid "" msgid ""
"[{author}]({author_url}) created a [reply](<{url}wiki/Message_Wall:" "[{author}]({author_url}) created a [reply](<{url}wiki/Message_Wall:"
"{user_wall}?threadId={threadId}#{replyId}>) to [{title}](<{url}wiki/" "{user_wall}?threadId={threadId}#{replyId}>) to [{title}](<{url}wiki/"
"Message_Wall:{user_wall}?threadId={threadId}) on [{user}'s Message Wall]" "Message_Wall:{user_wall}?threadId={threadId}) on [{user}'s Message Wall]"
"(<{url}wiki/Message_Wall:{user_wall}>)" "(<{url}wiki/Message_Wall:{user_wall}>)"
msgstr "" msgstr ""
"[{author}](<{url}f/u/{creatorId}>) antwortete auf [{title}](<{wikiurl}wiki/" "[{author}]({author_url}) erstellte eine [Antwort](<{url}wiki/"
"Message_Wall:{user_wall}?threadId={threadid}#{replyId}>) auf der " "Message_Wall:{user_wall}?threadId={threadId}#{replyId}>) auf [{title}](<{url}"
"Nachrichtenseite von {user}" "wiki/Message_Wall:{user_wall}?threadId={threadId}>) auf der ["
"Nachrichtenseite von {user}](<{url}wiki/Message_Wall:{user_wall}>)"
#: src/discussion_formatters.py:51 #: src/discussion_formatters.py:51
#, python-brace-format #, python-brace-format
@ -61,6 +63,8 @@ msgid ""
"[{author}]({author_url}) created a [comment](<{url}wiki/{article}?" "[{author}]({author_url}) created a [comment](<{url}wiki/{article}?"
"commentId={commentId}>) on [{article}](<{url}wiki/{article}>)" "commentId={commentId}>) on [{article}](<{url}wiki/{article}>)"
msgstr "" msgstr ""
"[{author}]({author_url}) erstellte ein [Kommentar](<{url}wiki/"
"{article}?commentId={commentId}>) zu [{article}](<{url}wiki/{article}>)"
#: src/discussion_formatters.py:53 #: src/discussion_formatters.py:53
#, python-brace-format #, python-brace-format
@ -70,6 +74,10 @@ msgid ""
"commentId={commentId}&replyId={replyId}>) on [{article}](<{url}wiki/{article}" "commentId={commentId}&replyId={replyId}>) on [{article}](<{url}wiki/{article}"
">)" ">)"
msgstr "" msgstr ""
"[{author}]({author_url}) erstellte eine [Antwort](<{url}wiki/"
"{article}?threadId={threadId}) auf ein [Kommentar](<{url}wiki/"
"{article}?commentId={commentId}&replyId={replyId}>) zu [{article}](<{url}"
"wiki/{article}>)"
#: src/discussion_formatters.py:82 #: src/discussion_formatters.py:82
#, python-brace-format #, python-brace-format
@ -77,7 +85,7 @@ msgid "Created \"{title}\""
msgstr "Erstellte „{title}“" msgstr "Erstellte „{title}“"
#: src/discussion_formatters.py:87 #: src/discussion_formatters.py:87
#, fuzzy, python-brace-format #, python-brace-format
msgid "Created a poll \"{title}\"" msgid "Created a poll \"{title}\""
msgstr "Erstellte eine Umfrage „{title}“" msgstr "Erstellte eine Umfrage „{title}“"
@ -106,14 +114,14 @@ msgid "Replied to \"{title}\" on {user}'s Message Wall"
msgstr "Antwortete auf „{title}“ auf der Nachrichtenseite von {user}" msgstr "Antwortete auf „{title}“ auf der Nachrichtenseite von {user}"
#: src/discussion_formatters.py:121 #: src/discussion_formatters.py:121
#, fuzzy, python-brace-format #, python-brace-format
msgid "Commented on {article}" msgid "Commented on {article}"
msgstr "Erstellte „{title}“" msgstr "Kommentierte zu „{article}“"
#: src/discussion_formatters.py:125 #: src/discussion_formatters.py:125
#, fuzzy, python-brace-format #, python-brace-format
msgid "Replied to a comment on {article}" msgid "Replied to a comment on {article}"
msgstr "Antwortete auf „{title}“" msgstr "Antwortete auf ein Kommentar zu „{article}“"
#, python-brace-format #, python-brace-format
#~ msgid "" #~ msgid ""