@univerjs/sheets-formula-ui 0.10.5 → 0.10.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/en-US.js +2 -2
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +2 -2
- package/lib/cjs/locale/fr-FR.js +2 -2
- package/lib/cjs/locale/ru-RU.js +5 -8
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/locale/ca-ES.js +2 -2
- package/lib/es/locale/en-US.js +6 -6
- package/lib/es/locale/es-ES.js +2 -2
- package/lib/es/locale/fa-IR.js +6 -6
- package/lib/es/locale/fr-FR.js +6 -6
- package/lib/es/locale/ru-RU.js +778 -781
- package/lib/es/locale/vi-VN.js +2 -2
- package/lib/es/locale/zh-CN.js +2 -2
- package/lib/es/locale/zh-TW.js +2 -2
- package/lib/locale/ca-ES.js +2 -2
- package/lib/locale/en-US.js +6 -6
- package/lib/locale/es-ES.js +2 -2
- package/lib/locale/fa-IR.js +6 -6
- package/lib/locale/fr-FR.js +6 -6
- package/lib/locale/ru-RU.js +778 -781
- package/lib/locale/vi-VN.js +2 -2
- package/lib/locale/zh-CN.js +2 -2
- package/lib/locale/zh-TW.js +2 -2
- package/lib/types/locale/function-list/statistical/ru-RU.d.ts +2 -2307
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/en-US.js +2 -2
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +2 -2
- package/lib/umd/locale/fr-FR.js +2 -2
- package/lib/umd/locale/ru-RU.js +2 -5
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +12 -12
package/lib/es/locale/en-US.js
CHANGED
|
@@ -5400,10 +5400,10 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
5400
5400
|
}
|
|
5401
5401
|
],
|
|
5402
5402
|
functionParameter: {
|
|
5403
|
-
values: { name: "values", detail: "
|
|
5404
|
-
weights: { name: "weights", detail: "
|
|
5405
|
-
additionalValues: { name: "additional_values", detail: "
|
|
5406
|
-
additionalWeights: { name: "additional_weights", detail: "
|
|
5403
|
+
values: { name: "values", detail: "The values to be averaged." },
|
|
5404
|
+
weights: { name: "weights", detail: "The corresponding list of weights to apply." },
|
|
5405
|
+
additionalValues: { name: "additional_values", detail: "Additional values to average." },
|
|
5406
|
+
additionalWeights: { name: "additional_weights", detail: "Additional weights to apply." }
|
|
5407
5407
|
}
|
|
5408
5408
|
},
|
|
5409
5409
|
AVERAGEA: {
|
|
@@ -5688,11 +5688,11 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
5688
5688
|
functionParameter: {
|
|
5689
5689
|
number1: {
|
|
5690
5690
|
name: "value1",
|
|
5691
|
-
detail: "
|
|
5691
|
+
detail: "The first argument representing the values that you want to count."
|
|
5692
5692
|
},
|
|
5693
5693
|
number2: {
|
|
5694
5694
|
name: "value2",
|
|
5695
|
-
detail: "
|
|
5695
|
+
detail: "Additional arguments representing the values that you want to count, up to a maximum of 255 arguments."
|
|
5696
5696
|
}
|
|
5697
5697
|
}
|
|
5698
5698
|
},
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -5683,11 +5683,11 @@ Si núm_índice es una fracción, se trunca al entero inferior antes de ser util
|
|
|
5683
5683
|
functionParameter: {
|
|
5684
5684
|
number1: {
|
|
5685
5685
|
name: "valor1",
|
|
5686
|
-
detail: "
|
|
5686
|
+
detail: "El primer argumento que representa los valores que desea contar."
|
|
5687
5687
|
},
|
|
5688
5688
|
number2: {
|
|
5689
5689
|
name: "valor2",
|
|
5690
|
-
detail: "
|
|
5690
|
+
detail: "Argumentos adicionales que representan los valores que desea contar, hasta un máximo de 255 argumentos."
|
|
5691
5691
|
}
|
|
5692
5692
|
}
|
|
5693
5693
|
},
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -5400,10 +5400,10 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
5400
5400
|
}
|
|
5401
5401
|
],
|
|
5402
5402
|
functionParameter: {
|
|
5403
|
-
values: { name: "values", detail: "
|
|
5404
|
-
weights: { name: "weights", detail: "
|
|
5405
|
-
additionalValues: { name: "additional_values", detail: "
|
|
5406
|
-
additionalWeights: { name: "additional_weights", detail: "
|
|
5403
|
+
values: { name: "values", detail: "The values to be averaged." },
|
|
5404
|
+
weights: { name: "weights", detail: "The corresponding list of weights to apply." },
|
|
5405
|
+
additionalValues: { name: "additional_values", detail: "Additional values to average." },
|
|
5406
|
+
additionalWeights: { name: "additional_weights", detail: "Additional weights to apply." }
|
|
5407
5407
|
}
|
|
5408
5408
|
},
|
|
5409
5409
|
AVERAGEA: {
|
|
@@ -5688,11 +5688,11 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
5688
5688
|
functionParameter: {
|
|
5689
5689
|
number1: {
|
|
5690
5690
|
name: "value1",
|
|
5691
|
-
detail: "
|
|
5691
|
+
detail: "The first argument representing the values that you want to count."
|
|
5692
5692
|
},
|
|
5693
5693
|
number2: {
|
|
5694
5694
|
name: "value2",
|
|
5695
|
-
detail: "
|
|
5695
|
+
detail: "Additional arguments representing the values that you want to count, up to a maximum of 255 arguments."
|
|
5696
5696
|
}
|
|
5697
5697
|
}
|
|
5698
5698
|
},
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -5400,10 +5400,10 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
5400
5400
|
}
|
|
5401
5401
|
],
|
|
5402
5402
|
functionParameter: {
|
|
5403
|
-
values: { name: "values", detail: "
|
|
5404
|
-
weights: { name: "weights", detail: "
|
|
5405
|
-
additionalValues: { name: "additional_values", detail: "
|
|
5406
|
-
additionalWeights: { name: "additional_weights", detail: "
|
|
5403
|
+
values: { name: "values", detail: "The values to be averaged." },
|
|
5404
|
+
weights: { name: "weights", detail: "The corresponding list of weights to apply." },
|
|
5405
|
+
additionalValues: { name: "additional_values", detail: "Additional values to average." },
|
|
5406
|
+
additionalWeights: { name: "additional_weights", detail: "Additional weights to apply." }
|
|
5407
5407
|
}
|
|
5408
5408
|
},
|
|
5409
5409
|
AVERAGEA: {
|
|
@@ -5688,11 +5688,11 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
5688
5688
|
functionParameter: {
|
|
5689
5689
|
number1: {
|
|
5690
5690
|
name: "value1",
|
|
5691
|
-
detail: "
|
|
5691
|
+
detail: "The first argument representing the values that you want to count."
|
|
5692
5692
|
},
|
|
5693
5693
|
number2: {
|
|
5694
5694
|
name: "value2",
|
|
5695
|
-
detail: "
|
|
5695
|
+
detail: "Additional arguments representing the values that you want to count, up to a maximum of 255 arguments."
|
|
5696
5696
|
}
|
|
5697
5697
|
}
|
|
5698
5698
|
},
|