Skip to content

Commit

Permalink
Merge Official Source
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Dec 11, 2024
2 parents 894c041 + 679d3b8 commit 46869ef
Show file tree
Hide file tree
Showing 29 changed files with 768 additions and 228 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ return view.extend({
o.rmempty = false;
o.optional = true;
o.modalonly = true;
o.cfgvalue = function(section_id, set_value) {
o.cfgvalue = function(section_id) {
var keylength = uci.get('acme', section_id, 'keylength');
if (keylength) {
// migrate the old keylength to a new keytype
Expand All @@ -497,7 +497,7 @@ return view.extend({
default: return ''; // bad value
}
}
return set_value;
return this.super('cfgvalue', arguments);
};
o.write = function(section_id, value) {
// remove old keylength
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-adblock-fast/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-adblock-fast
PKG_LICENSE:=AGPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <[email protected]>
PKG_VERSION:=1.1.2
PKG_RELEASE:=16
PKG_RELEASE:=18

LUCI_TITLE:=AdBlock-Fast Web UI
LUCI_URL:=https://github.com/stangri/luci-app-adblock-fast/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,31 @@ var pkg = {
},
};

const getFileUrlFilesizes = rpc.declare({
var getFileUrlFilesizes = rpc.declare({
object: "luci." + pkg.Name,
method: "getFileUrlFilesizes",
params: ["name", "url"],
});

const getInitList = rpc.declare({
var getInitList = rpc.declare({
object: "luci." + pkg.Name,
method: "getInitList",
params: ["name"],
});

const getInitStatus = rpc.declare({
var getInitStatus = rpc.declare({
object: "luci." + pkg.Name,
method: "getInitStatus",
params: ["name"],
});

const getPlatformSupport = rpc.declare({
var getPlatformSupport = rpc.declare({
object: "luci." + pkg.Name,
method: "getPlatformSupport",
params: ["name"],
});

const _setInitAction = rpc.declare({
var _setInitAction = rpc.declare({
object: "luci." + pkg.Name,
method: "setInitAction",
params: ["name", "action"],
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-adblock-fast/po/es/adblock-fast.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2024-11-19 06:42+0000\n"
"PO-Revision-Date: 2024-12-04 15:42+0000\n"
"Last-Translator: Franco Castillo <[email protected]>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsadblock-fast/es/>\n"
Expand Down Expand Up @@ -449,7 +449,7 @@ msgstr ""

#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:201
msgid "Missing recommended package: '%s'"
msgstr ""
msgstr "Paquete recomendado faltante: '%s'"

#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:524
msgid "Name"
Expand Down
10 changes: 6 additions & 4 deletions applications/luci-app-adblock/po/es/adblock.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2024-09-05 13:29+0000\n"
"Last-Translator: brodrigueznu <brodrigueznu@hotmail.com>\n"
"PO-Revision-Date: 2024-12-04 15:42+0000\n"
"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsadblock/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: Weblate 5.8-dev\n"
"X-Generator: Weblate 5.9-dev\n"

#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:272
msgid "Action"
Expand Down Expand Up @@ -699,7 +699,7 @@ msgstr "Suspender"

#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336
msgid "TLD Compression"
msgstr ""
msgstr "Compresión TLD"

#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:491
msgid "Target directory for DNS related report files."
Expand Down Expand Up @@ -749,6 +749,8 @@ msgid ""
"The top level domain compression removes thousands of needless host entries "
"from the final DNS blocklist."
msgstr ""
"La compresión de dominio de nivel superior elimina miles de entradas de host "
"innecesarias de la lista de bloqueo de DNS final."

#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436
msgid "Third instance"
Expand Down
38 changes: 19 additions & 19 deletions applications/luci-app-advanced-reboot/po/he/advanced-reboot.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"PO-Revision-Date: 2023-09-07 08:58+0000\n"
"PO-Revision-Date: 2024-12-04 15:42+0000\n"
"Last-Translator: Yaron Shahrabani <[email protected]>\n"
"Language-Team: Hebrew <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsadvanced-reboot/he/>\n"
Expand All @@ -9,7 +9,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
"n % 10 == 0) ? 2 : 3));\n"
"X-Generator: Weblate 5.0.1-dev\n"
"X-Generator: Weblate 5.9-dev\n"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:193
#: applications/luci-app-advanced-reboot/root/usr/share/luci/menu.d/luci-app-advanced-reboot.json:3
Expand All @@ -23,80 +23,80 @@ msgstr "ביטול"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:168
msgid "Compressed"
msgstr ""
msgstr "דחוס"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:130
msgid "Confirm"
msgstr ""
msgstr "אישור"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:82
#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:111
msgid "Device unreachable! Still waiting for device..."
msgstr ""
msgstr "ההתקן לא זמין! עדיין בהמתנה להתקן…"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:203
msgid "ERROR:"
msgstr ""
msgstr "שגיאה:"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:211
msgid "Firmware"
msgstr ""
msgstr "קושחה"

#: applications/luci-app-advanced-reboot/root/usr/share/rpcd/acl.d/luci-app-advanced-reboot.json:3
msgid "Grant UCI and file access for luci-app-advanced-reboot"
msgstr ""

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:127
msgid "No access to fw_printenv or fw_printenv!"
msgstr ""
msgstr "אין גישה ל־fw_printenv או fw_printenv!"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:209
msgid "Partition"
msgstr ""
msgstr "מחיצה"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:205
msgid "Partitions"
msgstr ""
msgstr "מחיצות"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:235
msgid "Perform power off..."
msgstr ""
msgstr "כיבוי…"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:51
msgid "Power Off Device"
msgstr ""
msgstr "כיבוי ההתקן"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:62
#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:145
msgid "Proceed"
msgstr ""
msgstr "המשך"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:212
msgid "Reboot"
msgstr ""
msgstr "הפעלה מחדש"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:130
msgid "Reboot Device to an Alternative Partition"
msgstr ""
msgstr "הפעלת ההתקן מחדש למחיצה חלופית"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:162
msgid "Reboot to alternative partition..."
msgstr ""
msgstr "הפעלה מחדש למחיצה חלופית…"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:159
msgid "Reboot to current partition"
msgstr ""
msgstr "הפעלה מחדש למחיצה הנוכחית"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:75
#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:80
#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:104
#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:109
msgid "Rebooting…"
msgstr ""
msgstr "מתבצעת הפעלה מחדש…"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:43
msgid "Shutting down..."
msgstr ""
msgstr "מתבצע כיבוי…"

#: applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js:210
msgid "Status"
Expand Down
10 changes: 5 additions & 5 deletions applications/luci-app-aria2/po/zh_Hant/aria2.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
msgid ""
msgstr ""
"PO-Revision-Date: 2024-12-03 12:45+0000\n"
"PO-Revision-Date: 2024-12-06 00:39+0000\n"
"Last-Translator: Yuan Lau <[email protected]>\n"
"Language-Team: Chinese (Traditional Han script) <https://hosted.weblate.org/"
"projects/openwrt/luciapplicationsaria2/zh_Hant/>\n"
Expand All @@ -19,7 +19,7 @@ msgstr "啟用<abbr title=\"Local Peer Discovery\">LPD</abbr>"

#: applications/luci-app-aria2/htdocs/luci-static/resources/view/aria2/config.js:551
msgid "Additional BT tracker"
msgstr "附加 BitTorrent tracker"
msgstr "附加BitTorrent tracker"

#: applications/luci-app-aria2/htdocs/luci-static/resources/view/aria2/config.js:556
msgid "Advanced Options"
Expand Down Expand Up @@ -61,7 +61,7 @@ msgstr "BitTorrent選項"

#: applications/luci-app-aria2/htdocs/luci-static/resources/view/aria2/config.js:472
msgid "BitTorrent listen port"
msgstr "BitTorrent監聽連接埠"
msgstr "BitTorrent監聽埠"

#: applications/luci-app-aria2/htdocs/luci-static/resources/view/aria2/config.js:329
msgid "CA certificate"
Expand Down Expand Up @@ -108,7 +108,7 @@ msgstr "工作階段檔內容:<code>%s</code>"

#: applications/luci-app-aria2/htdocs/luci-static/resources/view/aria2/config.js:478
msgid "DHT Listen port"
msgstr "DHT監聽埠號"
msgstr "DHT監聽埠"

#: applications/luci-app-aria2/htdocs/luci-static/resources/view/aria2/config.js:230
msgid "Debug"
Expand Down Expand Up @@ -658,7 +658,7 @@ msgid ""
"Specify seeding time in minutes. If \"Seed ratio\" option is specified along "
"with this option, seeding ends when at least one of the conditions is "
"satisfied. Specifying 0 disables seeding after download completed."
msgstr "以分鍾指定做種時間。如果同時指定了「做種比例」選項,那麼將在任一條件滿足時停"
msgstr "以分鐘指定做種時間。如果同時指定了「做種比例」選項,那麼將在任一條件滿足時停"
"止做種。設定0表示下載完成後停止做種。"

#: applications/luci-app-aria2/htdocs/luci-static/resources/view/aria2/config.js:539
Expand Down
27 changes: 14 additions & 13 deletions applications/luci-app-coovachilli/po/vi/coovachilli.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-08-16 06:59+0200\n"
"PO-Revision-Date: 2023-02-20 15:36+0000\n"
"Last-Translator: tictactoe <[email protected]>\n"
"PO-Revision-Date: 2024-12-05 17:09+0000\n"
"Last-Translator: Huy Đặng <[email protected]>\n"
"Language-Team: Vietnamese <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationscoovachilli/vi/>\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.16-dev\n"
"X-Generator: Weblate 5.9-dev\n"

#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:168
#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:173
#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:178
msgid "0 means unlimited"
msgstr ""
msgstr "0 có nghĩa là không giới hạn"

#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:372
msgid "802.1Q"
msgstr ""
msgstr "802.1Q"

#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:373
msgid "802.1Q only"
msgstr ""
msgstr "Chỉ 802.1Q"

#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:165
msgid "A specific URL to be given in WISPr XML LoginURL"
Expand All @@ -44,11 +44,11 @@ msgstr ""

#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:443
msgid "Admin password"
msgstr "Mật mã quản trị "
msgstr "Mật mã quản trị"

#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:441
msgid "Admin user"
msgstr "Người quản trị "
msgstr "Người quản trị"

#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:236
msgid "Allow Local MAC"
Expand All @@ -72,7 +72,7 @@ msgstr ""

#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:161
msgid "Allowed"
msgstr ""
msgstr "Được cho phép"

#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:237
msgid "Allowed MACs"
Expand All @@ -84,11 +84,11 @@ msgstr ""

#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:123
msgid "Any DNS"
msgstr ""
msgstr "Bất kì DNS nào"

#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:129
msgid "Any IP"
msgstr ""
msgstr "Bất kì IP nào"

#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:398
msgid "Authentication port"
Expand All @@ -107,8 +107,9 @@ msgid "Broadcast Answer"
msgstr ""

#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:454
#, fuzzy
msgid "COA Port"
msgstr ""
msgstr "Cổng COA"

#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:458
msgid "COA no IP check"
Expand All @@ -135,7 +136,7 @@ msgstr ""
#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:59
#: applications/luci-app-coovachilli/htdocs/luci-static/resources/view/coovachilli/coovachilli.js:60
msgid "Coova Chilli"
msgstr ""
msgstr "Coova Chilli"

#: applications/luci-app-coovachilli/root/usr/share/luci/menu.d/luci-app-coovachilli.json:3
msgid "CoovaChilli"
Expand Down
Loading

0 comments on commit 46869ef

Please sign in to comment.