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 Jan 4, 2025
2 parents 7f3d7ed + f001a35 commit 8b5a7c1
Show file tree
Hide file tree
Showing 76 changed files with 2,278 additions and 1,034 deletions.
38 changes: 17 additions & 21 deletions .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
- label: I have searched among all existing issues (including closed issues)
required: true
- type: textarea
id: screenshots-or-captures
Expand Down Expand Up @@ -72,7 +72,7 @@ body:
description: |
What version of openwrt/luci are you running? <br/>
```
cat /etc/os-release
ubus call system board
```
<br/>
or copy/paste the luci and/or module version from the main status page
Expand All @@ -81,25 +81,21 @@ body:
placeholder: |
e.g.
NAME="OpenWrt"
VERSION="23.05.5"
ID="openwrt"
ID_LIKE="lede openwrt"
PRETTY_NAME="OpenWrt 23.05.5"
VERSION_ID="23.05.5"
HOME_URL="https://openwrt.org/"
BUG_URL="https://bugs.openwrt.org/"
SUPPORT_URL="https://forum.openwrt.org/"
BUILD_ID="r24106-10cc5fcd00"
OPENWRT_BOARD="mediatek/filogic"
OPENWRT_ARCH="aarch64_cortex-a53"
OPENWRT_TAINTS=""
OPENWRT_DEVICE_MANUFACTURER="OpenWrt"
OPENWRT_DEVICE_MANUFACTURER_URL="https://openwrt.org/"
OPENWRT_DEVICE_PRODUCT="Generic"
OPENWRT_DEVICE_REVISION="v0"
OPENWRT_RELEASE="OpenWrt 23.05.5 r24106-10cc5fcd00"
{
"kernel": "5.15.167",
"hostname": "openwrt",
"system": "ARMv8 Processor rev 4",
"model": "GL.iNet GL-MT6000",
"board_name": "glinet,gl-mt6000",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "23.05.5",
"revision": "r24106-10cc5fcd00",
"target": "mediatek/filogic",
"description": "OpenWrt 23.05.5 r24106-10cc5fcd00"
}
}
validations:
required: true
- type: dropdown
Expand Down
8 changes: 4 additions & 4 deletions applications/luci-app-acme/po/zh_Hant/acme.po
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"PO-Revision-Date: 2024-11-28 18:31+0000\n"
"Last-Translator: Yuan Lau <traverslombard@outlook.com>\n"
"PO-Revision-Date: 2024-12-30 15:20+0000\n"
"Last-Translator: Anya Lin <hukk1996@gmail.com>\n"
"Language-Team: Chinese (Traditional Han script) <https://hosted.weblate.org/"
"projects/openwrt/luciapplicationsacme/zh_Hant/>\n"
"Language: zh_Hant\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.9-dev\n"
"X-Generator: Weblate 5.10-dev\n"

#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25
#: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3
Expand Down Expand Up @@ -37,7 +37,7 @@ msgstr "私鑰的Base64內容。不使用YC_SA_Key_File_Path"

#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33
msgid "Cert files are stored in"
msgstr "儲存憑證和其他狀態檔的位置"
msgstr "儲存憑證和其他狀態檔的位置"

#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
msgid "Certificate config"
Expand Down
8 changes: 5 additions & 3 deletions applications/luci-app-alist/po/nl/alist.po
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"PO-Revision-Date: 2024-04-18 14:03+0000\n"
"Last-Translator: Stephan <[email protected]>\n"
"PO-Revision-Date: 2024-12-28 16:00+0000\n"
"Last-Translator: Sander Schutten <[email protected]>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsalist/nl/>\n"
"Language: nl\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.5-dev\n"
"X-Generator: Weblate 5.10-dev\n"

#: applications/luci-app-alist/htdocs/luci-static/resources/view/alist/config.js:67
msgid ""
"A file list/WebDAV program that supports multiple storages, powered by Gin "
"and Solidjs."
msgstr ""
"Een bestandenlijst/WebDAV programma dat meerdere opslag locaties toestaat, "
"door Gin en Solidjs."

#: applications/luci-app-alist/htdocs/luci-static/resources/view/alist/config.js:34
#: applications/luci-app-alist/htdocs/luci-static/resources/view/alist/config.js:36
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ return view.extend({

}

o = s.taboption('global', form.Value, 'cacert', _('CA Certs path'));
o.description = _('CA certificates path that will be used to download services data. Set IGNORE to skip certificate validation.');
o = s.taboption('global', form.Value, 'cacert', _('CA cert bundle file'));
o.description = _('CA certificate bundle file that will be used to download services data. Set IGNORE to skip certificate validation.');
o.placeholder = 'IGNORE';
o.write = function(section_id, value) {
if(value == 'ignore')
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/ar/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ msgstr ""
"المحددة بشكل صحيح!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "مسار شهادات Ca"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"مسار شهادات Ca الذي سيتم استخدامه لتنزيل بيانات الخدمات. قم بتعيين IGNORE "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/bg/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/bn_BD/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/ca/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/cs/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ msgstr ""
"BusyBox, nemůže správně zpracovat uvedené servery DNS!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "Adresář certifikátů CA"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Adresář který bude využit pro stažení dat služeb. Nastavte na IGNORE pro "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/da/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/de/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ msgstr ""
"Server nicht korrekt verarbeiten!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "Pfad zu CA-Zertifikaten"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Ca Certs Pfad, der für das Herunterladen von Servicedaten verwendet werden "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/el/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/es/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ msgstr ""
"los servidores DNS determinados!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "Ruta de certificados CA"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Ruta de los certificados CA que se utilizarán para descargar los datos de "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/fa/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/fi/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ msgstr ""
"DNS-palvelimia oikein!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "CaCerts-polku"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Ca Certs -polku, jota käytetään palvelutietojen lataamiseen. Aseta IGNORE "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/fr/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ msgstr ""
"correctement les serveurs DNS donnés !"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "Chemin d'accès des certificats CA"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Chemin d'accès Ca Certs qui sera utilisé afin de télécharger les données de "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/ga/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ msgstr ""
"DNS a thugtar i gceart!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "Cosán Teastais CA"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Conair deimhnithe CA a úsáidfear chun sonraí seirbhísí a íoslódáil. Socraigh "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/he/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/hi/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/hu/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/it/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ msgstr ""
"Server DNS correttamente!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "Percorso certificati CA"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Percorso dei certificati CA che verrà utilizzato per scaricare i dati dei "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/ja/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ msgstr ""
"バーを正しく処理しません!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "CA 証明書パス"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"サービスデータをダウンロードするために使用される CA 証明書のパスです。証明書"
Expand Down
Loading

0 comments on commit 8b5a7c1

Please sign in to comment.