summaryrefslogtreecommitdiffstats
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-08-19 02:47:44 +0000
committerNextcloud bot <bot@nextcloud.com>2020-08-19 02:47:44 +0000
commit2fb6bff4830fff4e70296bf600705c30f94db496 (patch)
tree8e6b88c582ee748daeec12693765384dced3d669 /l10n
parentbc7a204393d3f938d5c76f95396c1148ad69b282 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/cs.js10
-rw-r--r--l10n/cs.json10
-rw-r--r--l10n/de.js12
-rw-r--r--l10n/de.json12
-rw-r--r--l10n/de_DE.js12
-rw-r--r--l10n/de_DE.json12
-rw-r--r--l10n/gl.js10
-rw-r--r--l10n/gl.json10
-rw-r--r--l10n/it.js10
-rw-r--r--l10n/it.json10
-rw-r--r--l10n/nl.js10
-rw-r--r--l10n/nl.json10
-rw-r--r--l10n/pl.js10
-rw-r--r--l10n/pl.json10
-rw-r--r--l10n/tr.js10
-rw-r--r--l10n/tr.json10
16 files changed, 164 insertions, 4 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index c8ef07742..ae1fe224b 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -15,12 +15,22 @@ OC.L10N.register(
"An RSS/Atom feed reader" : "Čtečka RSS/Atom zdrojů",
"The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "Aplikace Novinky je čtečka RSS/Atom zdrojů pro Nextcloud, kterou je možné synchronizovat s mnoha mobilními zařízeními. Seznam všech klientů a požadavky je k nalezení [v souboru README](https://github.com/nextcloud/news)\n\nPřed provedením přechodu na novou verzi, [se podívejte do výčtu změn](https://github.com/nextcloud/news/blob/master/CHANGELOG.md), abyste se vyhnuli nenadálým překvapením.\n\n**Důležité**: Pro zapnutí aktualizací zdrojů je třeba zapnout buď [Nextcloud systémový plánovač](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) nebo použít [aktualizátor](https://github.com/nextcloud/news-updater) který používá vestavěné aplikační program. rozhraní (API) aktualizací a vypíná aktualizace z plánovače cron. Více informací je k dispozici [v souboru README](https://github.com/nextcloud/news).",
"Use system cron for updates" : "Pro aktualizace použít službu systémového plánovače cron",
+ "Disable this if you run a custom updater such as the Python updater included in the app." : "Toto vypněte, pokud používáte vlastní aplikaci pro aktualizace jako například dostupnou aktualizační službu Python.",
"Purge interval" : "Interval čištění",
+ "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored." : "Minimální časový interval v sekundách, po kterém jsou z databáze smazány odstraněné kanály novinek a složky; hodnoty kratší než 60 sekund jsou ignorovány.",
"Maximum read count per feed" : "Maximální počet přečtených novinek na kanál",
+ "Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off." : "Určuje nejvyšší počet článků, které jsou dostupné ke čtení z jednotlivých kanálů a nebudou smazány při čištění; pokud se staré články po přečtení znovu objevují, navyšte tuto hodnotu; negativní hodnoty jako -1 tuto funkci úplně vypnou.",
"Maximum redirects" : "Nejvyšší počet přesměrování",
+ "How many redirects the feed fetcher should follow." : "Kolik přesměrování se může sledovat při stahování článků.",
"Maximum feed page size" : "Maximální velikost stránky kanálu",
+ "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted." : "Maximální velikost kanálu v bajtech. Pokud bude RSS/Atom stránka větší než tato hodnota, aktualizace bude ukončena.",
"Feed fetcher timeout" : "Časový limit při stahování článků",
+ "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted." : "Maximální počet sekund pro aktualizaci RSS nebo Atom zdroje; pokud bude interval překročen, aktualizace se ukončí.",
"Explore Service URL" : "URL prohledávání",
+ "If given, this service's URL will be queried for displaying the feeds in the explore feed section. To fall back to the built in explore service, leave this input empty." : "Pokud zadáno, bude tato URL dotazována na zobrazování kanálů v sekci prohledávání kanálu. Pro návrat k výchozí službě hledání ponechte tuto kolonku prázdnou.",
+ "For more information check the wiki." : "Další informace jsou k dispozici na wiki projektu.",
+ "Update interval" : "Interval aktualizace",
+ "Interval in which the feeds will be updated." : "Interval ve kterém budou kanály aktualizovány.",
"Saved" : "Uloženo",
"Download" : "Stáhnout",
"Close" : "Zavřít",
diff --git a/l10n/cs.json b/l10n/cs.json
index d5bc1101b..dc640773d 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -13,12 +13,22 @@
"An RSS/Atom feed reader" : "Čtečka RSS/Atom zdrojů",
"The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "Aplikace Novinky je čtečka RSS/Atom zdrojů pro Nextcloud, kterou je možné synchronizovat s mnoha mobilními zařízeními. Seznam všech klientů a požadavky je k nalezení [v souboru README](https://github.com/nextcloud/news)\n\nPřed provedením přechodu na novou verzi, [se podívejte do výčtu změn](https://github.com/nextcloud/news/blob/master/CHANGELOG.md), abyste se vyhnuli nenadálým překvapením.\n\n**Důležité**: Pro zapnutí aktualizací zdrojů je třeba zapnout buď [Nextcloud systémový plánovač](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) nebo použít [aktualizátor](https://github.com/nextcloud/news-updater) který používá vestavěné aplikační program. rozhraní (API) aktualizací a vypíná aktualizace z plánovače cron. Více informací je k dispozici [v souboru README](https://github.com/nextcloud/news).",
"Use system cron for updates" : "Pro aktualizace použít službu systémového plánovače cron",
+ "Disable this if you run a custom updater such as the Python updater included in the app." : "Toto vypněte, pokud používáte vlastní aplikaci pro aktualizace jako například dostupnou aktualizační službu Python.",
"Purge interval" : "Interval čištění",
+ "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored." : "Minimální časový interval v sekundách, po kterém jsou z databáze smazány odstraněné kanály novinek a složky; hodnoty kratší než 60 sekund jsou ignorovány.",
"Maximum read count per feed" : "Maximální počet přečtených novinek na kanál",
+ "Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off." : "Určuje nejvyšší počet článků, které jsou dostupné ke čtení z jednotlivých kanálů a nebudou smazány při čištění; pokud se staré články po přečtení znovu objevují, navyšte tuto hodnotu; negativní hodnoty jako -1 tuto funkci úplně vypnou.",
"Maximum redirects" : "Nejvyšší počet přesměrování",
+ "How many redirects the feed fetcher should follow." : "Kolik přesměrování se může sledovat při stahování článků.",
"Maximum feed page size" : "Maximální velikost stránky kanálu",
+ "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted." : "Maximální velikost kanálu v bajtech. Pokud bude RSS/Atom stránka větší než tato hodnota, aktualizace bude ukončena.",
"Feed fetcher timeout" : "Časový limit při stahování článků",
+ "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted." : "Maximální počet sekund pro aktualizaci RSS nebo Atom zdroje; pokud bude interval překročen, aktualizace se ukončí.",
"Explore Service URL" : "URL prohledávání",
+ "If given, this service's URL will be queried for displaying the feeds in the explore feed section. To fall back to the built in explore service, leave this input empty." : "Pokud zadáno, bude tato URL dotazována na zobrazování kanálů v sekci prohledávání kanálu. Pro návrat k výchozí službě hledání ponechte tuto kolonku prázdnou.",
+ "For more information check the wiki." : "Další informace jsou k dispozici na wiki projektu.",
+ "Update interval" : "Interval aktualizace",
+ "Interval in which the feeds will be updated." : "Interval ve kterém budou kanály aktualizovány.",
"Saved" : "Uloženo",
"Download" : "Stáhnout",
"Close" : "Zavřít",
diff --git a/l10n/de.js b/l10n/de.js
index bae492fb6..f0500f291 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -13,14 +13,24 @@ OC.L10N.register(
"Can not add folder: Exists already" : "Ordner kann nicht hinzgefügt werden: Existiert bereits",
"News" : "News",
"An RSS/Atom feed reader" : "Ein RSS/Atom-Feed-Reader",
- "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "Die News-App ist ein RSS/Atom-Feed-Reader für Nextcloud der mit vielen Mobilgeräten synchronisiert werden kann. Eine Liste aller Clients und Anforderungen ist [in der README](https://github.com/nextcloud/news) enthalten.\n\nVor einer Aktualisierung auf eine neuere Version bitte das [changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) überprüfen um Überraschungen zu vermeiden.\n\n**Wichtig**: Um die abonnierten Feeds zu aktualisieren muss entweder der [Nextcloud System Cron](https://docs.nextcloud.orgcom/server/latest10/admin_manual/configuration_server/background_jobs_configuration.html#cron) aktiviert sein oder ein [Updater](https://github.com/nextcloud/news-updater) der die eingebaute Update-API verwendet und der Cron-Updater abgeschaltet werden. Weitere Informationen [in der README](https://github.com/nextcloud/news).",
+ "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "Die News-App ist ein RSS/Atom-Feed-Reader für Nextcloud der mit vielen Mobilgeräten synchronisiert werden kann. Eine Liste aller Clients und Anforderungen ist [im README](https://github.com/nextcloud/news) enthalten.\n\nVor einer Aktualisierung auf eine neuere Version bitte die [Liste der Veränderungen](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) überprüfen um Überraschungen zu vermeiden.\n\n**Wichtig**: Um die abonnierten Feeds zu aktualisieren muss entweder der [Nextcloud System Cron](https://docs.nextcloud.orgcom/server/latest10/admin_manual/configuration_server/background_jobs_configuration.html#cron) aktiviert sein oder ein [Updater](https://github.com/nextcloud/news-updater) der die eingebaute Update-API verwendet und der Cron-Updater abgeschaltet werden. Weitere Informationen [in der README](https://github.com/nextcloud/news).",
"Use system cron for updates" : "Verwende System-Cron für Aktualisierungen",
+ "Disable this if you run a custom updater such as the Python updater included in the app." : "Deaktiviere diese Option, wenn Du einen eigenen Updater wie z.B. den Python-Updater aus der App laufen lässt.",
"Purge interval" : "Säuberungssintervall",
+ "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored." : "Minimum an Sekunden, nachdem gelöschte Feeds und Ordner aus der Datenbank entfernt werden; Werte unter 60 Sekunden werden ignoriert.",
"Maximum read count per feed" : "Maximale Anzahl an gelesenen Artikeln pro Feed",
+ "Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off." : "Definiert die maximale Anzahl an Artikeln, die pro Feed gelesen und bei einem Säuberungsauftrag nicht aus der Datenbank gelöscht werden; wenn ältere Artikel nach dem Lesen erhalten bleiben sollen, erhöhe diesen Wert; negative Werte wie -1 deaktivieren diese Funktion komplett.",
"Maximum redirects" : "Maximale Anzahl Weiterleitungen",
+ "How many redirects the feed fetcher should follow." : "Anzahl Weiterleitungen die der Feed-Sammler folgen soll.",
"Maximum feed page size" : "Maximale Seitengröße des Feeds",
+ "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted." : "Maximale Feedgröße in Bytes. Wenn die RSS/Atom-Seite größer als dieser Wert ist, wird die Aktualisierung abgebrochen.",
"Feed fetcher timeout" : "Zeitüberschreitung Feed-Sammler",
+ "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted." : "Maximale Anzahl an Sekunden zum Laden eines RSS- oder Atom-Feeds. Wenn dies länger dauert, wird die Aktualisierung abgebrochen.",
"Explore Service URL" : "Service-URL finden",
+ "If given, this service's URL will be queried for displaying the feeds in the explore feed section. To fall back to the built in explore service, leave this input empty." : "Falls angegeben, wird die URL dieses Dienstes zur Feed-Anzeige innerhalb des Explore-Feed-Bereichs abgefragt. Lasse dieses Feld unausgefüllt, um auf den eingebauten Explore-Dienst zurückzugreifen.",
+ "For more information check the wiki." : "Für weitere Informationen besuche das Wiki.",
+ "Update interval" : "Aktualisierungsintervall",
+ "Interval in which the feeds will be updated." : "Intervall, in dem die Feeds aktualisiert werden.",
"Saved" : "Gespeichert",
"Download" : "Herunterladen",
"Close" : "Schließen",
diff --git a/l10n/de.json b/l10n/de.json
index 0df659457..50c92a77e 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -11,14 +11,24 @@
"Can not add folder: Exists already" : "Ordner kann nicht hinzgefügt werden: Existiert bereits",
"News" : "News",
"An RSS/Atom feed reader" : "Ein RSS/Atom-Feed-Reader",
- "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "Die News-App ist ein RSS/Atom-Feed-Reader für Nextcloud der mit vielen Mobilgeräten synchronisiert werden kann. Eine Liste aller Clients und Anforderungen ist [in der README](https://github.com/nextcloud/news) enthalten.\n\nVor einer Aktualisierung auf eine neuere Version bitte das [changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) überprüfen um Überraschungen zu vermeiden.\n\n**Wichtig**: Um die abonnierten Feeds zu aktualisieren muss entweder der [Nextcloud System Cron](https://docs.nextcloud.orgcom/server/latest10/admin_manual/configuration_server/background_jobs_configuration.html#cron) aktiviert sein oder ein [Updater](https://github.com/nextcloud/news-updater) der die eingebaute Update-API verwendet und der Cron-Updater abgeschaltet werden. Weitere Informationen [in der README](https://github.com/nextcloud/news).",
+ "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "Die News-App ist ein RSS/Atom-Feed-Reader für Nextcloud der mit vielen Mobilgeräten synchronisiert werden kann. Eine Liste aller Clients und Anforderungen ist [im README](https://github.com/nextcloud/news) enthalten.\n\nVor einer Aktualisierung auf eine neuere Version bitte die [Liste der Veränderungen](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) überprüfen um Überraschungen zu vermeiden.\n\n**Wichtig**: Um die abonnierten Feeds zu aktualisieren muss entweder der [Nextcloud System Cron](https://docs.nextcloud.orgcom/server/latest10/admin_manual/configuration_server/background_jobs_configuration.html#cron) aktiviert sein oder ein [Updater](https://github.com/nextcloud/news-updater) der die eingebaute Update-API verwendet und der Cron-Updater abgeschaltet werden. Weitere Informationen [in der README](https://github.com/nextcloud/news).",
"Use system cron for updates" : "Verwende System-Cron für Aktualisierungen",
+ "Disable this if you run a custom updater such as the Python updater included in the app." : "Deaktiviere diese Option, wenn Du einen eigenen Updater wie z.B. den Python-Updater aus der App laufen lässt.",
"Purge interval" : "Säuberungssintervall",
+ "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored." : "Minimum an Sekunden, nachdem gelöschte Feeds und Ordner aus der Datenbank entfernt werden; Werte unter 60 Sekunden werden ignoriert.",
"Maximum read count per feed" : "Maximale Anzahl an gelesenen Artikeln pro Feed",
+ "Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off." : "Definiert die maximale Anzahl an Artikeln, die pro Feed gelesen und bei einem Säuberungsauftrag nicht aus der Datenbank gelöscht werden; wenn ältere Artikel nach dem Lesen erhalten bleiben sollen, erhöhe diesen Wert; negative Werte wie -1 deaktivieren diese Funktion komplett.",
"Maximum redirects" : "Maximale Anzahl Weiterleitungen",
+ "How many redirects the feed fetcher should follow." : "Anzahl Weiterleitungen die der Feed-Sammler folgen soll.",
"Maximum feed page size" : "Maximale Seitengröße des Feeds",
+ "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted." : "Maximale Feedgröße in Bytes. Wenn die RSS/Atom-Seite größer als dieser Wert ist, wird die Aktualisierung abgebrochen.",
"Feed fetcher timeout" : "Zeitüberschreitung Feed-Sammler",
+ "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted." : "Maximale Anzahl an Sekunden zum Laden eines RSS- oder Atom-Feeds. Wenn dies länger dauert, wird die Aktualisierung abgebrochen.",
"Explore Service URL" : "Service-URL finden",
+ "If given, this service's URL will be queried for displaying the feeds in the explore feed section. To fall back to the built in explore service, leave this input empty." : "Falls angegeben, wird die URL dieses Dienstes zur Feed-Anzeige innerhalb des Explore-Feed-Bereichs abgefragt. Lasse dieses Feld unausgefüllt, um auf den eingebauten Explore-Dienst zurückzugreifen.",
+ "For more information check the wiki." : "Für weitere Informationen besuche das Wiki.",
+ "Update interval" : "Aktualisierungsintervall",
+ "Interval in which the feeds will be updated." : "Intervall, in dem die Feeds aktualisiert werden.",
"Saved" : "Gespeichert",
"Download" : "Herunterladen",
"Close" : "Schließen",
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index 0d4ad4a49..b80884d42 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -13,14 +13,24 @@ OC.L10N.register(
"Can not add folder: Exists already" : "Ordner kann nicht hinzgefügt werden: Existiert bereits",
"News" : "News",
"An RSS/Atom feed reader" : "Ein RSS/Atom Feed-Reader",
- "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "Die News-App ist ein RSS/Atom-Feed-Reader für Nextcloud der mit vielen Mobilgeräten synchronisiert werden kann. Eine Liste aller Clients und Anforderungen ist [in der README](https://github.com/nextcloud/news) enthalten.\n\nVor einer Aktualisierung auf eine neuere Version bitte das [changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) überprüfen um Überraschungen zu vermeiden.\n\n**Wichtig**: Um die abonnierten Feeds zu aktualisieren muss entweder der [Nextcloud System Cron](https://docs.nextcloud.orgcom/server/latest10/admin_manual/configuration_server/background_jobs_configuration.html#cron) aktiviert sein oder ein [Updater](https://github.com/nextcloud/news-updater) der die eingebaute Update-API verwendet und der Cron-Updater abgeschaltet werden. Weitere Informationen [in der README](https://github.com/nextcloud/news).",
+ "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "Die News-App ist ein RSS/Atom-Feed-Reader für Nextcloud der mit vielen Mobilgeräten synchronisiert werden kann. Eine Liste aller Clients und Anforderungen ist [im README](https://github.com/nextcloud/news) enthalten.\n\nVor einer Aktualisierung auf eine neuere Version bitte die [Liste der Veränderungen](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) überprüfen um Überraschungen zu vermeiden.\n\n**Wichtig**: Um die abonnierten Feeds zu aktualisieren muss entweder der [Nextcloud System Cron](https://docs.nextcloud.orgcom/server/latest10/admin_manual/configuration_server/background_jobs_configuration.html#cron) aktiviert sein oder ein [Updater](https://github.com/nextcloud/news-updater) der die eingebaute Update-API verwendet und der Cron-Updater abgeschaltet werden. Weitere Informationen [in der README](https://github.com/nextcloud/news).",
"Use system cron for updates" : "Verwende System-Cron für Aktualisierungen",
+ "Disable this if you run a custom updater such as the Python updater included in the app." : "Deaktivieren Sie diese Option, wenn Sie einen eigenen Updater wie z.B. den Python-Updater aus der App laufen lassen.",
"Purge interval" : "Säuberungssintervall",
+ "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored." : "Minimum an Sekunden, nachdem gelöschte Feeds und Ordner aus der Datenbank entfernt werden; Werte unter 60 Sekunden werden ignoriert.",
"Maximum read count per feed" : "Maximale Anzahl an gelesenen Artikeln pro Feed",
+ "Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off." : "Definiert die maximale Anzahl an Artikeln, die pro Feed gelesen und bei einem Säuberungsauftrag nicht aus der Datenbank gelöscht werden; wenn ältere Artikel nach dem Lesen erhalten bleiben sollen, erhöhen Sie diesen Wert; negative Werte wie -1 deaktivieren diese Funktion komplett.",
"Maximum redirects" : "Maximale Anzahl Weiterleitungen",
+ "How many redirects the feed fetcher should follow." : "Anzahl Weiterleitungen die der Feed-Sammler folgen soll.",
"Maximum feed page size" : "Maximale Seitengröße des Feeds",
+ "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted." : "Maximale Feedgröße in Bytes. Wenn die RSS/Atom-Seite größer als dieser Wert ist, wird die Aktualisierung abgebrochen.",
"Feed fetcher timeout" : "Zeitüberschreitung Feed-Sammler",
+ "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted." : "Maximale Anzahl an Sekunden zum Laden eines RSS- oder Atom-Feeds. Wenn dies länger dauert, wird die Aktualisierung abgebrochen..",
"Explore Service URL" : "Service-URL finden",
+ "If given, this service's URL will be queried for displaying the feeds in the explore feed section. To fall back to the built in explore service, leave this input empty." : "Falls angegeben, wird die URL dieses Dienstes zur Feed-Anzeige innerhalb des Explore-Feed-Bereichs abgefragt. Lassen Sie dieses Feld unausgefüllt, um auf den eingebauten Explore-Dienst zurückzugreifen.",
+ "For more information check the wiki." : "Für weitere Informationen besuchen Sie das Wiki.",
+ "Update interval" : "Aktualisierungsintervall",
+ "Interval in which the feeds will be updated." : "Intervall, in dem die Feeds aktualisiert werden.",
"Saved" : "Gespeichert",
"Download" : "Herunterladen",
"Close" : "Schließen",
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index e1c05e694..4430ff8ba 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -11,14 +11,24 @@
"Can not add folder: Exists already" : "Ordner kann nicht hinzgefügt werden: Existiert bereits",
"News" : "News",
"An RSS/Atom feed reader" : "Ein RSS/Atom Feed-Reader",
- "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "Die News-App ist ein RSS/Atom-Feed-Reader für Nextcloud der mit vielen Mobilgeräten synchronisiert werden kann. Eine Liste aller Clients und Anforderungen ist [in der README](https://github.com/nextcloud/news) enthalten.\n\nVor einer Aktualisierung auf eine neuere Version bitte das [changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) überprüfen um Überraschungen zu vermeiden.\n\n**Wichtig**: Um die abonnierten Feeds zu aktualisieren muss entweder der [Nextcloud System Cron](https://docs.nextcloud.orgcom/server/latest10/admin_manual/configuration_server/background_jobs_configuration.html#cron) aktiviert sein oder ein [Updater](https://github.com/nextcloud/news-updater) der die eingebaute Update-API verwendet und der Cron-Updater abgeschaltet werden. Weitere Informationen [in der README](https://github.com/nextcloud/news).",
+ "The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "Die News-App ist ein RSS/Atom-Feed-Reader für Nextcloud der mit vielen Mobilgeräten synchronisiert werden kann. Eine Liste aller Clients und Anforderungen ist [im README](https://github.com/nextcloud/news) enthalten.\n\nVor einer Aktualisierung auf eine neuere Version bitte die [Liste der Veränderungen](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) überprüfen um Überraschungen zu vermeiden.\n\n**Wichtig**: Um die abonnierten Feeds zu aktualisieren muss entweder der [Nextcloud System Cron](https://docs.nextcloud.orgcom/server/latest10/admin_manual/configuration_server/background_jobs_configuration.html#cron) aktiviert sein oder ein [Updater](https://github.com/nextcloud/news-updater) der die eingebaute Update-API verwendet und der Cron-Updater abgeschaltet werden. Weitere Informationen [in der README](https://github.com/nextcloud/news).",
"Use system cron for updates" : "Verwende System-Cron für Aktualisierungen",
+ "Disable this if you run a custom updater such as the Python updater included in the app." : "Deaktivieren Sie diese Option, wenn Sie einen eigenen Updater wie z.B. den Python-Updater aus der App laufen lassen.",
"Purge interval" : "Säuberungssintervall",
+ "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored." : "Minimum an Sekunden, nachdem gelöschte Feeds und Ordner aus der Datenbank entfernt werden; Werte unter 60 Sekunden werden ignoriert.",
"Maximum read count per feed" : "Maximale Anzahl an gelesenen Artikeln pro Feed",
+ "Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off." : "Definiert die maximale Anzahl an Artikeln, die pro Feed gelesen und bei einem Säuberungsauftrag nicht aus der Datenbank gelöscht werden; wenn ältere Artikel nach dem Lesen erhalten bleiben sollen, erhöhen Sie diesen Wert; negative Werte wie -1 deaktivieren diese Funktion komplett.",
"Maximum redirects" : "Maximale Anzahl Weiterleitungen",
+ "How many redirects the feed fetcher should follow." : "Anzahl Weiterleitungen die der Feed-Sammler folgen soll.",
"Maximum feed page size" : "Maximale Seitengröße des Feeds",
+ "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted." : "Maximale Feedgröße in Bytes. Wenn die RSS/Atom-Seite größer als dieser Wert ist, wird die Aktualisierung abgebrochen.",
"Feed fetcher timeout" : "Zeitüberschreitung Feed-Sammler",
+ "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted." : "Maximale Anzahl an Sekunden zum Laden eines RSS- oder Atom-Feeds. Wenn dies länger dauert, wird die Aktualisierung abgebrochen..",
"Explore Service URL" : "Service-URL finden",
+ "If given, this service's URL will be queried for displaying the feeds in the explore feed section. To fall back to the built in explore service, leave this input empty." : "Falls angegeben, wird die URL dieses Dienstes zur Feed-Anzeige innerhalb des Explore-Feed-Bereichs abgefragt. Lassen Sie dieses Feld unausgefüllt, um auf den eingebauten Explore-Dienst zurückzugreifen.",
+ "For more information check the wiki." : "Für weitere Informationen besuchen Sie das Wiki.",
+ "Update interval" : "Aktualisierungsintervall",
+ "Interval in which the feeds will be updated." : "Intervall, in dem die Feeds aktualisiert werden.",
"Saved" : "Gespeichert",
"Download" : "Herunterladen",
"Close" : "Schließen",
diff --git a/l10n/gl.js b/l10n/gl.js
index 3bf9aa50b..2e7f43464 100644
--- a/l10n/gl.js
+++ b/l10n/gl.js
@@ -15,12 +15,22 @@ OC.L10N.register(
"An RSS/Atom feed reader" : "Un lector de fontes RSS/Atom",
"The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "A aplicación de Novas é un lector de fontes RSS/Atom para o Nextcloud que pode sincronizarse con moitos dispositivos móbiles. Hai dispoñíbel unha lista de todos os clientes e requisitos [no ficheiro LÉEME](https://github.com/nextcloud/news)\n\nAntes de actualizar a unha nova versión, [comprobe o rexistro de cambios](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) para evitar sorpresas\n\n.**Importante**: para activar a actualización das fontes terá que activar [o cron do sistema do Nextcloud](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) ou empregar [un actualizador](https://github.com/nextcloud/news-updater) que emprega a API de actualización incorporada e desactiva as acactualizaciónso cron. Hai máis información dispoñíbel [no ficheiro LÉEME](https://github.com/nextcloud/news).",
"Use system cron for updates" : "Use o cron do sistema para as actualizacións",
+ "Disable this if you run a custom updater such as the Python updater included in the app." : "Desactive isto se vostede executa un actualizador automático tal como o Python updater incluído na aplicación.",
"Purge interval" : "Intervalo de depuración",
+ "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored." : "Cantidade mínima de segundos após eliminar as fontes e cartafoles da base de datos; os valores menores de 60 segundos son ignorados.",
"Maximum read count per feed" : "Conta máxima de lidos por fonte",
+ "Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off." : "Define o número máximo de artigos que pode ler por fonte os cales non serán eliminados polo traballo de limpeza; se os artigos antigos reaparecen após lidos, incremente este valor; os valores negativos como -1 desactivan esta función.",
"Maximum redirects" : "Redireccionamentos máximos",
+ "How many redirects the feed fetcher should follow." : "Cantos redirecionamentos debe seguir o recuperador de fontes.",
"Maximum feed page size" : "Tamaño máximo da páxina da fonte",
+ "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted." : "Tamaño máximo da fonte en bytes. Se a páxina RSS/Atom é maior que este valor, a actualización cancelarase.",
"Feed fetcher timeout" : "Caducidade do recuperador",
+ "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted." : "Número máximo de segundos agardando por unha fonte RSS ou Atom para cargar; se lle leva máis tempo a actualización será cancelada.",
"Explore Service URL" : "Examinar o URL de servizo",
+ "If given, this service's URL will be queried for displaying the feeds in the explore feed section. To fall back to the built in explore service, leave this input empty." : "Se é fornecido, este URL de servizo requirirase para amosar as fontes na sección de exame da fonte. Para amparar co servizo de exame propio, deixe baldeira esta entrada.",
+ "For more information check the wiki." : "Para obter máis información consulte a wiki.",
+ "Update interval" : "Intervalo de actualización",
+ "Interval in which the feeds will be updated." : "Intervalo no que se actualizarán as fontes.",
"Saved" : "Gardado",
"Download" : "Descargar",
"Close" : "Pechar",
diff --git a/l10n/gl.json b/l10n/gl.json
index d6c2b4427..7ae709552 100644
--- a/l10n/gl.json
+++ b/l10n/gl.json
@@ -13,12 +13,22 @@
"An RSS/Atom feed reader" : "Un lector de fontes RSS/Atom",
"The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)\n\nBefore you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.\n\n**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news)." : "A aplicación de Novas é un lector de fontes RSS/Atom para o Nextcloud que pode sincronizarse con moitos dispositivos móbiles. Hai dispoñíbel unha lista de todos os clientes e requisitos [no ficheiro LÉEME](https://github.com/nextcloud/news)\n\nAntes de actualizar a unha nova versión, [comprobe o rexistro de cambios](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) para evitar sorpresas\n\n.**Importante**: para activar a actualización das fontes terá que activar [o cron do sistema do Nextcloud](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) ou empregar [un actualizador](https://github.com/nextcloud/news-updater) que emprega a API de actualización incorporada e desactiva as acactualizaciónso cron. Hai máis información dispoñíbel [no ficheiro LÉEME](https://github.com/nextcloud/news).",
"Use system cron for updates" : "Use o cron do sistema para as actualizacións",
+ "Disable this if you run a custom updater such as the Python updater included in the app." : "Desactive isto se vostede executa un actualizador automático tal como o Python updater incluído na aplicación.",
"Purge interval" : "Intervalo de depuración",
+ "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored." : "Cantidade mínima de segundos após eliminar as fontes e cartafoles da base de datos; os valores menores de 60 segundos son ignorados.",
"Maximum read count per feed" : "Conta máxima de lidos por fonte",
+ "Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off." : "Define o número máximo de artigos que pode ler por fonte os cales non serán eliminados polo traballo de limpeza; se os artigos antigos reaparecen após lidos, incremente este valor; os valores negativos como -1 desactivan esta función.",
"Maximum redirects" : "Redireccionamentos máximos",
+ "How many redirects the feed fetcher should follow." : "Cantos redirecionamentos debe seguir o recuperador de fontes.",
"Maximum feed page size" : "Tamaño máximo da páxina da fonte",
+ "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted." : "Tamaño máximo da fonte en bytes. Se a páxina RSS/Atom é maior que este valor, a actualización cancelarase.",
"Feed fetcher timeout" : "Caducidade do recuperador",
+ "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted." : "Número máximo de segundos agardando por unha fonte RSS ou Atom para cargar; se lle leva máis tempo a actualización será cancelada.",
"Explore Service URL" : "Examinar o URL de servizo",
+ "If given, this service's URL will be queried for displaying the feeds in the explore feed section. To fall back to the built in explore service, leave this input empty." : "Se é fornecido, este URL de servizo requirirase para amosar as fontes na sección de exame da fonte. Para amparar co servizo de exame propio, deixe baldeira esta entrada.",
+ "For more information check the wiki." : "Para obter máis información consulte a wiki.",
+ "Update interval" : "Intervalo de actualización",
+ "Interval in which the feeds will be updated." : "Intervalo no que se actualizarán as fontes.",
"Saved" : "Gardado",
"Download" : "Descargar",
"Close" : "Pechar",
diff --git a/l10n/it.js b/l10n/it.js
index 128004f54..3613893f7 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -15,12 +15,22 @@ OC.L10N.register(
"An RSS/Atom feed reader" : "Un lettore di fonti RSS/Atom",
"The News app is an RSS/Atom f