@univerjs/sheets-formula 0.9.2 → 0.9.3

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.
@@ -0,0 +1,14 @@
1
+ const a = {
2
+ formula: {
3
+ progress: {
4
+ analyzing: "Analitzant",
5
+ calculating: "Calculant",
6
+ "array-analysis": "Anàlisi de matriu",
7
+ "array-calculation": "Càlcul de matriu",
8
+ done: "Fet"
9
+ }
10
+ }
11
+ };
12
+ export {
13
+ a as default
14
+ };
@@ -0,0 +1,14 @@
1
+ const a = {
2
+ formula: {
3
+ progress: {
4
+ analyzing: "Analizando",
5
+ calculating: "Calculando",
6
+ "array-analysis": "Análisis de matriz",
7
+ "array-calculation": "Cálculo de matriz",
8
+ done: "Hecho"
9
+ }
10
+ }
11
+ };
12
+ export {
13
+ a as default
14
+ };