standardized naming
This commit is contained in:
2
Makefile
2
Makefile
@@ -8,7 +8,7 @@ LUCI_TITLE:=LuCI for Tailscale
|
||||
LUCI_DEPENDS:=+tailscale +jsonfilter +ucode
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
PKG_VERSION:=1.0.2
|
||||
PKG_VERSION:=1.0.3
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
||||
@@ -147,11 +147,11 @@ return view.extend({
|
||||
s = m.section(form.NamedSection, 'settings', 'config');
|
||||
s.title = _('Advanced Settings');
|
||||
|
||||
o = s.option(form.Flag, 'acceptRoutes', _('Auto NAT clients'), _('Expose physical network routes onto Tailscale.'));
|
||||
o = s.option(form.Flag, 'acceptRoutes', _('Auto Mesh'), _('Expose physical network routes onto Tailscale.'));
|
||||
o.default = o.disabled;
|
||||
o.rmempty = false;
|
||||
|
||||
o = s.option(form.Value, 'hostname', _('Devicename'), _("Leave blank to use the device's hostname."));
|
||||
o = s.option(form.Value, 'hostname', _('Device Name'), _("Leave blank to use the device's hostname."));
|
||||
o.default = '';
|
||||
o.rmempty = true;
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ msgid "Advanced Settings"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-tailscale/htdocs/luci-static/resources/view/tailscale/base.js:150
|
||||
msgid "Auto NAT clients"
|
||||
msgid "Auto Mesh"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-tailscale/htdocs/luci-static/resources/view/tailscale/base.js:150
|
||||
@@ -92,7 +92,7 @@ msgid "Expose physical network routes onto Tailscale."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-tailscale/htdocs/luci-static/resources/view/tailscale/base.js:154
|
||||
msgid "Devicename"
|
||||
msgid "Device Name"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-tailscale/htdocs/luci-static/resources/view/tailscale/base.js:154
|
||||
|
||||
@@ -90,7 +90,7 @@ msgid "Advanced Settings"
|
||||
msgstr "高级设置"
|
||||
|
||||
#: applications/luci-app-tailscale/htdocs/luci-static/resources/view/tailscale/base.js:150
|
||||
msgid "Auto NAT clients"
|
||||
msgid "Auto Mesh"
|
||||
msgstr "允许组网"
|
||||
|
||||
#: applications/luci-app-tailscale/htdocs/luci-static/resources/view/tailscale/base.js:150
|
||||
@@ -98,7 +98,7 @@ msgid "Expose physical network routes onto Tailscale."
|
||||
msgstr "将物理网络路由暴露到Tailscale上。"
|
||||
|
||||
#: applications/luci-app-tailscale/htdocs/luci-static/resources/view/tailscale/base.js:154
|
||||
msgid "Devicename"
|
||||
msgid "Device Name"
|
||||
msgstr "设备名称"
|
||||
|
||||
#: applications/luci-app-tailscale/htdocs/luci-static/resources/view/tailscale/base.js:154
|
||||
|
||||
@@ -90,7 +90,7 @@ msgid "Advanced Settings"
|
||||
msgstr "高級設置"
|
||||
|
||||
#: applications/luci-app-tailscale/htdocs/luci-static/resources/view/tailscale/base.js:150
|
||||
msgid "Auto NAT clients"
|
||||
msgid "Auto Mesh"
|
||||
msgstr "允許組網"
|
||||
|
||||
#: applications/luci-app-tailscale/htdocs/luci-static/resources/view/tailscale/base.js:150
|
||||
@@ -98,7 +98,7 @@ msgid "Expose physical network routes onto Tailscale."
|
||||
msgstr "將物理網絡路由暴露到Tailscale上。"
|
||||
|
||||
#: applications/luci-app-tailscale/htdocs/luci-static/resources/view/tailscale/base.js:154
|
||||
msgid "Devicename"
|
||||
msgid "Device Name"
|
||||
msgstr "設備名稱"
|
||||
|
||||
#: applications/luci-app-tailscale/htdocs/luci-static/resources/view/tailscale/base.js:154
|
||||
|
||||
Reference in New Issue
Block a user