Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 27 additions & 9 deletions locale-fork/locale/de/LC_MESSAGES/djangojs.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-15 15:47+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"
"Language: \n"
"POT-Creation-Date: 2025-04-04 14:01+0200\n"
"PO-Revision-Date: 2025-05-19 13:49+0000\n"
"Last-Translator: Tietje Khieu <[email protected]>\n"
"Language-Team: German <https://weblate.liqd.net/projects/meinberlin/"
"js-design-dev/de/>\n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -188,7 +189,7 @@ msgstr ""
#: adhocracy4/comments_async/static/comments_async/ai_report.jsx:7
msgctxt "defakts"
msgid "The defakt AI has found evidence of disinformation."
msgstr ""
msgstr "Die defakt KI hat Hinweise auf Desinformation gefunden."

#: adhocracy4/comments_async/static/comments_async/ai_report.jsx:8
#: adhocracy4/comments_async/static/comments_async/ai_report.jsx:8
Expand All @@ -197,6 +198,20 @@ msgid ""
"Defakts uses artificial intelligence to check content for disinformation "
"based on certain linguistic characteristics."
msgstr ""
"Defakts nutzt künstliche Intelligenz, um Inhalte anhand bestimmter "
"sprachlicher Merkmale auf Desinformation zu überprüfen."

#: adhocracy4/comments_async/static/comments_async/ai_report.jsx:8
#, javascript-format
msgctxt "defakts"
msgid ""
"The AI considers some of the characteristics of disinformation to be "
"fulfilled based on the following words in the comment. The probability is "
"given in % for each characteristic."
msgstr ""
"Die KI betrachtet einige der Merkmale von Desinformation als erfüllt, "
"basierend auf den folgenden Wörtern im Kommentar. Die Wahrscheinlichkeit "
"wird in % für jedes Merkmal angegeben."

#: adhocracy4/comments_async/static/comments_async/ai_report.jsx:9
#: adhocracy4/comments_async/static/comments_async/ai_report.jsx:9
Expand All @@ -220,12 +235,15 @@ msgid ""
"our [FAQs]. Here you will also find advice on how to respond constructively "
"to disinformation."
msgstr ""
"Wenn Sie mehr darüber erfahren möchten, was die Merkmale bedeuten, besuchen "
"Sie bitte unsere [FAQs]. Hier finden Sie auch Ratschläge, wie Sie "
"konstruktiv auf Desinformation reagieren können."

#: adhocracy4/comments_async/static/comments_async/ai_report.jsx:12
#: adhocracy4/comments_async/static/comments_async/ai_report.jsx:12
msgctxt "defakts"
msgid "Click to view the AI explanation for reporting this comment."
msgstr ""
msgstr "Klicken Sie hier, um die Erklärung der KI zu dieser Meldung anzusehen."

#: adhocracy4/comments_async/static/comments_async/ai_report.jsx:13
#: adhocracy4/comments_async/static/comments_async/ai_report.jsx:13
Expand All @@ -249,13 +267,13 @@ msgstr ""
#: adhocracy4/comments_async/static/comments_async/ai_report.jsx:16
msgctxt "defakts"
msgid "Show AI info to users"
msgstr ""
msgstr "Informationen zur KI anzeigen"

#: adhocracy4/comments_async/static/comments_async/ai_report.jsx:17
#: adhocracy4/comments_async/static/comments_async/ai_report.jsx:17
msgctxt "defakts"
msgid "Hide AI info from users"
msgstr ""
msgstr "Informationen zur KI ausblenden"

#: adhocracy4/comments_async/static/comments_async/category_list.jsx:5
#: adhocracy4/comments_async/static/comments_async/category_list.jsx:5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@fortawesome/fontawesome-free": "5.15.4",
"@maplibre/maplibre-gl-leaflet": "0.0.22",
"@react-leaflet/core": "^2.1.0",
"adhocracy4": "git+https://github.com/liqd/adhocracy4#22d2c571b8491266fdffbc6a65339a80280059d9",
"adhocracy4": "git+https://github.com/liqd/adhocracy4#e5da5497892e057d453fd599212943fa5d0536fc",
"autoprefixer": "10.4.20",
"bootstrap": "5.2.3",
"css-loader": "7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A4
git+https://github.com/liqd/adhocracy4.git@22d2c571b8491266fdffbc6a65339a80280059d9#egg=adhocracy4
git+https://github.com/liqd/adhocracy4.git@e5da5497892e057d453fd599212943fa5d0536fc#egg=adhocracy4

# Additional requirements
brotli==1.1.0
Expand Down