From f436f38c1925fb785bc1d4a9ddf193ed92551352 Mon Sep 17 00:00:00 2001 From: inter Date: Tue, 16 Sep 2025 10:39:19 +0800 Subject: [PATCH] Add File --- uni_modules/uni-table/i18n/es.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 uni_modules/uni-table/i18n/es.json diff --git a/uni_modules/uni-table/i18n/es.json b/uni_modules/uni-table/i18n/es.json new file mode 100644 index 0000000..9afd04b --- /dev/null +++ b/uni_modules/uni-table/i18n/es.json @@ -0,0 +1,9 @@ +{ + "filter-dropdown.reset": "Reiniciar", + "filter-dropdown.search": "Búsqueda", + "filter-dropdown.submit": "Entregar", + "filter-dropdown.filter": "Filtrar", + "filter-dropdown.gt": "Mayor o igual a", + "filter-dropdown.lt": "Menos que o igual a", + "filter-dropdown.date": "Fecha" +}