aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-09-30 00:28:43 +0200
committerGravatar GitHub <noreply@github.com> 2024-09-30 00:28:43 +0200
commit33478077304b5b5e0d571a3fe471b9b0a337de48 (patch)
tree602342489fd85275120c3bf1041babf67231c7f7 /app
parent280ef8ce0cbb62322eea240a9d8d8c8cad501f49 (diff)
i18n: German 100% (#6847)
* de * fix
Diffstat (limited to 'app')
-rw-r--r--app/i18n/de/conf.php16
-rw-r--r--app/i18n/de/sub.php6
2 files changed, 11 insertions, 11 deletions
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php
index ba69d4414..78543e242 100644
--- a/app/i18n/de/conf.php
+++ b/app/i18n/de/conf.php
@@ -35,7 +35,7 @@ return array(
'darkMode' => array(
'_' => 'Automatischer Dunkel-Modus',
'auto' => 'Automatisch',
- 'help' => 'For compatible themes only', // TODO
+ 'help' => 'Nur für kompatible Layouts',
'no' => 'Nein',
),
'icon' => array(
@@ -115,7 +115,7 @@ return array(
'query' => array(
'_' => 'Benutzerabfragen',
'deprecated' => 'Diese Abfrage ist nicht länger gültig. Die referenzierte Kategorie oder der Feed ist gelöscht worden.',
- 'description' => 'Description', // TODO
+ 'description' => 'Beschreibung',
'filter' => array(
'_' => 'Angewendeter Filter:',
'categories' => 'Nach Kategorie filtern',
@@ -136,7 +136,7 @@ return array(
'get_important' => 'Alle Artikel von den "Wichtige Feeds" anzeigen',
'get_label' => 'Artikel mit dem Label “%s” anzeigen',
'help' => 'Siehe die <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">Dokumentation für Benutzerabfragen und Teilen via HTML / RSS / OPML</a>.',
- 'image_url' => 'Image URL', // TODO
+ 'image_url' => 'Bild-URL',
'name' => 'Name', // IGNORE
'no_filter' => 'Kein Filter',
'number' => 'Abfrage Nr. %d',
@@ -145,7 +145,7 @@ return array(
'search' => 'Suche nach „%s“',
'share' => array(
'_' => 'Diese Benutzerabfrage per Link teilen',
- 'greader' => 'Shareable link to the GReader JSON', // TODO
+ 'greader' => 'Verteilbarer Link für GReader JSON',
'help' => 'Diesen Link verteilen, um in mit Jedem zu teilen',
'html' => 'Verteilbarer Link zur HTML-Seite',
'opml' => 'Verteilbarer Link zur OPML Liste der Feeds',
@@ -188,9 +188,9 @@ return array(
),
'feed_title' => 'Feed Titel',
'icons' => array(
- '_' => 'Article icons position<br /><small>(Reading view only)</small>', // TODO
- 'above_title' => 'Above title', // TODO
- 'with_authors' => 'In authors and date row', // TODO
+ '_' => 'Artikel-Icon-Position<br /><small>(Nur in der Lese-Ansicht)</small>',
+ 'above_title' => 'Über dem Titel',
+ 'with_authors' => 'In der Autoren- und Datumszeile',
),
'tags' => array(
'_' => 'Hashtags',
@@ -252,7 +252,7 @@ return array(
'older_first' => 'Ältere zuerst',
),
'star' => array(
- 'when' => 'Mark an article as favourite…', // TODO
+ 'when' => 'Markiere einen Artikel als Favoriten…',
),
'sticky_post' => 'Wenn geöffnet, den Artikel ganz oben anheften',
'title' => 'Lesen',
diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php
index f2b8012df..e9be33cf6 100644
--- a/app/i18n/de/sub.php
+++ b/app/i18n/de/sub.php
@@ -77,9 +77,9 @@ return array(
'_' => 'Filteraktionen',
'help' => 'Ein Suchfilter pro Zeile. Operatoren <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">siehe Dokumentation</a>.',
),
- 'http_headers' => 'HTTP Headers', // TODO
- 'http_headers_help' => 'Headers are separated by a newline, and the name and value of a header are separated by a colon (e.g: <kbd><code>Accept: application/atom+xml<br />Authorization: Bearer some-token</code></kbd>).', // TODO
- 'information' => 'Information', // IGNORE
+ 'http_headers' => 'HTTP Headers', // IGNORE
+ 'http_headers_help' => 'Headers werden durch einen Zeilenumbruch getrennt. Name und Wert des Headers werden per Doppelpunkt getrennt (z.B: <kbd><code>Accept: application/atom+xml<br />Authorization: Bearer some-token</code></kbd>).',
+ 'information' => 'Informationen',
'keep_min' => 'Minimale Anzahl an Artikeln, die behalten wird',
'kind' => array(
'_' => 'Art der Feed-Quelle',