1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-25 11:15:47 +02:00

[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2022-10-16 02:37:31 +00:00
parent 2fc176bf50
commit c69f747fb7
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
6 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,7 @@ OC.L10N.register(
{
"Request failed, network connection unavailable!" : "Échec de la requête, connexion réseau indisponible !",
"Request unauthorized. Are you logged in?" : "Requête non autorisée. Êtes-vous bien connecté ?",
"Request forbidden. Are you an administrator?" : "Requête interdite. Avez-vous les droits administrateurs ?",
"Token expired or app not enabled! Reload the page!" : "Le jeton a expiré ou l'application n'est pas activée ! Veuillez recharger la page !",
"Internal server error! Please check your data/nextcloud.log file for additional information!" : "Erreur interne du serveur ! Veuillez consulter votre fichier data/nextcloud.log pour plus d'informations !",
"Request failed, Nextcloud is in currently in maintenance mode!" : "La requête a échoué, Nextcloud est actuellement en maintenance !",
@ -16,6 +17,7 @@ OC.L10N.register(
"Use system cron for updates" : "Utiliser le « cron » du système pour les mises à jour",
"Disable this if you use a custom updater." : "Désactivez ceci si vous utilisez un outil de mise à jour personnalisé.",
"Maximum read count per feed" : "Nombre maximum de lecture par flux",
"Enable this if you also want to delete unread articles." : "Activez ceci si vous voulez aussi supprimer les articles non lus.",
"Maximum redirects" : "Nombre maximal de redirections",
"How many redirects the feed fetcher should follow." : "Nombre de redirections que le récupérateur de flux doit suivre",
"Feed fetcher timeout" : "Délai d'attente maximum du récupérateur de flux",

View File

@ -1,6 +1,7 @@
{ "translations": {
"Request failed, network connection unavailable!" : "Échec de la requête, connexion réseau indisponible !",
"Request unauthorized. Are you logged in?" : "Requête non autorisée. Êtes-vous bien connecté ?",
"Request forbidden. Are you an administrator?" : "Requête interdite. Avez-vous les droits administrateurs ?",
"Token expired or app not enabled! Reload the page!" : "Le jeton a expiré ou l'application n'est pas activée ! Veuillez recharger la page !",
"Internal server error! Please check your data/nextcloud.log file for additional information!" : "Erreur interne du serveur ! Veuillez consulter votre fichier data/nextcloud.log pour plus d'informations !",
"Request failed, Nextcloud is in currently in maintenance mode!" : "La requête a échoué, Nextcloud est actuellement en maintenance !",
@ -14,6 +15,7 @@
"Use system cron for updates" : "Utiliser le « cron » du système pour les mises à jour",
"Disable this if you use a custom updater." : "Désactivez ceci si vous utilisez un outil de mise à jour personnalisé.",
"Maximum read count per feed" : "Nombre maximum de lecture par flux",
"Enable this if you also want to delete unread articles." : "Activez ceci si vous voulez aussi supprimer les articles non lus.",
"Maximum redirects" : "Nombre maximal de redirections",
"How many redirects the feed fetcher should follow." : "Nombre de redirections que le récupérateur de flux doit suivre",
"Feed fetcher timeout" : "Délai d'attente maximum du récupérateur de flux",

View File

@ -18,6 +18,8 @@ OC.L10N.register(
"Disable this if you use a custom updater." : "Özel bir güncelleyici çalıştırıyorsanız bu seçeneği devre dışı bırakın.",
"Maximum read count per feed" : "Bir akış için en fazla okuma sayısı",
"Defines the maximum amount of articles that can be read per feed which will not 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." : "Temizleme görevi tarafından silinmeyecek, bir akış için okunabilecek en fazla makale sayısını belirtir. Eski makaleler okunduktan sonra yeniden görüntüleniyorsa bu değeri arttırın. -1 gibi negatif değerler bu özelliği kapatır.",
"Delete unread articles automatically" : "Okunmamış makaleler otomatik olarak silinsin",
"Enable this if you also want to delete unread articles." : "Okunmamış makalelerin silinmesini de istiyorsanız bu seçeneği etkinleştirin.",
"Maximum redirects" : "En fazla yönlendirme",
"How many redirects the feed fetcher should follow." : "Akış getiricinin izleyeceği yönlendirme sayısı.",
"Feed fetcher timeout" : "Akış alma zaman aşımı",

View File

@ -16,6 +16,8 @@
"Disable this if you use a custom updater." : "Özel bir güncelleyici çalıştırıyorsanız bu seçeneği devre dışı bırakın.",
"Maximum read count per feed" : "Bir akış için en fazla okuma sayısı",
"Defines the maximum amount of articles that can be read per feed which will not 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." : "Temizleme görevi tarafından silinmeyecek, bir akış için okunabilecek en fazla makale sayısını belirtir. Eski makaleler okunduktan sonra yeniden görüntüleniyorsa bu değeri arttırın. -1 gibi negatif değerler bu özelliği kapatır.",
"Delete unread articles automatically" : "Okunmamış makaleler otomatik olarak silinsin",
"Enable this if you also want to delete unread articles." : "Okunmamış makalelerin silinmesini de istiyorsanız bu seçeneği etkinleştirin.",
"Maximum redirects" : "En fazla yönlendirme",
"How many redirects the feed fetcher should follow." : "Akış getiricinin izleyeceği yönlendirme sayısı.",
"Feed fetcher timeout" : "Akış alma zaman aşımı",

View File

@ -74,6 +74,8 @@ OC.L10N.register(
"Mark read" : "Позначити як прочитане",
"Newest first" : "Новіші попереду",
"Oldest first" : "Старіші попереду",
"Enable full text" : "Увімкнути повнотекстовий",
"Disable full text" : "Вимкнути повнотекстовий",
"Delete" : "Вилучити",
"Dismiss" : "Припинити",
"Collapse" : "Згорнути",

View File

@ -72,6 +72,8 @@
"Mark read" : "Позначити як прочитане",
"Newest first" : "Новіші попереду",
"Oldest first" : "Старіші попереду",
"Enable full text" : "Увімкнути повнотекстовий",
"Disable full text" : "Вимкнути повнотекстовий",
"Delete" : "Вилучити",
"Dismiss" : "Припинити",
"Collapse" : "Згорнути",