diff options
author | Vladimir <picfun@ya.ru> | 2018-01-01 19:37:37 +0300 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-01-03 21:44:55 +0100 |
commit | 76b12b242a2a754b52e403516119c3b3372e3985 (patch) | |
tree | 11bfa85fb1438e750ab41477a377e77741071410 /applications/luci-app-bcp38 | |
parent | 75e9338b87f0dca1a6fdd847236c3a34ea7bd62e (diff) |
fixed and updated russian translation
Signed-off-by: Vladimir <picfun@ya.ru>
[renamed swedish advanced-reboot.po as well, fixed a syntax error,
filtered updated files through ./build/i18n-sync.sh]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-bcp38')
-rw-r--r-- | applications/luci-app-bcp38/po/ru/bcp38.po | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/applications/luci-app-bcp38/po/ru/bcp38.po b/applications/luci-app-bcp38/po/ru/bcp38.po new file mode 100644 index 000000000..1c4348884 --- /dev/null +++ b/applications/luci-app-bcp38/po/ru/bcp38.po @@ -0,0 +1,70 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: bcp38\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2017-11-30 21:48+0300\n" +"Last-Translator: Vladimir aka sunny <picfun@ya.ru>\n" +"Language-Team: http://cyber-place.ru\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Allowed IP ranges" +msgstr "Диапазон разрешенных IP адресов" + +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 " +"correctly, you can add exceptions manually below." +msgstr "" +"Попытается автоматически обнаружить, если будет настроена блокировка раздающего IP, " +"и добавить событие в исключения. Если автоматичеки не получиться, можно добавить " +"данное событие в исключения вручную ниже." + +msgid "Auto-detect upstream IP" +msgstr "Автоматическое определение раздающего IP" + +msgid "BCP38" +msgstr "BCP38" + +msgid "BCP38 config" +msgstr "BCP38 config файл" + +msgid "Blocked IP ranges" +msgstr "Диапазон запрещенных IP адресов" + +msgid "Enable" +msgstr "Включить" + +msgid "Interface name" +msgstr "Имя интерфейса" + +msgid "" +"Interface to apply the blocking to (should be the upstream WAN interface)." +msgstr "" +"Интерфейс для применения блокировки (должен быть раздающим WAN интерфейсом)." + +msgid "" +"Takes precedence over blocked ranges. Use to whitelist your upstream network " +"if you're behind a double NAT and the auto-detection doesn't work." +msgstr "" +"Приоритет имеет блокировка диапазонов IP. Используйте для белого списка вашей " +"раздающей сети, если вы за двойным NAT-ом и автоматическое обнаружение не работает." + +msgid "" +"This function blocks packets with private address destinations from going " +"out onto the internet as per <a href=\"http://tools.ietf.org/html/" +"bcp38\">BCP 38</a>. For IPv6, only source specific default routes are " +"installed, so no BCP38 firewall routes are needed." +msgstr "" +"Эта функция блокирует пакеты с частными адресами назначения из выхода в " +"интернет согласно <a href=\"http://tools.ietf.org/html/ bcp38\">BCP 38</a>. " +"Для IPv6, устанавливаются только специфичные для источника маршруты по умолчанию " +"поэтому BCP38 не используется фаерволом." + |