From db3c7acee5b805e8ecaa58fd50503170885a71e3 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 21 Jul 2026 05:06:07 +0800 Subject: [PATCH] update 2026-07-21 05:06:07 --- luci-app-temp-status/po/{zh-cn => zh_Hans}/temp-status.po | 5 ++++- v2raya/Makefile | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) rename luci-app-temp-status/po/{zh-cn => zh_Hans}/temp-status.po (94%) diff --git a/luci-app-temp-status/po/zh-cn/temp-status.po b/luci-app-temp-status/po/zh_Hans/temp-status.po similarity index 94% rename from luci-app-temp-status/po/zh-cn/temp-status.po rename to luci-app-temp-status/po/zh_Hans/temp-status.po index 5a08275d..13198dbd 100644 --- a/luci-app-temp-status/po/zh-cn/temp-status.po +++ b/luci-app-temp-status/po/zh_Hans/temp-status.po @@ -10,7 +10,7 @@ msgstr "" "X-Generator: Poedit 2.3\n" "Last-Translator: \n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" -"Language: zh-cn\n" +"Language: zh_Hans\n" msgid "(%d minute window, %d second interval)" msgstr "(最近 %d 分钟信息,每 %d 秒刷新)" @@ -42,6 +42,9 @@ msgstr "传感器" msgid "Show hidden sensors" msgstr "显示已隐藏的传感器" +msgid "Switch view" +msgstr "切换视图" + msgid "Temperature" msgstr "温度" diff --git a/v2raya/Makefile b/v2raya/Makefile index 49c89b28..edf7dcd0 100644 --- a/v2raya/Makefile +++ b/v2raya/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2rayA -PKG_VERSION:=2.4.6 +PKG_VERSION:=2.4.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/v2rayA/v2rayA/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=308fb506dc5e21a3ad2c267da30f1ff9fd26a049a822bce89d817e2afe738917 +PKG_HASH:=0929881370e52ed8b5a0b101f73b3b6610e6bf1e1362741fc517ec4da59a86bb PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/service PKG_LICENSE:=AGPL-3.0-only @@ -60,7 +60,7 @@ define Download/v2raya-web URL:=https://github.com/v2rayA/v2rayA/releases/download/v$(PKG_VERSION)/ URL_FILE:=web.tar.gz FILE:=$(WEB_FILE) - HASH:=f29aa1e1232fc57da73377544589129d16606b20db1f3b0ea5596320dc608edb + HASH:=8d397d06afed595a95dc2dc87ed7d5a1a5be4e67d538daa628cb987a13df9ac9 endef define Build/Prepare