mirror of
https://github.com/gSpotx2f/luci-app-internet-detector.git
synced 2025-12-06 03:26:50 +03:00
luci-app-internet-detector: fixed typos.
This commit is contained in:
12
README.md
12
README.md
@@ -26,16 +26,16 @@ Internet-detector is an application for checking the availability of the Interne
|
|||||||
service internet-detector start
|
service internet-detector start
|
||||||
service internet-detector enable
|
service internet-detector enable
|
||||||
|
|
||||||
wget --no-check-certificate -O /tmp/luci-app-internet-detector_1.6.2-r1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-internet-detector_1.6.2-r1_all.ipk
|
wget --no-check-certificate -O /tmp/luci-app-internet-detector_1.6.2-r2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-internet-detector_1.6.2-r2_all.ipk
|
||||||
opkg install /tmp/luci-app-internet-detector_1.6.2-r1_all.ipk
|
opkg install /tmp/luci-app-internet-detector_1.6.2-r2_all.ipk
|
||||||
rm /tmp/luci-app-internet-detector_1.6.2-r1_all.ipk
|
rm /tmp/luci-app-internet-detector_1.6.2-r2_all.ipk
|
||||||
service rpcd restart
|
service rpcd restart
|
||||||
|
|
||||||
i18n-ru:
|
i18n-ru:
|
||||||
|
|
||||||
wget --no-check-certificate -O /tmp/luci-i18n-internet-detector-ru_1.6.2-r1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-internet-detector-ru_1.6.2-r1_all.ipk
|
wget --no-check-certificate -O /tmp/luci-i18n-internet-detector-ru_1.6.2-r2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-internet-detector-ru_1.6.2-r2_all.ipk
|
||||||
opkg install /tmp/luci-i18n-internet-detector-ru_1.6.2-r1_all.ipk
|
opkg install /tmp/luci-i18n-internet-detector-ru_1.6.2-r2_all.ipk
|
||||||
rm /tmp/luci-i18n-internet-detector-ru_1.6.2-r1_all.ipk
|
rm /tmp/luci-i18n-internet-detector-ru_1.6.2-r2_all.ipk
|
||||||
|
|
||||||
## Screenshots:
|
## Screenshots:
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=luci-app-internet-detector
|
PKG_NAME:=luci-app-internet-detector
|
||||||
PKG_VERSION:=1.6.2
|
PKG_VERSION:=1.6.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
LUCI_TITLE:=LuCI support for internet-detector
|
LUCI_TITLE:=LuCI support for internet-detector
|
||||||
LUCI_DEPENDS:=+internet-detector
|
LUCI_DEPENDS:=+internet-detector
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
|
|||||||
@@ -987,7 +987,7 @@ return view.extend({
|
|||||||
o.depends({ ['mod_led_control_led' + i + '_action_1']: '4' });
|
o.depends({ ['mod_led_control_led' + i + '_action_1']: '4' });
|
||||||
o.modalonly = true;
|
o.modalonly = true;
|
||||||
o.value('link', _('Link On'));
|
o.value('link', _('Link On'));
|
||||||
o.value('tx', _('Tramsmit'));
|
o.value('tx', _('Transmit'));
|
||||||
o.value('rx', _('Receive'));
|
o.value('rx', _('Receive'));
|
||||||
o.default = 'link';
|
o.default = 'link';
|
||||||
o.rmempty = false;
|
o.rmempty = false;
|
||||||
@@ -1043,7 +1043,7 @@ return view.extend({
|
|||||||
o.depends({ ['mod_led_control_led' + i + '_action_2']: '4' });
|
o.depends({ ['mod_led_control_led' + i + '_action_2']: '4' });
|
||||||
o.modalonly = true;
|
o.modalonly = true;
|
||||||
o.value('link', _('Link On'));
|
o.value('link', _('Link On'));
|
||||||
o.value('tx', _('Tramsmit'));
|
o.value('tx', _('Transmit'));
|
||||||
o.value('rx', _('Receive'));
|
o.value('rx', _('Receive'));
|
||||||
o.default = 'link';
|
o.default = 'link';
|
||||||
o.rmempty = false;
|
o.rmempty = false;
|
||||||
|
|||||||
@@ -594,7 +594,7 @@ msgstr "Таймаут между остановкой и запуском ин
|
|||||||
msgid "To support HTTP services you need to install curl."
|
msgid "To support HTTP services you need to install curl."
|
||||||
msgstr "Для поддержки HTTP сервисов необходимо установить curl."
|
msgstr "Для поддержки HTTP сервисов необходимо установить curl."
|
||||||
|
|
||||||
msgid "Tramsmit"
|
msgid "Transmit"
|
||||||
msgstr "Передача"
|
msgstr "Передача"
|
||||||
|
|
||||||
msgid "Type a time string"
|
msgid "Type a time string"
|
||||||
|
|||||||
@@ -565,7 +565,7 @@ msgstr ""
|
|||||||
msgid "To support HTTP services you need to install curl."
|
msgid "To support HTTP services you need to install curl."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Tramsmit"
|
msgid "Transmit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Type a time string"
|
msgid "Type a time string"
|
||||||
|
|||||||
Reference in New Issue
Block a user