From 3095e794b771e5ae8e50292aa8a7605cbccd18fc Mon Sep 17 00:00:00 2001 From: Francesco Pisello Date: Mon, 10 Jul 2017 15:33:08 +0200 Subject: [PATCH] Adding it operators transations --- src/i18n/it.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/it.json b/src/i18n/it.json index 015cf3aa..a668e53a 100644 --- a/src/i18n/it.json +++ b/src/i18n/it.json @@ -20,6 +20,8 @@ "less_or_equal": "minore o uguale", "greater": "maggiore", "greater_or_equal": "maggiore o uguale", + "between" : "compreso", + "not_between" : "non compreso", "begins_with": "inizia con", "not_begins_with": "non inizia con", "contains": "contiene", @@ -31,4 +33,4 @@ "is_null": "è nullo", "is_not_null": "non è nullo" } -} \ No newline at end of file +}