From f2b633cc7b42f8931d9b36703d43389d561e12e8 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 11 Apr 2026 23:40:00 +0800 Subject: [PATCH] update the filter type titles displayed in the UI --- src/core/explorer.ts | 18 +++++++++--------- src/locales/de.json | 18 +++++++++--------- src/locales/en.json | 18 +++++++++--------- src/locales/es.json | 18 +++++++++--------- src/locales/fr.json | 18 +++++++++--------- src/locales/it.json | 18 +++++++++--------- src/locales/ja.json | 18 +++++++++--------- src/locales/kn.json | 18 +++++++++--------- src/locales/ko.json | 18 +++++++++--------- src/locales/nl.json | 18 +++++++++--------- src/locales/pt_BR.json | 18 +++++++++--------- src/locales/ru.json | 18 +++++++++--------- src/locales/sl.json | 18 +++++++++--------- src/locales/ta.json | 18 +++++++++--------- src/locales/th.json | 18 +++++++++--------- src/locales/tr.json | 18 +++++++++--------- src/locales/uk.json | 18 +++++++++--------- src/locales/vi.json | 18 +++++++++--------- src/locales/zh_Hans.json | 18 +++++++++--------- src/locales/zh_Hant.json | 18 +++++++++--------- 20 files changed, 180 insertions(+), 180 deletions(-) diff --git a/src/core/explorer.ts b/src/core/explorer.ts index 3085a39a..a3ff1211 100644 --- a/src/core/explorer.ts +++ b/src/core/explorer.ts @@ -113,20 +113,20 @@ export class TransactionExplorerConditionOperator implements NameValue { public static readonly NotBetween = new TransactionExplorerConditionOperator('Not between', TransactionExplorerConditionOperatorType.NotBetween); public static readonly HasAny = new TransactionExplorerConditionOperator('Has any', TransactionExplorerConditionOperatorType.HasAny); public static readonly HasAll = new TransactionExplorerConditionOperator('Has all', TransactionExplorerConditionOperatorType.HasAll); - public static readonly NotHasAny = new TransactionExplorerConditionOperator('Not has any', TransactionExplorerConditionOperatorType.NotHasAny); - public static readonly NotHasAll = new TransactionExplorerConditionOperator('Not has all', TransactionExplorerConditionOperatorType.NotHasAll); + public static readonly NotHasAny = new TransactionExplorerConditionOperator('Does not have any', TransactionExplorerConditionOperatorType.NotHasAny); + public static readonly NotHasAll = new TransactionExplorerConditionOperator('Does not have all', TransactionExplorerConditionOperatorType.NotHasAll); public static readonly IsEmpty = new TransactionExplorerConditionOperator('Is empty', TransactionExplorerConditionOperatorType.IsEmpty); public static readonly IsNotEmpty = new TransactionExplorerConditionOperator('Is not empty', TransactionExplorerConditionOperatorType.IsNotEmpty); public static readonly Contains = new TransactionExplorerConditionOperator('Contains', TransactionExplorerConditionOperatorType.Contains); - public static readonly NotContains = new TransactionExplorerConditionOperator('Not contains', TransactionExplorerConditionOperatorType.NotContains); + public static readonly NotContains = new TransactionExplorerConditionOperator('Does not contain', TransactionExplorerConditionOperatorType.NotContains); public static readonly StartsWith = new TransactionExplorerConditionOperator('Starts with', TransactionExplorerConditionOperatorType.StartsWith); - public static readonly NotStartsWith = new TransactionExplorerConditionOperator('Not starts with', TransactionExplorerConditionOperatorType.NotStartsWith); + public static readonly NotStartsWith = new TransactionExplorerConditionOperator('Does not start with', TransactionExplorerConditionOperatorType.NotStartsWith); public static readonly EndsWith = new TransactionExplorerConditionOperator('Ends with', TransactionExplorerConditionOperatorType.EndsWith); - public static readonly NotEndsWith = new TransactionExplorerConditionOperator('Not ends with', TransactionExplorerConditionOperatorType.NotEndsWith); - public static readonly LatitudeBetween = new TransactionExplorerConditionOperator('Latitude between', TransactionExplorerConditionOperatorType.LatitudeBetween); - public static readonly LatitudeNotBetween = new TransactionExplorerConditionOperator('Latitude not between', TransactionExplorerConditionOperatorType.LatitudeNotBetween); - public static readonly LongitudeBetween = new TransactionExplorerConditionOperator('Longitude between', TransactionExplorerConditionOperatorType.LongitudeBetween); - public static readonly LongitudeNotBetween = new TransactionExplorerConditionOperator('Longitude not between', TransactionExplorerConditionOperatorType.LongitudeNotBetween); + public static readonly NotEndsWith = new TransactionExplorerConditionOperator('Does not end with', TransactionExplorerConditionOperatorType.NotEndsWith); + public static readonly LatitudeBetween = new TransactionExplorerConditionOperator('Latitude is between', TransactionExplorerConditionOperatorType.LatitudeBetween); + public static readonly LatitudeNotBetween = new TransactionExplorerConditionOperator('Latitude is not between', TransactionExplorerConditionOperatorType.LatitudeNotBetween); + public static readonly LongitudeBetween = new TransactionExplorerConditionOperator('Longitude is between', TransactionExplorerConditionOperatorType.LongitudeBetween); + public static readonly LongitudeNotBetween = new TransactionExplorerConditionOperator('Longitude is not between', TransactionExplorerConditionOperatorType.LongitudeNotBetween); public readonly name: string; public readonly value: TransactionExplorerConditionOperatorType; diff --git a/src/locales/de.json b/src/locales/de.json index 54602333..a6a4e851 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Hat eines", "Has all": "Hat alle", - "Not has any": "Hat keines", - "Not has all": "Hat nicht alle", + "Does not have any": "Hat keines", + "Does not have all": "Hat nicht alle", "Is empty": "Ist leer", "Is not empty": "Ist nicht leer", "Contains": "Enthält", - "Not contains": "Enthält nicht", + "Does not contain": "Enthält nicht", "Starts with": "Beginnt mit", - "Not starts with": "Beginnt nicht mit", + "Does not start with": "Beginnt nicht mit", "Ends with": "Endet mit", - "Not ends with": "Endet nicht mit", - "Latitude between": "Breitengrad zwischen", - "Latitude not between": "Breitengrad nicht zwischen", - "Longitude between": "Längengrad zwischen", - "Longitude not between": "Längengrad nicht zwischen", + "Does not end with": "Endet nicht mit", + "Latitude is between": "Breitengrad zwischen", + "Latitude is not between": "Breitengrad nicht zwischen", + "Longitude is between": "Längengrad zwischen", + "Longitude is not between": "Längengrad nicht zwischen", "Pie Chart": "Tortendiagramm", "Bar Chart": "Balkendiagramm", "Radar Chart": "Netzdiagramm", diff --git a/src/locales/en.json b/src/locales/en.json index b43d431a..36c94eff 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Has any", "Has all": "Has all", - "Not has any": "Not has any", - "Not has all": "Not has all", + "Does not have any": "Does not have any", + "Does not have all": "Does not have all", "Is empty": "Is empty", "Is not empty": "Is not empty", "Contains": "Contains", - "Not contains": "Not contains", + "Does not contain": "Does not contain", "Starts with": "Starts with", - "Not starts with": "Not starts with", + "Does not start with": "Does not start with", "Ends with": "Ends with", - "Not ends with": "Not ends with", - "Latitude between": "Latitude between", - "Latitude not between": "Latitude not between", - "Longitude between": "Longitude between", - "Longitude not between": "Longitude not between", + "Does not end with": "Does not end with", + "Latitude is between": "Latitude is between", + "Latitude is not between": "Latitude is not between", + "Longitude is between": "Longitude is between", + "Longitude is not between": "Longitude is not between", "Pie Chart": "Pie Chart", "Bar Chart": "Bar Chart", "Radar Chart": "Radar Chart", diff --git a/src/locales/es.json b/src/locales/es.json index 6a3e85f4..4ff3c2e4 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Tiene cualquiera", "Has all": "Tiene todas", - "Not has any": "No tiene cualquiera", - "Not has all": "No tiene todas", + "Does not have any": "No tiene cualquiera", + "Does not have all": "No tiene todas", "Is empty": "Está vacía", "Is not empty": "No está vacía", "Contains": "Contiene", - "Not contains": "No contiene", + "Does not contain": "No contiene", "Starts with": "Empieza por", - "Not starts with": "No empieza por", + "Does not start with": "No empieza por", "Ends with": "Termina en", - "Not ends with": "No termina en", - "Latitude between": "Latitude between", - "Latitude not between": "Latitude not between", - "Longitude between": "Longitude between", - "Longitude not between": "Longitude not between", + "Does not end with": "No termina en", + "Latitude is between": "Latitude is between", + "Latitude is not between": "Latitude is not between", + "Longitude is between": "Longitude is between", + "Longitude is not between": "Longitude is not between", "Pie Chart": "Gráfico Circular", "Bar Chart": "Gráfico de Barras", "Radar Chart": "Gráfico de Radar", diff --git a/src/locales/fr.json b/src/locales/fr.json index 74d090e1..e63b86fd 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Has any", "Has all": "Has all", - "Not has any": "Not has any", - "Not has all": "Not has all", + "Does not have any": "Does not have any", + "Does not have all": "Does not have all", "Is empty": "Is empty", "Is not empty": "Is not empty", "Contains": "Contains", - "Not contains": "Not contains", + "Does not contain": "Does not contain", "Starts with": "Starts with", - "Not starts with": "Not starts with", + "Does not start with": "Does not start with", "Ends with": "Ends with", - "Not ends with": "Not ends with", - "Latitude between": "Latitude between", - "Latitude not between": "Latitude not between", - "Longitude between": "Longitude between", - "Longitude not between": "Longitude not between", + "Does not end with": "Does not end with", + "Latitude is between": "Latitude is between", + "Latitude is not between": "Latitude is not between", + "Longitude is between": "Longitude is between", + "Longitude is not between": "Longitude is not between", "Pie Chart": "Graphique en secteurs", "Bar Chart": "Graphique en barres", "Radar Chart": "Radar Chart", diff --git a/src/locales/it.json b/src/locales/it.json index 79426f7e..d9cf41fc 100644 --- a/src/locales/it.json +++ b/src/locales/it.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Has any", "Has all": "Has all", - "Not has any": "Not has any", - "Not has all": "Not has all", + "Does not have any": "Does not have any", + "Does not have all": "Does not have all", "Is empty": "Is empty", "Is not empty": "Is not empty", "Contains": "Contains", - "Not contains": "Not contains", + "Does not contain": "Does not contain", "Starts with": "Starts with", - "Not starts with": "Not starts with", + "Does not start with": "Does not start with", "Ends with": "Ends with", - "Not ends with": "Not ends with", - "Latitude between": "Latitude between", - "Latitude not between": "Latitude not between", - "Longitude between": "Longitude between", - "Longitude not between": "Longitude not between", + "Does not end with": "Does not end with", + "Latitude is between": "Latitude is between", + "Latitude is not between": "Latitude is not between", + "Longitude is between": "Longitude is between", + "Longitude is not between": "Longitude is not between", "Pie Chart": "Grafico a torta", "Bar Chart": "Grafico a barre", "Radar Chart": "Radar Chart", diff --git a/src/locales/ja.json b/src/locales/ja.json index 289133a0..469cfc99 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Has any", "Has all": "Has all", - "Not has any": "Not has any", - "Not has all": "Not has all", + "Does not have any": "Does not have any", + "Does not have all": "Does not have all", "Is empty": "Is empty", "Is not empty": "Is not empty", "Contains": "Contains", - "Not contains": "Not contains", + "Does not contain": "Does not contain", "Starts with": "Starts with", - "Not starts with": "Not starts with", + "Does not start with": "Does not start with", "Ends with": "Ends with", - "Not ends with": "Not ends with", - "Latitude between": "Latitude between", - "Latitude not between": "Latitude not between", - "Longitude between": "Longitude between", - "Longitude not between": "Longitude not between", + "Does not end with": "Does not end with", + "Latitude is between": "Latitude is between", + "Latitude is not between": "Latitude is not between", + "Longitude is between": "Longitude is between", + "Longitude is not between": "Longitude is not between", "Pie Chart": "円グラフ", "Bar Chart": "棒グラフ", "Radar Chart": "Radar Chart", diff --git a/src/locales/kn.json b/src/locales/kn.json index 98e61177..5159dc2c 100644 --- a/src/locales/kn.json +++ b/src/locales/kn.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Has any", "Has all": "Has all", - "Not has any": "Not has any", - "Not has all": "Not has all", + "Does not have any": "Does not have any", + "Does not have all": "Does not have all", "Is empty": "Is empty", "Is not empty": "Is not empty", "Contains": "Contains", - "Not contains": "Not contains", + "Does not contain": "Does not contain", "Starts with": "Starts with", - "Not starts with": "Not starts with", + "Does not start with": "Does not start with", "Ends with": "Ends with", - "Not ends with": "Not ends with", - "Latitude between": "Latitude between", - "Latitude not between": "Latitude not between", - "Longitude between": "Longitude between", - "Longitude not between": "Longitude not between", + "Does not end with": "Does not end with", + "Latitude is between": "Latitude is between", + "Latitude is not between": "Latitude is not between", + "Longitude is between": "Longitude is between", + "Longitude is not between": "Longitude is not between", "Pie Chart": "ಪಾಯಿ ಚಾರ್ಟ್", "Bar Chart": "ಬಾರ್ ಚಾರ್ಟ್", "Radar Chart": "ರಡಾರ್ ಚಾರ್ಟ್", diff --git a/src/locales/ko.json b/src/locales/ko.json index d1b0256a..f6802ebe 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Has any", "Has all": "Has all", - "Not has any": "Not has any", - "Not has all": "Not has all", + "Does not have any": "Does not have any", + "Does not have all": "Does not have all", "Is empty": "Is empty", "Is not empty": "Is not empty", "Contains": "Contains", - "Not contains": "Not contains", + "Does not contain": "Does not contain", "Starts with": "Starts with", - "Not starts with": "Not starts with", + "Does not start with": "Does not start with", "Ends with": "Ends with", - "Not ends with": "Not ends with", - "Latitude between": "Latitude between", - "Latitude not between": "Latitude not between", - "Longitude between": "Longitude between", - "Longitude not between": "Longitude not between", + "Does not end with": "Does not end with", + "Latitude is between": "Latitude is between", + "Latitude is not between": "Latitude is not between", + "Longitude is between": "Longitude is between", + "Longitude is not between": "Longitude is not between", "Pie Chart": "원형 차트", "Bar Chart": "막대 차트", "Radar Chart": "레이더 차트", diff --git a/src/locales/nl.json b/src/locales/nl.json index 8247c7d9..1284ed55 100644 --- a/src/locales/nl.json +++ b/src/locales/nl.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Has any", "Has all": "Has all", - "Not has any": "Not has any", - "Not has all": "Not has all", + "Does not have any": "Does not have any", + "Does not have all": "Does not have all", "Is empty": "Is empty", "Is not empty": "Is not empty", "Contains": "Contains", - "Not contains": "Not contains", + "Does not contain": "Does not contain", "Starts with": "Starts with", - "Not starts with": "Not starts with", + "Does not start with": "Does not start with", "Ends with": "Ends with", - "Not ends with": "Not ends with", - "Latitude between": "Latitude between", - "Latitude not between": "Latitude not between", - "Longitude between": "Longitude between", - "Longitude not between": "Longitude not between", + "Does not end with": "Does not end with", + "Latitude is between": "Latitude is between", + "Latitude is not between": "Latitude is not between", + "Longitude is between": "Longitude is between", + "Longitude is not between": "Longitude is not between", "Pie Chart": "Cirkeldiagram", "Bar Chart": "Balkdiagram", "Radar Chart": "Radar Chart", diff --git a/src/locales/pt_BR.json b/src/locales/pt_BR.json index b043d85d..4190accc 100644 --- a/src/locales/pt_BR.json +++ b/src/locales/pt_BR.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Contém algum", "Has all": "Contém todos", - "Not has any": "Não contém nenhum", - "Not has all": "Não contém todos", + "Does not have any": "Não contém nenhum", + "Does not have all": "Não contém todos", "Is empty": "Está vazio", "Is not empty": "Não está vazio", "Contains": "Contém", - "Not contains": "Não contém", + "Does not contain": "Não contém", "Starts with": "Começa com", - "Not starts with": "Não começa com", + "Does not start with": "Não começa com", "Ends with": "Termina com", - "Not ends with": "Não termina com", - "Latitude between": "Latitude entre", - "Latitude not between": "Latitude não entre", - "Longitude between": "Longitude entre", - "Longitude not between": "Longitude não entre", + "Does not end with": "Não termina com", + "Latitude is between": "Latitude entre", + "Latitude is not between": "Latitude não entre", + "Longitude is between": "Longitude entre", + "Longitude is not between": "Longitude não entre", "Pie Chart": "Gráfico de Pizza", "Bar Chart": "Gráfico de Barras", "Radar Chart": "Gráfico de Radar", diff --git a/src/locales/ru.json b/src/locales/ru.json index 1f08266c..dc8a3d41 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Содержит любой", "Has all": "Содержит все", - "Not has any": "Не содержит любой", - "Not has all": "Не содержит все", + "Does not have any": "Не содержит любой", + "Does not have all": "Не содержит все", "Is empty": "Пустой", "Is not empty": "Не пустой", "Contains": "Содержит", - "Not contains": "Не содержит", + "Does not contain": "Не содержит", "Starts with": "Начинается с", - "Not starts with": "Не начинается с", + "Does not start with": "Не начинается с", "Ends with": "Заканчивается с", - "Not ends with": "Не заканчивается с", - "Latitude between": "Latitude between", - "Latitude not between": "Latitude not between", - "Longitude between": "Longitude between", - "Longitude not between": "Longitude not between", + "Does not end with": "Не заканчивается с", + "Latitude is between": "Latitude is between", + "Latitude is not between": "Latitude is not between", + "Longitude is between": "Longitude is between", + "Longitude is not between": "Longitude is not between", "Pie Chart": "Круговая диаграмма", "Bar Chart": "Гистограмма", "Radar Chart": "Лепестковая диаграмма", diff --git a/src/locales/sl.json b/src/locales/sl.json index c66f4432..c9342152 100644 --- a/src/locales/sl.json +++ b/src/locales/sl.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Vsebuje katerokoli", "Has all": "Vsebuje vse", - "Not has any": "Ne vsebuje nobene", - "Not has all": "Ne vsebuje vseh", + "Does not have any": "Ne vsebuje nobene", + "Does not have all": "Ne vsebuje vseh", "Is empty": "Je prazno", "Is not empty": "Ni prazno", "Contains": "Vsebuje", - "Not contains": "Ne vsebuje", + "Does not contain": "Ne vsebuje", "Starts with": "Se začne z", - "Not starts with": "Se ne začne z", + "Does not start with": "Se ne začne z", "Ends with": "Se konča z", - "Not ends with": "Se ne konča z", - "Latitude between": "Latitude between", - "Latitude not between": "Latitude not between", - "Longitude between": "Longitude between", - "Longitude not between": "Longitude not between", + "Does not end with": "Se ne konča z", + "Latitude is between": "Latitude is between", + "Latitude is not between": "Latitude is not between", + "Longitude is between": "Longitude is between", + "Longitude is not between": "Longitude is not between", "Pie Chart": "Tortni grafikon", "Bar Chart": "Vodoravni palični grafikon", "Radar Chart": "Radarski grafikon", diff --git a/src/locales/ta.json b/src/locales/ta.json index 4ffd678f..d66d3272 100644 --- a/src/locales/ta.json +++ b/src/locales/ta.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "ஏதேனும் உள்ளது", "Has all": "அனைத்தும் உள்ளது", - "Not has any": "ஏதும் இல்லை", - "Not has all": "அனைத்தும் இல்லை", + "Does not have any": "ஏதும் இல்லை", + "Does not have all": "அனைத்தும் இல்லை", "Is empty": "காலியானது", "Is not empty": "காலியானது அல்ல", "Contains": "கொண்டுள்ளது", - "Not contains": "கொண்டிருக்கவில்லை", + "Does not contain": "கொண்டிருக்கவில்லை", "Starts with": "தொடங்குகிறது", - "Not starts with": "தொடங்கவில்லை", + "Does not start with": "தொடங்கவில்லை", "Ends with": "முடிகிறது", - "Not ends with": "முடியவில்லை", - "Latitude between": "Latitude between", - "Latitude not between": "Latitude not between", - "Longitude between": "Longitude between", - "Longitude not between": "Longitude not between", + "Does not end with": "முடியவில்லை", + "Latitude is between": "Latitude is between", + "Latitude is not between": "Latitude is not between", + "Longitude is between": "Longitude is between", + "Longitude is not between": "Longitude is not between", "Pie Chart": "வட்ட விளக்கப்படம்", "Bar Chart": "பட்டை விளக்கப்படம்", "Radar Chart": "ரேடார் விளக்கப்படம்", diff --git a/src/locales/th.json b/src/locales/th.json index e05aba5a..b7b68505 100644 --- a/src/locales/th.json +++ b/src/locales/th.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Has any", "Has all": "Has all", - "Not has any": "Not has any", - "Not has all": "Not has all", + "Does not have any": "Does not have any", + "Does not have all": "Does not have all", "Is empty": "Is empty", "Is not empty": "Is not empty", "Contains": "Contains", - "Not contains": "Not contains", + "Does not contain": "Does not contain", "Starts with": "Starts with", - "Not starts with": "Not starts with", + "Does not start with": "Does not start with", "Ends with": "Ends with", - "Not ends with": "Not ends with", - "Latitude between": "Latitude between", - "Latitude not between": "Latitude not between", - "Longitude between": "Longitude between", - "Longitude not between": "Longitude not between", + "Does not end with": "Does not end with", + "Latitude is between": "Latitude is between", + "Latitude is not between": "Latitude is not between", + "Longitude is between": "Longitude is between", + "Longitude is not between": "Longitude is not between", "Pie Chart": "กราฟวงกลม", "Bar Chart": "กราฟแท่ง", "Radar Chart": "Radar Chart", diff --git a/src/locales/tr.json b/src/locales/tr.json index 345455a4..21c14597 100644 --- a/src/locales/tr.json +++ b/src/locales/tr.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Has any", "Has all": "Has all", - "Not has any": "Not has any", - "Not has all": "Not has all", + "Does not have any": "Does not have any", + "Does not have all": "Does not have all", "Is empty": "Is empty", "Is not empty": "Is not empty", "Contains": "Contains", - "Not contains": "Not contains", + "Does not contain": "Does not contain", "Starts with": "Starts with", - "Not starts with": "Not starts with", + "Does not start with": "Does not start with", "Ends with": "Ends with", - "Not ends with": "Not ends with", - "Latitude between": "Latitude between", - "Latitude not between": "Latitude not between", - "Longitude between": "Longitude between", - "Longitude not between": "Longitude not between", + "Does not end with": "Does not end with", + "Latitude is between": "Latitude is between", + "Latitude is not between": "Latitude is not between", + "Longitude is between": "Longitude is between", + "Longitude is not between": "Longitude is not between", "Pie Chart": "Pasta Grafiği", "Bar Chart": "Çubuk Grafik", "Radar Chart": "Radar Grafiği", diff --git a/src/locales/uk.json b/src/locales/uk.json index 500e8b6b..fb205901 100644 --- a/src/locales/uk.json +++ b/src/locales/uk.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Has any", "Has all": "Has all", - "Not has any": "Not has any", - "Not has all": "Not has all", + "Does not have any": "Does not have any", + "Does not have all": "Does not have all", "Is empty": "Is empty", "Is not empty": "Is not empty", "Contains": "Contains", - "Not contains": "Not contains", + "Does not contain": "Does not contain", "Starts with": "Starts with", - "Not starts with": "Not starts with", + "Does not start with": "Does not start with", "Ends with": "Ends with", - "Not ends with": "Not ends with", - "Latitude between": "Latitude between", - "Latitude not between": "Latitude not between", - "Longitude between": "Longitude between", - "Longitude not between": "Longitude not between", + "Does not end with": "Does not end with", + "Latitude is between": "Latitude is between", + "Latitude is not between": "Latitude is not between", + "Longitude is between": "Longitude is between", + "Longitude is not between": "Longitude is not between", "Pie Chart": "Кругова діаграма", "Bar Chart": "Гістограма", "Radar Chart": "Radar Chart", diff --git a/src/locales/vi.json b/src/locales/vi.json index 2e36240b..8c2d651a 100644 --- a/src/locales/vi.json +++ b/src/locales/vi.json @@ -1561,20 +1561,20 @@ "Not in": "Not in", "Has any": "Has any", "Has all": "Has all", - "Not has any": "Not has any", - "Not has all": "Not has all", + "Does not have any": "Does not have any", + "Does not have all": "Does not have all", "Is empty": "Is empty", "Is not empty": "Is not empty", "Contains": "Contains", - "Not contains": "Not contains", + "Does not contain": "Does not contain", "Starts with": "Starts with", - "Not starts with": "Not starts with", + "Does not start with": "Does not start with", "Ends with": "Ends with", - "Not ends with": "Not ends with", - "Latitude between": "Latitude between", - "Latitude not between": "Latitude not between", - "Longitude between": "Longitude between", - "Longitude not between": "Longitude not between", + "Does not end with": "Does not end with", + "Latitude is between": "Latitude is between", + "Latitude is not between": "Latitude is not between", + "Longitude is between": "Longitude is between", + "Longitude is not between": "Longitude is not between", "Pie Chart": "Biểu đồ tròn", "Bar Chart": "Biểu đồ cột", "Radar Chart": "Radar Chart", diff --git a/src/locales/zh_Hans.json b/src/locales/zh_Hans.json index cd3a7b37..5fc149e3 100644 --- a/src/locales/zh_Hans.json +++ b/src/locales/zh_Hans.json @@ -1561,20 +1561,20 @@ "Not in": "不在范围内", "Has any": "包含任意", "Has all": "包含全部", - "Not has any": "不包含任意", - "Not has all": "不包含全部", + "Does not have any": "不包含任意", + "Does not have all": "不包含全部", "Is empty": "为空", "Is not empty": "不为空", "Contains": "包含", - "Not contains": "不包含", + "Does not contain": "不包含", "Starts with": "开头是", - "Not starts with": "开头不是", + "Does not start with": "开头不是", "Ends with": "结尾是", - "Not ends with": "结尾不是", - "Latitude between": "纬度介于", - "Latitude not between": "纬度不介于", - "Longitude between": "经度介于", - "Longitude not between": "经度不介于", + "Does not end with": "结尾不是", + "Latitude is between": "纬度介于", + "Latitude is not between": "纬度不介于", + "Longitude is between": "经度介于", + "Longitude is not between": "经度不介于", "Pie Chart": "饼图", "Bar Chart": "条形图", "Radar Chart": "雷达图", diff --git a/src/locales/zh_Hant.json b/src/locales/zh_Hant.json index 17c00257..c4461999 100644 --- a/src/locales/zh_Hant.json +++ b/src/locales/zh_Hant.json @@ -1561,20 +1561,20 @@ "Not in": "不包含於", "Has any": "包含任一", "Has all": "包含所有", - "Not has any": "不包含任一", - "Not has all": "不包含所有", + "Does not have any": "不包含任一", + "Does not have all": "不包含所有", "Is empty": "為空", "Is not empty": "不為空", "Contains": "包含", - "Not contains": "不包含", + "Does not contain": "不包含", "Starts with": "開頭是", - "Not starts with": "開頭不是", + "Does not start with": "開頭不是", "Ends with": "結尾是", - "Not ends with": "結尾不是", - "Latitude between": "緯度介於", - "Latitude not between": "緯度不介於", - "Longitude between": "經度介於", - "Longitude not between": "經度不介於", + "Does not end with": "結尾不是", + "Latitude is between": "緯度介於", + "Latitude is not between": "緯度不介於", + "Longitude is between": "經度介於", + "Longitude is not between": "經度不介於", "Pie Chart": "圓餅圖", "Bar Chart": "長條圖", "Radar Chart": "雷達圖",