From c4d6d028991a17721a0f7f9be7a000f2c85f4cf0 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 13 Jan 2025 16:50:03 +0100 Subject: [PATCH] luci-app-bcp38: grammar fix Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/bcp38/form.js | 4 ++-- applications/luci-app-bcp38/po/ar/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/bg/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/bn_BD/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/ca/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/cs/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/da/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/de/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/el/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/es/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/fi/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/fr/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/ga/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/he/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/hi/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/hu/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/it/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/ja/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/ko/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/lt/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/mr/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/ms/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/nb_NO/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/nl/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/pl/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/pt/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/pt_BR/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/ro/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/ru/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/sk/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/sv/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/templates/bcp38.pot | 4 ++-- applications/luci-app-bcp38/po/tr/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/uk/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/vi/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/yua/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/zh_Hans/bcp38.po | 4 ++-- applications/luci-app-bcp38/po/zh_Hant/bcp38.po | 4 ++-- 38 files changed, 76 insertions(+), 76 deletions(-) diff --git a/applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js b/applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js index 01f6244cab..d982cdae4b 100644 --- a/applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js +++ b/applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js @@ -23,8 +23,8 @@ return view.extend({ o.rmempty = false; o = s.option(form.Flag, 'detect_upstream', _('Auto-detect upstream IP'), - _('Attempt to automatically detect if the upstream IP ' + - 'will be blocked by the configuration, and add an exception if it will. ' + + _('Automatically attempt to detect whether the upstream IP ' + + 'will be blocked by the configuration, adding an exception if so. ' + 'If this does not work correctly, you can add exceptions manually below.')); o.rmempty = false; diff --git a/applications/luci-app-bcp38/po/ar/bcp38.po b/applications/luci-app-bcp38/po/ar/bcp38.po index c875247146..245518bf18 100644 --- a/applications/luci-app-bcp38/po/ar/bcp38.po +++ b/applications/luci-app-bcp38/po/ar/bcp38.po @@ -17,8 +17,8 @@ msgstr "نطاقات IP المسموح بها" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "حاول اكتشاف ما إذا كان سيتم حظر عنوان IP المنبع تلقائيًا بواسطة التكوين، وأضف " diff --git a/applications/luci-app-bcp38/po/bg/bcp38.po b/applications/luci-app-bcp38/po/bg/bcp38.po index b37c41b92b..485c28ab91 100644 --- a/applications/luci-app-bcp38/po/bg/bcp38.po +++ b/applications/luci-app-bcp38/po/bg/bcp38.po @@ -16,8 +16,8 @@ msgstr "Разреши IP обхвати" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Опит да се открие автоматично дали IP адресът нагоре по веригата ще бъде " diff --git a/applications/luci-app-bcp38/po/bn_BD/bcp38.po b/applications/luci-app-bcp38/po/bn_BD/bcp38.po index 5dc1ab4b9f..5c72ff342f 100644 --- a/applications/luci-app-bcp38/po/bn_BD/bcp38.po +++ b/applications/luci-app-bcp38/po/bn_BD/bcp38.po @@ -16,8 +16,8 @@ msgstr "" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" diff --git a/applications/luci-app-bcp38/po/ca/bcp38.po b/applications/luci-app-bcp38/po/ca/bcp38.po index 7afa5d6162..ed0c4965c2 100644 --- a/applications/luci-app-bcp38/po/ca/bcp38.po +++ b/applications/luci-app-bcp38/po/ca/bcp38.po @@ -16,8 +16,8 @@ msgstr "" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" diff --git a/applications/luci-app-bcp38/po/cs/bcp38.po b/applications/luci-app-bcp38/po/cs/bcp38.po index ecb91ce19b..612ad2d27c 100644 --- a/applications/luci-app-bcp38/po/cs/bcp38.po +++ b/applications/luci-app-bcp38/po/cs/bcp38.po @@ -16,8 +16,8 @@ msgstr "Povolené IP rozsahy" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Pokusit se automaticky zjistit, zda bude upstream IP adresa nastavením " diff --git a/applications/luci-app-bcp38/po/da/bcp38.po b/applications/luci-app-bcp38/po/da/bcp38.po index 0f968d2093..a3aad7dc03 100644 --- a/applications/luci-app-bcp38/po/da/bcp38.po +++ b/applications/luci-app-bcp38/po/da/bcp38.po @@ -16,8 +16,8 @@ msgstr "Tilladte IP-områder" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Forsøg automatisk at opdage, om upstream-IP'en vil blive blokeret af " diff --git a/applications/luci-app-bcp38/po/de/bcp38.po b/applications/luci-app-bcp38/po/de/bcp38.po index 54d823bc05..1e34a7974d 100644 --- a/applications/luci-app-bcp38/po/de/bcp38.po +++ b/applications/luci-app-bcp38/po/de/bcp38.po @@ -16,8 +16,8 @@ msgstr "Erlaubte IP-Bereiche" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Automatisch zu erkennen versuchen, ob die Upstream-IP durch die " diff --git a/applications/luci-app-bcp38/po/el/bcp38.po b/applications/luci-app-bcp38/po/el/bcp38.po index fb5ec5ae45..ab1e168274 100644 --- a/applications/luci-app-bcp38/po/el/bcp38.po +++ b/applications/luci-app-bcp38/po/el/bcp38.po @@ -16,8 +16,8 @@ msgstr "Επιτρεπόμενες περιοχές διευθύνσεων IP" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Αυτόματος έλεγχος εάν επηρεάζεται η διεύθυνση IP από τις ρυθμίσεις και " diff --git a/applications/luci-app-bcp38/po/es/bcp38.po b/applications/luci-app-bcp38/po/es/bcp38.po index 359bc603a9..634cdff43b 100644 --- a/applications/luci-app-bcp38/po/es/bcp38.po +++ b/applications/luci-app-bcp38/po/es/bcp38.po @@ -19,8 +19,8 @@ msgstr "Rangos de IP permitidos" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Intente detectar automáticamente si la IP ascendente será bloqueada por la " diff --git a/applications/luci-app-bcp38/po/fi/bcp38.po b/applications/luci-app-bcp38/po/fi/bcp38.po index ed11bd7c08..b427a7ea78 100644 --- a/applications/luci-app-bcp38/po/fi/bcp38.po +++ b/applications/luci-app-bcp38/po/fi/bcp38.po @@ -16,8 +16,8 @@ msgstr "Sallitut IP-osoitealueet" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Yritä tunnistaa automaattisesti, onko ulkoverkon IP-osoite konfiguraation " diff --git a/applications/luci-app-bcp38/po/fr/bcp38.po b/applications/luci-app-bcp38/po/fr/bcp38.po index e6a8559506..db6477cb24 100644 --- a/applications/luci-app-bcp38/po/fr/bcp38.po +++ b/applications/luci-app-bcp38/po/fr/bcp38.po @@ -16,8 +16,8 @@ msgstr "Plages d'adresses IP autorisées" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Tente de détecter automatiquement si, à distance, l'adresse IP sera bloquée " diff --git a/applications/luci-app-bcp38/po/ga/bcp38.po b/applications/luci-app-bcp38/po/ga/bcp38.po index 3819a6bcff..425a6052b2 100644 --- a/applications/luci-app-bcp38/po/ga/bcp38.po +++ b/applications/luci-app-bcp38/po/ga/bcp38.po @@ -17,8 +17,8 @@ msgstr "Raonta IP ceadaithe" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Déan iarracht a bhrath go huathoibríoch an gcuirfidh an chumraíocht bac ar " diff --git a/applications/luci-app-bcp38/po/he/bcp38.po b/applications/luci-app-bcp38/po/he/bcp38.po index dba2f7a854..bc49cdb431 100644 --- a/applications/luci-app-bcp38/po/he/bcp38.po +++ b/applications/luci-app-bcp38/po/he/bcp38.po @@ -17,8 +17,8 @@ msgstr "טווחי IP מורשים" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" diff --git a/applications/luci-app-bcp38/po/hi/bcp38.po b/applications/luci-app-bcp38/po/hi/bcp38.po index 35bb5786e8..465695fec1 100644 --- a/applications/luci-app-bcp38/po/hi/bcp38.po +++ b/applications/luci-app-bcp38/po/hi/bcp38.po @@ -10,8 +10,8 @@ msgstr "" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" diff --git a/applications/luci-app-bcp38/po/hu/bcp38.po b/applications/luci-app-bcp38/po/hu/bcp38.po index 9d8a483257..e9040dc69a 100644 --- a/applications/luci-app-bcp38/po/hu/bcp38.po +++ b/applications/luci-app-bcp38/po/hu/bcp38.po @@ -16,8 +16,8 @@ msgstr "Engedélyezett IP-tartományok" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Kísérlet annak automatikus felismeréséhez, hogy a külső IP-t blokkolni fogja-" diff --git a/applications/luci-app-bcp38/po/it/bcp38.po b/applications/luci-app-bcp38/po/it/bcp38.po index 3719f068cd..8f7b860db0 100644 --- a/applications/luci-app-bcp38/po/it/bcp38.po +++ b/applications/luci-app-bcp38/po/it/bcp38.po @@ -16,8 +16,8 @@ msgstr "Intervalli IP permessi" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Tentare di rilevare automaticamente se l'IP upstream verrà bloccato dalla " diff --git a/applications/luci-app-bcp38/po/ja/bcp38.po b/applications/luci-app-bcp38/po/ja/bcp38.po index 81fe480959..250fce602d 100644 --- a/applications/luci-app-bcp38/po/ja/bcp38.po +++ b/applications/luci-app-bcp38/po/ja/bcp38.po @@ -16,8 +16,8 @@ msgstr "許可される IP 範囲" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "アップストリーム IP が構成によってブロックされるかどうかを自動的に検出し、ブ" diff --git a/applications/luci-app-bcp38/po/ko/bcp38.po b/applications/luci-app-bcp38/po/ko/bcp38.po index d8ab7142ec..de24dc8181 100644 --- a/applications/luci-app-bcp38/po/ko/bcp38.po +++ b/applications/luci-app-bcp38/po/ko/bcp38.po @@ -16,8 +16,8 @@ msgstr "" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" diff --git a/applications/luci-app-bcp38/po/lt/bcp38.po b/applications/luci-app-bcp38/po/lt/bcp38.po index 3f1e83c110..22db861d81 100644 --- a/applications/luci-app-bcp38/po/lt/bcp38.po +++ b/applications/luci-app-bcp38/po/lt/bcp38.po @@ -20,8 +20,8 @@ msgstr "Leidžiamas IP diapazonas" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Automatiškai bandyti aptikti, ar išsiunčiamas IP bus užblokuotas " diff --git a/applications/luci-app-bcp38/po/mr/bcp38.po b/applications/luci-app-bcp38/po/mr/bcp38.po index 8780ce50e3..87f4d4a4e3 100644 --- a/applications/luci-app-bcp38/po/mr/bcp38.po +++ b/applications/luci-app-bcp38/po/mr/bcp38.po @@ -16,8 +16,8 @@ msgstr "परवानगी दिलेली आयपी श्रेण् #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" diff --git a/applications/luci-app-bcp38/po/ms/bcp38.po b/applications/luci-app-bcp38/po/ms/bcp38.po index 8a0f864c40..3ba2ac9c75 100644 --- a/applications/luci-app-bcp38/po/ms/bcp38.po +++ b/applications/luci-app-bcp38/po/ms/bcp38.po @@ -16,8 +16,8 @@ msgstr "Julat IP dibenarkan" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" diff --git a/applications/luci-app-bcp38/po/nb_NO/bcp38.po b/applications/luci-app-bcp38/po/nb_NO/bcp38.po index 559888f3be..5634214cce 100644 --- a/applications/luci-app-bcp38/po/nb_NO/bcp38.po +++ b/applications/luci-app-bcp38/po/nb_NO/bcp38.po @@ -16,8 +16,8 @@ msgstr "Tillatte IP-områder" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" diff --git a/applications/luci-app-bcp38/po/nl/bcp38.po b/applications/luci-app-bcp38/po/nl/bcp38.po index 4dfbbc3ce0..c972bf3ae5 100644 --- a/applications/luci-app-bcp38/po/nl/bcp38.po +++ b/applications/luci-app-bcp38/po/nl/bcp38.po @@ -16,8 +16,8 @@ msgstr "Toegestane IP-bereiken" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Probeer automatisch te detecteren of het upstream-IP-adres wordt geblokkeerd " diff --git a/applications/luci-app-bcp38/po/pl/bcp38.po b/applications/luci-app-bcp38/po/pl/bcp38.po index c9c45ccd3e..c8be1ee707 100644 --- a/applications/luci-app-bcp38/po/pl/bcp38.po +++ b/applications/luci-app-bcp38/po/pl/bcp38.po @@ -17,8 +17,8 @@ msgstr "Dozwolone zakresy IP" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Spróbuj automatycznie wykryć, czy nadrzędny adres IP zostanie zablokowany " diff --git a/applications/luci-app-bcp38/po/pt/bcp38.po b/applications/luci-app-bcp38/po/pt/bcp38.po index 5a8aa083dc..0a557a7612 100644 --- a/applications/luci-app-bcp38/po/pt/bcp38.po +++ b/applications/luci-app-bcp38/po/pt/bcp38.po @@ -16,8 +16,8 @@ msgstr "Intervalos de IP permitidos" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Tentar detetar automaticamente se o IP upstream será bloqueado pela " diff --git a/applications/luci-app-bcp38/po/pt_BR/bcp38.po b/applications/luci-app-bcp38/po/pt_BR/bcp38.po index 930199afea..2c8d4036fc 100644 --- a/applications/luci-app-bcp38/po/pt_BR/bcp38.po +++ b/applications/luci-app-bcp38/po/pt_BR/bcp38.po @@ -16,8 +16,8 @@ msgstr "Faixas de IP permitidos" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Tenta detectar o IP automaticamente caso o IP upstream seja bloqueado pela " diff --git a/applications/luci-app-bcp38/po/ro/bcp38.po b/applications/luci-app-bcp38/po/ro/bcp38.po index c5799a7c83..71676e5aef 100644 --- a/applications/luci-app-bcp38/po/ro/bcp38.po +++ b/applications/luci-app-bcp38/po/ro/bcp38.po @@ -17,8 +17,8 @@ msgstr "Intervale IP permise" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Încearcă să detecteze automat dacă IP-ul din amonte va fi blocat de " diff --git a/applications/luci-app-bcp38/po/ru/bcp38.po b/applications/luci-app-bcp38/po/ru/bcp38.po index 8dd8eb5e7f..cd367ffd9a 100644 --- a/applications/luci-app-bcp38/po/ru/bcp38.po +++ b/applications/luci-app-bcp38/po/ru/bcp38.po @@ -22,8 +22,8 @@ msgstr "Диапазон разрешенных
IP-адресов" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Попытается автоматически обнаружить, если будет настроена блокировка IP-" diff --git a/applications/luci-app-bcp38/po/sk/bcp38.po b/applications/luci-app-bcp38/po/sk/bcp38.po index de9b073126..eb142fb08f 100644 --- a/applications/luci-app-bcp38/po/sk/bcp38.po +++ b/applications/luci-app-bcp38/po/sk/bcp38.po @@ -16,8 +16,8 @@ msgstr "Povolené IP rozmedzia" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" diff --git a/applications/luci-app-bcp38/po/sv/bcp38.po b/applications/luci-app-bcp38/po/sv/bcp38.po index 2b3becdcce..acfa741562 100644 --- a/applications/luci-app-bcp38/po/sv/bcp38.po +++ b/applications/luci-app-bcp38/po/sv/bcp38.po @@ -16,8 +16,8 @@ msgstr "Tillåtna IP-räckvidder" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Försöker att automatiskt upptäcka om IP uppströms kommer att blockeras av " diff --git a/applications/luci-app-bcp38/po/templates/bcp38.pot b/applications/luci-app-bcp38/po/templates/bcp38.pot index 0e65a79952..7acad878ae 100644 --- a/applications/luci-app-bcp38/po/templates/bcp38.pot +++ b/applications/luci-app-bcp38/po/templates/bcp38.pot @@ -7,8 +7,8 @@ msgstr "" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" diff --git a/applications/luci-app-bcp38/po/tr/bcp38.po b/applications/luci-app-bcp38/po/tr/bcp38.po index 3da7606202..700ba71e6f 100644 --- a/applications/luci-app-bcp38/po/tr/bcp38.po +++ b/applications/luci-app-bcp38/po/tr/bcp38.po @@ -16,8 +16,8 @@ msgstr "İzin verilen IP aralıkları" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Yukarı akış IP'sinin konfigürasyon tarafından engellenip engellenmeyeceğini " diff --git a/applications/luci-app-bcp38/po/uk/bcp38.po b/applications/luci-app-bcp38/po/uk/bcp38.po index fafd4b3c15..6f89eeafa7 100644 --- a/applications/luci-app-bcp38/po/uk/bcp38.po +++ b/applications/luci-app-bcp38/po/uk/bcp38.po @@ -17,8 +17,8 @@ msgstr "Діапазон дозволених IP" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Спробує автоматично виявити, якщо буде налаштоване блокування IP-адрес " diff --git a/applications/luci-app-bcp38/po/vi/bcp38.po b/applications/luci-app-bcp38/po/vi/bcp38.po index be707fde1d..897729c88a 100644 --- a/applications/luci-app-bcp38/po/vi/bcp38.po +++ b/applications/luci-app-bcp38/po/vi/bcp38.po @@ -16,8 +16,8 @@ msgstr "Dải IP được phép" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Thử tự động dò tìm nếu IP nguồn bị chặn bởi cấu hình, và thêm một ngoại lệ " diff --git a/applications/luci-app-bcp38/po/yua/bcp38.po b/applications/luci-app-bcp38/po/yua/bcp38.po index 83314a0e71..7250caa72b 100644 --- a/applications/luci-app-bcp38/po/yua/bcp38.po +++ b/applications/luci-app-bcp38/po/yua/bcp38.po @@ -16,8 +16,8 @@ msgstr "Rangos de IP permitidos" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "Intenta detectar automáticamente si la IP ascendente será bloqueada por la " diff --git a/applications/luci-app-bcp38/po/zh_Hans/bcp38.po b/applications/luci-app-bcp38/po/zh_Hans/bcp38.po index f4c9b4aeba..0a8b4eae29 100644 --- a/applications/luci-app-bcp38/po/zh_Hans/bcp38.po +++ b/applications/luci-app-bcp38/po/zh_Hans/bcp38.po @@ -16,8 +16,8 @@ msgstr "允许的 IP 范围" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "自动检测上游 IP 是否会被当前配置所阻止,当检测到会被阻止时将会添加例外。如果" diff --git a/applications/luci-app-bcp38/po/zh_Hant/bcp38.po b/applications/luci-app-bcp38/po/zh_Hant/bcp38.po index 71bf46227e..6744d9319a 100644 --- a/applications/luci-app-bcp38/po/zh_Hant/bcp38.po +++ b/applications/luci-app-bcp38/po/zh_Hant/bcp38.po @@ -16,8 +16,8 @@ msgstr "允許的 IP 範圍" #: applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js:26 msgid "" -"Attempt to automatically detect if the upstream IP will be blocked by the " -"configuration, and add an exception if it will. If this does not work " +"Automatically attempt to detect whether the upstream IP will be blocked by the " +"configuration, adding an exception if so. If this does not work " "correctly, you can add exceptions manually below." msgstr "" "自動檢測上游 IP 是否會被當前配置所阻止,當檢測到會被阻止時將會新增例外。如果" -- 2.30.2