aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-08-22 23:17:54 +0200
committerGravatar GitHub <noreply@github.com> 2022-08-22 23:17:54 +0200
commitbba33065007ad350513c072b4118f0ce8a105c57 (patch)
tree2a1eacc3a3f1a9c3824584aad4dbb3a79410d8a3
parent51bd9be82f4692a3d565101d3046465936350138 (diff)
i18n German (#4525)
-rw-r--r--app/i18n/de/conf.php2
-rw-r--r--app/i18n/de/gen.php4
-rw-r--r--app/i18n/de/sub.php72
3 files changed, 39 insertions, 39 deletions
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php
index c2e99377d..4e7da6a63 100644
--- a/app/i18n/de/conf.php
+++ b/app/i18n/de/conf.php
@@ -187,7 +187,7 @@ return array(
'article_viewed' => 'wenn der Artikel angesehen wird',
'keep_max_n_unread' => 'Max. Anzahl von ungelesenen Artikeln',
'scroll' => 'beim Scrollen bzw. Überspringen',
- 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO
+ 'upon_gone' => 'wenn der Artikel nicht mehr im Feed enthalten ist',
'upon_reception' => 'beim Empfang des Artikels',
'when' => 'Artikel als gelesen markieren…',
'when_same_title' => 'falls der identische Titel bereit in den <i>n</i> neusten Artikel vorhanden ist.',
diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php
index 3d05eb5ab..fb7726416 100644
--- a/app/i18n/de/gen.php
+++ b/app/i18n/de/gen.php
@@ -18,7 +18,7 @@ return array(
'back_to_rss_feeds' => '← Zurück zu Ihren RSS-Feeds gehen',
'cancel' => 'Abbrechen',
'create' => 'Erstellen',
- 'delete_muted_feeds' => 'Delete muted feeds', // TODO
+ 'delete_muted_feeds' => 'Lösche stumm gestellte Feeds',
'demote' => 'Zurückstufen',
'disable' => 'Deaktivieren',
'empty' => 'Leeren',
@@ -32,7 +32,7 @@ return array(
'open_url' => 'URL öffnen',
'promote' => 'Hochstufen',
'purge' => 'Bereinigen',
- 'refresh_opml' => 'Refresh OPML', // TODO
+ 'refresh_opml' => 'OPML erneut laden',
'remove' => 'Entfernen',
'rename' => 'Umbenennen',
'see_website' => 'Website ansehen',
diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php
index e78d1ef25..f45c8f021 100644
--- a/app/i18n/de/sub.php
+++ b/app/i18n/de/sub.php
@@ -25,19 +25,19 @@ return array(
'add' => 'Kategorie hinzufügen',
'archiving' => 'Archivierung',
'dynamic_opml' => array(
- '_' => 'Dynamic OPML', // TODO
- 'help' => 'Provide the URL to an <a href=http://opml.org/ target=_blank>OPML file</a> to dynamically populate this category with feeds', // TODO
+ '_' => 'Dynamisches OPML',
+ 'help' => 'URL zu einer <a href=http://opml.org/ target=_blank>OPML Datei</a>, um die Kategorie dynamisch mit Feeds zu befüllen',
),
'empty' => 'Leere Kategorie',
'information' => 'Information', // IGNORE
- 'opml_url' => 'OPML URL', // TODO
+ 'opml_url' => 'OPML-Datei URL',
'position' => 'Reihenfolge',
'position_help' => 'Steuert die Kategoriesortierung',
'title' => 'Titel',
),
'feed' => array(
- 'accept_cookies' => 'Accept cookies', // TODO
- 'accept_cookies_help' => 'Allow the feed server to set cookies (stored in memory for the duration of the request only)', // TODO
+ 'accept_cookies' => 'Cookies zulassen',
+ 'accept_cookies_help' => 'Erlaubt dem Feed-Server das Setzen von Cookies (wird nur für die Dauer der Anfrage im Speicher gehalten)',
'add' => 'Einen RSS-Feed hinzufügen',
'advanced' => 'Erweitert',
'archiving' => 'Archivierung',
@@ -60,8 +60,8 @@ return array(
'css_help' => 'Ruft bei gekürzten RSS-Feeds den vollständigen Artikelinhalt ab (Achtung, benötigt mehr Zeit!)',
'css_path' => 'CSS-Selektor des Artikelinhaltes auf der Original-Webseite',
'css_path_filter' => array(
- '_' => 'CSS selector of the elements to remove', // TODO
- 'help' => 'A CSS selector may be a list such as: <kbd>.footer, .aside</kbd>', // TODO
+ '_' => 'CSS-Selector für die Elemente, die entfernt werden sollen',
+ 'help' => 'CSS-Selector könnte eine Liste sein, wie z.B.: <kbd>.footer, .aside</kbd>',
),
'description' => 'Beschreibung',
'empty' => 'Dieser Feed ist leer. Bitte stellen Sie sicher, dass er noch gepflegt wird.',
@@ -73,61 +73,61 @@ return array(
'information' => 'Information', // IGNORE
'keep_min' => 'Minimale Anzahl an Artikeln, die behalten wird',
'kind' => array(
- '_' => 'Type of feed source', // TODO
+ '_' => 'Art der Feed-Quelle',
'html_xpath' => array(
- '_' => 'HTML + XPath (Web scraping)', // TODO
+ '_' => 'HTML + XPath (Webseite scannen)',
'feed_title' => array(
- '_' => 'feed title', // TODO
- 'help' => 'Example: <code>//title</code> or a static string: <code>"My custom feed"</code>', // TODO
+ '_' => 'Feed Title',
+ 'help' => 'Beispiel: <code>//title</code> oder ein statischer Text: <code>"Mein eigener Feed"</code>',
),
- 'help' => '<dfn><a href="https://www.w3.org/TR/xpath-10/" target="_blank">XPath 1.0</a></dfn> is a standard query language for advanced users, and which FreshRSS supports to enable Web scraping.', // TODO
+ 'help' => '<dfn><a href="https://www.w3.org/TR/xpath-10/" target="_blank">XPath 1.0</a></dfn> ist eine standardisierte Query-Sprache für fortgeschrittene Nutzer und wird von FreshRSS genutzt, um die Webseite abzuscannen.',
'item' => array(
- '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // TODO
- 'help' => 'Example: <code>//div[@class="news-item"]</code>', // TODO
+ '_' => 'News <strong>Artikel</strong> finden<br /><small>(Sehr wichtig)</small>',
+ 'help' => 'Beispiel: <code>//div[@class="news-artikel"]</code>',
),
'item_author' => array(
- '_' => 'item author', // TODO
- 'help' => 'Can also be a static string. Example: <code>"Anonymous"</code>', // TODO
+ '_' => 'Artikel-Autor:in',
+ 'help' => 'Kann auch ein statischer Text sein: <code>"Unbekannt"</code>',
),
- 'item_categories' => 'item tags', // TODO
+ 'item_categories' => 'Artikel-(Hash)Tags',
'item_content' => array(
- '_' => 'item content', // TODO
- 'help' => 'Example to take the full item: <code>.</code>', // TODO
+ '_' => 'Artikelinhalt',
+ 'help' => 'Beispiel, um den vollen Artikel zu nehmen: <code>.</code>',
),
'item_thumbnail' => array(
- '_' => 'item thumbnail', // TODO
- 'help' => 'Example: <code>descendant::img/@src</code>', // TODO
+ '_' => 'Artikel-Vorschaubild',
+ 'help' => 'Beispiel: <code>descendant::img/@src</code>',
),
'item_timestamp' => array(
- '_' => 'item date', // TODO
- 'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>', // TODO
+ '_' => 'Artikel-Datum',
+ 'help' => 'Das Ergebnis wird durch <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a> geparst',
),
'item_title' => array(
- '_' => 'item title', // TODO
- 'help' => 'Use in particular the <a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">XPath axis</a> <code>descendant::</code> like <code>descendant::h2</code>', // TODO
+ '_' => 'Artikel-Titel',
+ 'help' => 'Insbesondere <a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">XPath axis</a> <code>descendant::</code> nutzen, wie z.B. <code>descendant::h2</code>',
),
'item_uid' => array(
- '_' => 'item unique ID', // TODO
- 'help' => 'Optional. Example: <code>descendant::div/@data-uri</code>', // TODO
+ '_' => 'Eindeutige ID des Artikels',
+ 'help' => 'Optional. Beispiel: <code>descendant::div/@data-uri</code>',
),
'item_uri' => array(
- '_' => 'item link (URL)', // TODO
- 'help' => 'Example: <code>descendant::a/@href</code>', // TODO
+ '_' => 'Link zum Artikel (URL)',
+ 'help' => 'Beispiel: <code>descendant::a/@href</code>',
),
- 'relative' => 'XPath (relative to item) for:', // TODO
- 'xpath' => 'XPath for:', // TODO
+ 'relative' => 'XPath (relativ zum Artikel) für:',
+ 'xpath' => 'XPath für:',
),
- 'rss' => 'RSS / Atom (default)', // TODO
+ 'rss' => 'RSS / Atom (Standard)',
),
'maintenance' => array(
'clear_cache' => 'Zwischenspeicher leeren',
'clear_cache_help' => 'Zwischenspeicher für diesen Feed leeren.',
'reload_articles' => 'Artikel neuladen',
- 'reload_articles_help' => 'Artikel neuladen und komplette Inhalte holen, wenn ein Selektor festgelegt wurde.', // DIRTY
+ 'reload_articles_help' => 'Artikel neuladen und kompletten Inhalt laden, wenn ein Selektor festgelegt wurde.',
'title' => 'Wartung',
),
- 'max_http_redir' => 'Max HTTP redirects', // TODO
- 'max_http_redir_help' => 'Set to 0 or leave blank to disable, -1 for unlimited redirects', // TODO
+ 'max_http_redir' => 'Max HTTP Umleitungen',
+ 'max_http_redir_help' => '0 oder leeres Feld = deaktiviert; -1 für unendlich viele Umleitungen',
'moved_category_deleted' => 'Wenn Sie eine Kategorie entfernen, werden deren Feeds automatisch in die Kategorie <em>%s</em> eingefügt.',
'mute' => 'Stumm schalten',
'no_selected' => 'Kein Feed ausgewählt.',
@@ -198,7 +198,7 @@ return array(
'_' => 'Abonnementverwaltung',
'add' => 'Feed oder Kategorie hinzufügen',
'add_category' => 'Kategorie hinzufügen',
- 'add_dynamic_opml' => 'Add dynamic OPML', // TODO
+ 'add_dynamic_opml' => 'dynamisches OPML hinzufügen',
'add_feed' => 'Feed hinzufügen',
'add_label' => 'Label hinzufügen',
'delete_label' => 'Label löschen',