Merge branch 'master' of https://github.com/jerrykuku/luci-app-argon-config into jerrykuku-master
# Conflicts: # Makefile
This commit is contained in:
commit
d1474ba5ea
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=luci-app-argon-config
|
PKG_NAME:=luci-app-argon-config
|
||||||
PKG_VERSION:=0.9
|
PKG_VERSION:=0.9
|
||||||
PKG_RELEASE:=20220326
|
PKG_RELEASE:=20220424
|
||||||
|
|
||||||
PKG_MAINTAINER:=jerrykuku <jerrykuku@qq.com>
|
PKG_MAINTAINER:=jerrykuku <jerrykuku@qq.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
--[[
|
|
||||||
luci-app-argon-config
|
|
||||||
]]--
|
|
||||||
|
|
||||||
module("luci.controller.argon-config", package.seeall)
|
module("luci.controller.argon-config", package.seeall)
|
||||||
|
|
||||||
function index()
|
function index()
|
||||||
@ -9,5 +5,6 @@ function index()
|
|||||||
return
|
return
|
||||||
end
|
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
|
end
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"POT-Creation-Date: 2021-03-15 21:25-0300\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"
|
||||||
"Language-Team: \n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"X-Generator: Poedit 2.4.2\n"
|
|
||||||
"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n"
|
"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Language-Team: \n"
|
||||||
"Language: es\n"
|
"Language: es\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Generator: Poedit 3.0.1\n"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:97
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:97
|
||||||
msgid "0 transparent - 1 opaque ; ( Suggest: Black translucent preset: 0.5 )"
|
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 )"
|
msgid "A HEX Color ; ( Default: #5e72e4 )"
|
||||||
msgstr "Un color HEX; (Predeterminado: #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
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:53
|
||||||
msgid "Argon Config"
|
msgid "Argon Config"
|
||||||
msgstr "Configuración de Argon"
|
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
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:67
|
||||||
msgid "Force Dark"
|
msgid "Force Dark"
|
||||||
msgstr "Fuerza oscuro"
|
msgstr "Forzar oscuro"
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:66
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:66
|
||||||
msgid "Force Light"
|
msgid "Force Light"
|
||||||
msgstr "Forzar claro"
|
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
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"Here you can set the blur and transparency of the login page of argon theme, "
|
"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 "
|
"El valor más grande se verá más borroso; (Sugerencia: claro: 1 o desenfoque "
|
||||||
"predeterminado: 10)"
|
"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
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:201
|
||||||
msgid "Modify time"
|
msgid "Modify time"
|
||||||
msgstr "Modificar la hora"
|
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
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:79
|
||||||
msgid "[Light mode] Transparency"
|
msgid "[Light mode] Transparency"
|
||||||
msgstr "[Modo claro] Transparencia"
|
msgstr "[Modo claro] Transparencia"
|
||||||
|
|
||||||
|
#~ msgid "Luci Argon theme config"
|
||||||
|
#~ msgstr "Configuración del tema Luci Argon"
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
msgid "A HEX Color ; ( Default: #5e72e4 )"
|
msgid "A HEX Color ; ( Default: #5e72e4 )"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:53
|
||||||
msgid "Argon Config"
|
msgid "Argon Config"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -64,6 +64,10 @@ msgstr ""
|
|||||||
msgid "Force Light"
|
msgid "Force Light"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: 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 ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:53
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"Here you can set the blur and transparency of the login page of argon theme, "
|
"Here you can set the blur and transparency of the login page of argon theme, "
|
||||||
@ -76,10 +80,6 @@ msgid ""
|
|||||||
"Larger value will more blurred ; ( Suggest: clear: 1 or blur preset: 10 )"
|
"Larger value will more blurred ; ( Suggest: clear: 1 or blur preset: 10 )"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/root/usr/share/rpcd/acl.d/luci-app-argon-config.json:3
|
|
||||||
msgid "Luci Argon theme config"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:201
|
#: applications/luci-app-argon-config/luasrc/model/cbi/argon-config.lua:201
|
||||||
msgid "Modify time"
|
msgid "Modify time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -56,9 +56,6 @@ msgstr "十六进制颜色值 ( 预设为:#483d8b )"
|
|||||||
msgid "[Light mode] Transparency"
|
msgid "[Light mode] Transparency"
|
||||||
msgstr "[亮色模式] 透明度"
|
msgstr "[亮色模式] 透明度"
|
||||||
|
|
||||||
msgid "[Light mode] Transparency"
|
|
||||||
msgstr "[亮色模式] 透明度"
|
|
||||||
|
|
||||||
msgid "[Dark mode] Transparency"
|
msgid "[Dark mode] Transparency"
|
||||||
msgstr "[暗色模式] 透明度"
|
msgstr "[暗色模式] 透明度"
|
||||||
|
|
||||||
@ -92,7 +89,6 @@ msgstr "无法打开文件:"
|
|||||||
msgid "Create upload file error."
|
msgid "Create upload file error."
|
||||||
msgstr "创建上传文件失败。"
|
msgstr "创建上传文件失败。"
|
||||||
|
|
||||||
|
|
||||||
msgid "File name"
|
msgid "File name"
|
||||||
msgstr "文件名"
|
msgstr "文件名"
|
||||||
|
|
||||||
|
1
po/zh_Hans
Symbolic link
1
po/zh_Hans
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
zh-cn
|
@ -6,4 +6,4 @@ config global
|
|||||||
option transparency '0.5'
|
option transparency '0.5'
|
||||||
option transparency_dark '0.5'
|
option transparency_dark '0.5'
|
||||||
option mode 'normal'
|
option mode 'normal'
|
||||||
option bing_background '0'
|
option bing_background '0'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"luci-argon-config": {
|
"luci-app-argon-config": {
|
||||||
"description": "Luci Argon theme config ",
|
"description": "Grant UCI access for luci-app-argon-config",
|
||||||
"read": {
|
"read": {
|
||||||
"uci": [ "argon" ]
|
"uci": [ "argon" ]
|
||||||
},
|
},
|
||||||
@ -8,4 +8,4 @@
|
|||||||
"uci": [ "argon" ]
|
"uci": [ "argon" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user