Skip to content

Commit

Permalink
Update to 1.0.15-20240102
Browse files Browse the repository at this point in the history
  • Loading branch information
4IceG authored Jan 2, 2024
1 parent b24f416 commit 331d0ac
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions luci-app-lite-watchdog/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2022-2023 Rafał Wabik - IceG - From eko.one.pl forum
# Copyright 2022-2024 Rafał Wabik - IceG - From eko.one.pl forum
#
# MIT License
#
Expand All @@ -12,7 +12,7 @@ MAINTAINER:=Rafał Wabik <4Rafal@gmail.com>
LUCI_DESCRIPTION:=LuCI JS interface for the lite-watchdog scripts.
LUCI_DEPENDS:=+sms-tool +kmod-usb-serial +kmod-usb-serial-option +comgt
LUCI_PKGARCH:=all
PKG_VERSION:=1.0.14-20240101
PKG_VERSION:=1.0.15-20240102

define Package/luci-app-lite-watchdog/conffiles
/etc/modem/log.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'require tools.widgets as widgets'

/*
Copyright 2022-2023 Rafał Wabik - IceG - From eko.one.pl forum
Copyright 2022-2024 Rafał Wabik - IceG - From eko.one.pl forum
MIT License
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


/*
Copyright 2023 Rafał Wabik - IceG - From eko.one.pl forum
Copyright 2023-2024 Rafał Wabik - IceG - From eko.one.pl forum
MIT License
Expand All @@ -21,6 +21,7 @@ return L.view.extend({
/* Log file translation */
logdata = logdata.replaceAll('Failed', _('Failed'));
logdata = logdata.replaceAll('out of', _('out of'));
logdata = logdata.replaceAll('Status', _('Status'));
logdata = logdata.replaceAll('OFFLINE', _('OFFLINE'));
logdata = logdata.replaceAll('ONLINE', _('ONLINE'));
logdata = logdata.replaceAll('Action', _('Action'));
Expand Down Expand Up @@ -134,6 +135,7 @@ return L.view.extend({
/* Log file translation */
logdata = logdata.replaceAll('Failed', _('Failed'));
logdata = logdata.replaceAll('out of', _('out of'));
logdata = logdata.replaceAll('Status', _('Status'));
logdata = logdata.replaceAll('OFFLINE', _('OFFLINE'));
logdata = logdata.replaceAll('ONLINE', _('ONLINE'));
logdata = logdata.replaceAll('Action', _('Action'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'require tools.widgets as widgets';

/*
Copyright 2022-2023 Rafał Wabik - IceG - From eko.one.pl forum
Copyright 2022-2024 Rafał Wabik - IceG - From eko.one.pl forum
MIT License
*/
Expand Down
9 changes: 9 additions & 0 deletions luci-app-lite-watchdog/po/pl/watchdog.po
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,15 @@ msgstr "Nie można zapisać zawartości"
msgid "Unable to read the contents"
msgstr "Nie można odczytać zawartości"

msgid "Status"
msgstr "Status"

msgid "ONLINE"
msgstr "ONLINE"

msgid "OFFLINE"
msgstr "OFFLINE"

msgid "Action"
msgstr "Akcja"

Expand Down

0 comments on commit 331d0ac

Please sign in to comment.