From ecbe5afe85eb2c443a4742c0658d6ac796be34a7 Mon Sep 17 00:00:00 2001 From: kouhe3 <25522053+kouhe3@users.noreply.github.com> Date: Sun, 18 Feb 2024 20:17:48 +0800 Subject: [PATCH] detailed subscription info --- assets/translations/strings_zh-CN.i18n.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/translations/strings_zh-CN.i18n.json b/assets/translations/strings_zh-CN.i18n.json index 2c565f89..207c7396 100644 --- a/assets/translations/strings_zh-CN.i18n.json +++ b/assets/translations/strings_zh-CN.i18n.json @@ -53,7 +53,11 @@ "remainingDuration": "剩余 ${duration} 天", "remainingTrafficSemanticLabel": "已使用 ${consumed} 流量,共 ${total} 流量。", "expired": "已过期", - "noTraffic": "超出配额" + "noTraffic": "超出配额", + "upload": "上行", + "download": "下行", + "total": "总流量", + "expireDate": "到期时间" }, "sortBy": { "lastUpdate": "最近更新",