diff options
author | Paul Donald <newtwen@gmail.com> | 2023-12-12 15:32:56 +0100 |
---|---|---|
committer | Paul Donald <newtwen@gmail.com> | 2023-12-12 15:32:56 +0100 |
commit | d349181aaef50e7a545d784176e55f5dc70fabff (patch) | |
tree | ea2a1641114c49a96cc9fdc2d7d663ca0ed22ec2 /applications/luci-app-ddns/po/zh_Hant | |
parent | f8bd034075f375a134d9b0507da03ddfa2be5e0a (diff) |
luci-app-ddns: rename retry_count -> retry_max_count
syncs with openwrt/packages@e3292e4
Also fixes some i18n strings
Closes issue #6752
Diffstat (limited to 'applications/luci-app-ddns/po/zh_Hant')
-rw-r--r-- | applications/luci-app-ddns/po/zh_Hant/ddns.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-ddns/po/zh_Hant/ddns.po b/applications/luci-app-ddns/po/zh_Hant/ddns.po index 71eefa40c0..7897dd7bf2 100644 --- a/applications/luci-app-ddns/po/zh_Hant/ddns.po +++ b/applications/luci-app-ddns/po/zh_Hant/ddns.po @@ -536,7 +536,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "可選:使用非預設 DNS 伺服器來對「已註冊的 IP」檢測。" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "出現錯誤時,指令碼將在重試指定次數後停止執行。" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -704,7 +704,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "如果設定為預設值「0」,將無限重試。" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "當出錯時,指令碼將在給定的重試次數執行完成後退出" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 |