diff --git a/luci-app-filebrowser/po/ta/filebrowser.po b/luci-app-filebrowser/po/ta/filebrowser.po new file mode 100644 index 000000000..69008441b --- /dev/null +++ b/luci-app-filebrowser/po/ta/filebrowser.po @@ -0,0 +1,20 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2025-01-25 04:20+0000\n" +"Last-Translator: தமிழ்நேரம் \n" +"Language-Team: Tamil \n" +"Language: ta\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.10-dev\n" + +#: applications/luci-app-filebrowser/htdocs/luci-static/resources/view/system/filebrowser.js:16 +#: applications/luci-app-filebrowser/root/usr/share/luci/menu.d/luci-app-filebrowser.json:3 +msgid "File Browser" +msgstr "கோப்பு உலாவி" + +#: applications/luci-app-filebrowser/root/usr/share/rpcd/acl.d/luci-app-filebrowser.json:3 +msgid "Grant access to File Browser" +msgstr "கோப்பு உலாவிக்கு அணுகல் வழங்கவும்" diff --git a/luci-app-filebrowser/po/zh_Hant/filebrowser.po b/luci-app-filebrowser/po/zh_Hant/filebrowser.po index 62957dc8c..d3c58151e 100644 --- a/luci-app-filebrowser/po/zh_Hant/filebrowser.po +++ b/luci-app-filebrowser/po/zh_Hant/filebrowser.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-12-30 15:20+0000\n" -"Last-Translator: Anya Lin \n" +"PO-Revision-Date: 2025-01-27 18:48+0000\n" +"Last-Translator: ZW \n" "Language-Team: Chinese (Traditional Han script) \n" "Language: zh_Hant\n" @@ -17,4 +17,4 @@ msgstr "檔案瀏覽器" #: applications/luci-app-filebrowser/root/usr/share/rpcd/acl.d/luci-app-filebrowser.json:3 msgid "Grant access to File Browser" -msgstr "授予檔案瀏覽器存取權限" +msgstr "授予存取檔案瀏覽器的權限" diff --git a/luci-app-nekobox/htdocs/nekobox/ping.php b/luci-app-nekobox/htdocs/nekobox/ping.php index 876b6898b..797d457f7 100644 --- a/luci-app-nekobox/htdocs/nekobox/ping.php +++ b/luci-app-nekobox/htdocs/nekobox/ping.php @@ -540,7 +540,7 @@ $lang = $_GET['lang'] ?? 'en'; } } -@media (max-width: 768px) { +@media (max-width: 1440px) { .modal-dialog { max-width: 100% !important; margin: 30px auto; @@ -1291,6 +1291,20 @@ setInterval(IP.getIpipnetIP, 180000); updateButtonStates(); }); + var longPressTimer; + var touchStartTime = 0; + + document.addEventListener('touchstart', function (event) { + var touch = event.touches[0]; + touchStartTime = new Date().getTime(); + + if (touch.clientY < window.innerHeight / 2) { + longPressTimer = setTimeout(function () { + togglePopup(); + }, 1000); + } + }); + function togglePopup() { var popup = document.getElementById('popup'); popup.style.display = (popup.style.display === "block") ? "none" : "block"; @@ -1802,6 +1816,7 @@ window.addEventListener('load', function() {
  • Ctrl + Shift + C键: 清空缓存数据
  • Ctrl + Shift + V键: 定制播放列表
  • Ctrl + Shift + X键: 设置城市
  • +
  • 长按屏幕顶部 设置音频(视频模式下有效)