diff --git a/src/locales/en.json b/src/locales/en.json index c5a8e57d72..74ac9bed96 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -70,7 +70,9 @@ "reducer": { "mode":"Compute the mode of the values", "average_mean":"Compute the average mean of the values", - "deviation_standard": "Compute the standard deviation of the values" + "average_median": "Compute the average median 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 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" } }