1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Separate wizard strings

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-09-16 17:12:49 +02:00
parent d6a25fefc0
commit b0862f2e99
2 changed files with 79 additions and 36 deletions

View file

@ -199,7 +199,7 @@ end
<input type="text" name="shadowsocks_key" placeholder="<%:ShadowSocks key%>" class="cbi-input-text" value="<%=uci:get("shadowsocks-libev","sss0","key")%>" />
<br />
<div class="cbi-value-description">
<%:Key is retrieved from server API by default. ShadowSocks is used for TCP.%>
<%:Key is retrieved from server API by default.%> <%:ShadowSocks is used for TCP.%>
</div>
</div>
</div>
@ -209,7 +209,7 @@ end
<input type="text" name="v2ray_user" placeholder="<%:V2Ray user%>" class="cbi-input-text" value="<%=uci:get("v2ray","omrout","s_vmess_user_id")%>" />
<br />
<div class="cbi-value-description">
<%:Key is retrieved from server API by default. V2Ray is used for TCP and UDP.%>
<%:Key is retrieved from server API by default.%> <%:V2Ray is used for TCP and UDP.%>
</div>
</div>
</div>
@ -250,7 +250,7 @@ end
<input type="text" name="glorytun_key" placeholder="<%:Glorytun key%>" class="cbi-input-text" value="<%=uci:get("glorytun","vpn","key")%>">
<br />
<div class="cbi-value-description">
<%:Key is retrieved from server API by default. Glorytun TCP is used by default for UDP and ICMP%>
<%:Key is retrieved from server API by default.%> <%:Glorytun TCP is used by default for UDP and ICMP%>
</div>
</div>
</div>
@ -262,7 +262,7 @@ end
<input type="text" name="dsvpn_key" placeholder="<%:A Dead Simple VPN key%>" class="cbi-input-text" value="<%=uci:get("dsvpn","vpn","key")%>">
<br />
<div class="cbi-value-description">
<%:Key is retrieved from server API by default. A Dead Simple VPN is a TCP VPN that can replace Glorytun TCP%>
<%:Key is retrieved from server API by default.%> <%:A Dead Simple VPN is a TCP VPN that can replace Glorytun TCP%>
</div>
</div>
</div>
@ -274,7 +274,7 @@ end
<input type="text" name="mlvpn_password" placeholder="<%:MLVPN password%>" class="cbi-input-text" value="<%=uci:get("mlvpn","general","password")%>">
<br />
<div class="cbi-value-description">
<%:Key is retrieved from server API by default. MLVPN can replace Glorytun with connections with same latency%>
<%:Key is retrieved from server API by default.%> <%:MLVPN can replace Glorytun with connections with same latency%>
</div>
</div>
</div>
@ -286,7 +286,7 @@ end
<input type="text" name="ubond_password" placeholder="<%:UBOND password%>" class="cbi-input-text" value="<%=uci:get("ubond","general","password")%>">
<br />
<div class="cbi-value-description">
<%:Key is retrieved from server API by default. UBOND can replace Glorytun with connections with same latency%>
<%:Key is retrieved from server API by default.%> <%:UBOND can replace Glorytun with connections with same latency%>
</div>
</div>
</div>

View file

@ -1,6 +1,10 @@
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:265
msgid "A Dead Simple VPN is a TCP VPN that can replace Glorytun TCP"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:260
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:262
msgid "A Dead Simple VPN key"
@ -77,6 +81,10 @@ msgid ""
"By default proxy is used for any traffic that is TCP (and UDP for V2Ray)."
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:585
msgid "CHAP"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:382
msgid ""
"Choose MacVLAN if you want to create a virtual interface based on a physical "
@ -217,6 +225,14 @@ msgstr ""
msgid "Force retrieve settings"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:574
msgid "GPRS only"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:253
msgid "Glorytun TCP is used by default for UDP and ICMP"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:248
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:250
msgid "Glorytun key"
@ -278,38 +294,13 @@ msgstr ""
msgid "Interfaces settings"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:265
msgid ""
"Key is retrieved from server API by default. A Dead Simple VPN is a TCP VPN "
"that can replace Glorytun TCP"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:253
msgid ""
"Key is retrieved from server API by default. Glorytun TCP is used by default "
"for UDP and ICMP"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:277
msgid ""
"Key is retrieved from server API by default. MLVPN can replace Glorytun with "
"connections with same latency"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:202
msgid ""
"Key is retrieved from server API by default. ShadowSocks is used for TCP."
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:289
msgid ""
"Key is retrieved from server API by default. UBOND can replace Glorytun with "
"connections with same latency"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:212
msgid ""
"Key is retrieved from server API by default. V2Ray is used for TCP and UDP."
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:253
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:265
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:277
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:289
msgid "Key is retrieved from server API by default."
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:93
@ -318,6 +309,10 @@ msgid ""
"settings from OpenMPTCProuter."
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:572
msgid "LTE"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:363
msgid "Label"
msgstr ""
@ -330,6 +325,10 @@ msgstr ""
msgid "Last available backup on server:"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:277
msgid "MLVPN can replace Glorytun with connections with same latency"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:272
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:274
msgid "MLVPN password"
@ -355,6 +354,10 @@ msgstr ""
msgid "Minimum scaling CPU frequency"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:569
msgid "Modem default"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:603
msgid "Modem init timeout"
msgstr ""
@ -367,6 +370,10 @@ msgstr ""
msgid "NCM"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:583
msgid "NONE"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wanstatus.htm:797
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wanstatus.htm:799
msgid "Network overview"
@ -435,6 +442,14 @@ msgstr ""
msgid "Other"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:584
msgid "PAP"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:586
msgid "PAP/CHAP"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:597
msgid "PAP/CHAP password"
msgstr ""
@ -456,6 +471,14 @@ msgstr ""
msgid "Physical interface"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:570
msgid "Prefer LTE"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:571
msgid "Prefer UMTS"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:408
msgid "Protocol"
msgstr ""
@ -570,6 +593,10 @@ msgstr ""
msgid "Settings Wizard"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:202
msgid "ShadowSocks is used for TCP."
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:197
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:199
msgid "ShadowSocks key"
@ -621,11 +648,19 @@ msgstr ""
msgid "Type"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:289
msgid "UBOND can replace Glorytun with connections with same latency"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:284
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:286
msgid "UBOND password"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:573
msgid "UMTS/GPRS"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:27
msgid "Update"
msgstr ""
@ -651,6 +686,10 @@ msgstr ""
msgid "Used by Glorytun UDP and SQM/QoS if enabled. 0 to use default value."
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:212
msgid "V2Ray is used for TCP and UDP."
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:209
msgid "V2Ray user"
msgstr ""
@ -703,6 +742,10 @@ msgstr ""
msgid "You should disable SQM for LTE or any interfaces with variable speed."
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:575
msgid "auto"
msgstr ""
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:227
msgid "other"
msgstr ""