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")%>" /> <input type="text" name="shadowsocks_key" placeholder="<%:ShadowSocks key%>" class="cbi-input-text" value="<%=uci:get("shadowsocks-libev","sss0","key")%>" />
<br /> <br />
<div class="cbi-value-description"> <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> </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")%>" /> <input type="text" name="v2ray_user" placeholder="<%:V2Ray user%>" class="cbi-input-text" value="<%=uci:get("v2ray","omrout","s_vmess_user_id")%>" />
<br /> <br />
<div class="cbi-value-description"> <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> </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")%>"> <input type="text" name="glorytun_key" placeholder="<%:Glorytun key%>" class="cbi-input-text" value="<%=uci:get("glorytun","vpn","key")%>">
<br /> <br />
<div class="cbi-value-description"> <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> </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")%>"> <input type="text" name="dsvpn_key" placeholder="<%:A Dead Simple VPN key%>" class="cbi-input-text" value="<%=uci:get("dsvpn","vpn","key")%>">
<br /> <br />
<div class="cbi-value-description"> <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> </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")%>"> <input type="text" name="mlvpn_password" placeholder="<%:MLVPN password%>" class="cbi-input-text" value="<%=uci:get("mlvpn","general","password")%>">
<br /> <br />
<div class="cbi-value-description"> <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> </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")%>"> <input type="text" name="ubond_password" placeholder="<%:UBOND password%>" class="cbi-input-text" value="<%=uci:get("ubond","general","password")%>">
<br /> <br />
<div class="cbi-value-description"> <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> </div>
</div> </div>

View file

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