@univerjs/sheets-formula 0.9.2 → 0.9.3-nightly.202507250750
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/index.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/es/index.js +407 -407
- package/lib/es/locale/ca-ES.js +14 -0
- package/lib/es/locale/es-ES.js +14 -0
- package/lib/index.js +407 -407
- package/lib/locale/ca-ES.js +14 -0
- package/lib/locale/es-ES.js +14 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/package.json +13 -9
- package/LICENSE +0 -176
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const a={formula:{progress:{analyzing:"Analitzant",calculating:"Calculant","array-analysis":"Anàlisi de matriu","array-calculation":"Càlcul de matriu",done:"Fet"}}};module.exports=a;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const a={formula:{progress:{analyzing:"Analizando",calculating:"Calculando","array-analysis":"Análisis de matriz","array-calculation":"Cálculo de matriz",done:"Hecho"}}};module.exports=a;
|