From 972d8c01fc89d109116d0b4f1a5bc83e4362dc5e Mon Sep 17 00:00:00 2001 From: inter Date: Tue, 16 Sep 2025 10:39:51 +0800 Subject: [PATCH] Add File --- uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json diff --git a/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json b/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json new file mode 100644 index 0000000..41ccefb --- /dev/null +++ b/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json @@ -0,0 +1,4 @@ +{ + "uni-fav.collect": "收藏", + "uni-fav.collected": "已收藏" +}