From 7adf82c6ebe9d2a6f7196ef97c9bda79c10304c9 Mon Sep 17 00:00:00 2001 From: inter Date: Tue, 16 Sep 2025 10:39:25 +0800 Subject: [PATCH] Add File --- .../uni-load-more/components/uni-load-more/i18n/zh-Hant.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json diff --git a/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json b/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json new file mode 100644 index 0000000..ee99b06 --- /dev/null +++ b/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json @@ -0,0 +1,5 @@ +{ + "uni-load-more.contentdown": "上拉顯示更多", + "uni-load-more.contentrefresh": "正在加載...", + "uni-load-more.contentnomore": "沒有更多數據了" +}