From 977035837e00f0f8f17c0595bd0e698a82bddfd0 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Fri, 15 Mar 2024 14:43:23 +0100 Subject: [PATCH] luci-app-unbound: spell fix Closes openwrt/luci#6993 Signed-off-by: Paul Donald --- .../luci-app-unbound/luasrc/model/cbi/unbound/configure.lua | 2 +- applications/luci-app-unbound/po/ar/unbound.po | 2 +- applications/luci-app-unbound/po/bg/unbound.po | 2 +- applications/luci-app-unbound/po/bn_BD/unbound.po | 2 +- applications/luci-app-unbound/po/ca/unbound.po | 2 +- applications/luci-app-unbound/po/cs/unbound.po | 2 +- applications/luci-app-unbound/po/da/unbound.po | 2 +- applications/luci-app-unbound/po/de/unbound.po | 2 +- applications/luci-app-unbound/po/el/unbound.po | 2 +- applications/luci-app-unbound/po/en/unbound.po | 2 +- applications/luci-app-unbound/po/es/unbound.po | 2 +- applications/luci-app-unbound/po/fi/unbound.po | 2 +- applications/luci-app-unbound/po/fr/unbound.po | 2 +- applications/luci-app-unbound/po/he/unbound.po | 2 +- applications/luci-app-unbound/po/hi/unbound.po | 2 +- applications/luci-app-unbound/po/hu/unbound.po | 2 +- applications/luci-app-unbound/po/it/unbound.po | 2 +- applications/luci-app-unbound/po/ja/unbound.po | 2 +- applications/luci-app-unbound/po/ko/unbound.po | 2 +- applications/luci-app-unbound/po/lt/unbound.po | 2 +- applications/luci-app-unbound/po/mr/unbound.po | 2 +- applications/luci-app-unbound/po/ms/unbound.po | 2 +- applications/luci-app-unbound/po/nb_NO/unbound.po | 2 +- applications/luci-app-unbound/po/nl/unbound.po | 2 +- applications/luci-app-unbound/po/pl/unbound.po | 2 +- applications/luci-app-unbound/po/pt/unbound.po | 2 +- applications/luci-app-unbound/po/pt_BR/unbound.po | 2 +- applications/luci-app-unbound/po/ro/unbound.po | 2 +- applications/luci-app-unbound/po/ru/unbound.po | 2 +- applications/luci-app-unbound/po/sk/unbound.po | 2 +- applications/luci-app-unbound/po/sv/unbound.po | 2 +- applications/luci-app-unbound/po/templates/unbound.pot | 2 +- applications/luci-app-unbound/po/tr/unbound.po | 2 +- applications/luci-app-unbound/po/uk/unbound.po | 2 +- applications/luci-app-unbound/po/vi/unbound.po | 2 +- applications/luci-app-unbound/po/zh_Hans/unbound.po | 2 +- applications/luci-app-unbound/po/zh_Hant/unbound.po | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua b/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua index 806b25acec..f23f38f937 100644 --- a/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua +++ b/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua @@ -236,7 +236,7 @@ if (valman == "0") then pro = s1:taboption("resource", ListValue, "protocol", translate("Recursion Protocol"), - translate("Chose the IP versions used upstream and downstream")) + translate("Choose the IP versions used upstream and downstream")) pro:value("default", translate("Default")) pro:value("ip4_only", translate("IP4 Only")) pro:value("ip6_local", translate("IP4 All and IP6 Local")) diff --git a/applications/luci-app-unbound/po/ar/unbound.po b/applications/luci-app-unbound/po/ar/unbound.po index ec66429f89..496a5097a6 100644 --- a/applications/luci-app-unbound/po/ar/unbound.po +++ b/applications/luci-app-unbound/po/ar/unbound.po @@ -77,7 +77,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/bg/unbound.po b/applications/luci-app-unbound/po/bg/unbound.po index 4d37605748..2e7e5032e1 100644 --- a/applications/luci-app-unbound/po/bg/unbound.po +++ b/applications/luci-app-unbound/po/bg/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/bn_BD/unbound.po b/applications/luci-app-unbound/po/bn_BD/unbound.po index 2e4edeee61..dc96dbc6e4 100644 --- a/applications/luci-app-unbound/po/bn_BD/unbound.po +++ b/applications/luci-app-unbound/po/bn_BD/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/ca/unbound.po b/applications/luci-app-unbound/po/ca/unbound.po index e9b36ed0de..1c5393addc 100644 --- a/applications/luci-app-unbound/po/ca/unbound.po +++ b/applications/luci-app-unbound/po/ca/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/cs/unbound.po b/applications/luci-app-unbound/po/cs/unbound.po index e7d91dc21e..c30d275996 100644 --- a/applications/luci-app-unbound/po/cs/unbound.po +++ b/applications/luci-app-unbound/po/cs/unbound.po @@ -77,7 +77,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/da/unbound.po b/applications/luci-app-unbound/po/da/unbound.po index 7a681c9139..9c8bacaa47 100644 --- a/applications/luci-app-unbound/po/da/unbound.po +++ b/applications/luci-app-unbound/po/da/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/de/unbound.po b/applications/luci-app-unbound/po/de/unbound.po index 7081b30768..c67ada91b8 100644 --- a/applications/luci-app-unbound/po/de/unbound.po +++ b/applications/luci-app-unbound/po/de/unbound.po @@ -78,7 +78,7 @@ msgid "Choose Unbounds listening port" msgstr "Wähle den Unbounds Listening Port" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "Wählen Sie die vor- und nachgelagerten IP-Versionen aus" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/el/unbound.po b/applications/luci-app-unbound/po/el/unbound.po index 0489f7d1ca..391075fea0 100644 --- a/applications/luci-app-unbound/po/el/unbound.po +++ b/applications/luci-app-unbound/po/el/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/en/unbound.po b/applications/luci-app-unbound/po/en/unbound.po index d3e5c3f1ac..5518c9352d 100644 --- a/applications/luci-app-unbound/po/en/unbound.po +++ b/applications/luci-app-unbound/po/en/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/es/unbound.po b/applications/luci-app-unbound/po/es/unbound.po index 1f03e02446..abe32afd12 100644 --- a/applications/luci-app-unbound/po/es/unbound.po +++ b/applications/luci-app-unbound/po/es/unbound.po @@ -81,7 +81,7 @@ msgid "Choose Unbounds listening port" msgstr "Escoge el puerto de escucha Unbounds" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" "Elija las versiones de IP utilizadas en sentido ascendente y descendente" diff --git a/applications/luci-app-unbound/po/fi/unbound.po b/applications/luci-app-unbound/po/fi/unbound.po index e200975ec2..a1c84a16ae 100644 --- a/applications/luci-app-unbound/po/fi/unbound.po +++ b/applications/luci-app-unbound/po/fi/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/fr/unbound.po b/applications/luci-app-unbound/po/fr/unbound.po index 5841efcd1d..cb81cb2e44 100644 --- a/applications/luci-app-unbound/po/fr/unbound.po +++ b/applications/luci-app-unbound/po/fr/unbound.po @@ -82,7 +82,7 @@ msgid "Choose Unbounds listening port" msgstr "Choisir le Port d'écoute Unboud" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "Choisir les versions IP utilisées en amont et en aval" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/he/unbound.po b/applications/luci-app-unbound/po/he/unbound.po index 10f7e121a0..7d5e6f8665 100644 --- a/applications/luci-app-unbound/po/he/unbound.po +++ b/applications/luci-app-unbound/po/he/unbound.po @@ -77,7 +77,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/hi/unbound.po b/applications/luci-app-unbound/po/hi/unbound.po index 9b457ec3a9..42df183e6f 100644 --- a/applications/luci-app-unbound/po/hi/unbound.po +++ b/applications/luci-app-unbound/po/hi/unbound.po @@ -70,7 +70,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/hu/unbound.po b/applications/luci-app-unbound/po/hu/unbound.po index 0f5ad1203b..14bc04c28b 100644 --- a/applications/luci-app-unbound/po/hu/unbound.po +++ b/applications/luci-app-unbound/po/hu/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/it/unbound.po b/applications/luci-app-unbound/po/it/unbound.po index 12b9ee5fa0..3eb1023dfe 100644 --- a/applications/luci-app-unbound/po/it/unbound.po +++ b/applications/luci-app-unbound/po/it/unbound.po @@ -81,7 +81,7 @@ msgid "Choose Unbounds listening port" msgstr "Scegliere la porta di ascolto di Unbound" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "Scegliere le versioni IP usate a monte e a valle" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/ja/unbound.po b/applications/luci-app-unbound/po/ja/unbound.po index 0719a694f1..bf00af25ec 100644 --- a/applications/luci-app-unbound/po/ja/unbound.po +++ b/applications/luci-app-unbound/po/ja/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "アップストリームとダウンストリームで使用される IP バージョンを選択" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/ko/unbound.po b/applications/luci-app-unbound/po/ko/unbound.po index 1e229798ad..0e4db824cc 100644 --- a/applications/luci-app-unbound/po/ko/unbound.po +++ b/applications/luci-app-unbound/po/ko/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/lt/unbound.po b/applications/luci-app-unbound/po/lt/unbound.po index 392fb5f6ac..1a12884508 100644 --- a/applications/luci-app-unbound/po/lt/unbound.po +++ b/applications/luci-app-unbound/po/lt/unbound.po @@ -80,7 +80,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/mr/unbound.po b/applications/luci-app-unbound/po/mr/unbound.po index a74eda46a5..b3259f8dbc 100644 --- a/applications/luci-app-unbound/po/mr/unbound.po +++ b/applications/luci-app-unbound/po/mr/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/ms/unbound.po b/applications/luci-app-unbound/po/ms/unbound.po index 11ce722ae9..ce2a9c7501 100644 --- a/applications/luci-app-unbound/po/ms/unbound.po +++ b/applications/luci-app-unbound/po/ms/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/nb_NO/unbound.po b/applications/luci-app-unbound/po/nb_NO/unbound.po index 812fd6268b..d1b0c49b72 100644 --- a/applications/luci-app-unbound/po/nb_NO/unbound.po +++ b/applications/luci-app-unbound/po/nb_NO/unbound.po @@ -77,7 +77,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/nl/unbound.po b/applications/luci-app-unbound/po/nl/unbound.po index f7dc4d2451..e068a63831 100644 --- a/applications/luci-app-unbound/po/nl/unbound.po +++ b/applications/luci-app-unbound/po/nl/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "Kies Unbounds luisterpoort" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "Kies de IP-versies die upstream en downstream worden gebruikt" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/pl/unbound.po b/applications/luci-app-unbound/po/pl/unbound.po index 894e76772a..c6a452517d 100644 --- a/applications/luci-app-unbound/po/pl/unbound.po +++ b/applications/luci-app-unbound/po/pl/unbound.po @@ -78,7 +78,7 @@ msgid "Choose Unbounds listening port" msgstr "Wybierz port nasłuchiwania bez ograniczeń" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "Wybór wersji IP używanych do wysyłania i pobierania" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/pt/unbound.po b/applications/luci-app-unbound/po/pt/unbound.po index e0eed4c08d..8df9f97894 100644 --- a/applications/luci-app-unbound/po/pt/unbound.po +++ b/applications/luci-app-unbound/po/pt/unbound.po @@ -81,7 +81,7 @@ msgid "Choose Unbounds listening port" msgstr "Escolha a porta de escuta de Unbound" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "Escolher as versões IP utilizadas a montante e a jusante" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/pt_BR/unbound.po b/applications/luci-app-unbound/po/pt_BR/unbound.po index 64c9bd2af9..ada560128a 100644 --- a/applications/luci-app-unbound/po/pt_BR/unbound.po +++ b/applications/luci-app-unbound/po/pt_BR/unbound.po @@ -81,7 +81,7 @@ msgid "Choose Unbounds listening port" msgstr "Escolha a porta de escuta Unbounds" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "Escolha as versões IP a utilizadas upstream e downstream" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/ro/unbound.po b/applications/luci-app-unbound/po/ro/unbound.po index a653b45014..a96f0f7d17 100644 --- a/applications/luci-app-unbound/po/ro/unbound.po +++ b/applications/luci-app-unbound/po/ro/unbound.po @@ -82,7 +82,7 @@ msgid "Choose Unbounds listening port" msgstr "Alegeți Unbounds listening port" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "Alegeți versiunile IP utilizate în upstream și downstream" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/ru/unbound.po b/applications/luci-app-unbound/po/ru/unbound.po index 90c38ca72a..89edee774e 100644 --- a/applications/luci-app-unbound/po/ru/unbound.po +++ b/applications/luci-app-unbound/po/ru/unbound.po @@ -78,7 +78,7 @@ msgid "Choose Unbounds listening port" msgstr "Выберите порт, на котором Unbound будет ожидать входящих подключений" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "Выберите версию IP для восходящих и нисходящих соединений" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/sk/unbound.po b/applications/luci-app-unbound/po/sk/unbound.po index ff95044072..d691fad386 100644 --- a/applications/luci-app-unbound/po/sk/unbound.po +++ b/applications/luci-app-unbound/po/sk/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/sv/unbound.po b/applications/luci-app-unbound/po/sv/unbound.po index 025c11c0c4..1bd260cd98 100644 --- a/applications/luci-app-unbound/po/sv/unbound.po +++ b/applications/luci-app-unbound/po/sv/unbound.po @@ -77,7 +77,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/templates/unbound.pot b/applications/luci-app-unbound/po/templates/unbound.pot index c5fb594b8b..92452d9efd 100644 --- a/applications/luci-app-unbound/po/templates/unbound.pot +++ b/applications/luci-app-unbound/po/templates/unbound.pot @@ -67,7 +67,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/tr/unbound.po b/applications/luci-app-unbound/po/tr/unbound.po index 01a6d9e260..ec86ba425c 100644 --- a/applications/luci-app-unbound/po/tr/unbound.po +++ b/applications/luci-app-unbound/po/tr/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "Unbound'un dinleme bağlantı noktasını seçin" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "Yukarı akış ve aşağı akış yönünde kullanılan IP sürümlerini seçin" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/uk/unbound.po b/applications/luci-app-unbound/po/uk/unbound.po index 282ff1f119..c7c728bba2 100644 --- a/applications/luci-app-unbound/po/uk/unbound.po +++ b/applications/luci-app-unbound/po/uk/unbound.po @@ -77,7 +77,7 @@ msgid "Choose Unbounds listening port" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/vi/unbound.po b/applications/luci-app-unbound/po/vi/unbound.po index 77af83569e..ef4b730519 100644 --- a/applications/luci-app-unbound/po/vi/unbound.po +++ b/applications/luci-app-unbound/po/vi/unbound.po @@ -77,7 +77,7 @@ msgid "Choose Unbounds listening port" msgstr "Chọn cổng lắng nghe của Unbound" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "Chọn phiên bản IP được sử dụng hướng lên và hướng xuống" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/zh_Hans/unbound.po b/applications/luci-app-unbound/po/zh_Hans/unbound.po index 90a4b2dffe..6c093beb35 100644 --- a/applications/luci-app-unbound/po/zh_Hans/unbound.po +++ b/applications/luci-app-unbound/po/zh_Hans/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "选择 Unbounds 监听端口" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "选择上游和下游使用的 IP 版本" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 diff --git a/applications/luci-app-unbound/po/zh_Hant/unbound.po b/applications/luci-app-unbound/po/zh_Hant/unbound.po index 8db374f26b..dd68590f03 100644 --- a/applications/luci-app-unbound/po/zh_Hant/unbound.po +++ b/applications/luci-app-unbound/po/zh_Hant/unbound.po @@ -76,7 +76,7 @@ msgid "Choose Unbounds listening port" msgstr "選擇 Unbounds 監聽埠" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239 -msgid "Chose the IP versions used upstream and downstream" +msgid "Choose the IP versions used upstream and downstream" msgstr "選擇上游和下游使用的 IP 版本" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 -- 2.30.2