-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jerrykuku-master' into dev
- Loading branch information
Showing
8 changed files
with
27 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk | |
|
||
PKG_NAME:=luci-app-argon-config | ||
PKG_VERSION:=0.9 | ||
PKG_RELEASE:=20220326 | ||
PKG_RELEASE:=20220424 | ||
|
||
PKG_MAINTAINER:=jerrykuku <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
--[[ | ||
luci-app-argon-config | ||
]]-- | ||
|
||
module("luci.controller.argon-config", package.seeall) | ||
|
||
function index() | ||
if not nixio.fs.access('/www/luci-static/argon/css/cascade.css') then | ||
return | ||
end | ||
|
||
entry({"admin", "system", "argon-config"}, form("argon-config"), _("Argon Config"), 90) | ||
local page = entry({"admin", "system", "argon-config"}, form("argon-config"), _("Argon Config"), 90) | ||
page.acl_depends = { "luci-app-argon-config" } | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
msgid "" | ||
msgstr "" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Project-Id-Version: \n" | ||
"POT-Creation-Date: 2021-03-15 21:25-0300\n" | ||
"PO-Revision-Date: 2021-03-15 21:58-0300\n" | ||
"PO-Revision-Date: 2022-04-23 15:21-0300\n" | ||
"Last-Translator: Franco Castillo <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Poedit 2.4.2\n" | ||
"Last-Translator: Franco Castillo <[email protected]>\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"Language: es\n" | ||
"X-Generator: Poedit 3.0.1\n" | ||
|
||
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:97 | ||
msgid "0 transparent - 1 opaque ; ( Suggest: Black translucent preset: 0.5 )" | ||
|
@@ -33,7 +33,7 @@ msgstr "Un color HEX; (Predeterminado: #483d8b)" | |
msgid "A HEX Color ; ( Default: #5e72e4 )" | ||
msgstr "Un color HEX; (Predeterminado: #5e72e4)" | ||
|
||
#: applications/luci-app-argon-config/luasrc/controller/argon-config.lua:11 | ||
#: applications/luci-app-argon-config/luasrc/controller/argon-config.lua:8 | ||
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:53 | ||
msgid "Argon Config" | ||
msgstr "Configuración de Argon" | ||
|
@@ -72,12 +72,16 @@ msgstr "Seguir el sistema" | |
|
||
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:67 | ||
msgid "Force Dark" | ||
msgstr "Fuerza oscuro" | ||
msgstr "Forzar oscuro" | ||
|
||
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:66 | ||
msgid "Force Light" | ||
msgstr "Forzar claro" | ||
|
||
#: applications/luci-app-argon-config/root/usr/share/rpcd/acl.d/luci-app-argon-config.json:3 | ||
msgid "Grant UCI access for luci-app-argon-config" | ||
msgstr "Otorgar acceso UCI para luci-app-argon-config" | ||
|
||
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:53 | ||
msgid "" | ||
"Here you can set the blur and transparency of the login page of argon theme, " | ||
|
@@ -95,10 +99,6 @@ msgstr "" | |
"El valor más grande se verá más borroso; (Sugerencia: claro: 1 o desenfoque " | ||
"predeterminado: 10)" | ||
|
||
#: applications/luci-app-argon-config/root/usr/share/rpcd/acl.d/luci-app-argon-config.json:3 | ||
msgid "Luci Argon theme config" | ||
msgstr "Configuración del tema Luci Argon" | ||
|
||
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:201 | ||
msgid "Modify time" | ||
msgstr "Modificar la hora" | ||
|
@@ -174,3 +174,6 @@ msgstr "[Modo claro] Color primario" | |
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:79 | ||
msgid "[Light mode] Transparency" | ||
msgstr "[Modo claro] Transparencia" | ||
|
||
#~ msgid "Luci Argon theme config" | ||
#~ msgstr "Configuración del tema Luci Argon" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
zh-cn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"luci-argon-config": { | ||
"description": "Luci Argon theme config ", | ||
"luci-app-argon-config": { | ||
"description": "Grant UCI access for luci-app-argon-config", | ||
"read": { | ||
"uci": [ "argon" ] | ||
}, | ||
"write": { | ||
"uci": [ "argon" ] | ||
} | ||
} | ||
} | ||
} |