From 2fb6bff4830fff4e70296bf600705c30f94db496 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 19 Aug 2020 02:47:44 +0000 Subject: [tx-robot] updated from transifex --- l10n/cs.js | 10 ++++++++++ l10n/cs.json | 10 ++++++++++ l10n/de.js | 12 +++++++++++- l10n/de.json | 12 +++++++++++- l10n/de_DE.js | 12 +++++++++++- l10n/de_DE.json | 12 +++++++++++- l10n/gl.js | 10 ++++++++++ l10n/gl.json | 10 ++++++++++ l10n/it.js | 10 ++++++++++ l10n/it.json | 10 ++++++++++ l10n/nl.js | 10 ++++++++++ l10n/nl.json | 10 ++++++++++ l10n/pl.js | 10 ++++++++++ l10n/pl.json | 10 ++++++++++ l10n/tr.js | 10 ++++++++++ l10n/tr.json | 10 ++++++++++ 16 files changed, 164 insertions(+), 4 deletions(-) (limited to 'l10n') 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 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)." : "L'applicazione Notizie è un lettore di fonti RSS/Atom per Nextcloud che può essere sincronizzato con molti dispositivi mobili. Un elenco di tutti i client e dei requisiti è disponibile [nel README](https://github.com/nextcloud/news)\n\nPrima di aggiornare a una nuova versione, [controlla le novità](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) per evitare sorprese.\n\n**Importante**: per abilitare l'aggiornamento delle fonti dovrai attivare il [cron di sistema di Nextcloud](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) o usare [uno strumento di aggiornamento](https://github.com/nextcloud/news-updater) che utilizza le API di aggiornamento integrate e disattivare gli aggiornamenti tramite cron. Altre informazioni sono disponibili [nel README](https://github.com/nextcloud/news).", "Use system cron for updates" : "Usa cron di sistema per gli aggiornamenti", + "Disable this if you run a custom updater such as the Python updater included in the app." : "Disabilita questa opzione se esegui uno strumento di aggiornamento personalizzato come quello Python incluso nell'applicazione.", "Purge interval" : "Intervallo di cancellazione", + "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored." : "Numero minimo di secondi dopo i quali le fonti e le cartelle eliminate sono rimosse dal database; valori inferiori a 60 secondi sono ignorati.", "Maximum read count per feed" : "Numero massimo di letture per 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." : "Definisce la quantità massima di articoli che possono essere letti per ogni fonte che non saranno eliminati dall'operazione di pulizia; se vecchi articoli riappaiono dopo essere stati letti, incrementa questo valore; valori negativi come -1 disattiveranno questa funzionalità.", "Maximum redirects" : "Numero massimo di redirezioni", + "How many redirects the feed fetcher should follow." : "Quante redirezioni può seguire lo strumento di recupero delle fonti.", "Maximum feed page size" : "Dimensione massima della pagina della fonte", + "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted." : "Dimensione massima in byte della fonte. Se la pagina RSS/Atom è più grande di questo valore, l'aggiornamento sarà interrotto.", "Feed fetcher timeout" : "Ritardo massimo di attesa per il recupero della fonte", + "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted." : "Numero massimo di secondi di attesa per il caricamento di una fonte RSS o Atom; se richiede troppo tempo l'aggiornamento sarà interrotto.", "Explore Service URL" : "URL del servizio Esplora", + "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 specificato, questo URL del servizio sarà interrogato per visualizzare le fonti nella sezione di esplorazione. Per tornare al servizio di esplorazione integrato, lascia vuoto questo campo.", + "For more information check the wiki." : "Per ulteriori informazioni, consulta il wiki.", + "Update interval" : "Intervallo di aggiornamento", + "Interval in which the feeds will be updated." : "Intervallo in cui le fonti saranno aggiornate.", "Saved" : "Salvato", "Download" : "Scarica", "Close" : "Chiudi", diff --git a/l10n/it.json b/l10n/it.json index c27a0cf0f..258158a27 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -13,12 +13,22 @@ "An RSS/Atom feed reader" : "Un lettore di fonti 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)." : "L'applicazione Notizie è un lettore di fonti RSS/Atom per Nextcloud che può essere sincronizzato con molti dispositivi mobili. Un elenco di tutti i client e dei requisiti è disponibile [nel README](https://github.com/nextcloud/news)\n\nPrima di aggiornare a una nuova versione, [controlla le novità](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) per evitare sorprese.\n\n**Importante**: per abilitare l'aggiornamento delle fonti dovrai attivare il [cron di sistema di Nextcloud](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) o usare [uno strumento di aggiornamento](https://github.com/nextcloud/news-updater) che utilizza le API di aggiornamento integrate e disattivare gli aggiornamenti tramite cron. Altre informazioni sono disponibili [nel README](https://github.com/nextcloud/news).", "Use system cron for updates" : "Usa cron di sistema per gli aggiornamenti", + "Disable this if you run a custom updater such as the Python updater included in the app." : "Disabilita questa opzione se esegui uno strumento di aggiornamento personalizzato come quello Python incluso nell'applicazione.", "Purge interval" : "Intervallo di cancellazione", + "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored." : "Numero minimo di secondi dopo i quali le fonti e le cartelle eliminate sono rimosse dal database; valori inferiori a 60 secondi sono ignorati.", "Maximum read count per feed" : "Numero massimo di letture per 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." : "Definisce la quantità massima di articoli che possono essere letti per ogni fonte che non saranno eliminati dall'operazione di pulizia; se vecchi articoli riappaiono dopo essere stati letti, incrementa questo valore; valori negativi come -1 disattiveranno questa funzionalità.", "Maximum redirects" : "Numero massimo di redirezioni", + "How many redirects the feed fetcher should follow." : "Quante redirezioni può seguire lo strumento di recupero delle fonti.", "Maximum feed page size" : "Dimensione massima della pagina della fonte", + "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted." : "Dimensione massima in byte della fonte. Se la pagina RSS/Atom è più grande di questo valore, l'aggiornamento sarà interrotto.", "Feed fetcher timeout" : "Ritardo massimo di attesa per il recupero della fonte", + "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted." : "Numero massimo di secondi di attesa per il caricamento di una fonte RSS o Atom; se richiede troppo tempo l'aggiornamento sarà interrotto.", "Explore Service URL" : "URL del servizio Esplora", + "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 specificato, questo URL del servizio sarà interrogato per visualizzare le fonti nella sezione di esplorazione. Per tornare al servizio di esplorazione integrato, lascia vuoto questo campo.", + "For more information check the wiki." : "Per ulteriori informazioni, consulta il wiki.", + "Update interval" : "Intervallo di aggiornamento", + "Interval in which the feeds will be updated." : "Intervallo in cui le fonti saranno aggiornate.", "Saved" : "Salvato", "Download" : "Scarica", "Close" : "Chiudi", diff --git a/l10n/nl.js b/l10n/nl.js index 6bbf50c50..15e7022ee 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -15,12 +15,22 @@ OC.L10N.register( "An RSS/Atom feed reader" : "Een RSS/Atom kanaal lezer", "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)." : "De Nieuws-app is een RSS / Atom-feedlezer voor Nextcloud die met veel mobiele apparaten kan worden gesynchroniseerd. Een lijst met alle clients en vereisten is te vinden [in de README] (https://github.com/nextcloud/news) \n\nVoordat je een update naar een nieuwe versie uitvoert, [bekijk het wijzigingsoverzicht] (https://github.com/nextcloud/news/blob/master/CHANGELOG.md) om verrassingen te voorkomen.\n\n** Belangrijk **: om feed-updates in te schakelen, moet je [Nextcloud-systeemcron] (https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) inschakelen of [een updater] (https://github.com/nextcloud/news-updater) die de ingebouwde update-API gebruikt en cron-updates uitschakelt. Meer informatie is te vinden [in de README] (https://github.com/nextcloud/news).", "Use system cron for updates" : "Gebruik system cron voor updates", + "Disable this if you run a custom updater such as the Python updater included in the app." : "Schakel dit uit als u een aangepaste updater uitvoert, zoals de Python-updater die in de app is opgenomen.", "Purge interval" : "Opruim interval", + "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored." : "Minimaal aantal seconden nadat verwijderde feeds en mappen uit de database zijn verwijderd; waarden onder de 60 seconden worden genegeerd.", "Maximum read count per feed" : "Maximaal aantal gelezen per 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." : "Bepaalt het maximale aantal artikelen dat per feed kan worden gelezen en die niet worden verwijderd door de opruimtaak; als oude artikelen opnieuw verschijnen nadat ze zijn gelezen, verhoog deze waarde; negatieve waarden zoals -1 zullen deze functie uitschakelen.", "Maximum redirects" : "Maximum redirects", + "How many redirects the feed fetcher should follow." : "Hoeveel omleidingen de feed-fetcher moet volgen.", "Maximum feed page size" : "Maximum feed paginagrootte", + "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted." : "Maximale feedgrootte in bytes. Als de RSS / Atom-pagina groter is dan deze waarde, wordt de update afgebroken.", "Feed fetcher timeout" : "Feed ophaler timeout", + "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted." : "Maximaal aantal seconden om te wachten tot een RSS- of Atom-feed is geladen; als het langer duurt, wordt de update afgebroken.", "Explore Service URL" : "Verken service URL", + "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." : "Indien gegeven, zal de URL van deze service worden opgevraagd voor het weergeven van de feeds in het verkenningsgedeelte. Laat deze invoer leeg om terug te vallen op de ingebouwde verkenningsservice.", + "For more information check the wiki." : "Kijk voor meer informatie op de wiki.", + "Update interval" : "Update interval", + "Interval in which the feeds will be updated." : "Interval waarin de feeds worden bijgewerkt.", "Saved" : "Bewaard", "Download" : "Downloaden", "Close" : "Sluiten", diff --git a/l10n/nl.json b/l10n/nl.json index 62e8009f2..4400e62b7 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -13,12 +13,22 @@ "An RSS/Atom feed reader" : "Een RSS/Atom kanaal lezer", "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)." : "De Nieuws-app is een RSS / Atom-feedlezer voor Nextcloud die met veel mobiele apparaten kan worden gesynchroniseerd. Een lijst met alle clients en vereisten is te vinden [in de README] (https://github.com/nextcloud/news) \n\nVoordat je een update naar een nieuwe versie uitvoert, [bekijk het wijzigingsoverzicht] (https://github.com/nextcloud/news/blob/master/CHANGELOG.md) om verrassingen te voorkomen.\n\n** Belangrijk **: om feed-updates in te schakelen, moet je [Nextcloud-systeemcron] (https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) inschakelen of [een updater] (https://github.com/nextcloud/news-updater) die de ingebouwde update-API gebruikt en cron-updates uitschakelt. Meer informatie is te vinden [in de README] (https://github.com/nextcloud/news).", "Use system cron for updates" : "Gebruik system cron voor updates", + "Disable this if you run a custom updater such as the Python updater included in the app." : "Schakel dit uit als u een aangepaste updater uitvoert, zoals de Python-updater die in de app is opgenomen.", "Purge interval" : "Opruim interval", + "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored." : "Minimaal aantal seconden nadat verwijderde feeds en mappen uit de database zijn verwijderd; waarden onder de 60 seconden worden genegeerd.", "Maximum read count per feed" : "Maximaal aantal gelezen per 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." : "Bepaalt het maximale aantal artikelen dat per feed kan worden gelezen en die niet worden verwijderd door de opruimtaak; als oude artikelen opnieuw verschijnen nadat ze zijn gelezen, verhoog deze waarde; negatieve waarden zoals -1 zullen deze functie uitschakelen.", "Maximum redirects" : "Maximum redirects", + "How many redirects the feed fetcher should follow." : "Hoeveel omleidingen de feed-fetcher moet volgen.", "Maximum feed page size" : "Maximum feed paginagrootte", + "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted." : "Maximale feedgrootte in bytes. Als de RSS / Atom-pagina groter is dan deze waarde, wordt de update afgebroken.", "Feed fetcher timeout" : "Feed ophaler timeout", + "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted." : "Maximaal aantal seconden om te wachten tot een RSS- of Atom-feed is geladen; als het langer duurt, wordt de update afgebroken.", "Explore Service URL" : "Verken service URL", + "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." : "Indien gegeven, zal de URL van deze service worden opgevraagd voor het weergeven van de feeds in het verkenningsgedeelte. Laat deze invoer leeg om terug te vallen op de ingebouwde verkenningsservice.", + "For more information check the wiki." : "Kijk voor meer informatie op de wiki.", + "Update interval" : "Update interval", + "Interval in which the feeds will be updated." : "Interval waarin de feeds worden bijgewerkt.", "Saved" : "Bewaard", "Download" : "Downloaden", "Close" : "Sluiten", diff --git a/l10n/pl.js b/l10n/pl.js index 409920297..e4e7fc1ec 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -15,12 +15,22 @@ OC.L10N.register( "An RSS/Atom feed reader" : "Czytnik kanałów 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)." : "Aplikacja News to czytnik kanałów RSS/Atom dla usługi Nextcloud, który umożliwia zsynchronizowanie z wieloma urządzeniami mobilnymi. Listę wszystkich klientów i wymagań można znaleźć w [README] (https://github.com/nextcloud/news)\n\nPrzed aktualizacją do nowej wersji, sprawdź [CHANGELOG] (https://github.com/nextcloud/news/blob/master/CHANGELOG.md), aby uniknąć niespodzianek.\n\n** Ważne**: aby włączyć aktualizacje kanałów, musisz włączyć [Nextcloud system cron] (https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/backg