mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
update the filter type titles displayed in the UI
This commit is contained in:
@@ -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;
|
||||
|
||||
+9
-9
@@ -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",
|
||||
|
||||
+9
-9
@@ -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",
|
||||
|
||||
+9
-9
@@ -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",
|
||||
|
||||
+9
-9
@@ -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",
|
||||
|
||||
+9
-9
@@ -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",
|
||||
|
||||
+9
-9
@@ -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",
|
||||
|
||||
+9
-9
@@ -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": "ರಡಾರ್ ಚಾರ್ಟ್",
|
||||
|
||||
+9
-9
@@ -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": "레이더 차트",
|
||||
|
||||
+9
-9
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
+9
-9
@@ -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": "Лепестковая диаграмма",
|
||||
|
||||
+9
-9
@@ -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",
|
||||
|
||||
+9
-9
@@ -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": "ரேடார் விளக்கப்படம்",
|
||||
|
||||
+9
-9
@@ -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",
|
||||
|
||||
+9
-9
@@ -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",
|
||||
|
||||
+9
-9
@@ -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",
|
||||
|
||||
+9
-9
@@ -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",
|
||||
|
||||
@@ -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": "雷达图",
|
||||
|
||||
@@ -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": "雷達圖",
|
||||
|
||||
Reference in New Issue
Block a user