luci-app-watchcat: Improve translation
Signed-off-by: He Ping <pinghejk@gmail.com>
This commit is contained in:
parent
3d547832d9
commit
1bb272fefc
3 changed files with 9 additions and 1 deletions
|
@ -62,7 +62,7 @@ return view.extend({
|
||||||
o.depends({ mode: 'ping_reboot' });
|
o.depends({ mode: 'ping_reboot' });
|
||||||
o.depends({ mode: 'restart_iface' });
|
o.depends({ mode: 'restart_iface' });
|
||||||
o.depends({ mode: "run_script" });
|
o.depends({ mode: "run_script" });
|
||||||
o.value('any');
|
o.value('any', _('Any'));
|
||||||
o.value('ipv4');
|
o.value('ipv4');
|
||||||
o.value('ipv6');
|
o.value('ipv6');
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,10 @@ msgid ""
|
||||||
"specifying its name."
|
"specifying its name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js:65
|
||||||
|
msgid "Any"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js:84
|
#: applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js:84
|
||||||
msgid "Big: 248 bytes"
|
msgid "Big: 248 bytes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -47,6 +47,10 @@ msgstr ""
|
||||||
"应用于 Ping 重启 和 重启接口 模式</i> <br />如果使用 ModemManager,你可以通过"
|
"应用于 Ping 重启 和 重启接口 模式</i> <br />如果使用 ModemManager,你可以通过"
|
||||||
"指定名称让 Watchcat 重新启动你的 ModemManager 接口。"
|
"指定名称让 Watchcat 重新启动你的 ModemManager 接口。"
|
||||||
|
|
||||||
|
#: applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js:65
|
||||||
|
msgid "Any"
|
||||||
|
msgstr "任何"
|
||||||
|
|
||||||
#: applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js:84
|
#: applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js:84
|
||||||
msgid "Big: 248 bytes"
|
msgid "Big: 248 bytes"
|
||||||
msgstr "大:248 字节"
|
msgstr "大:248 字节"
|
||||||
|
|
Loading…
Reference in a new issue