From d3ce8fc53d36218f3533c7426d23a532cc0cefd6 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 15 Aug 2024 01:42:12 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ar.js | 3 +-- l10n/ar.json | 3 +-- l10n/cs.js | 3 +-- l10n/cs.json | 3 +-- l10n/de.js | 3 +-- l10n/de.json | 3 +-- l10n/de_DE.js | 3 +-- l10n/de_DE.json | 3 +-- l10n/en_GB.js | 3 +-- l10n/en_GB.json | 3 +-- l10n/es.js | 3 +-- l10n/es.json | 3 +-- l10n/es_MX.js | 3 +-- l10n/es_MX.json | 3 +-- l10n/fr.js | 3 +-- l10n/fr.json | 3 +-- l10n/ga.js | 3 +-- l10n/ga.json | 3 +-- l10n/gl.js | 3 +-- l10n/gl.json | 3 +-- l10n/ka.js | 3 +-- l10n/ka.json | 3 +-- l10n/nb.js | 3 +-- l10n/nb.json | 3 +-- l10n/nl.js | 3 +-- l10n/nl.json | 3 +-- l10n/pl.js | 3 +-- l10n/pl.json | 3 +-- l10n/pt_BR.js | 3 +-- l10n/pt_BR.json | 3 +-- l10n/sk.js | 3 +-- l10n/sk.json | 3 +-- l10n/sl.js | 3 +-- l10n/sl.json | 3 +-- l10n/sr.js | 3 +-- l10n/sr.json | 3 +-- l10n/sv.js | 3 +-- l10n/sv.json | 3 +-- l10n/tr.js | 3 +-- l10n/tr.json | 3 +-- l10n/uk.js | 3 +-- l10n/uk.json | 3 +-- l10n/zh_HK.js | 3 +-- l10n/zh_HK.json | 3 +-- l10n/zh_TW.js | 3 +-- l10n/zh_TW.json | 3 +-- 46 files changed, 46 insertions(+), 92 deletions(-) diff --git a/l10n/ar.js b/l10n/ar.js index a8d06588..6cf36908 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "تخطِّي تحديثات الخادوم", "To use an access token, please generate one then set it using the following command:" : "لاستخدام أَمَارَة وصول access token، يرجى توليد واحدةٍ ثم تعيينها باستخدام الأمر التالي:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "ثم قُم بتمرير الأَمَارَة talk برأس \"NC-Token\" عند الاستعلام عن عنوان الـ URL أعلاه.", - "DNS:" : "نظام تسمية النطاقات DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "تخطِّي تحديثات التطبيق ( إدراج تحديثات التطبيق سيؤدي إلى إرسال طلب خارجي إلى متجر التطبيقات)" + "DNS:" : "نظام تسمية النطاقات DNS:" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/l10n/ar.json b/l10n/ar.json index f526997f..a7d7a829 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -72,7 +72,6 @@ "Skip server update" : "تخطِّي تحديثات الخادوم", "To use an access token, please generate one then set it using the following command:" : "لاستخدام أَمَارَة وصول access token، يرجى توليد واحدةٍ ثم تعيينها باستخدام الأمر التالي:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "ثم قُم بتمرير الأَمَارَة talk برأس \"NC-Token\" عند الاستعلام عن عنوان الـ URL أعلاه.", - "DNS:" : "نظام تسمية النطاقات DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "تخطِّي تحديثات التطبيق ( إدراج تحديثات التطبيق سيؤدي إلى إرسال طلب خارجي إلى متجر التطبيقات)" + "DNS:" : "نظام تسمية النطاقات DNS:" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/l10n/cs.js b/l10n/cs.js index c083b4ae..be8005d0 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -73,7 +73,6 @@ OC.L10N.register( "Skip server update" : "Přeskočit přechod na novější vydání serveru", "To use an access token, please generate one then set it using the following command:" : "Aby bylo možné použít přístupový token, vytvořte ho a pak nastavte pomocí následujícího příkazu:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Poté při dotazování výše uvedené URL předávejte se záhlavím „NC-Token“.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Přeskočit aktualizace aplikací (včetně toho, že aktualizace aplikací odešlou externí požadavek do katalogu aplikací)" + "DNS:" : "DNS:" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/l10n/cs.json b/l10n/cs.json index d9276d1e..34f1711c 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -71,7 +71,6 @@ "Skip server update" : "Přeskočit přechod na novější vydání serveru", "To use an access token, please generate one then set it using the following command:" : "Aby bylo možné použít přístupový token, vytvořte ho a pak nastavte pomocí následujícího příkazu:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Poté při dotazování výše uvedené URL předávejte se záhlavím „NC-Token“.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Přeskočit aktualizace aplikací (včetně toho, že aktualizace aplikací odešlou externí požadavek do katalogu aplikací)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/l10n/de.js b/l10n/de.js index be5b4f08..da2e8f26 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "Serveraktualisierung überspringen", "To use an access token, please generate one then set it using the following command:" : "Um ein Zugriffstoken zu verwenden, generiere bitte ein Token und lege es mit dem folgenden Befehl fest:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Übergib dann das Token mit dem \"NC-Token\"-Header bei der Abfrage der obigen URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "App-Updates überspringen (einschließlich App-Updates, die eine externe Anfrage an den App Store sendet)" + "DNS:" : "DNS:" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de.json b/l10n/de.json index af32a61e..e65f175e 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -72,7 +72,6 @@ "Skip server update" : "Serveraktualisierung überspringen", "To use an access token, please generate one then set it using the following command:" : "Um ein Zugriffstoken zu verwenden, generiere bitte ein Token und lege es mit dem folgenden Befehl fest:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Übergib dann das Token mit dem \"NC-Token\"-Header bei der Abfrage der obigen URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "App-Updates überspringen (einschließlich App-Updates, die eine externe Anfrage an den App Store sendet)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/de_DE.js b/l10n/de_DE.js index ea465589..d3fd814e 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "Serveraktualisierung überspringen", "To use an access token, please generate one then set it using the following command:" : "Um ein Zugriffstoken zu verwenden, generieren Sie bitte eines und legen Sie es mit dem folgenden Befehl fest:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Übergeben Sie dann das Token mit dem Header \"NC-Token\" durch Aufrufen der obigen URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "App-Updates überspringen (einschließlich App-Updates, die eine externe Anfrage an den App Store sendet)" + "DNS:" : "DNS:" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 486424ae..193799c7 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -72,7 +72,6 @@ "Skip server update" : "Serveraktualisierung überspringen", "To use an access token, please generate one then set it using the following command:" : "Um ein Zugriffstoken zu verwenden, generieren Sie bitte eines und legen Sie es mit dem folgenden Befehl fest:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Übergeben Sie dann das Token mit dem Header \"NC-Token\" durch Aufrufen der obigen URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "App-Updates überspringen (einschließlich App-Updates, die eine externe Anfrage an den App Store sendet)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 2eb13bfb..46ebe1a2 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "Skip server update", "To use an access token, please generate one then set it using the following command:" : "To use an access token, please generate one then set it using the following command:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Then pass the token with the \"NC-Token\" header when querying the above URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Skip app updates (including app updates will send an external request to the app store)" + "DNS:" : "DNS:" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 1b065e4b..92804e9b 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -72,7 +72,6 @@ "Skip server update" : "Skip server update", "To use an access token, please generate one then set it using the following command:" : "To use an access token, please generate one then set it using the following command:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Then pass the token with the \"NC-Token\" header when querying the above URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Skip app updates (including app updates will send an external request to the app store)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es.js b/l10n/es.js index 25c5d4ce..371fe3f5 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -73,7 +73,6 @@ OC.L10N.register( "Skip server update" : "Omitir actualización del servidor", "To use an access token, please generate one then set it using the following command:" : "Para usar un token de acceso, por favor, genere uno y luego establézcalo usando el siguiente comando", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Luego pase el token con el encabezado \"NC-Token\" cuando solicite la URL anterior.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Omitir actualizaciones de la aplicación (incluir las actualizaciones de las aplicaciones enviará una solicitud externa al app store)" + "DNS:" : "DNS:" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es.json b/l10n/es.json index ce1a6fb3..0dc703e0 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -71,7 +71,6 @@ "Skip server update" : "Omitir actualización del servidor", "To use an access token, please generate one then set it using the following command:" : "Para usar un token de acceso, por favor, genere uno y luego establézcalo usando el siguiente comando", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Luego pase el token con el encabezado \"NC-Token\" cuando solicite la URL anterior.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Omitir actualizaciones de la aplicación (incluir las actualizaciones de las aplicaciones enviará una solicitud externa al app store)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_MX.js b/l10n/es_MX.js index 54e50006..73e53dd5 100644 --- a/l10n/es_MX.js +++ b/l10n/es_MX.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "Omitir actualización del servidor", "To use an access token, please generate one then set it using the following command:" : "Para usar un token de acceso, por favor genere uno y luego configúrelo usando el siguiente comando:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Luego pase el token con el encabezado \"NC-Token\" cuando solicite la URL anterior.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Omitir actualizaciones de la aplicación (incluir las actualizaciones de las aplicaciones enviará una solicitud externa al app store)" + "DNS:" : "DNS:" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_MX.json b/l10n/es_MX.json index 35c77d1e..800dd7a0 100644 --- a/l10n/es_MX.json +++ b/l10n/es_MX.json @@ -72,7 +72,6 @@ "Skip server update" : "Omitir actualización del servidor", "To use an access token, please generate one then set it using the following command:" : "Para usar un token de acceso, por favor genere uno y luego configúrelo usando el siguiente comando:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Luego pase el token con el encabezado \"NC-Token\" cuando solicite la URL anterior.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Omitir actualizaciones de la aplicación (incluir las actualizaciones de las aplicaciones enviará una solicitud externa al app store)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/fr.js b/l10n/fr.js index 9acf22b2..0cc081d3 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -73,7 +73,6 @@ OC.L10N.register( "Skip server update" : "Ignorer la mise à jour du serveur", "To use an access token, please generate one then set it using the following command:" : "Pour utiliser un jeton d'accès, veuillez en générer un puis le définir à l'aide de la commande suivante :", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Puis transmettez le jeton avec l’entête « NC-Token » lorsque vous appelez l’URL.", - "DNS:" : "DNS :", - "Skip app updates (including app updates will send an external request to the app store)" : "Ignorer les mises à jour des applications (les mises à jour des applications incluses vont envoyer une requête externe au magasin d'applications)." + "DNS:" : "DNS :" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/fr.json b/l10n/fr.json index 7535506f..d19163d2 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -71,7 +71,6 @@ "Skip server update" : "Ignorer la mise à jour du serveur", "To use an access token, please generate one then set it using the following command:" : "Pour utiliser un jeton d'accès, veuillez en générer un puis le définir à l'aide de la commande suivante :", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Puis transmettez le jeton avec l’entête « NC-Token » lorsque vous appelez l’URL.", - "DNS:" : "DNS :", - "Skip app updates (including app updates will send an external request to the app store)" : "Ignorer les mises à jour des applications (les mises à jour des applications incluses vont envoyer une requête externe au magasin d'applications)." + "DNS:" : "DNS :" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/ga.js b/l10n/ga.js index c4d47dd6..20c23b55 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "Léim ar nuashonrú an fhreastalaí", "To use an access token, please generate one then set it using the following command:" : "Chun comhartha rochtana a úsáid, giniúint ceann agus ansin socraigh é ag baint úsáide as an ordú seo a leanas le do thoil:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Ansin cuir an comhartha leis an gceanntásc \"NC-Token\" agus an URL thuas á cheistiú.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Léim ar nuashonruithe aipeanna (seolfaidh nuashonruithe aipeanna iarratas seachtrach chuig an siopa aip san áireamh)" + "DNS:" : "DNS:" }, "nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); diff --git a/l10n/ga.json b/l10n/ga.json index 95b1be53..c61ebd70 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -72,7 +72,6 @@ "Skip server update" : "Léim ar nuashonrú an fhreastalaí", "To use an access token, please generate one then set it using the following command:" : "Chun comhartha rochtana a úsáid, giniúint ceann agus ansin socraigh é ag baint úsáide as an ordú seo a leanas le do thoil:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Ansin cuir an comhartha leis an gceanntásc \"NC-Token\" agus an URL thuas á cheistiú.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Léim ar nuashonruithe aipeanna (seolfaidh nuashonruithe aipeanna iarratas seachtrach chuig an siopa aip san áireamh)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" } \ No newline at end of file diff --git a/l10n/gl.js b/l10n/gl.js index 41119e94..7be6f8f2 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "Omitir actualización do servidor", "To use an access token, please generate one then set it using the following command:" : "Para usar un testemuño de acceso, xere un e configúreo usando a seguinte orde:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "A continuación, pase o testemuño coa cabeceira «NC-Token» ao consultar o URL anterior.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Omitir actualizacións de aplicacións (se se inclúen as actualizacións de aplicacións enviarase unha solicitude externa á tenda de aplicacións)" + "DNS:" : "DNS:" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/gl.json b/l10n/gl.json index d3470d45..95188f95 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -72,7 +72,6 @@ "Skip server update" : "Omitir actualización do servidor", "To use an access token, please generate one then set it using the following command:" : "Para usar un testemuño de acceso, xere un e configúreo usando a seguinte orde:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "A continuación, pase o testemuño coa cabeceira «NC-Token» ao consultar o URL anterior.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Omitir actualizacións de aplicacións (se se inclúen as actualizacións de aplicacións enviarase unha solicitude externa á tenda de aplicacións)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ka.js b/l10n/ka.js index db35875d..51e42d1f 100644 --- a/l10n/ka.js +++ b/l10n/ka.js @@ -73,7 +73,6 @@ OC.L10N.register( "Skip server update" : "Skip server update", "To use an access token, please generate one then set it using the following command:" : "To use an access token, please generate one then set it using the following command:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Then pass the token with the \"NC-Token\" header when querying the above URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Skip app updates (including app updates will send an external request to the app store)" + "DNS:" : "DNS:" }, "nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka.json b/l10n/ka.json index 6ba3d0c3..7458d0b2 100644 --- a/l10n/ka.json +++ b/l10n/ka.json @@ -71,7 +71,6 @@ "Skip server update" : "Skip server update", "To use an access token, please generate one then set it using the following command:" : "To use an access token, please generate one then set it using the following command:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Then pass the token with the \"NC-Token\" header when querying the above URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Skip app updates (including app updates will send an external request to the app store)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/l10n/nb.js b/l10n/nb.js index 6edb9531..0c030d96 100644 --- a/l10n/nb.js +++ b/l10n/nb.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "Hopp over serveroppdatering", "To use an access token, please generate one then set it using the following command:" : "For å bruke et tilgangstoken, vennligst generer et og sett det ved hjelp av følgende kommando:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Send deretter tokenet med \"NC-Token\"-overskriften under spørring av URL-adressen ovenfor.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Hopp over appoppdateringer (inkludert appoppdateringer sender en ekstern forespørsel til appbutikken)" + "DNS:" : "DNS:" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nb.json b/l10n/nb.json index 8da66271..0a35f73c 100644 --- a/l10n/nb.json +++ b/l10n/nb.json @@ -72,7 +72,6 @@ "Skip server update" : "Hopp over serveroppdatering", "To use an access token, please generate one then set it using the following command:" : "For å bruke et tilgangstoken, vennligst generer et og sett det ved hjelp av følgende kommando:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Send deretter tokenet med \"NC-Token\"-overskriften under spørring av URL-adressen ovenfor.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Hopp over appoppdateringer (inkludert appoppdateringer sender en ekstern forespørsel til appbutikken)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/nl.js b/l10n/nl.js index 78e538a0..9ac7eb4c 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -73,7 +73,6 @@ OC.L10N.register( "Skip server update" : "Serverupdate overslaan", "To use an access token, please generate one then set it using the following command:" : "Om een ​​toegangstoken te gebruiken, genereert u er een en stelt u deze in met de volgende opdracht:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Geef vervolgens het token met de \"NC-Token\" -header door bij het opvragen van de bovenstaande URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "App-updates overslaan (bij inclusief app-updates wordt een extern verzoek naar de app store gestuurd)" + "DNS:" : "DNS:" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nl.json b/l10n/nl.json index 7dce0ddb..1481b6db 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -71,7 +71,6 @@ "Skip server update" : "Serverupdate overslaan", "To use an access token, please generate one then set it using the following command:" : "Om een ​​toegangstoken te gebruiken, genereert u er een en stelt u deze in met de volgende opdracht:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Geef vervolgens het token met de \"NC-Token\" -header door bij het opvragen van de bovenstaande URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "App-updates overslaan (bij inclusief app-updates wordt een extern verzoek naar de app store gestuurd)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/pl.js b/l10n/pl.js index 41d5fa45..4a2ab96c 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -73,7 +73,6 @@ OC.L10N.register( "Skip server update" : "Pomiń aktualizację serwera", "To use an access token, please generate one then set it using the following command:" : "Aby użyć tokena dostępu, wygeneruj go, a następnie ustaw za pomocą następującego polecenia:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Następnie przekaż token z nagłówkiem \"NC-Token\" podczas odpytywania powyższego adresu URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Pomiń aktualizacje aplikacji (w tym aktualizacje aplikacji wyślą zewnętrzne żądanie do sklepu z aplikacjami)" + "DNS:" : "DNS:" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/l10n/pl.json b/l10n/pl.json index ff62c267..9f7deff0 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -71,7 +71,6 @@ "Skip server update" : "Pomiń aktualizację serwera", "To use an access token, please generate one then set it using the following command:" : "Aby użyć tokena dostępu, wygeneruj go, a następnie ustaw za pomocą następującego polecenia:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Następnie przekaż token z nagłówkiem \"NC-Token\" podczas odpytywania powyższego adresu URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Pomiń aktualizacje aplikacji (w tym aktualizacje aplikacji wyślą zewnętrzne żądanie do sklepu z aplikacjami)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index bc1cc189..338fa258 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "Ignorar atualização do servidor", "To use an access token, please generate one then set it using the following command:" : "Para usar um token de acesso, gere um e defina-o usando o seguinte comando:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Em seguida, passe o token com o cabeçalho \"NC-Token\" ao consultar o URL acima.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Ignorar atualizações de aplicativos (incluindo atualizações de aplicativos enviará uma solicitação externa à app store)" + "DNS:" : "DNS:" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 5ea4ef46..08eb77c8 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -72,7 +72,6 @@ "Skip server update" : "Ignorar atualização do servidor", "To use an access token, please generate one then set it using the following command:" : "Para usar um token de acesso, gere um e defina-o usando o seguinte comando:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Em seguida, passe o token com o cabeçalho \"NC-Token\" ao consultar o URL acima.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Ignorar atualizações de aplicativos (incluindo atualizações de aplicativos enviará uma solicitação externa à app store)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/sk.js b/l10n/sk.js index ef08e687..d2b0e9b1 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -73,7 +73,6 @@ OC.L10N.register( "Skip server update" : "Preskočiť aktualizáciu servera", "To use an access token, please generate one then set it using the following command:" : "Pre používanie prístupového tokenu ho vygenerujte a potom ho nastavte použitím nasledujúceho príkazu:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Pri dotazovaní na vyššie uvedenú adresu URL potom poslať token s hlavičkou „NC-Token“.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Preskočiť aktualizácie aplikácií (vrátane aktualizácií aplikácií odošle externú požiadavku do obchodu s aplikáciami)" + "DNS:" : "DNS:" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/l10n/sk.json b/l10n/sk.json index c155c8d0..a2b34c11 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -71,7 +71,6 @@ "Skip server update" : "Preskočiť aktualizáciu servera", "To use an access token, please generate one then set it using the following command:" : "Pre používanie prístupového tokenu ho vygenerujte a potom ho nastavte použitím nasledujúceho príkazu:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Pri dotazovaní na vyššie uvedenú adresu URL potom poslať token s hlavičkou „NC-Token“.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Preskočiť aktualizácie aplikácií (vrátane aktualizácií aplikácií odošle externú požiadavku do obchodu s aplikáciami)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/l10n/sl.js b/l10n/sl.js index 49265dac..6c90a740 100644 --- a/l10n/sl.js +++ b/l10n/sl.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "Preskoči posodobitev strežnika", "To use an access token, please generate one then set it using the following command:" : "Za uporabo žetona za dostop, ga je treba najprej ustvariti in nato nastaviti z ukazom:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Pri poizvedovanju po zgornjem naslovu URL je treba žeton nato prenesti z glavo »NC-Token«.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Preskoči posodobitev programov (vključitev posodobitev pošlje zunanji zahtevek trgovini s programi)." + "DNS:" : "DNS:" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/l10n/sl.json b/l10n/sl.json index 0bc949eb..4fc43c5a 100644 --- a/l10n/sl.json +++ b/l10n/sl.json @@ -72,7 +72,6 @@ "Skip server update" : "Preskoči posodobitev strežnika", "To use an access token, please generate one then set it using the following command:" : "Za uporabo žetona za dostop, ga je treba najprej ustvariti in nato nastaviti z ukazom:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Pri poizvedovanju po zgornjem naslovu URL je treba žeton nato prenesti z glavo »NC-Token«.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Preskoči posodobitev programov (vključitev posodobitev pošlje zunanji zahtevek trgovini s programi)." + "DNS:" : "DNS:" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" } \ No newline at end of file diff --git a/l10n/sr.js b/l10n/sr.js index 964b2bd0..c681031c 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "Прескочи ажурирање сервера", "To use an access token, please generate one then set it using the following command:" : "Да бисте користили жетон за приступ, молимо вас да га генеришете, па поставите следећом командом:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Затим проследите жетон „NC-Token” заглављем када вршите упит на горњу URL адресу.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Прескочи ажурирања апликације (укључивање ажурирања апликације ће да пошаље спољни захтев у продавницу апликација)" + "DNS:" : "DNS:" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/sr.json b/l10n/sr.json index db4574ae..cf230c6c 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -72,7 +72,6 @@ "Skip server update" : "Прескочи ажурирање сервера", "To use an access token, please generate one then set it using the following command:" : "Да бисте користили жетон за приступ, молимо вас да га генеришете, па поставите следећом командом:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Затим проследите жетон „NC-Token” заглављем када вршите упит на горњу URL адресу.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Прескочи ажурирања апликације (укључивање ажурирања апликације ће да пошаље спољни захтев у продавницу апликација)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/l10n/sv.js b/l10n/sv.js index 9e4eead0..039c6415 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "Hoppa över serveruppdatering", "To use an access token, please generate one then set it using the following command:" : "För att använda en access-token, generera en och ställ in den med följande kommando:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Skicka sedan token med \"NC-Token\"-header när du frågar efter ovanstående URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Hoppa över appuppdateringar (appuppdateringar skickar en extern begäran till appbutiken)" + "DNS:" : "DNS:" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/sv.json b/l10n/sv.json index 359fd747..3b7029ac 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -72,7 +72,6 @@ "Skip server update" : "Hoppa över serveruppdatering", "To use an access token, please generate one then set it using the following command:" : "För att använda en access-token, generera en och ställ in den med följande kommando:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Skicka sedan token med \"NC-Token\"-header när du frågar efter ovanstående URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Hoppa över appuppdateringar (appuppdateringar skickar en extern begäran till appbutiken)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/tr.js b/l10n/tr.js index 774a5a40..3e7d7b3a 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "Sunucu güncellemesini atla", "To use an access token, please generate one then set it using the following command:" : "Erişim kodunu kullanmak için yeni bir kod oluşturup şu komutu yürüterek ayarlayın:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Ardından yukarıdaki adresi sorgularken kodu \"NC-Token\" üst bilgisi ile gönderin.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Uygulama güncellemelerini atla (uygulama güncellemeleri ile birlikte uygulama mağazasına bir dış istek gönderilir)" + "DNS:" : "DNS:" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/tr.json b/l10n/tr.json index daa85612..76f6cc7a 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -72,7 +72,6 @@ "Skip server update" : "Sunucu güncellemesini atla", "To use an access token, please generate one then set it using the following command:" : "Erişim kodunu kullanmak için yeni bir kod oluşturup şu komutu yürüterek ayarlayın:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Ardından yukarıdaki adresi sorgularken kodu \"NC-Token\" üst bilgisi ile gönderin.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Uygulama güncellemelerini atla (uygulama güncellemeleri ile birlikte uygulama mağazasına bir dış istek gönderilir)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/uk.js b/l10n/uk.js index 5a6128a8..f0b127d7 100644 --- a/l10n/uk.js +++ b/l10n/uk.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "Пропускати оновлення сервера", "To use an access token, please generate one then set it using the following command:" : "Щоби застосувати токен для доступу, спочатку зґенеруйте його, а потім встановіть за допомогою команди:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Потім передайте токен з додаванням заголовку \"NC-Token\" під час надсилання запиту за вказаною вище адресою URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Пропускати оновлення застосунків (включно з оновленням застосунків, які надсилатимуть зовнішні запити до крамниці застосунків)" + "DNS:" : "DNS:" }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/l10n/uk.json b/l10n/uk.json index 73a1768f..f3650bcb 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -72,7 +72,6 @@ "Skip server update" : "Пропускати оновлення сервера", "To use an access token, please generate one then set it using the following command:" : "Щоби застосувати токен для доступу, спочатку зґенеруйте його, а потім встановіть за допомогою команди:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "Потім передайте токен з додаванням заголовку \"NC-Token\" під час надсилання запиту за вказаною вище адресою URL.", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "Пропускати оновлення застосунків (включно з оновленням застосунків, які надсилатимуть зовнішні запити до крамниці застосунків)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" } \ No newline at end of file diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 9dfeb8ca..82cbe59c 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "略過伺服器更新", "To use an access token, please generate one then set it using the following command:" : "要使用存取權杖,請生成一個權杖,然後使用以下命令對其進行設置:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "然後在查詢上述 URL 時將權杖與 “ NC-Token” 標頭一起傳遞。", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "略過應用程式更新(包含應用程式更新將會向應用程式商店傳送外部請求)" + "DNS:" : "DNS:" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index cb1c3f90..63a5ad0b 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -72,7 +72,6 @@ "Skip server update" : "略過伺服器更新", "To use an access token, please generate one then set it using the following command:" : "要使用存取權杖,請生成一個權杖,然後使用以下命令對其進行設置:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "然後在查詢上述 URL 時將權杖與 “ NC-Token” 標頭一起傳遞。", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "略過應用程式更新(包含應用程式更新將會向應用程式商店傳送外部請求)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 790450bf..6b83c33d 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -74,7 +74,6 @@ OC.L10N.register( "Skip server update" : "略過伺服器更新", "To use an access token, please generate one then set it using the following command:" : "要使用存取權杖,請產生一個,然後使用下列指令設定:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "然後在查詢上面的 URL 時,將權杖與「NC-Token」標頭一起傳遞。", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "略過應用程式更新(包含應用程式更新將會向應用程式商店傳送外部請求)" + "DNS:" : "DNS:" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 713ccb6c..e0152bac 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -72,7 +72,6 @@ "Skip server update" : "略過伺服器更新", "To use an access token, please generate one then set it using the following command:" : "要使用存取權杖,請產生一個,然後使用下列指令設定:", "Then pass the token with the \"NC-Token\" header when querying the above URL." : "然後在查詢上面的 URL 時,將權杖與「NC-Token」標頭一起傳遞。", - "DNS:" : "DNS:", - "Skip app updates (including app updates will send an external request to the app store)" : "略過應用程式更新(包含應用程式更新將會向應用程式商店傳送外部請求)" + "DNS:" : "DNS:" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file