update the filter type titles displayed in the UI

This commit is contained in:
MaysWind
2026-04-11 23:40:00 +08:00
parent 448fc760c0
commit f2b633cc7b
20 changed files with 180 additions and 180 deletions
+9 -9
View File
@@ -113,20 +113,20 @@ export class TransactionExplorerConditionOperator implements NameValue {
public static readonly NotBetween = new TransactionExplorerConditionOperator('Not between', TransactionExplorerConditionOperatorType.NotBetween); public static readonly NotBetween = new TransactionExplorerConditionOperator('Not between', TransactionExplorerConditionOperatorType.NotBetween);
public static readonly HasAny = new TransactionExplorerConditionOperator('Has any', TransactionExplorerConditionOperatorType.HasAny); public static readonly HasAny = new TransactionExplorerConditionOperator('Has any', TransactionExplorerConditionOperatorType.HasAny);
public static readonly HasAll = new TransactionExplorerConditionOperator('Has all', TransactionExplorerConditionOperatorType.HasAll); public static readonly HasAll = new TransactionExplorerConditionOperator('Has all', TransactionExplorerConditionOperatorType.HasAll);
public static readonly NotHasAny = new TransactionExplorerConditionOperator('Not has any', TransactionExplorerConditionOperatorType.NotHasAny); public static readonly NotHasAny = new TransactionExplorerConditionOperator('Does not have any', TransactionExplorerConditionOperatorType.NotHasAny);
public static readonly NotHasAll = new TransactionExplorerConditionOperator('Not has all', TransactionExplorerConditionOperatorType.NotHasAll); 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 IsEmpty = new TransactionExplorerConditionOperator('Is empty', TransactionExplorerConditionOperatorType.IsEmpty);
public static readonly IsNotEmpty = new TransactionExplorerConditionOperator('Is not empty', TransactionExplorerConditionOperatorType.IsNotEmpty); public static readonly IsNotEmpty = new TransactionExplorerConditionOperator('Is not empty', TransactionExplorerConditionOperatorType.IsNotEmpty);
public static readonly Contains = new TransactionExplorerConditionOperator('Contains', TransactionExplorerConditionOperatorType.Contains); 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 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 EndsWith = new TransactionExplorerConditionOperator('Ends with', TransactionExplorerConditionOperatorType.EndsWith);
public static readonly NotEndsWith = new TransactionExplorerConditionOperator('Not ends with', TransactionExplorerConditionOperatorType.NotEndsWith); public static readonly NotEndsWith = new TransactionExplorerConditionOperator('Does not end with', TransactionExplorerConditionOperatorType.NotEndsWith);
public static readonly LatitudeBetween = new TransactionExplorerConditionOperator('Latitude between', TransactionExplorerConditionOperatorType.LatitudeBetween); public static readonly LatitudeBetween = new TransactionExplorerConditionOperator('Latitude is between', TransactionExplorerConditionOperatorType.LatitudeBetween);
public static readonly LatitudeNotBetween = new TransactionExplorerConditionOperator('Latitude not between', TransactionExplorerConditionOperatorType.LatitudeNotBetween); public static readonly LatitudeNotBetween = new TransactionExplorerConditionOperator('Latitude is not between', TransactionExplorerConditionOperatorType.LatitudeNotBetween);
public static readonly LongitudeBetween = new TransactionExplorerConditionOperator('Longitude between', TransactionExplorerConditionOperatorType.LongitudeBetween); public static readonly LongitudeBetween = new TransactionExplorerConditionOperator('Longitude is between', TransactionExplorerConditionOperatorType.LongitudeBetween);
public static readonly LongitudeNotBetween = new TransactionExplorerConditionOperator('Longitude not between', TransactionExplorerConditionOperatorType.LongitudeNotBetween); public static readonly LongitudeNotBetween = new TransactionExplorerConditionOperator('Longitude is not between', TransactionExplorerConditionOperatorType.LongitudeNotBetween);
public readonly name: string; public readonly name: string;
public readonly value: TransactionExplorerConditionOperatorType; public readonly value: TransactionExplorerConditionOperatorType;
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Hat eines", "Has any": "Hat eines",
"Has all": "Hat alle", "Has all": "Hat alle",
"Not has any": "Hat keines", "Does not have any": "Hat keines",
"Not has all": "Hat nicht alle", "Does not have all": "Hat nicht alle",
"Is empty": "Ist leer", "Is empty": "Ist leer",
"Is not empty": "Ist nicht leer", "Is not empty": "Ist nicht leer",
"Contains": "Enthält", "Contains": "Enthält",
"Not contains": "Enthält nicht", "Does not contain": "Enthält nicht",
"Starts with": "Beginnt mit", "Starts with": "Beginnt mit",
"Not starts with": "Beginnt nicht mit", "Does not start with": "Beginnt nicht mit",
"Ends with": "Endet mit", "Ends with": "Endet mit",
"Not ends with": "Endet nicht mit", "Does not end with": "Endet nicht mit",
"Latitude between": "Breitengrad zwischen", "Latitude is between": "Breitengrad zwischen",
"Latitude not between": "Breitengrad nicht zwischen", "Latitude is not between": "Breitengrad nicht zwischen",
"Longitude between": "Längengrad zwischen", "Longitude is between": "Längengrad zwischen",
"Longitude not between": "Längengrad nicht zwischen", "Longitude is not between": "Längengrad nicht zwischen",
"Pie Chart": "Tortendiagramm", "Pie Chart": "Tortendiagramm",
"Bar Chart": "Balkendiagramm", "Bar Chart": "Balkendiagramm",
"Radar Chart": "Netzdiagramm", "Radar Chart": "Netzdiagramm",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Has any", "Has any": "Has any",
"Has all": "Has all", "Has all": "Has all",
"Not has any": "Not has any", "Does not have any": "Does not have any",
"Not has all": "Not has all", "Does not have all": "Does not have all",
"Is empty": "Is empty", "Is empty": "Is empty",
"Is not empty": "Is not empty", "Is not empty": "Is not empty",
"Contains": "Contains", "Contains": "Contains",
"Not contains": "Not contains", "Does not contain": "Does not contain",
"Starts with": "Starts with", "Starts with": "Starts with",
"Not starts with": "Not starts with", "Does not start with": "Does not start with",
"Ends with": "Ends with", "Ends with": "Ends with",
"Not ends with": "Not ends with", "Does not end with": "Does not end with",
"Latitude between": "Latitude between", "Latitude is between": "Latitude is between",
"Latitude not between": "Latitude not between", "Latitude is not between": "Latitude is not between",
"Longitude between": "Longitude between", "Longitude is between": "Longitude is between",
"Longitude not between": "Longitude not between", "Longitude is not between": "Longitude is not between",
"Pie Chart": "Pie Chart", "Pie Chart": "Pie Chart",
"Bar Chart": "Bar Chart", "Bar Chart": "Bar Chart",
"Radar Chart": "Radar Chart", "Radar Chart": "Radar Chart",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Tiene cualquiera", "Has any": "Tiene cualquiera",
"Has all": "Tiene todas", "Has all": "Tiene todas",
"Not has any": "No tiene cualquiera", "Does not have any": "No tiene cualquiera",
"Not has all": "No tiene todas", "Does not have all": "No tiene todas",
"Is empty": "Está vacía", "Is empty": "Está vacía",
"Is not empty": "No está vacía", "Is not empty": "No está vacía",
"Contains": "Contiene", "Contains": "Contiene",
"Not contains": "No contiene", "Does not contain": "No contiene",
"Starts with": "Empieza por", "Starts with": "Empieza por",
"Not starts with": "No empieza por", "Does not start with": "No empieza por",
"Ends with": "Termina en", "Ends with": "Termina en",
"Not ends with": "No termina en", "Does not end with": "No termina en",
"Latitude between": "Latitude between", "Latitude is between": "Latitude is between",
"Latitude not between": "Latitude not between", "Latitude is not between": "Latitude is not between",
"Longitude between": "Longitude between", "Longitude is between": "Longitude is between",
"Longitude not between": "Longitude not between", "Longitude is not between": "Longitude is not between",
"Pie Chart": "Gráfico Circular", "Pie Chart": "Gráfico Circular",
"Bar Chart": "Gráfico de Barras", "Bar Chart": "Gráfico de Barras",
"Radar Chart": "Gráfico de Radar", "Radar Chart": "Gráfico de Radar",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Has any", "Has any": "Has any",
"Has all": "Has all", "Has all": "Has all",
"Not has any": "Not has any", "Does not have any": "Does not have any",
"Not has all": "Not has all", "Does not have all": "Does not have all",
"Is empty": "Is empty", "Is empty": "Is empty",
"Is not empty": "Is not empty", "Is not empty": "Is not empty",
"Contains": "Contains", "Contains": "Contains",
"Not contains": "Not contains", "Does not contain": "Does not contain",
"Starts with": "Starts with", "Starts with": "Starts with",
"Not starts with": "Not starts with", "Does not start with": "Does not start with",
"Ends with": "Ends with", "Ends with": "Ends with",
"Not ends with": "Not ends with", "Does not end with": "Does not end with",
"Latitude between": "Latitude between", "Latitude is between": "Latitude is between",
"Latitude not between": "Latitude not between", "Latitude is not between": "Latitude is not between",
"Longitude between": "Longitude between", "Longitude is between": "Longitude is between",
"Longitude not between": "Longitude not between", "Longitude is not between": "Longitude is not between",
"Pie Chart": "Graphique en secteurs", "Pie Chart": "Graphique en secteurs",
"Bar Chart": "Graphique en barres", "Bar Chart": "Graphique en barres",
"Radar Chart": "Radar Chart", "Radar Chart": "Radar Chart",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Has any", "Has any": "Has any",
"Has all": "Has all", "Has all": "Has all",
"Not has any": "Not has any", "Does not have any": "Does not have any",
"Not has all": "Not has all", "Does not have all": "Does not have all",
"Is empty": "Is empty", "Is empty": "Is empty",
"Is not empty": "Is not empty", "Is not empty": "Is not empty",
"Contains": "Contains", "Contains": "Contains",
"Not contains": "Not contains", "Does not contain": "Does not contain",
"Starts with": "Starts with", "Starts with": "Starts with",
"Not starts with": "Not starts with", "Does not start with": "Does not start with",
"Ends with": "Ends with", "Ends with": "Ends with",
"Not ends with": "Not ends with", "Does not end with": "Does not end with",
"Latitude between": "Latitude between", "Latitude is between": "Latitude is between",
"Latitude not between": "Latitude not between", "Latitude is not between": "Latitude is not between",
"Longitude between": "Longitude between", "Longitude is between": "Longitude is between",
"Longitude not between": "Longitude not between", "Longitude is not between": "Longitude is not between",
"Pie Chart": "Grafico a torta", "Pie Chart": "Grafico a torta",
"Bar Chart": "Grafico a barre", "Bar Chart": "Grafico a barre",
"Radar Chart": "Radar Chart", "Radar Chart": "Radar Chart",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Has any", "Has any": "Has any",
"Has all": "Has all", "Has all": "Has all",
"Not has any": "Not has any", "Does not have any": "Does not have any",
"Not has all": "Not has all", "Does not have all": "Does not have all",
"Is empty": "Is empty", "Is empty": "Is empty",
"Is not empty": "Is not empty", "Is not empty": "Is not empty",
"Contains": "Contains", "Contains": "Contains",
"Not contains": "Not contains", "Does not contain": "Does not contain",
"Starts with": "Starts with", "Starts with": "Starts with",
"Not starts with": "Not starts with", "Does not start with": "Does not start with",
"Ends with": "Ends with", "Ends with": "Ends with",
"Not ends with": "Not ends with", "Does not end with": "Does not end with",
"Latitude between": "Latitude between", "Latitude is between": "Latitude is between",
"Latitude not between": "Latitude not between", "Latitude is not between": "Latitude is not between",
"Longitude between": "Longitude between", "Longitude is between": "Longitude is between",
"Longitude not between": "Longitude not between", "Longitude is not between": "Longitude is not between",
"Pie Chart": "円グラフ", "Pie Chart": "円グラフ",
"Bar Chart": "棒グラフ", "Bar Chart": "棒グラフ",
"Radar Chart": "Radar Chart", "Radar Chart": "Radar Chart",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Has any", "Has any": "Has any",
"Has all": "Has all", "Has all": "Has all",
"Not has any": "Not has any", "Does not have any": "Does not have any",
"Not has all": "Not has all", "Does not have all": "Does not have all",
"Is empty": "Is empty", "Is empty": "Is empty",
"Is not empty": "Is not empty", "Is not empty": "Is not empty",
"Contains": "Contains", "Contains": "Contains",
"Not contains": "Not contains", "Does not contain": "Does not contain",
"Starts with": "Starts with", "Starts with": "Starts with",
"Not starts with": "Not starts with", "Does not start with": "Does not start with",
"Ends with": "Ends with", "Ends with": "Ends with",
"Not ends with": "Not ends with", "Does not end with": "Does not end with",
"Latitude between": "Latitude between", "Latitude is between": "Latitude is between",
"Latitude not between": "Latitude not between", "Latitude is not between": "Latitude is not between",
"Longitude between": "Longitude between", "Longitude is between": "Longitude is between",
"Longitude not between": "Longitude not between", "Longitude is not between": "Longitude is not between",
"Pie Chart": "ಪಾಯಿ ಚಾರ್ಟ್", "Pie Chart": "ಪಾಯಿ ಚಾರ್ಟ್",
"Bar Chart": "ಬಾರ್ ಚಾರ್ಟ್", "Bar Chart": "ಬಾರ್ ಚಾರ್ಟ್",
"Radar Chart": "ರಡಾರ್ ಚಾರ್ಟ್", "Radar Chart": "ರಡಾರ್ ಚಾರ್ಟ್",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Has any", "Has any": "Has any",
"Has all": "Has all", "Has all": "Has all",
"Not has any": "Not has any", "Does not have any": "Does not have any",
"Not has all": "Not has all", "Does not have all": "Does not have all",
"Is empty": "Is empty", "Is empty": "Is empty",
"Is not empty": "Is not empty", "Is not empty": "Is not empty",
"Contains": "Contains", "Contains": "Contains",
"Not contains": "Not contains", "Does not contain": "Does not contain",
"Starts with": "Starts with", "Starts with": "Starts with",
"Not starts with": "Not starts with", "Does not start with": "Does not start with",
"Ends with": "Ends with", "Ends with": "Ends with",
"Not ends with": "Not ends with", "Does not end with": "Does not end with",
"Latitude between": "Latitude between", "Latitude is between": "Latitude is between",
"Latitude not between": "Latitude not between", "Latitude is not between": "Latitude is not between",
"Longitude between": "Longitude between", "Longitude is between": "Longitude is between",
"Longitude not between": "Longitude not between", "Longitude is not between": "Longitude is not between",
"Pie Chart": "원형 차트", "Pie Chart": "원형 차트",
"Bar Chart": "막대 차트", "Bar Chart": "막대 차트",
"Radar Chart": "레이더 차트", "Radar Chart": "레이더 차트",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Has any", "Has any": "Has any",
"Has all": "Has all", "Has all": "Has all",
"Not has any": "Not has any", "Does not have any": "Does not have any",
"Not has all": "Not has all", "Does not have all": "Does not have all",
"Is empty": "Is empty", "Is empty": "Is empty",
"Is not empty": "Is not empty", "Is not empty": "Is not empty",
"Contains": "Contains", "Contains": "Contains",
"Not contains": "Not contains", "Does not contain": "Does not contain",
"Starts with": "Starts with", "Starts with": "Starts with",
"Not starts with": "Not starts with", "Does not start with": "Does not start with",
"Ends with": "Ends with", "Ends with": "Ends with",
"Not ends with": "Not ends with", "Does not end with": "Does not end with",
"Latitude between": "Latitude between", "Latitude is between": "Latitude is between",
"Latitude not between": "Latitude not between", "Latitude is not between": "Latitude is not between",
"Longitude between": "Longitude between", "Longitude is between": "Longitude is between",
"Longitude not between": "Longitude not between", "Longitude is not between": "Longitude is not between",
"Pie Chart": "Cirkeldiagram", "Pie Chart": "Cirkeldiagram",
"Bar Chart": "Balkdiagram", "Bar Chart": "Balkdiagram",
"Radar Chart": "Radar Chart", "Radar Chart": "Radar Chart",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Contém algum", "Has any": "Contém algum",
"Has all": "Contém todos", "Has all": "Contém todos",
"Not has any": "Não contém nenhum", "Does not have any": "Não contém nenhum",
"Not has all": "Não contém todos", "Does not have all": "Não contém todos",
"Is empty": "Está vazio", "Is empty": "Está vazio",
"Is not empty": "Não está vazio", "Is not empty": "Não está vazio",
"Contains": "Contém", "Contains": "Contém",
"Not contains": "Não contém", "Does not contain": "Não contém",
"Starts with": "Começa com", "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", "Ends with": "Termina com",
"Not ends with": "Não termina com", "Does not end with": "Não termina com",
"Latitude between": "Latitude entre", "Latitude is between": "Latitude entre",
"Latitude not between": "Latitude não entre", "Latitude is not between": "Latitude não entre",
"Longitude between": "Longitude entre", "Longitude is between": "Longitude entre",
"Longitude not between": "Longitude não entre", "Longitude is not between": "Longitude não entre",
"Pie Chart": "Gráfico de Pizza", "Pie Chart": "Gráfico de Pizza",
"Bar Chart": "Gráfico de Barras", "Bar Chart": "Gráfico de Barras",
"Radar Chart": "Gráfico de Radar", "Radar Chart": "Gráfico de Radar",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Содержит любой", "Has any": "Содержит любой",
"Has all": "Содержит все", "Has all": "Содержит все",
"Not has any": "Не содержит любой", "Does not have any": "Не содержит любой",
"Not has all": "Не содержит все", "Does not have all": "Не содержит все",
"Is empty": "Пустой", "Is empty": "Пустой",
"Is not empty": "Не пустой", "Is not empty": "Не пустой",
"Contains": "Содержит", "Contains": "Содержит",
"Not contains": "Не содержит", "Does not contain": "Не содержит",
"Starts with": "Начинается с", "Starts with": "Начинается с",
"Not starts with": "Не начинается с", "Does not start with": "Не начинается с",
"Ends with": "Заканчивается с", "Ends with": "Заканчивается с",
"Not ends with": "Не заканчивается с", "Does not end with": "Не заканчивается с",
"Latitude between": "Latitude between", "Latitude is between": "Latitude is between",
"Latitude not between": "Latitude not between", "Latitude is not between": "Latitude is not between",
"Longitude between": "Longitude between", "Longitude is between": "Longitude is between",
"Longitude not between": "Longitude not between", "Longitude is not between": "Longitude is not between",
"Pie Chart": "Круговая диаграмма", "Pie Chart": "Круговая диаграмма",
"Bar Chart": "Гистограмма", "Bar Chart": "Гистограмма",
"Radar Chart": "Лепестковая диаграмма", "Radar Chart": "Лепестковая диаграмма",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Vsebuje katerokoli", "Has any": "Vsebuje katerokoli",
"Has all": "Vsebuje vse", "Has all": "Vsebuje vse",
"Not has any": "Ne vsebuje nobene", "Does not have any": "Ne vsebuje nobene",
"Not has all": "Ne vsebuje vseh", "Does not have all": "Ne vsebuje vseh",
"Is empty": "Je prazno", "Is empty": "Je prazno",
"Is not empty": "Ni prazno", "Is not empty": "Ni prazno",
"Contains": "Vsebuje", "Contains": "Vsebuje",
"Not contains": "Ne vsebuje", "Does not contain": "Ne vsebuje",
"Starts with": "Se začne z", "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", "Ends with": "Se konča z",
"Not ends with": "Se ne konča z", "Does not end with": "Se ne konča z",
"Latitude between": "Latitude between", "Latitude is between": "Latitude is between",
"Latitude not between": "Latitude not between", "Latitude is not between": "Latitude is not between",
"Longitude between": "Longitude between", "Longitude is between": "Longitude is between",
"Longitude not between": "Longitude not between", "Longitude is not between": "Longitude is not between",
"Pie Chart": "Tortni grafikon", "Pie Chart": "Tortni grafikon",
"Bar Chart": "Vodoravni palični grafikon", "Bar Chart": "Vodoravni palični grafikon",
"Radar Chart": "Radarski grafikon", "Radar Chart": "Radarski grafikon",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "ஏதேனும் உள்ளது", "Has any": "ஏதேனும் உள்ளது",
"Has all": "அனைத்தும் உள்ளது", "Has all": "அனைத்தும் உள்ளது",
"Not has any": "ஏதும் இல்லை", "Does not have any": "ஏதும் இல்லை",
"Not has all": "அனைத்தும் இல்லை", "Does not have all": "அனைத்தும் இல்லை",
"Is empty": "காலியானது", "Is empty": "காலியானது",
"Is not empty": "காலியானது அல்ல", "Is not empty": "காலியானது அல்ல",
"Contains": "கொண்டுள்ளது", "Contains": "கொண்டுள்ளது",
"Not contains": "கொண்டிருக்கவில்லை", "Does not contain": "கொண்டிருக்கவில்லை",
"Starts with": "தொடங்குகிறது", "Starts with": "தொடங்குகிறது",
"Not starts with": "தொடங்கவில்லை", "Does not start with": "தொடங்கவில்லை",
"Ends with": "முடிகிறது", "Ends with": "முடிகிறது",
"Not ends with": "முடியவில்லை", "Does not end with": "முடியவில்லை",
"Latitude between": "Latitude between", "Latitude is between": "Latitude is between",
"Latitude not between": "Latitude not between", "Latitude is not between": "Latitude is not between",
"Longitude between": "Longitude between", "Longitude is between": "Longitude is between",
"Longitude not between": "Longitude not between", "Longitude is not between": "Longitude is not between",
"Pie Chart": "வட்ட விளக்கப்படம்", "Pie Chart": "வட்ட விளக்கப்படம்",
"Bar Chart": "பட்டை விளக்கப்படம்", "Bar Chart": "பட்டை விளக்கப்படம்",
"Radar Chart": "ரேடார் விளக்கப்படம்", "Radar Chart": "ரேடார் விளக்கப்படம்",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Has any", "Has any": "Has any",
"Has all": "Has all", "Has all": "Has all",
"Not has any": "Not has any", "Does not have any": "Does not have any",
"Not has all": "Not has all", "Does not have all": "Does not have all",
"Is empty": "Is empty", "Is empty": "Is empty",
"Is not empty": "Is not empty", "Is not empty": "Is not empty",
"Contains": "Contains", "Contains": "Contains",
"Not contains": "Not contains", "Does not contain": "Does not contain",
"Starts with": "Starts with", "Starts with": "Starts with",
"Not starts with": "Not starts with", "Does not start with": "Does not start with",
"Ends with": "Ends with", "Ends with": "Ends with",
"Not ends with": "Not ends with", "Does not end with": "Does not end with",
"Latitude between": "Latitude between", "Latitude is between": "Latitude is between",
"Latitude not between": "Latitude not between", "Latitude is not between": "Latitude is not between",
"Longitude between": "Longitude between", "Longitude is between": "Longitude is between",
"Longitude not between": "Longitude not between", "Longitude is not between": "Longitude is not between",
"Pie Chart": "กราฟวงกลม", "Pie Chart": "กราฟวงกลม",
"Bar Chart": "กราฟแท่ง", "Bar Chart": "กราฟแท่ง",
"Radar Chart": "Radar Chart", "Radar Chart": "Radar Chart",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Has any", "Has any": "Has any",
"Has all": "Has all", "Has all": "Has all",
"Not has any": "Not has any", "Does not have any": "Does not have any",
"Not has all": "Not has all", "Does not have all": "Does not have all",
"Is empty": "Is empty", "Is empty": "Is empty",
"Is not empty": "Is not empty", "Is not empty": "Is not empty",
"Contains": "Contains", "Contains": "Contains",
"Not contains": "Not contains", "Does not contain": "Does not contain",
"Starts with": "Starts with", "Starts with": "Starts with",
"Not starts with": "Not starts with", "Does not start with": "Does not start with",
"Ends with": "Ends with", "Ends with": "Ends with",
"Not ends with": "Not ends with", "Does not end with": "Does not end with",
"Latitude between": "Latitude between", "Latitude is between": "Latitude is between",
"Latitude not between": "Latitude not between", "Latitude is not between": "Latitude is not between",
"Longitude between": "Longitude between", "Longitude is between": "Longitude is between",
"Longitude not between": "Longitude not between", "Longitude is not between": "Longitude is not between",
"Pie Chart": "Pasta Grafiği", "Pie Chart": "Pasta Grafiği",
"Bar Chart": "Çubuk Grafik", "Bar Chart": "Çubuk Grafik",
"Radar Chart": "Radar Grafiği", "Radar Chart": "Radar Grafiği",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Has any", "Has any": "Has any",
"Has all": "Has all", "Has all": "Has all",
"Not has any": "Not has any", "Does not have any": "Does not have any",
"Not has all": "Not has all", "Does not have all": "Does not have all",
"Is empty": "Is empty", "Is empty": "Is empty",
"Is not empty": "Is not empty", "Is not empty": "Is not empty",
"Contains": "Contains", "Contains": "Contains",
"Not contains": "Not contains", "Does not contain": "Does not contain",
"Starts with": "Starts with", "Starts with": "Starts with",
"Not starts with": "Not starts with", "Does not start with": "Does not start with",
"Ends with": "Ends with", "Ends with": "Ends with",
"Not ends with": "Not ends with", "Does not end with": "Does not end with",
"Latitude between": "Latitude between", "Latitude is between": "Latitude is between",
"Latitude not between": "Latitude not between", "Latitude is not between": "Latitude is not between",
"Longitude between": "Longitude between", "Longitude is between": "Longitude is between",
"Longitude not between": "Longitude not between", "Longitude is not between": "Longitude is not between",
"Pie Chart": "Кругова діаграма", "Pie Chart": "Кругова діаграма",
"Bar Chart": "Гістограма", "Bar Chart": "Гістограма",
"Radar Chart": "Radar Chart", "Radar Chart": "Radar Chart",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "Not in", "Not in": "Not in",
"Has any": "Has any", "Has any": "Has any",
"Has all": "Has all", "Has all": "Has all",
"Not has any": "Not has any", "Does not have any": "Does not have any",
"Not has all": "Not has all", "Does not have all": "Does not have all",
"Is empty": "Is empty", "Is empty": "Is empty",
"Is not empty": "Is not empty", "Is not empty": "Is not empty",
"Contains": "Contains", "Contains": "Contains",
"Not contains": "Not contains", "Does not contain": "Does not contain",
"Starts with": "Starts with", "Starts with": "Starts with",
"Not starts with": "Not starts with", "Does not start with": "Does not start with",
"Ends with": "Ends with", "Ends with": "Ends with",
"Not ends with": "Not ends with", "Does not end with": "Does not end with",
"Latitude between": "Latitude between", "Latitude is between": "Latitude is between",
"Latitude not between": "Latitude not between", "Latitude is not between": "Latitude is not between",
"Longitude between": "Longitude between", "Longitude is between": "Longitude is between",
"Longitude not between": "Longitude not between", "Longitude is not between": "Longitude is not between",
"Pie Chart": "Biểu đồ tròn", "Pie Chart": "Biểu đồ tròn",
"Bar Chart": "Biểu đồ cột", "Bar Chart": "Biểu đồ cột",
"Radar Chart": "Radar Chart", "Radar Chart": "Radar Chart",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "不在范围内", "Not in": "不在范围内",
"Has any": "包含任意", "Has any": "包含任意",
"Has all": "包含全部", "Has all": "包含全部",
"Not has any": "不包含任意", "Does not have any": "不包含任意",
"Not has all": "不包含全部", "Does not have all": "不包含全部",
"Is empty": "为空", "Is empty": "为空",
"Is not empty": "不为空", "Is not empty": "不为空",
"Contains": "包含", "Contains": "包含",
"Not contains": "不包含", "Does not contain": "不包含",
"Starts with": "开头是", "Starts with": "开头是",
"Not starts with": "开头不是", "Does not start with": "开头不是",
"Ends with": "结尾是", "Ends with": "结尾是",
"Not ends with": "结尾不是", "Does not end with": "结尾不是",
"Latitude between": "纬度介于", "Latitude is between": "纬度介于",
"Latitude not between": "纬度不介于", "Latitude is not between": "纬度不介于",
"Longitude between": "经度介于", "Longitude is between": "经度介于",
"Longitude not between": "经度不介于", "Longitude is not between": "经度不介于",
"Pie Chart": "饼图", "Pie Chart": "饼图",
"Bar Chart": "条形图", "Bar Chart": "条形图",
"Radar Chart": "雷达图", "Radar Chart": "雷达图",
+9 -9
View File
@@ -1561,20 +1561,20 @@
"Not in": "不包含於", "Not in": "不包含於",
"Has any": "包含任一", "Has any": "包含任一",
"Has all": "包含所有", "Has all": "包含所有",
"Not has any": "不包含任一", "Does not have any": "不包含任一",
"Not has all": "不包含所有", "Does not have all": "不包含所有",
"Is empty": "為空", "Is empty": "為空",
"Is not empty": "不為空", "Is not empty": "不為空",
"Contains": "包含", "Contains": "包含",
"Not contains": "不包含", "Does not contain": "不包含",
"Starts with": "開頭是", "Starts with": "開頭是",
"Not starts with": "開頭不是", "Does not start with": "開頭不是",
"Ends with": "結尾是", "Ends with": "結尾是",
"Not ends with": "結尾不是", "Does not end with": "結尾不是",
"Latitude between": "緯度介於", "Latitude is between": "緯度介於",
"Latitude not between": "緯度不介於", "Latitude is not between": "緯度不介於",
"Longitude between": "經度介於", "Longitude is between": "經度介於",
"Longitude not between": "經度不介於", "Longitude is not between": "經度不介於",
"Pie Chart": "圓餅圖", "Pie Chart": "圓餅圖",
"Bar Chart": "長條圖", "Bar Chart": "長條圖",
"Radar Chart": "雷達圖", "Radar Chart": "雷達圖",