Merge pull request #2458 from tano-systems/luci-app-ddns-fix-ru-i18n

luci-app-ddns: fix Russian translation
This commit is contained in:
Hannu Nyman 2019-01-18 17:34:38 +02:00 committed by GitHub
commit 69a51fe2c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Project-Id-Version: LuCI: ddns\n" "Project-Id-Version: LuCI: ddns\n"
"POT-Creation-Date: 2017-10-17 21:00+0300\n" "POT-Creation-Date: 2017-10-17 21:00+0300\n"
"PO-Revision-Date: 2018-07-20 03:03+0300\n" "PO-Revision-Date: 2019-01-15 02:27+0300\n"
"Language-Team: http://cyber-place.ru\n" "Language-Team: http://cyber-place.ru\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
@ -67,7 +67,7 @@ msgstr "Привязать сеть"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1124 #: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1124
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua:82 #: applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua:82
msgid "Binding to a specific network not supported" msgid "Binding to a specific network not supported"
msgstr "Привязка к определенной сети, не поддерживается." msgstr "Привязка к определенной сети не поддерживается"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua:113 #: applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua:113
msgid "" msgid ""
@ -170,7 +170,7 @@ msgstr "Автостарт DDNS отключен"
#: applications/luci-app-ddns/luasrc/controller/ddns.lua:74 #: applications/luci-app-ddns/luasrc/controller/ddns.lua:74
msgid "DDNS Client Configuration" msgid "DDNS Client Configuration"
msgstr "Настройка клиента DDNS." msgstr "Настройка клиента DDNS"
#: applications/luci-app-ddns/luasrc/controller/ddns.lua:70 #: applications/luci-app-ddns/luasrc/controller/ddns.lua:70
msgid "DDNS Client Documentation" msgid "DDNS Client Documentation"
@ -287,7 +287,7 @@ msgstr "Ошибка"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1425 #: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1425
msgid "Error Retry Counter" msgid "Error Retry Counter"
msgstr "Учет попыток повтора при ошибке" msgstr "Счётчик попыток повтора при ошибке"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1443 #: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1443
msgid "Error Retry Interval" msgid "Error Retry Interval"
@ -344,7 +344,7 @@ msgstr "Назначить интервал"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1205 #: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1205
msgid "Force TCP on DNS" msgid "Force TCP on DNS"
msgstr "Выбрать протокол TCP для DNS" msgstr "Использовать протокол TCP для DNS"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1189 #: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1189
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1264 #: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1264
@ -632,13 +632,13 @@ msgstr ""
msgid "On Error the script will retry the failed action after given time" msgid "On Error the script will retry the failed action after given time"
msgstr "" msgstr ""
"В случае ошибки, скрипт повторит требуемые действия по истечении заданного " "В случае ошибки, скрипт повторит требуемые действия по истечении заданного "
"времени." "времени"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1426 #: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1426
msgid "On Error the script will stop execution after given number of retrys" msgid "On Error the script will stop execution after given number of retrys"
msgstr "" msgstr ""
"В случае ошибки, скрипт прекратит выполнение после заданного количества " "В случае ошибки, скрипт прекратит выполнение после заданного количества "
"повторных попыток." "повторных попыток"
#: applications/luci-app-ddns/luasrc/controller/ddns.lua:68 #: applications/luci-app-ddns/luasrc/controller/ddns.lua:68
msgid "OpenWrt Wiki" msgid "OpenWrt Wiki"
@ -713,15 +713,15 @@ msgstr "Зарегистрированный IP-адрес"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:480 #: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:480
msgid "Replaces [DOMAIN] in Update-URL" msgid "Replaces [DOMAIN] in Update-URL"
msgstr "Заменяет [ДОМЕН] в Update-URL" msgstr "Заменяет [DOMAIN] в Update-URL"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:503 #: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:503
msgid "Replaces [PASSWORD] in Update-URL (URL-encoded)" msgid "Replaces [PASSWORD] in Update-URL (URL-encoded)"
msgstr "Заменяет [ПАРОЛЬ] в Update-URL (URL-encoded)" msgstr "Заменяет [PASSWORD] в Update-URL (URL-encoded)"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:492 #: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:492
msgid "Replaces [USERNAME] in Update-URL (URL-encoded)" msgid "Replaces [USERNAME] in Update-URL (URL-encoded)"
msgstr "Заменяет [ЛОГИН] in Update-URL (URL-encoded)" msgstr "Заменяет [USERNAME] в Update-URL (URL-encoded)"
#: applications/luci-app-ddns/luasrc/controller/ddns.lua:188 #: applications/luci-app-ddns/luasrc/controller/ddns.lua:188
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua:213 #: applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua:213
@ -1108,9 +1108,3 @@ msgstr "нетипичная ошибка"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1176 #: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1176
msgid "use hostname, FQDN, IPv4- or IPv6-Address" msgid "use hostname, FQDN, IPv4- or IPv6-Address"
msgstr "использовать имя хоста, полное доменное имя, IPv4 или IPv6-адрес" msgstr "использовать имя хоста, полное доменное имя, IPv4 или IPv6-адрес"
#~ msgid "Config error"
#~ msgstr "Ошибка config файла"
#~ msgid "Update error"
#~ msgstr "Ошибка обновления"