From a2436ac49b75b6d40514c3d43e76302036291dd9 Mon Sep 17 00:00:00 2001 From: inter Date: Tue, 16 Sep 2025 10:39:20 +0800 Subject: [PATCH] Add File --- uni_modules/uni-table/i18n/zh-Hant.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 uni_modules/uni-table/i18n/zh-Hant.json diff --git a/uni_modules/uni-table/i18n/zh-Hant.json b/uni_modules/uni-table/i18n/zh-Hant.json new file mode 100644 index 0000000..64f8061 --- /dev/null +++ b/uni_modules/uni-table/i18n/zh-Hant.json @@ -0,0 +1,9 @@ +{ + "filter-dropdown.reset": "重置", + "filter-dropdown.search": "搜索", + "filter-dropdown.submit": "確定", + "filter-dropdown.filter": "篩選", + "filter-dropdown.gt": "大於等於", + "filter-dropdown.lt": "小於等於", + "filter-dropdown.date": "日期範圍" +}