From bb9f412d4213aac91bbc623c1df8a52246ec6490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 17:38:32 +0100 Subject: [PATCH 001/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 0977fb4234fbb39b853a7966902ddd54a416eff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 17:38:41 +0100 Subject: [PATCH 002/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 03d6561284214d5b25763fac4d440c1eca1bbf63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 17:49:47 +0100 Subject: [PATCH 003/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 8d4ccdb1eec6c621e0aa6a93ef360d9693977979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 17:49:54 +0100 Subject: [PATCH 004/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From bec107469fba857b7066a5bd3cc01eec8beb6375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 17:58:58 +0100 Subject: [PATCH 005/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From bf57e75568b90b1a9c27f0c026801c7e06e39852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 17:59:05 +0100 Subject: [PATCH 006/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e0782c76c74925dec5d880c8cacb5a41b29a6da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 18:09:43 +0100 Subject: [PATCH 007/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9fd14be99ea4c93d66885c7ffb584e147541d65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 18:09:49 +0100 Subject: [PATCH 008/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From dc436e90600cefb5053e51db86f737df052463ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 18:18:00 +0100 Subject: [PATCH 009/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9fe83db800c38190fb8ffc1e11ccde20fe38919b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 18:18:07 +0100 Subject: [PATCH 010/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 09944ed08bb162bec4e7c0499e61a68e757703aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 18:28:38 +0100 Subject: [PATCH 011/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 97185309b45ea188919c87c8045e847d0962067a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 18:28:44 +0100 Subject: [PATCH 012/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 41e2869f441b97249917c21d9e0a80b98f3921c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 18:37:10 +0100 Subject: [PATCH 013/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 12447fc7c80f3472e6051183a03fcf44162ecb37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 18:37:17 +0100 Subject: [PATCH 014/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From fe9af13957ed1bdc27ff9e0aeb8b984685e21594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 18:48:01 +0100 Subject: [PATCH 015/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d81d3d197b2ce7681a7b67ccd02191100ab67f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 18:48:07 +0100 Subject: [PATCH 016/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3bfc96868cbaa2b53818085cf5ba84662f5291de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 18:56:21 +0100 Subject: [PATCH 017/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9f102bd80f0ff6c94cddd84121ceb0024733ee94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 18:56:27 +0100 Subject: [PATCH 018/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6753b8c20f5cce053d2a9af4c40e5541399327aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 19:06:59 +0100 Subject: [PATCH 019/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3409736e4df80142889e26f6df71fc754c54294a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 19:07:04 +0100 Subject: [PATCH 020/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d70d71f7967f1662a53be07bd9c64ba84167dc10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 19:17:07 +0100 Subject: [PATCH 021/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 32e799e699201b195e561c642de4f45d54a57605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 19:17:12 +0100 Subject: [PATCH 022/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From eb60e2d55f199092f3f11d76b90134b831568d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 19:26:10 +0100 Subject: [PATCH 023/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From dcbe470f30176b1e21b1a27c75d3aa305f0fbfe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 19:26:17 +0100 Subject: [PATCH 024/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From aa280ab7b053be7e4d4e688a4b4073e71aa5797f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 19:35:59 +0100 Subject: [PATCH 025/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 248ae63ebd03c625a29c3521b6373572eb687a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 19:36:04 +0100 Subject: [PATCH 026/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 63027ca4e2564afa0fe3a2bb494192c12f07a6c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 19:45:44 +0100 Subject: [PATCH 027/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From bad4d69db3db782f751b5ed5f401de37d98bc37a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 19:45:49 +0100 Subject: [PATCH 028/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 8cecc6cfbf04625a9858d8571c8ef34c680c5562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 19:55:50 +0100 Subject: [PATCH 029/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6e94eb2825205b0448f889e12398a10e424f0498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 19:55:56 +0100 Subject: [PATCH 030/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 946b7bed3a2daea646ee4843f818b591031255b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 20:07:05 +0100 Subject: [PATCH 031/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ddb2799912f15053e3fe99dee08d1717eb909783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 20:07:10 +0100 Subject: [PATCH 032/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d89709ea16c24ad2ec051935594defa264a22cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 20:15:50 +0100 Subject: [PATCH 033/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From f7724588024eb6d1a618bb61d1b1edaf0e0e8fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 20:15:55 +0100 Subject: [PATCH 034/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From bebd23f0c452eeb27aa69e00405ee8e4ff942802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 20:25:45 +0100 Subject: [PATCH 035/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a37f0a7c55494418d619030ada5adff14fdcf9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 20:25:51 +0100 Subject: [PATCH 036/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6b198f3c769cb266598770d90275f11621fafe9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 20:36:15 +0100 Subject: [PATCH 037/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e6f8763a9d35c652d5f3faf7d8a5a3aaa53020f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 20:36:22 +0100 Subject: [PATCH 038/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 927227429bc9f6ee12091e556d17639cbe2bb23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 20:46:27 +0100 Subject: [PATCH 039/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d2edb8d67d6e3e99c5708df08ae8a345df954c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 20:46:32 +0100 Subject: [PATCH 040/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7c65d9a28da5cb1bd07eb1800dce2a614660b5eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 20:56:40 +0100 Subject: [PATCH 041/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From c7d682aec9c2bb93d37069e04ded0480ea8afd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 20:56:45 +0100 Subject: [PATCH 042/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From fccf14a3b94ae7f8ae94fef605135eda18a9145e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 21:05:43 +0100 Subject: [PATCH 043/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a24f8d63b50d7ba0c9d375241ef567117b85b31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 21:05:48 +0100 Subject: [PATCH 044/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 0b07539154ae6e4f922218dc55188f50a434601d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 21:14:06 +0100 Subject: [PATCH 045/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 58ed0f3b72045391eb88ffe9daf7386a2450d0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 21:14:11 +0100 Subject: [PATCH 046/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 52175ccfa27af469d0a12eea7a6a0b07f765fa20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 21:23:47 +0100 Subject: [PATCH 047/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a9e004a5b6129f4625a32e6c0b7b1886049b89f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 21:23:52 +0100 Subject: [PATCH 048/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 49b7febfa88ffe9b7a19e3034d7c696549bb596d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 21:34:04 +0100 Subject: [PATCH 049/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 5a459283176cf33841e4676dcff5aaac7984b151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 21:34:08 +0100 Subject: [PATCH 050/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From f07a7c1e33d8bcbd6309cbf3c2986e46b3ae8d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 21:43:43 +0100 Subject: [PATCH 051/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 10d94763b143d4aeb015cbcfb37ac34a0841d081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 21:43:48 +0100 Subject: [PATCH 052/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 89abcf618996f56810a1a45db97c0573b28ec694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 21:54:10 +0100 Subject: [PATCH 053/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 8f0adc62071ee2d578ce6adeb29ccf4250505c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 21:54:15 +0100 Subject: [PATCH 054/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 32ebfb0add857bb4b9cbb27bf728a822b02c6e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 22:03:55 +0100 Subject: [PATCH 055/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ebdc25832dd6e51ee311cb92c88efbdee3315054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 22:03:59 +0100 Subject: [PATCH 056/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b41362cf914815e9bc6e10010d89e450edcb3bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 22:12:55 +0100 Subject: [PATCH 057/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 093fc9bac100a65b4053d498c41db3b2ede95fdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 22:12:59 +0100 Subject: [PATCH 058/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e53c37a8a3f6581e52c31f534d69ceefff564a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 22:22:20 +0100 Subject: [PATCH 059/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 397ccc6b951e315e7e44a52370c568d52731d7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 22:22:24 +0100 Subject: [PATCH 060/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7c3c9ef26402e8f8967f9a1dcda426bc88dc97d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 22:32:08 +0100 Subject: [PATCH 061/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 12010440230861a1ea455b124233ac1dbe4622a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 22:32:13 +0100 Subject: [PATCH 062/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From bad3b4712da8bf287bceb1e9d4f667cd5119f364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 22:42:24 +0100 Subject: [PATCH 063/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 78d8fed29fa1d23aa8d26ea7195450e0adb63568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 22:42:28 +0100 Subject: [PATCH 064/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 4c0c9f91497fd181f249ca4790863d667b5062e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 22:52:21 +0100 Subject: [PATCH 065/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 1879a3ef5326f66ad35cff3ba620da83cc283d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 22:52:25 +0100 Subject: [PATCH 066/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7a5e28b5de159207a761a5beeeac05f5c93f93a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 23:02:12 +0100 Subject: [PATCH 067/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 910dedd32c2dc952d561b1f2002d7122cc0018f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 23:02:16 +0100 Subject: [PATCH 068/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 535baeca6f5d70fbceafe1c88d864c211240f5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 23:11:54 +0100 Subject: [PATCH 069/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 8e3c7532fcebe4f8775f87840d2ad243d8d72c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 23:12:00 +0100 Subject: [PATCH 070/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e7e0aa7da8614ed0a762be84f672b0deef011f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 23:22:18 +0100 Subject: [PATCH 071/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 4650d3233d5906ccca790ae853378dbef92f5ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 23:22:23 +0100 Subject: [PATCH 072/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a7e4246955fce888151563bbfcc9031f216f018b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 23:32:00 +0100 Subject: [PATCH 073/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a4729d8809417b9757261666a44e1ef2b8b8ffea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 23:32:04 +0100 Subject: [PATCH 074/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From cae7b588ca3e881a38f63bbd37c22aa0f2d39b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 23:42:06 +0100 Subject: [PATCH 075/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From dcdda2a374001a92696f951861b51b4d50066751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 23:42:10 +0100 Subject: [PATCH 076/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From bac7f3af95906d3b32a2c8db1369e4f52d4262fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 23:52:01 +0100 Subject: [PATCH 077/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7298d60c81d0dd447ff4e9b0cfc5601a4574beac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 15 Mar 2021 23:52:05 +0100 Subject: [PATCH 078/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 43a7787f0f0f44ca5370cd6dac854e14929d4346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Tue, 16 Mar 2021 00:03:00 +0100 Subject: [PATCH 079/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7c2a9eb66896990d00f7d82bb33f734c54625892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Tue, 16 Mar 2021 00:03:04 +0100 Subject: [PATCH 080/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ef4682af6945c3c85c04f0f93ce6bc6d0e2e75a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Tue, 16 Mar 2021 00:17:08 +0100 Subject: [PATCH 081/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3eed85b253123fb6c39bed60da81a8e9bb335bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Tue, 16 Mar 2021 00:17:12 +0100 Subject: [PATCH 082/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From c29173a1ece79f35fda0c85dcb06b25258a5298f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Wed, 31 Mar 2021 08:01:40 +0200 Subject: [PATCH 083/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 67007a501c43e2c33de2c3b776ecfba9a26fd37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Wed, 31 Mar 2021 08:01:45 +0200 Subject: [PATCH 084/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 4e5d5ac93f999e683e2409b0271cc08c537dbcdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Wed, 31 Mar 2021 08:09:00 +0200 Subject: [PATCH 085/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From fc1b8e990dd541d7676e78565f165a7258a639f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Wed, 31 Mar 2021 08:09:04 +0200 Subject: [PATCH 086/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 379c60fa9b16d9b903d2be7ad54748d0a4cd7a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Wed, 31 Mar 2021 08:19:35 +0200 Subject: [PATCH 087/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 1e9850e8d4b1072b85445a0855b92fb155b4a732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Wed, 31 Mar 2021 08:19:40 +0200 Subject: [PATCH 088/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 5b1d1c41c3d3b6b5a6ce91151502ecb04d9d3fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Wed, 31 Mar 2021 08:33:33 +0200 Subject: [PATCH 089/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From dfa515c41fc878a95d703458dbbd30e14ab41d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Wed, 31 Mar 2021 08:33:38 +0200 Subject: [PATCH 090/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 611648b0ba1e83a4395157a774149b9570145132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Wed, 31 Mar 2021 08:39:29 +0200 Subject: [PATCH 091/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 65e0d86b8d93669361ac7585fe87053bfc5b96e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Wed, 31 Mar 2021 08:39:33 +0200 Subject: [PATCH 092/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From be3859839c8dd61062ba6771ea97fb60bb7bf5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Wed, 31 Mar 2021 08:58:19 +0200 Subject: [PATCH 093/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ef501de60ff8acf1dc8617c165107588a6c9e400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Wed, 31 Mar 2021 08:58:24 +0200 Subject: [PATCH 094/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From dff49111fb038dfdbdd9cb6f65a2e047f5fbf03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 21:15:25 +0200 Subject: [PATCH 095/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e0c03b61f933cece3b6e45a663babed541897ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 21:15:29 +0200 Subject: [PATCH 096/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9d0614940d9b4102427670fb4b3c1c5f78b8524e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 21:25:29 +0200 Subject: [PATCH 097/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 1365b1abce8dac978b008994a325c996297ebd6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 21:25:33 +0200 Subject: [PATCH 098/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 1cb835fcf7ed7b71d410003e23b8fb2dc3bf04a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 21:35:37 +0200 Subject: [PATCH 099/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b60434f69f62aa3b794ac5bf31c59c9242144a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 21:35:40 +0200 Subject: [PATCH 100/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 11bbf916a0e70f59bd0b6c4e9d308935bf9dded2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 21:46:16 +0200 Subject: [PATCH 101/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 1d71a6641e8021e0edc6b906fe2281ba25ae7f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 21:46:19 +0200 Subject: [PATCH 102/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 279141b8ee80af692980168f9929b3adcc46fc0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 21:54:42 +0200 Subject: [PATCH 103/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 80676ce3c213b85c94b7f24d0a08afd5ea1995de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 21:54:45 +0200 Subject: [PATCH 104/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a820c87750ce454b6065706f3ebe73ffba6d7e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 22:06:29 +0200 Subject: [PATCH 105/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From c5e8abb4e085d3e5fdc5d08ce9e1288ccc4b41df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 22:06:34 +0200 Subject: [PATCH 106/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From f90c362bfeba095ef2af71461bda428179f4e51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 22:15:43 +0200 Subject: [PATCH 107/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From fc086046d7f3abdcb80635d52f1afc4256e38514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 22:15:47 +0200 Subject: [PATCH 108/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 011b8ad04dd50b36ee7e53eaa705252606c751c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 22:25:34 +0200 Subject: [PATCH 109/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 66cac5f97602668b1983ef7088a6e366273747ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 22:25:39 +0200 Subject: [PATCH 110/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 46a3190648be2f58337ebc8b7cd9da2a3ac5f581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 22:35:30 +0200 Subject: [PATCH 111/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 26db72ccae13c5f2328681b3f63feaee1fc8fbff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 22:35:33 +0200 Subject: [PATCH 112/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 5b884087a75866fa2a016f212bc64561bb311eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 22:51:41 +0200 Subject: [PATCH 113/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 85ca758df7631e1d0366fd40832c21cd845cbce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 10 May 2021 22:51:46 +0200 Subject: [PATCH 114/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From fc7a800c9da3cc9fbb258469307055c56871373d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Tue, 11 May 2021 09:33:07 +0200 Subject: [PATCH 115/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e2bf62c1e9acd4daaa592fb55b8e461b88ea002a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Tue, 11 May 2021 09:33:13 +0200 Subject: [PATCH 116/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6a8a7b6aaa216eff1e1116d1a7067690f30f186d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Tue, 11 May 2021 09:54:38 +0200 Subject: [PATCH 117/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From eb8ed9e19eb96b6d39de60974f05c66898d311db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Tue, 11 May 2021 09:54:44 +0200 Subject: [PATCH 118/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 658c13d7f9149ff746f85148903a4420e93905a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Tue, 11 May 2021 10:06:54 +0200 Subject: [PATCH 119/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ab9ed59bd9f2b89587ee862feb8d4b53d906c9e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Tue, 11 May 2021 10:06:58 +0200 Subject: [PATCH 120/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d5353137d241f56d437d3c50386c06e944b95a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 21:35:08 +0200 Subject: [PATCH 121/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d77b1dcc5cfa6e2112e7060c113e75e08cbb1260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 21:35:12 +0200 Subject: [PATCH 122/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From f62beaebfd92cb0aac18c48af989f167edadddac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 21:43:35 +0200 Subject: [PATCH 123/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3629e7e3c07dd0a9cd5f274132c7805091d93b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 21:43:38 +0200 Subject: [PATCH 124/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 588729e87a9f4e07428fca807ca20286a2539151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 21:52:59 +0200 Subject: [PATCH 125/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9e3cfe82467321722429be392b63670ca74c94ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 21:53:03 +0200 Subject: [PATCH 126/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From c689dbc366c74366bcf5bdbead08adce522dd33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 22:03:05 +0200 Subject: [PATCH 127/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From dfe0efba0bb064a580be504a091f8df10638de97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 22:03:09 +0200 Subject: [PATCH 128/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2f0930f4689333bc3bee479a379a6de513ccdf8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 22:13:07 +0200 Subject: [PATCH 129/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 03018260c31b402fc64c09eb0f0e93fc40e0e988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 22:13:11 +0200 Subject: [PATCH 130/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 8800ef3cbf8d786b0fa6a7bc51976942fa073be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 22:23:27 +0200 Subject: [PATCH 131/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From aca40db4ee249f904f43a1703d5cb503b1514852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 22:23:31 +0200 Subject: [PATCH 132/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From fe8de0297b0ad2f8924b9efdeffd0841bea45995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 22:34:29 +0200 Subject: [PATCH 133/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b24384c68b68429215a5f392c9744723ffd4d13e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 22:34:33 +0200 Subject: [PATCH 134/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 1e37145b5bdfac2ccd05d4075a48c89133edeec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 22:45:51 +0200 Subject: [PATCH 135/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From f5c26b0512716c5693d3c22b4f06718cb6bcdac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 22:45:54 +0200 Subject: [PATCH 136/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9f1829b27b485b57e16c28494f687ef092642904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 22:54:27 +0200 Subject: [PATCH 137/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e89069f0201aa3521a8993239e8a4b8156d730d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 22:54:30 +0200 Subject: [PATCH 138/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 8f4894e9d0217b48a017346d8dbeaa8f9896dde0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 23:02:55 +0200 Subject: [PATCH 139/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e358a5b303497a2c8b2fc39919d4489e168ab3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 23:02:58 +0200 Subject: [PATCH 140/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 34c7637c55c1af258781fd67da6a76613aaff9c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 23:13:03 +0200 Subject: [PATCH 141/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From f82cdf6f82d5fb1d9e5ea4bfa04863171294e510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 23:13:07 +0200 Subject: [PATCH 142/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From dbe09228cdfd01523cd5666b5574f6b04c8b9305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 23:23:10 +0200 Subject: [PATCH 143/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From f0dd9752be87dca07acf0754408aa5637e556305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 23:23:14 +0200 Subject: [PATCH 144/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 77265f891af0f98cb05a93963510119ab598b7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 23:32:56 +0200 Subject: [PATCH 145/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 878f54b010015343a8e69eb593527f31467a4583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 23:32:59 +0200 Subject: [PATCH 146/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7d0a997f7932053c9f47118b0f819c94c8afa2d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 23:43:11 +0200 Subject: [PATCH 147/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6f5c09ecf0c391d96c59c6e2b86f62a7ab17f2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 23:43:14 +0200 Subject: [PATCH 148/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 25cb9662894d8005a04c796f61097eef603aadd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 23:52:53 +0200 Subject: [PATCH 149/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 59f5a2ba0c00b88f8f6ad5f9adef06c2abb507a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sat, 29 May 2021 23:52:56 +0200 Subject: [PATCH 150/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7c47ff134679e7bd7ea2c3fa19f132d0c3356278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 00:03:38 +0200 Subject: [PATCH 151/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b686d0f461d58769f8748a554ff3fd5495f05945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 00:03:41 +0200 Subject: [PATCH 152/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7f359ed4b27c704d3555717d49df1da203fa4393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 00:12:56 +0200 Subject: [PATCH 153/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 218de65f34f13f9d93a77ac2d283918014fa355f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 00:13:00 +0200 Subject: [PATCH 154/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 37b2512e017da68590bce6478853954cf6f50dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 00:23:11 +0200 Subject: [PATCH 155/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From db9295ae2d02e8179ef38e0d6204765e38835da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 00:23:15 +0200 Subject: [PATCH 156/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From c8cab5a42483980b98950dcb2da424af1ea8cfc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 00:33:02 +0200 Subject: [PATCH 157/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 37708814e6eb81d10b946c6e3560405b6828c705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 00:33:06 +0200 Subject: [PATCH 158/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 510613ca26f9b22581caec300960673d2d2eee7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 00:46:09 +0200 Subject: [PATCH 159/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 43684bbbab81989f745cbe7a1b51016c69233e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 00:46:13 +0200 Subject: [PATCH 160/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b9968735e9442ea262860aad82bda573d755129e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 00:52:31 +0200 Subject: [PATCH 161/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a7e4e6aa4e4269550dd6957053da21ef4e99110f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 00:52:35 +0200 Subject: [PATCH 162/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From cbb1bc836bec6d69db7c189f32d8e9584efef9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 01:02:34 +0200 Subject: [PATCH 163/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6f8ac354bb5d06815c343969339710af11d707ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 01:02:37 +0200 Subject: [PATCH 164/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7758d14730cf9b174416f76c5ac8b357d11f35e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 01:12:41 +0200 Subject: [PATCH 165/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 814b1eb9d11edcdc90e34bbdc1be0508f8de0068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 01:12:45 +0200 Subject: [PATCH 166/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2c42af1bf10f8aeba5ae507acbfd93070e0df94a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 01:22:53 +0200 Subject: [PATCH 167/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6dad897afdd05b614006aafb52fc6bdd42b82caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 01:22:57 +0200 Subject: [PATCH 168/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7779cffc99ac0d9d99baf25b498d5d76f706fa95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 01:32:33 +0200 Subject: [PATCH 169/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 82dc490ecf02bd9bf7275c614f22c27f4323d648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 01:32:38 +0200 Subject: [PATCH 170/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3454db088c279867f29c19f6b9d259cc2e98f48b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 01:42:49 +0200 Subject: [PATCH 171/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 27cf0f80a04cecfb43b13e44aa9fa132cf3d6129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 01:42:53 +0200 Subject: [PATCH 172/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 446875965acb9b44c4ccfdb00461ba597ab57798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 01:52:52 +0200 Subject: [PATCH 173/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9f8ef31e19eb3e943c0aa101cae6d4bc7ac72997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 01:52:56 +0200 Subject: [PATCH 174/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a3224eb57e9eecfde121a3acc586e76d4ba07bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 02:02:47 +0200 Subject: [PATCH 175/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From c815fc977566a42f0d67d32dee14d4422660a1f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 02:02:50 +0200 Subject: [PATCH 176/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 5e872b00f9f18457c11f19c0693a80993f0e294d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 02:13:15 +0200 Subject: [PATCH 177/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From fad5ea6f4189f74be0f1da5ffd0cfa6ae5370f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 02:13:19 +0200 Subject: [PATCH 178/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e97331f8614df1765068aed824dfd2b1b7e84291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 02:23:50 +0200 Subject: [PATCH 179/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From bd1fbc4525413a245371858a7964548e7d3ca7dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 02:23:54 +0200 Subject: [PATCH 180/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 5f8e382633f86cfefac850b968c2c7ca2e1bf8e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 02:33:34 +0200 Subject: [PATCH 181/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3a4a99e6a4502ce5a4d5bbdcf8475c20913b01eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 02:33:38 +0200 Subject: [PATCH 182/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ef330fe6508c031e41a2d87a3a1ae3aa7ac8ac66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 02:43:16 +0200 Subject: [PATCH 183/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 48e9f6ba2c24aed2032c0e9cdbc4398f06097de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 02:43:19 +0200 Subject: [PATCH 184/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 5ae903232e08eccb1704feddd49781b6fe72949c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 02:53:05 +0200 Subject: [PATCH 185/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 08017543db569c5471e872ecc7dff14d462a6007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 02:53:08 +0200 Subject: [PATCH 186/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From fc338de51f5d3c06e7bd5b50c5111e2102440db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 03:03:25 +0200 Subject: [PATCH 187/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 121a7a886ac8aa69cf850a8decb481a03c0c2144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 03:03:29 +0200 Subject: [PATCH 188/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2097485b4b554acfe669e9280374c573343f498a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 03:11:12 +0200 Subject: [PATCH 189/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 8c1956a491fe9aa80c24ff4383d21f8e85291f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 03:11:16 +0200 Subject: [PATCH 190/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 09d77107c0b73fcd1ccf162b551bb1ad35af24ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 03:20:15 +0200 Subject: [PATCH 191/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From f675fe8868c71d7856df2235298d71bd9a101e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 03:20:18 +0200 Subject: [PATCH 192/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 27d63b208239508f320cb06d54f7e53c7c5dcebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 03:29:48 +0200 Subject: [PATCH 193/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 297e95db920cb3d4d01a709ea7c7c950b22ef8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 03:29:51 +0200 Subject: [PATCH 194/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 483a85a515f7ff5a1c46115ac3117219f74f6e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 03:39:49 +0200 Subject: [PATCH 195/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a3fb88a2745141944caf7db9753c505b637c8fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 03:39:52 +0200 Subject: [PATCH 196/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 45a4749f45d16b72f97596952071b02d9b5705bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 03:49:29 +0200 Subject: [PATCH 197/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 0d46076e26d4ae1832f650bfb4656d8d9b4d5107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 03:49:33 +0200 Subject: [PATCH 198/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From cc5f3e29c2988484de192505d954cf59e29059b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 03:59:50 +0200 Subject: [PATCH 199/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 249f590bdfaf8c7aa2bdd6297b656fe62fb51f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 03:59:53 +0200 Subject: [PATCH 200/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From eb1e3da8e719e5c0f9334c1948ac71650dbc762c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 04:13:21 +0200 Subject: [PATCH 201/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 94f6fc4a93a4f078498e91b2fa7d4c41d2b0a989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 04:13:24 +0200 Subject: [PATCH 202/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6fb04ef9a54b88c678922aea22b6bc9a86a37e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 04:23:31 +0200 Subject: [PATCH 203/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7a1d797384e529a5653b47eba0cf19480f31c0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 04:23:35 +0200 Subject: [PATCH 204/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7e54c268bd0a6b600c6665ad80ce0b0c2d493d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 04:33:07 +0200 Subject: [PATCH 205/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 84cc443e992738a5b88e9683f241a01e11831e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 04:33:10 +0200 Subject: [PATCH 206/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e84dcb3f650a73affe8600d4c6d4fceedd415eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 04:43:00 +0200 Subject: [PATCH 207/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 417655296c34a1812f7fc100281a133aa4b0d015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 04:43:04 +0200 Subject: [PATCH 208/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 0b5dbe7b8e781391f1deb6b4add29df95ded4141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 04:53:16 +0200 Subject: [PATCH 209/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From fa571379b0a85fcd9e3a8245398a88b29208f269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 04:53:19 +0200 Subject: [PATCH 210/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a812032e0a1f221b8bb1b600a26458fb59c34f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 05:02:57 +0200 Subject: [PATCH 211/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2b9e8482387d30ddae9a45722d3d0452c4553d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 05:03:01 +0200 Subject: [PATCH 212/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 759a6bc2b9be618dfc546351af9625e13d496ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 05:13:28 +0200 Subject: [PATCH 213/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 588972da2d6160802c6f19b6679c8668bc19a40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 05:13:32 +0200 Subject: [PATCH 214/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7b9923bfa7d916e0d9f5419fbb88d4a54e8601cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 05:23:47 +0200 Subject: [PATCH 215/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 586fcce8fdd5e206691e60565c995da6bfc9baa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 05:23:50 +0200 Subject: [PATCH 216/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ef99adce38a513ddaaf42a0378a93dcc478f9d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 05:32:56 +0200 Subject: [PATCH 217/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d591410b57e78634580645bbd03b21963041aa59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 05:33:00 +0200 Subject: [PATCH 218/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ad403b9cb236f4efcd813794a09e8b2e9499b076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 05:43:19 +0200 Subject: [PATCH 219/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 190e023353d1a22fd8d428cbf42b83316be48f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 05:43:23 +0200 Subject: [PATCH 220/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From cf1833fdd36b4e31584e7cc306c7dce5a74b6de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 05:53:18 +0200 Subject: [PATCH 221/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From c6de38f797e13fd56cddfcb18081e4bfcac0c974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 05:53:21 +0200 Subject: [PATCH 222/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6837b0d6a931a9d13b98da72c045d2d0d714c02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 06:03:09 +0200 Subject: [PATCH 223/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ffa039f63f70c54db869234ac9000426b29349f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 06:03:13 +0200 Subject: [PATCH 224/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 31993d5a3f366e56e7abffb3d9243c762bfc35f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 06:13:14 +0200 Subject: [PATCH 225/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9d3baa695c355091ae067b9f7c9a655e53de87df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 06:13:17 +0200 Subject: [PATCH 226/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 1f0052c51a9d8935282deef34f3e1ef103f69555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 06:23:29 +0200 Subject: [PATCH 227/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 01cbb8005a334d4319955b281baf43b18a5bd2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 06:23:33 +0200 Subject: [PATCH 228/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3f87ff7f1cb386ccc9e8ffa064619d3d31f442a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 06:33:02 +0200 Subject: [PATCH 229/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 14d4f9f3c0c923020185e2b5e842fc73ebdddc16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 06:33:06 +0200 Subject: [PATCH 230/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 14b09bc51dded2497fa20512df4d01ece0df421d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 06:43:01 +0200 Subject: [PATCH 231/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 290ee7100c4c9027cc97d216b69b97815d865a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 06:43:05 +0200 Subject: [PATCH 232/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ed11ee7b72deaa732e13a6f3b07eef711138f1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 06:53:26 +0200 Subject: [PATCH 233/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2d48f18be282e1b39e3ac57dbf55717fb1de3208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 06:53:30 +0200 Subject: [PATCH 234/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9535b9dfa58ab90063917c65d252975998a22a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 07:03:40 +0200 Subject: [PATCH 235/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9efab3595b000bc4ee49bf9311e024454d636215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 07:03:44 +0200 Subject: [PATCH 236/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d9c7b826dcbf3e539132694da166370ce5d4781c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 07:13:18 +0200 Subject: [PATCH 237/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 483be514bf50fc8e81600cc1ddf5c863f03ae0b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 07:13:22 +0200 Subject: [PATCH 238/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 1c02ed87e711798eac31d780364fdcf23c4bc49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 07:23:45 +0200 Subject: [PATCH 239/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6c9c5b516db8b91880ea93b764f325070c6d6a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 07:23:49 +0200 Subject: [PATCH 240/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 34c65e01fd72cc73f10257bf51bd1053034d8370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 07:33:09 +0200 Subject: [PATCH 241/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 4e2f042bb0d5f28a67cd5539aae6b106e10980c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 07:33:13 +0200 Subject: [PATCH 242/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 64b0b3c09d00aad44950320947a53ba5ff92a1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 07:43:06 +0200 Subject: [PATCH 243/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b5c3dba161928476d06f1b52950a27445c7a4b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 07:43:10 +0200 Subject: [PATCH 244/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ebc9df93aee33d016c11d7ebd25308999587707d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 07:52:55 +0200 Subject: [PATCH 245/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 02e3f6484700c3849eb482d13b43b7934cb7843d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 07:52:59 +0200 Subject: [PATCH 246/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 1e5a608198b813410c7048770be6a011ee6e4ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 08:03:37 +0200 Subject: [PATCH 247/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 4bd2d2b27bf7d8f043bbb6079661079af6f5b15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 08:03:41 +0200 Subject: [PATCH 248/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 51ffb2176a124723012abf0cd88c6c34c04a2e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 08:13:26 +0200 Subject: [PATCH 249/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3eee92d28b1dc2f4cd06f4e11e2a0caad81afa79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 08:13:30 +0200 Subject: [PATCH 250/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2e9154b5ffb0c3ad28f3182a1ac11a3f6e6b8947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 08:23:17 +0200 Subject: [PATCH 251/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e5f2c8e3c38fa3ae870f9a47095531a700ce877f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 08:23:21 +0200 Subject: [PATCH 252/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2d82ee81c41aab97f60c26e6e1088af6ec98b659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 08:33:13 +0200 Subject: [PATCH 253/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From aae87b7945a1a9367b0418a78adfd7a3b907c3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 08:33:17 +0200 Subject: [PATCH 254/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 03459187865b30c29b0fa876d8acc15c3d983060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 08:43:07 +0200 Subject: [PATCH 255/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7686215a2153e42e2db98cac99f1315379a4680f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 08:43:11 +0200 Subject: [PATCH 256/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7fd35b273ad9a8b927ca684200644ebb0e1653eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 08:53:16 +0200 Subject: [PATCH 257/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ddde6c2394cdd22ec25ab6939afed576c6e9a6e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 08:53:19 +0200 Subject: [PATCH 258/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From db9a331f7ef2839dab5b79c4b64d5a7e22c8c259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 09:05:44 +0200 Subject: [PATCH 259/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a26591da9563dd29ea2b8b54bdb5506474661134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 09:05:48 +0200 Subject: [PATCH 260/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 12490a52c0fa5bc1bbf9f20e6bf3dd9550f9c05f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 09:13:46 +0200 Subject: [PATCH 261/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From dd84caeea367b8da663b17a4b5e137e2dfb76dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 09:13:50 +0200 Subject: [PATCH 262/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 29724fe1e05c18386cd98a4009c0ef1177089233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 09:23:26 +0200 Subject: [PATCH 263/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 33036edeb59a2d5077f1c4df4ed1d27803428657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 09:23:30 +0200 Subject: [PATCH 264/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From faa7de97426a16fda8fa6f933e15101d71607693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 09:33:23 +0200 Subject: [PATCH 265/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From afc0a89fc8f750baaaa80b929ebaef82865bf872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 09:33:27 +0200 Subject: [PATCH 266/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7ec2dd9b5346d08fd0ad45b249fce4bdbb317200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 09:43:20 +0200 Subject: [PATCH 267/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From c8f0d09e91f9eda77fae5d9c8a806f0dbcca0ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 09:43:23 +0200 Subject: [PATCH 268/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 1009deae59af39d9951a6a6d7ca83ab2ea3e33a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 09:53:06 +0200 Subject: [PATCH 269/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From cafd41ee1bf42c4950027b907dc4c3ebcf94066e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 09:53:10 +0200 Subject: [PATCH 270/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ca26d28de36082e467cf39d2ee53513bd3402470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 10:03:23 +0200 Subject: [PATCH 271/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From f3c9f80ac3f6a4e99a189d753f2bd2b983524b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 10:03:27 +0200 Subject: [PATCH 272/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From db3e05a0db6af2a10ebe867e1e15324c44283d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 10:15:01 +0200 Subject: [PATCH 273/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 04d958c43a5d2ae8448f5e7fda8984468f0261d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 10:15:05 +0200 Subject: [PATCH 274/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d123a7af5127667fd5af95d91676fb0453d0bbb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 10:23:28 +0200 Subject: [PATCH 275/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 1c32d7cd9ecb53e0fc3355530539bc727a918f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 10:23:32 +0200 Subject: [PATCH 276/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From dee2087a1ff7715308ab239cf9a75a13a333d260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 10:33:16 +0200 Subject: [PATCH 277/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b0fd097aa69af2d79d4c1bc45d2daf7c986e4210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 10:33:20 +0200 Subject: [PATCH 278/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 5d149bba95c9a5803d6de4a5aa9f379934a13c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 10:43:20 +0200 Subject: [PATCH 279/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 686bc89c9f30477c5ce2b03f95378bbd275dc90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 10:43:24 +0200 Subject: [PATCH 280/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 27accb7317e7ce10d052eb87cac49c1a9e864d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 10:53:50 +0200 Subject: [PATCH 281/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From fdba5e5230fc9e5cfc36c0475fe0d9baa4233134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 10:53:53 +0200 Subject: [PATCH 282/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 05a2300bca3b24b4fca470648595da119d9695b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 11:03:01 +0200 Subject: [PATCH 283/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 4ec2089ea6a6aa91a7a79ad102be4df2349a931d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 11:03:05 +0200 Subject: [PATCH 284/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6e4ff9c3334efd422b83cf1b6b2c2a1fe429b378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 11:13:50 +0200 Subject: [PATCH 285/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3e9d087bb73cf321861f4826263bc1620caf9468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 11:13:54 +0200 Subject: [PATCH 286/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From cd12233689c46c76da3880d9dda5e46076a29883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 11:23:44 +0200 Subject: [PATCH 287/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6bfa4bea181182ddf1f51014fa0b9895f290da02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 11:23:48 +0200 Subject: [PATCH 288/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6be046e3841a366389650a857b98d1e26418c8ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 11:33:33 +0200 Subject: [PATCH 289/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9b32643b2283dc7e162cf2e45fb1664888969dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 11:33:37 +0200 Subject: [PATCH 290/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a402effd3c3d2639b04bb577dfa0fdc94733560f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 11:43:12 +0200 Subject: [PATCH 291/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e86851fef7a8bd2a095ddc8d2f5872020469cbcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 11:43:17 +0200 Subject: [PATCH 292/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a47630d8e49e3ac3f314225ce3c97b047a1fc341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 11:52:57 +0200 Subject: [PATCH 293/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From c37891f04bbb14e256481d5608b3f942cb752539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 11:53:01 +0200 Subject: [PATCH 294/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 296039b0b45a6c6c6b43055d18f7546754b9f43e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 12:03:13 +0200 Subject: [PATCH 295/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 484d4edc5742538b08f423f8702f858997065229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 12:03:17 +0200 Subject: [PATCH 296/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7c5e4f478c607ed46142220f5dfcf4440e298366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 12:14:10 +0200 Subject: [PATCH 297/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 88f1a04dbbd33d130dff17858c2a52369826bf4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 12:14:13 +0200 Subject: [PATCH 298/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 98faff11140e59f16fa1ac2194b0276ac8a309be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 12:23:14 +0200 Subject: [PATCH 299/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 771e7aec0bc61e5626135618b383c47681aea2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 12:23:18 +0200 Subject: [PATCH 300/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e20620bf8010e2bd868a246ab97635d1b2e6cda0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 12:33:16 +0200 Subject: [PATCH 301/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 23c1745ecb4d4790e2f1a6675e793953de01a48a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 12:33:20 +0200 Subject: [PATCH 302/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 910d8f7b48bce217d01313261a5a029d2e8da56d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 12:43:21 +0200 Subject: [PATCH 303/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7879cc488251687846239b9f8d1c008ca3e44cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 12:43:25 +0200 Subject: [PATCH 304/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 50e2bc37f7ee78e65583ac9a493a413782ac8ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 12:53:25 +0200 Subject: [PATCH 305/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 0380efca5316b688301fd47eb15b60bb15bb5557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 12:53:29 +0200 Subject: [PATCH 306/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From f148f4af3ccaa838e4d15b064671a3439b04f432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 13:03:43 +0200 Subject: [PATCH 307/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 30fc3b75c16e7004b2961c634bc7512afabe4d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 13:03:46 +0200 Subject: [PATCH 308/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From c05b220954744fd948c062e97d469d03fbc16cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 13:14:27 +0200 Subject: [PATCH 309/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9d6a13778ee543a629875d6822c21b5b1978bafa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 13:14:30 +0200 Subject: [PATCH 310/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ba29498ff93f919b44f96839e696e7d8dfd8ce6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 13:23:28 +0200 Subject: [PATCH 311/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ddec7a9149b5f052667eb6e21547b23a7ef9e4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 13:23:32 +0200 Subject: [PATCH 312/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 1f9ca104244041b3083bde221fc7ff912d5460e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 13:33:04 +0200 Subject: [PATCH 313/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From dbcd906738e0f20448937625546128b73829202c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 13:33:08 +0200 Subject: [PATCH 314/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b513d81d05f1f4aec9b59e64433bc0375cadda23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 13:43:05 +0200 Subject: [PATCH 315/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From cef29e32297bb63fcbc8ce67916b9fe71c4749af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 13:43:09 +0200 Subject: [PATCH 316/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From f2644eba4ac9f6304aabc2f2aa0844996ce58c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 13:52:58 +0200 Subject: [PATCH 317/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ab31b63ed763fe4892c0b48ad11f433289e0a918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 13:53:03 +0200 Subject: [PATCH 318/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 8c6b17eb86adc993faf424d7495fb8c1df038117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 14:03:08 +0200 Subject: [PATCH 319/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d791adf2790cfc9e99d86303cc71808116f1ae2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 14:03:12 +0200 Subject: [PATCH 320/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From db020602ecaa119246dc78229838b2682dda619b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 14:14:07 +0200 Subject: [PATCH 321/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 446fd7f95e295b5d2264d34d7cf4e4cd3bf17282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 14:14:10 +0200 Subject: [PATCH 322/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e487ec484a109e9d75568e915c93285e7579e06c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 14:23:41 +0200 Subject: [PATCH 323/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From cd7af8fac8836c6b9e66ff6b25432c2bdb4501ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 14:23:45 +0200 Subject: [PATCH 324/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2e7c82742c03d7630f4fa183b59ca4f1ea3b0ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 14:32:57 +0200 Subject: [PATCH 325/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 766d6c45b8dd89368378ff5c679eb65ad614ab0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 14:33:02 +0200 Subject: [PATCH 326/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ff8980526460dca3223e5dacaf026c9557b279bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 14:43:20 +0200 Subject: [PATCH 327/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9018bc88a28c927c71536c3d02d606d343b0594e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 14:43:24 +0200 Subject: [PATCH 328/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 345d349c4ee21ead6e3453a8598ee34b4d76bdf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 14:53:15 +0200 Subject: [PATCH 329/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3f3034e91a93763ab0340e8a0645b467b377ae74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 14:53:18 +0200 Subject: [PATCH 330/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 700fd24f520182ed02c1b0a307d81bf24beb6405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 15:02:52 +0200 Subject: [PATCH 331/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 0ccc8154e6e319604dc89d34f509fd47e790a673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 15:02:56 +0200 Subject: [PATCH 332/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 734558064887a5f26348d25143b222d66ca60972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 15:13:19 +0200 Subject: [PATCH 333/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3b40fffbd7e4472f22387903cbfc8adfe1354c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 15:13:24 +0200 Subject: [PATCH 334/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d2bf651fe1b1f905890b88c002f7f7c201cea97a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 15:23:02 +0200 Subject: [PATCH 335/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 10363da4eb000556fc17c49fa829f2366c185a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 15:23:06 +0200 Subject: [PATCH 336/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 0affdf28dd1a94cadc278837f814d4c4fd13359b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 15:33:28 +0200 Subject: [PATCH 337/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 80e5cb793f5a13a9dcf40ef96aaacb606bb7b35e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 15:33:31 +0200 Subject: [PATCH 338/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d0bcece31582986a2997bf3162a38e5267e5dab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 15:43:02 +0200 Subject: [PATCH 339/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b72b9ba0ecc265742cd0205ae816abf36e0a06e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 15:43:06 +0200 Subject: [PATCH 340/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 8f7b38e539503ca03947acf9b28707c3c8d6af0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 15:53:27 +0200 Subject: [PATCH 341/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 213e941be06a943a49a59180035baa141fa4aeb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 15:53:31 +0200 Subject: [PATCH 342/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d299b12c9a503b9704092ffbd3d03ffe4436cfeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 16:03:13 +0200 Subject: [PATCH 343/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 59c1a405ff5ec67fdfe0c932e775ddf531fdc5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 16:03:17 +0200 Subject: [PATCH 344/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 656639b650563497ced92ce77812c88005139641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 16:13:53 +0200 Subject: [PATCH 345/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 131d6b8ba669f37020a829a007b8766222372ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 16:13:57 +0200 Subject: [PATCH 346/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3b6325edc5e10fa65f0fd1dd2898b7b46bcef2a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 16:23:19 +0200 Subject: [PATCH 347/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2091757e8f7860124a4dea48be0b3020b33828b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 16:23:23 +0200 Subject: [PATCH 348/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b2c8f06e89def1167ff21eb7f361c4a2fc74bf7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 16:33:59 +0200 Subject: [PATCH 349/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From c10222085750944b1386ac2b98a4eef5a6c6d571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 16:34:02 +0200 Subject: [PATCH 350/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 0bb79226d3b7b20ceb55a644025d7358559836a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 16:43:27 +0200 Subject: [PATCH 351/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7076e4c93f67bbedcdce730850fafc0f5455cb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 16:43:31 +0200 Subject: [PATCH 352/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 348136a509a1627db056582a185677bc55994b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 16:53:45 +0200 Subject: [PATCH 353/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 44fae348da413c5dcb1d024426bfdc6bd4bd9ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 16:53:49 +0200 Subject: [PATCH 354/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b71bedeb8c711ee0eab10f69d394ed10879eb31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 17:03:11 +0200 Subject: [PATCH 355/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 53ed18d2e95e480bf032b85ba79cdc79e1d0101d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 17:03:15 +0200 Subject: [PATCH 356/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 822266373310fe40a598dfe94f57b25fbc43d15e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 17:13:34 +0200 Subject: [PATCH 357/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a9cc86bcb678d0335efae6cc74865e877a1bbaf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 17:13:38 +0200 Subject: [PATCH 358/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From c06ed91c459cc3cc63aaa20f3260833a0e6565cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 17:23:26 +0200 Subject: [PATCH 359/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2da1aa16a17776917e8f53d634658220d0418fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 17:23:30 +0200 Subject: [PATCH 360/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 8a44bd0d2075c47d6433d0a2642cb125cf077ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 17:33:33 +0200 Subject: [PATCH 361/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e467e40f25ce01d7e1c014dfcfb10cbeef4b9a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 17:33:37 +0200 Subject: [PATCH 362/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 0a1e6f5d1a2aa92f840bddcc8e1cdb710ccd5f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 17:43:19 +0200 Subject: [PATCH 363/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From dbe28a9186f202b041d28542a6f5735f6ff04530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 17:43:22 +0200 Subject: [PATCH 364/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6cbdb583a34ecde7db933477d681f71b041f7cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 17:53:17 +0200 Subject: [PATCH 365/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 8a7e37cce02c1a28145c8d31c9701e601eeddfd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 17:53:20 +0200 Subject: [PATCH 366/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 98de38935ecbb320e42575c8ef51aad1fe99046a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 18:03:17 +0200 Subject: [PATCH 367/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From f43973768ec5941379e81e00f49d88d195344eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 18:03:21 +0200 Subject: [PATCH 368/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From af49b0adc67a7487bcf816488a7897290ae4fd1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 18:13:39 +0200 Subject: [PATCH 369/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 8000fcba0b9d563262397fe7943487a6a2cf130d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 18:13:43 +0200 Subject: [PATCH 370/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 58d07921e89b92ca1d30d85a75016dea406a1bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 18:23:12 +0200 Subject: [PATCH 371/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d5ce8e29f068bcb187aadf8e3ec623c8a99f6d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 18:23:15 +0200 Subject: [PATCH 372/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 105e2f6ebdb01e48c6a63d2c5b19569ab5cad532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 18:33:20 +0200 Subject: [PATCH 373/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 22ff2d6ae1c5da6d15c1a73b2e26635469b556b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 18:33:23 +0200 Subject: [PATCH 374/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 170428919dbcd7309d7b48ab591d5b7f5c8f63dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 18:44:58 +0200 Subject: [PATCH 375/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6c141ee35e4ff0e7d4e680d36a09a891e0271d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 18:45:01 +0200 Subject: [PATCH 376/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From af36ee727177083b66ab1c4cfc064041ce5c2923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 18:52:55 +0200 Subject: [PATCH 377/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 1ebbd39c612e0e063a7a6aeae897099e9177d08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 18:52:58 +0200 Subject: [PATCH 378/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6a6ed0456213070ef579ea469ddf0dfdc58d01f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 19:02:58 +0200 Subject: [PATCH 379/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 620639fd771a063f11e56ae30723939f650f3970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 19:03:02 +0200 Subject: [PATCH 380/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 94ae687f370e2bc060af52a878dbd046c71e88c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 19:13:25 +0200 Subject: [PATCH 381/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e04faa0c20484ce1a170231cbd157fe3c6fabe75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 19:13:29 +0200 Subject: [PATCH 382/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 5c0d1789c2847aebf020749f672112e279a3b286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 19:23:00 +0200 Subject: [PATCH 383/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 407a5353384c5a3ab71c2f35e4c2ed88c8dfdc73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 19:23:04 +0200 Subject: [PATCH 384/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From eccdae136ad90fdd3c9bf8d8e2eacac693ec7299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 19:32:42 +0200 Subject: [PATCH 385/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From bbd287cea565640050a66262013a1d50dc37bb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 19:32:46 +0200 Subject: [PATCH 386/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b4a29acd466a2c5063032b6054b4009413efa77c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 19:42:44 +0200 Subject: [PATCH 387/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2aeb85e934eeea83c40e0a6fc0de9cee5e4d7c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 19:42:48 +0200 Subject: [PATCH 388/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 515741b78bc0d9cd673ac8c4b66509acf77bdadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 19:52:55 +0200 Subject: [PATCH 389/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From c1bee6946f58bf0e5db9adeeb77ff9a7942cb282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 19:52:59 +0200 Subject: [PATCH 390/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 0fd096be1ab8abd0964c0cfc6f2e84d26a1c3827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 20:05:06 +0200 Subject: [PATCH 391/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 939a5889a8f91c4f8b78a6cf523119146face950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 20:05:10 +0200 Subject: [PATCH 392/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 0b3b77b5dff3b8696f4737be996ec2ed3bf9d9c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 20:13:19 +0200 Subject: [PATCH 393/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 62a13a375c59eeb859155fe51a814ce5afccb480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 20:13:23 +0200 Subject: [PATCH 394/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 67f1a885659798474cb01af57fe442abca11d544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 20:23:22 +0200 Subject: [PATCH 395/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 642c77a3060bc48f3f419803fd583f030c6755e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 20:23:27 +0200 Subject: [PATCH 396/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 0a06adfc66d030e1476675d43b802fa00cb71a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 20:33:02 +0200 Subject: [PATCH 397/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 0014f2b366019b89d6ddc063872c00d3f3fb78d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 20:33:06 +0200 Subject: [PATCH 398/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 56c2f9ceadf550c811c3c997a64500d5a978adf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 20:42:39 +0200 Subject: [PATCH 399/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3051e382e8b95ef4d3e50747877b2aad797755e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 20:42:43 +0200 Subject: [PATCH 400/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 11cbded50dffd1c7fa41c12b0d134b5f977975c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 20:54:58 +0200 Subject: [PATCH 401/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 17c9a57e3dc2506f7d5fc8c7f9ef8a478d3a3d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 20:55:02 +0200 Subject: [PATCH 402/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 4eb82c89e579d257ccf973ee1abeea71597bf1df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 21:02:29 +0200 Subject: [PATCH 403/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From fbf2729a42e0a50d8d6928f8821659a1b735c6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 21:02:33 +0200 Subject: [PATCH 404/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7af9ee8868faff4b818b79076377686215cdd19f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 21:13:07 +0200 Subject: [PATCH 405/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3850c55ec7f9741342b7b409a9b818a710578f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 21:13:10 +0200 Subject: [PATCH 406/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b9f460cc9a68821b65d71d4e24e525ed5504c95f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 21:23:20 +0200 Subject: [PATCH 407/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2fd328c22890946174158897bee06f2cafcda242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 21:23:23 +0200 Subject: [PATCH 408/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 1bad11ee6654c85ed8c037cf55955306e8cb4460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 21:33:38 +0200 Subject: [PATCH 409/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 41a527e88bdeb0c1b4092af7610639db23036338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 21:33:42 +0200 Subject: [PATCH 410/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b07312549c3de408e393d79277811ae696d2a5c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 21:45:34 +0200 Subject: [PATCH 411/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a85386cd9bdfbee433fec2995fb2e1c29a5021cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 21:45:37 +0200 Subject: [PATCH 412/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 4235c5d020fa2a897db8b41cb20337bff2cf5cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 21:52:51 +0200 Subject: [PATCH 413/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6a627a5f83876e9b921603e551f2d54631710fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 21:52:55 +0200 Subject: [PATCH 414/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From bf8e394f1932fb2fe41fd7a4177b792250b0490f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 22:02:46 +0200 Subject: [PATCH 415/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2bbd0d1a7525afd532fa5be48321163bff3e4758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 22:02:50 +0200 Subject: [PATCH 416/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 4c084ebeb4f5870f870354b01bbc4b9673de8f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 22:13:35 +0200 Subject: [PATCH 417/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 311ebb5df578f2b29a6289ef33a78fdc95fffead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 22:13:39 +0200 Subject: [PATCH 418/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From f2e2a547d98040a7c2106647c432b8b9a6b42af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 22:23:17 +0200 Subject: [PATCH 419/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a9256627bc67b676322b3af9b3d810eaf707a39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 22:23:21 +0200 Subject: [PATCH 420/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 4f01f33889e1c676f371f13df303576ddd65ac82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 22:32:45 +0200 Subject: [PATCH 421/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 0f8307d2dd5ea75cab7b519c8a9d746888fd1e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 22:32:49 +0200 Subject: [PATCH 422/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b09d5459604b48c34e23134b61266d1cb75fca17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 22:46:37 +0200 Subject: [PATCH 423/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7c555ecb79c45dd1009f76fc5ce0ea4b25208208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 22:46:41 +0200 Subject: [PATCH 424/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3c77f7543c177a28e6ae9263a4dfcd3b9d4c0147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 22:55:28 +0200 Subject: [PATCH 425/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7283d1b5d1271bba12f5238b166736b9a370c9fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 22:55:31 +0200 Subject: [PATCH 426/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7b6b5ba8a0a33d948550f00e2b9955df1756b012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 23:02:55 +0200 Subject: [PATCH 427/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ee767d34f7a8caac71bfce17ccfba68023f8a0e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 23:03:00 +0200 Subject: [PATCH 428/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 18b7911b1c6cd3d9d0061b1dfcbeb28212b3ca28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 23:15:36 +0200 Subject: [PATCH 429/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 784bf52480bac1bc9fa73d982810986b0dee9f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 23:15:40 +0200 Subject: [PATCH 430/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a56b76a08dbe51d336499a8366d9dd5f5e939baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 23:22:45 +0200 Subject: [PATCH 431/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 412dcdfece81d30e9aa361e59c13b9cecc2cba43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 23:22:48 +0200 Subject: [PATCH 432/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 73e3f03d49c0e617455b4aa45daa64e38c0767ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 23:32:30 +0200 Subject: [PATCH 433/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 14511b56d9165c58f7e5da0eef2da85984939241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 23:32:34 +0200 Subject: [PATCH 434/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b927b0ba58f4dd4aec9cb40faef0a8715a0ec899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 23:44:43 +0200 Subject: [PATCH 435/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 50d0376fdb9b83f86f73fe1d08b6b8e147e6d60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 23:44:46 +0200 Subject: [PATCH 436/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From b23379cec80d67ec9654d9a29d65a878d3904a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 23:54:18 +0200 Subject: [PATCH 437/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 86d263e43c82859b1d678dcd4fec509a519702d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Sun, 30 May 2021 23:54:22 +0200 Subject: [PATCH 438/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From f28210520060cd91fd2ae9dfe0ac51ceeb3e3a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 00:04:05 +0200 Subject: [PATCH 439/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From c29dff2604d3e273134cdade4cb1a69c79c06a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 00:04:09 +0200 Subject: [PATCH 440/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e9deace7094c27a5cb5bd26c9215a14b81aded8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 00:13:00 +0200 Subject: [PATCH 441/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 88690f83e8b4f2ae650f9f819bcbd46e9a26de56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 00:13:03 +0200 Subject: [PATCH 442/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 647baaf4bfc0788e11a4ed12d25f94f7a782d4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 00:22:32 +0200 Subject: [PATCH 443/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 0baad2dc2ed56b165bafb149dfd529c95a58f592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 00:22:36 +0200 Subject: [PATCH 444/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 23bdb70891b7fbdd0a45fa35161038851c13fff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 00:32:35 +0200 Subject: [PATCH 445/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 4d2ed2c8d477d632b6c5a96ebfe5638268cf8fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 00:32:38 +0200 Subject: [PATCH 446/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From abc3ac18ffd2ba9c50dd09a3dcbdba0fb487ebf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 00:42:40 +0200 Subject: [PATCH 447/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e521061a194005a1da7ae0253c651c4814344d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 00:42:44 +0200 Subject: [PATCH 448/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d184d33ad2dcc22b486cecd1d87e4a8a86aadc16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 00:52:42 +0200 Subject: [PATCH 449/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 17e68fa6d10d1a2987bb9b400f20d6621c6ab1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 00:52:46 +0200 Subject: [PATCH 450/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From dead61c4a3ed6ba2cf0d5691f1676fd455ad0537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 01:02:45 +0200 Subject: [PATCH 451/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2964f6426a9bad99fa30bb3e927b1caf7111249e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 01:02:48 +0200 Subject: [PATCH 452/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 5c251bd37cba93286368be8c736bd173f9308ce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 01:12:53 +0200 Subject: [PATCH 453/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 5dc8543b992bae7142b130b18b8c6988a40dc42e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 01:12:57 +0200 Subject: [PATCH 454/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7f5b46a72b2bd011bcc6abeb72185baab5e7094f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 01:22:25 +0200 Subject: [PATCH 455/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 00536eedca696eaa7a82009400c6d81b26031d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 01:22:28 +0200 Subject: [PATCH 456/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9a94c36894d322cd3abb77c2cad05f4b7c7c6a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 01:32:42 +0200 Subject: [PATCH 457/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 3223c469f31f27bc5c115de202ce2f655096fc9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 01:32:45 +0200 Subject: [PATCH 458/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 74f49512487a87eb49e2b94377af7a2d598a6396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 01:42:39 +0200 Subject: [PATCH 459/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7d28ecba1ed1930bb7b94e0f89ea9abb97df1d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 01:42:43 +0200 Subject: [PATCH 460/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From f8393dabe0f35be5ac7eaeb47b88c491659fe861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 01:52:34 +0200 Subject: [PATCH 461/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 760cb3f1e03a755aeb746fe4af3da14fc6b52c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 01:52:37 +0200 Subject: [PATCH 462/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ef1144f2593a66314285af53df0d5949fb51298b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 02:02:45 +0200 Subject: [PATCH 463/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 90a4296658e97bec921b9e563ea43419916690d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 02:02:49 +0200 Subject: [PATCH 464/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 78b400d6bf78077f42858f76a5c80491f6e8b333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 02:19:06 +0200 Subject: [PATCH 465/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 1f59adaf5922d01040d5bf3b1447eb5991c07fb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 31 May 2021 02:19:09 +0200 Subject: [PATCH 466/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 042a99a1dbf691c15effd443431c7207a418f400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 11:10:06 +0200 Subject: [PATCH 467/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 70a147ba12c9a703bab32162e8e1e28f2c19866b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 11:10:56 +0200 Subject: [PATCH 468/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ab24ea1333f0715d88fd35311db196dc9135c4a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 11:21:52 +0200 Subject: [PATCH 469/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2d7fc557996d35db08f12eae07c8dc03f43560de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 11:21:58 +0200 Subject: [PATCH 470/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6d32b85513ac7d9dd20439a49125fe5116b58128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 11:27:40 +0200 Subject: [PATCH 471/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From c4602148101b871241b131c7ed4970eb139f23a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 11:27:42 +0200 Subject: [PATCH 472/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From af4f35ab42ac6923e77d150b13c16934249dd8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 11:47:14 +0200 Subject: [PATCH 473/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e3ae72d575169944e22a7e4b8da9d47d510628c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 11:47:22 +0200 Subject: [PATCH 474/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From fb9b21469d4c79cd95047d04e8edf457f24a3399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 11:52:57 +0200 Subject: [PATCH 475/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 15d31deaac93ee439fead3586d8202c0e6d3e3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 11:53:04 +0200 Subject: [PATCH 476/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 07e4d3c9e51c0ed6b0c32f160d138bfd16805103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 12:05:22 +0200 Subject: [PATCH 477/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From df8e606a1814b39a3dbeaf4ffa7674739eb36ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 12:05:27 +0200 Subject: [PATCH 478/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9b38c39238457d38c96be67f703af3faf3a44a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 12:12:42 +0200 Subject: [PATCH 479/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From bf1953b1a323fdab8fb6bcdca08d58fa4fff92da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 12:12:46 +0200 Subject: [PATCH 480/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 85b7f79c82f5ef9fd28dd513cf6ccfae523065c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 12:19:25 +0200 Subject: [PATCH 481/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ce9c14b97f0c60d81ab8e250e237c1b3a72074e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Fri, 6 Aug 2021 12:19:30 +0200 Subject: [PATCH 482/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2c733fc68335153027f68574ce7445b9c1983f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Wed, 11 Aug 2021 18:58:58 +0200 Subject: [PATCH 483/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 2add2f8cc5c168184b03f3e7550592e232efd9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Wed, 11 Aug 2021 18:59:03 +0200 Subject: [PATCH 484/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d91ca4d08a8c9bf4ccb28a1957e533a7bf4f92de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Wed, 8 Sep 2021 17:03:52 +0200 Subject: [PATCH 485/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a8293d35582c4ea8baef2836052af6d123e4597b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Wed, 8 Sep 2021 17:04:00 +0200 Subject: [PATCH 486/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 000c0bc0b66b1c7fa7bc4790f97ce9733ee6eb22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Wed, 8 Sep 2021 17:11:39 +0200 Subject: [PATCH 487/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 683820bee22312234d268a74ac5590c766831ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Wed, 8 Sep 2021 17:11:46 +0200 Subject: [PATCH 488/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 510c2b7396b878b160fe4156c6267121140efbe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Wed, 8 Sep 2021 17:34:15 +0200 Subject: [PATCH 489/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 9884a13e6303b736da9cf2f11b8b6901c11bc112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Wed, 8 Sep 2021 17:34:21 +0200 Subject: [PATCH 490/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 21cc0e088dc47522637d37c09d3b3bde2b46fcf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Tue, 21 Sep 2021 17:23:51 +0200 Subject: [PATCH 491/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From af17fca059b1a8191ba56659720bc933f61346a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Tue, 21 Sep 2021 17:23:56 +0200 Subject: [PATCH 492/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From bad627a1922c250029704e4c803626db03ea2fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Mon, 8 Nov 2021 17:00:43 +0100 Subject: [PATCH 493/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 233aa645ef49aca459a53b184f5aadd001832385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Mon, 8 Nov 2021 17:00:49 +0100 Subject: [PATCH 494/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From aad45a8a66355d2bfd4ff12a2300c4bf2e8b7b1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Mon, 8 Nov 2021 17:12:39 +0100 Subject: [PATCH 495/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From d7d49ebd1d12311a31647551710795090c896809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Mon, 8 Nov 2021 17:12:46 +0100 Subject: [PATCH 496/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 80604d47217b2ecc3a404345c2e825e3565ee9a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Mon, 8 Nov 2021 17:22:12 +0100 Subject: [PATCH 497/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From e412cffd4913affbdf014cf77f58e28927090ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Mon, 8 Nov 2021 17:22:17 +0100 Subject: [PATCH 498/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From eeaa82482e4b168b8d8bb6d19c35766385cc8b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Mon, 8 Nov 2021 17:35:38 +0100 Subject: [PATCH 499/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From a9981a5aae1bba66fe0d77b59dc2a58b5ed67dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Mon, 8 Nov 2021 17:35:42 +0100 Subject: [PATCH 500/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ee69e256bca8fc9db013ec71f27bb4f8e51dd8e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Fri, 12 Nov 2021 10:32:38 +0100 Subject: [PATCH 501/505] Update source file en.json --- src/locales/en.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..f937d9d849 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort":"Sort the input Array in {{order}} order", + "sort": "Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute":"Calculate the absolute value of the input Integer", + "absolute": "Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input integer by {{argument}}", - "multiply":"Multiply the input Integer by {{factor}}", - "negate":"Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input Integer by {{argument}}", + "multiply": "Multiply the input Integer by {{factor}}", + "negate": "Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum":"Sum {{addend}} to the input Integer" + "sum": "Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,15 +61,14 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, - "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode":"Compute the mode of the values", - "average_mean":"Compute the average mean of the values", + "mode": "Compute the mode of the values", + "average_mean": "Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 7c282842352722346f474f864310d2f8b777748c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Fri, 12 Nov 2021 10:32:46 +0100 Subject: [PATCH 502/505] Update source file en.json --- src/locales/en.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f937d9d849..c5a8e57d72 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,7 +9,7 @@ "map": "Apply the {{subscript}} script on all the elements of the input Array", "reduce": "Reduce all the items in the input Array into a single item of type {{outputType}} by applying the {{reducer}} reducer function", "some": "Tell whether at least one of the items in the input Array passes the condition defined by the {{filter}} filter function", - "sort": "Sort the input Array in {{order}} order", + "sort":"Sort the input Array in {{order}} order", "take": "Take the elements from the input Array between positions {{min}} and {{max}}, and discard all the rest" }, "boolean": { @@ -20,16 +20,16 @@ "hash": "Compute the hash of the input Bytes" }, "integer": { - "absolute": "Calculate the absolute value of the input Integer", + "absolute":"Calculate the absolute value of the input Integer", "greater_than": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", - "lessThan": "Check if the input Integer is less than {{argument}} (output will be Boolean)", + "lessThan": "Check if the input Integer is greater than {{argument}} (output will be Boolean)", "match": "Match the Integer input with {{subscript}} and return the value associated with it. Similar than a switch statement", - "modulo": "Calculate the integer division of the input Integer by {{argument}}", - "multiply": "Multiply the input Integer by {{factor}}", - "negate": "Calculate the negative of the input Integer", + "modulo": "Calculate the integer division of the input integer by {{argument}}", + "multiply":"Multiply the input Integer by {{factor}}", + "negate":"Calculate the negative of the input Integer", "power": "Calculate the input Integer raised to the power of {{exponent}}", "reciprocal": "Calculate the multiplicative inverse (1/x) of the input Integer, and manage the result as Float.", - "sum": "Sum {{addend}} to the input Integer" + "sum":"Sum {{addend}} to the input Integer" }, "float": { "absolute": "Compute the absolute value of the input Float, and manage the result as Float", @@ -61,14 +61,15 @@ "to_upper_case": "Convert to uppercase the input String, and manage the value as String" } }, + "aggregation_tally_description": { "filter": { "deviation_standard": "Discard any result that is more than \"{{number}}\" times the standard deviation times away from the average. Long story short: remove outliers", "mode": "Discard any result that is different from the mode. Long story short: remove outliers" }, "reducer": { - "mode": "Compute the mode of the values", - "average_mean": "Compute the average mean of the values", + "mode":"Compute the mode of the values", + "average_mean":"Compute the average mean of the values", "deviation_standard": "Compute the standard deviation of the values" } } From 6b0bebb656888ac9a9a49766a6c6e91610efe8ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Fri, 12 Nov 2021 10:38:40 +0100 Subject: [PATCH 503/505] Update source file en.json --- src/locales/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..167037f539 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -70,6 +70,7 @@ "reducer": { "mode":"Compute the mode of the values", "average_mean":"Compute the average mean of the values", + "average_median": "Compute the average median of the values", "deviation_standard": "Compute the standard deviation of the values" } } From ba34783f8ccba24549d984b72dac5696d4b61032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Fri, 12 Nov 2021 11:06:59 +0100 Subject: [PATCH 504/505] New translations en.json (Spanish) --- src/locales/es.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/locales/es.json b/src/locales/es.json index 9c42010dff..275e6d224a 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -1,6 +1,6 @@ { "operator_info_description": { - "get_key": "Accede a la '{{key}}' clave de la entrada {{inputType}}, y administra el valor como {{outputType}}", + "get_key": "Access to the '{{key}}' key of the input {{inputType}}, and manage the value as {{outputType}}", "cast": "Convierte el {{inputType}} de entrada en un {{outputType}}", "array": { "count": "Cuenta el número de elementos en el Array de entrada", @@ -69,6 +69,7 @@ "reducer": { "mode": "Calcula la moda de los valores", "average_mean": "Calcula la media aritmética de los valores", + "average_median": "Calcula la mediana de los valores", "deviation_standard": "Calcula la desviación estándar de los valores" } } From 825ae8e7bc7f33273fb6ff5d04895a3c274b7083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC=20//=20asdpc=2Eeth?= Date: Thu, 30 Dec 2021 11:09:19 +0100 Subject: [PATCH 505/505] Update source file en.json --- src/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 167037f539..74ac9bed96 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -71,7 +71,8 @@ "mode":"Compute the mode of the values", "average_mean":"Compute the average mean of the values", "average_median": "Compute the average median of the values", - "deviation_standard": "Compute the standard deviation of the values" + "deviation_standard": "Compute the standard deviation of the values", + "hash_concatenate": "Compute the hash and concatenate the values" } } } \ No newline at end of file