From 7b6689b049eb73ba32d3dba5397ca6ec31cb9ad4 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-Hans.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json diff --git a/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json b/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json new file mode 100644 index 0000000..3a14ca0 --- /dev/null +++ b/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json @@ -0,0 +1,5 @@ +{ + "uni-load-more.contentdown": "上拉显示更多", + "uni-load-more.contentrefresh": "正在加载...", + "uni-load-more.contentnomore": "没有更多数据了" +}