@univerjs/sheets-formula-ui 0.16.1 → 0.17.0

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.
Files changed (61) hide show
  1. package/lib/cjs/index.js +5 -5
  2. package/lib/cjs/locale/ca-ES.js +1 -1
  3. package/lib/cjs/locale/en-US.js +1 -1
  4. package/lib/cjs/locale/es-ES.js +1 -1
  5. package/lib/cjs/locale/fa-IR.js +1 -1
  6. package/lib/cjs/locale/fr-FR.js +1 -1
  7. package/lib/cjs/locale/ja-JP.js +1 -1
  8. package/lib/cjs/locale/ko-KR.js +1 -1
  9. package/lib/cjs/locale/ru-RU.js +1 -1
  10. package/lib/cjs/locale/sk-SK.js +1 -1
  11. package/lib/cjs/locale/vi-VN.js +1 -1
  12. package/lib/cjs/locale/zh-CN.js +1 -1
  13. package/lib/cjs/locale/zh-TW.js +1 -1
  14. package/lib/es/index.js +1518 -1559
  15. package/lib/es/locale/ca-ES.js +1 -6
  16. package/lib/es/locale/en-US.js +1 -6
  17. package/lib/es/locale/es-ES.js +1 -6
  18. package/lib/es/locale/fa-IR.js +1 -6
  19. package/lib/es/locale/fr-FR.js +1 -6
  20. package/lib/es/locale/ja-JP.js +1 -6
  21. package/lib/es/locale/ko-KR.js +1 -6
  22. package/lib/es/locale/ru-RU.js +1 -6
  23. package/lib/es/locale/sk-SK.js +1 -6
  24. package/lib/es/locale/vi-VN.js +1 -6
  25. package/lib/es/locale/zh-CN.js +1 -6
  26. package/lib/es/locale/zh-TW.js +1 -6
  27. package/lib/index.js +1518 -1559
  28. package/lib/locale/ca-ES.js +1 -6
  29. package/lib/locale/en-US.js +1 -6
  30. package/lib/locale/es-ES.js +1 -6
  31. package/lib/locale/fa-IR.js +1 -6
  32. package/lib/locale/fr-FR.js +1 -6
  33. package/lib/locale/ja-JP.js +1 -6
  34. package/lib/locale/ko-KR.js +1 -6
  35. package/lib/locale/ru-RU.js +1 -6
  36. package/lib/locale/sk-SK.js +1 -6
  37. package/lib/locale/vi-VN.js +1 -6
  38. package/lib/locale/zh-CN.js +1 -6
  39. package/lib/locale/zh-TW.js +1 -6
  40. package/lib/types/index.d.ts +1 -1
  41. package/lib/types/locale/en-US.d.ts +1 -6
  42. package/lib/types/menu/menu.d.ts +16 -0
  43. package/lib/types/plugin.d.ts +3 -1
  44. package/lib/umd/index.js +5 -5
  45. package/lib/umd/locale/ca-ES.js +1 -1
  46. package/lib/umd/locale/en-US.js +1 -1
  47. package/lib/umd/locale/es-ES.js +1 -1
  48. package/lib/umd/locale/fa-IR.js +1 -1
  49. package/lib/umd/locale/fr-FR.js +1 -1
  50. package/lib/umd/locale/ja-JP.js +1 -1
  51. package/lib/umd/locale/ko-KR.js +1 -1
  52. package/lib/umd/locale/ru-RU.js +1 -1
  53. package/lib/umd/locale/sk-SK.js +1 -1
  54. package/lib/umd/locale/vi-VN.js +1 -1
  55. package/lib/umd/locale/zh-CN.js +1 -1
  56. package/lib/umd/locale/zh-TW.js +1 -1
  57. package/package.json +13 -13
  58. package/lib/types/controllers/formula-auto-fill.controller.d.ts +0 -10
  59. package/lib/types/controllers/menu.d.ts +0 -12
  60. /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
  61. /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
@@ -36,4 +36,4 @@ COMPTA.SI utilitza només un únic criteri. Utilitzeu COMPTA.SI.CONJUNT si voleu
36
36
  2. Majúscules xineses
37
37
  3. Caràcters xinesos de lectura i escriptura`}}},NUMBERVALUE:{description:"Converteix text a nombre d'una manera independent de la configuració regional",abstract:"Converteix text a nombre d'una manera independent de la configuració regional",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/numbervalue-function-1b05c8cf-2bfa-4437-af70-596c7ea7d879"}],functionParameter:{text:{name:"text",detail:"El text a convertir a nombre."},decimalSeparator:{name:"separador_decimal",detail:"El caràcter utilitzat per separar la part entera i la fraccionària del resultat."},groupSeparator:{name:"separador_grup",detail:"El caràcter utilitzat per separar agrupacions de nombres."}}},PHONETIC:{description:"Extreu els caràcters fonètics (furigana) d'una cadena de text",abstract:"Extreu els caràcters fonètics (furigana) d'una cadena de text",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/phonetic-function-9a329dac-0c0f-42f8-9a55-639086988554"}],functionParameter:{number1:{name:"nombre1",detail:"primer"},number2:{name:"nombre2",detail:"segon"}}},PROPER:{description:"Posa en majúscula la primera lletra de cada paraula d'un valor de text",abstract:"Posa en majúscula la primera lletra de cada paraula d'un valor de text",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/proper-function-52a5a283-e8b2-49be-8506-b2887b889f94"}],functionParameter:{text:{name:"text",detail:"Text entre cometes, una fórmula que retorna text o una referència a una cel·la que conté el text que voleu capitalitzar parcialment."}}},REGEXEXTRACT:{description:"Extreu les primeres subcadenes coincidents segons una expressió regular.",abstract:"Extreu les primeres subcadenes coincidents segons una expressió regular.",links:[{title:"Instruccions",url:"https://support.google.com/docs/answer/3098244?sjid=5628197291201472796-AP&hl=ca"}],functionParameter:{text:{name:"text",detail:"El text d'entrada."},regularExpression:{name:"expressió_regular",detail:"Es retornarà la primera part del text que coincideixi amb aquesta expressió."}}},REGEXMATCH:{description:"Indica si un fragment de text coincideix amb una expressió regular.",abstract:"Indica si un fragment de text coincideix amb una expressió regular.",links:[{title:"Instruccions",url:"https://support.google.com/docs/answer/3098292?sjid=5628197291201472796-AP&hl=ca"}],functionParameter:{text:{name:"text",detail:"El text a provar amb l'expressió regular."},regularExpression:{name:"expressió_regular",detail:"L'expressió regular amb la qual provar el text."}}},REGEXREPLACE:{description:"Substitueix part d'una cadena de text per una altra cadena de text mitjançant expressions regulars.",abstract:"Substitueix part d'una cadena de text per una altra cadena de text mitjançant expressions regulars.",links:[{title:"Instruccions",url:"https://support.google.com/docs/answer/3098245?sjid=5628197291201472796-AP&hl=ca"}],functionParameter:{text:{name:"text",detail:"El text, una part del qual serà substituïda."},regularExpression:{name:"expressió_regular",detail:"L'expressió regular. Totes les instàncies coincidents en el text seran substituïdes."},replacement:{name:"substitució",detail:"El text que s'inserirà en el text original."}}},REPLACE:{description:"Reemplaça caràcters dins del text",abstract:"Reemplaça caràcters dins del text",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"text_antic",detail:"Text en el qual voleu reemplaçar alguns caràcters."},startNum:{name:"núm_inicial",detail:"La posició del caràcter en text_antic que voleu reemplaçar amb text_nou."},numChars:{name:"nombre_caràcters",detail:"El nombre de caràcters en text_antic que voleu que REEMPLAÇA reemplaci amb text_nou."},newText:{name:"text_nou",detail:"El text que reemplaçarà els caràcters en text_antic."}}},REPLACEB:{description:"Reemplaça caràcters dins del text",abstract:"Reemplaça caràcters dins del text",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"text_antic",detail:"Text en el qual voleu reemplaçar alguns caràcters."},startNum:{name:"núm_inicial",detail:"La posició del caràcter en text_antic que voleu reemplaçar amb text_nou."},numBytes:{name:"nombre_bytes",detail:"El nombre de bytes en text_antic que voleu que REEMPLAÇAB reemplaci amb text_nou."},newText:{name:"text_nou",detail:"El text que reemplaçarà els caràcters en text_antic."}}},REPT:{description:"Repeteix el text un nombre determinat de vegades",abstract:"Repeteix el text un nombre determinat de vegades",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/rept-function-04c4d778-e712-43b4-9c15-d656582bb061"}],functionParameter:{text:{name:"text",detail:"El text que voleu repetir."},numberTimes:{name:"nombre_vegades",detail:"Un nombre positiu que especifica el nombre de vegades que cal repetir el text."}}},RIGHT:{description:"Retorna els caràcters de més a la dreta d'un valor de text",abstract:"Retorna els caràcters de més a la dreta d'un valor de text",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"text",detail:"La cadena de text que conté els caràcters que voleu extreure."},numChars:{name:"nombre_caràcters",detail:"Especifica el nombre de caràcters que voleu que DRETA extregui."}}},RIGHTB:{description:"Retorna els caràcters de més a la dreta d'un valor de text",abstract:"Retorna els caràcters de més a la dreta d'un valor de text",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"text",detail:"La cadena de text que conté els caràcters que voleu extreure."},numBytes:{name:"nombre_bytes",detail:"Especifica el nombre de caràcters que voleu que DRETAB extregui, basat en bytes."}}},SEARCH:{description:"Troba un valor de text dins d'un altre (no distingeix majúscules de minúscules)",abstract:"Troba un valor de text dins d'un altre (no distingeix majúscules de minúscules)",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"text_buscat",detail:"El text que voleu trobar."},withinText:{name:"dins_text",detail:"El text que conté el text que voleu trobar."},startNum:{name:"núm_inicial",detail:"Especifica el caràcter on començar la cerca. Si ometeu núm_inicial, s'assumeix que és 1."}}},SEARCHB:{description:"Troba un valor de text dins d'un altre (no distingeix majúscules de minúscules)",abstract:"Troba un valor de text dins d'un altre (no distingeix majúscules de minúscules)",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"text_buscat",detail:"El text que voleu trobar."},withinText:{name:"dins_text",detail:"El text que conté el text que voleu trobar."},startNum:{name:"núm_inicial",detail:"Especifica el caràcter on començar la cerca. Si ometeu núm_inicial, s'assumeix que és 1."}}},SUBSTITUTE:{description:"Substitueix text antic per text nou en una cadena de text",abstract:"Substitueix text antic per text nou en una cadena de text",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/substitute-function-6434944e-a904-4336-a9b0-1e58df3bc332"}],functionParameter:{text:{name:"text",detail:"El text o la referència a una cel·la que conté text en el qual voleu substituir caràcters."},oldText:{name:"text_antic",detail:"El text que voleu reemplaçar."},newText:{name:"text_nou",detail:"El text amb el qual voleu reemplaçar text_antic."},instanceNum:{name:"núm_instància",detail:"Especifica quina ocurrència de text_antic voleu reemplaçar amb text_nou. Si especifiqueu núm_instància, només es reemplaça aquesta instància de text_antic. Altrament, cada ocurrència de text_antic en el text es canvia per text_nou."}}},T:{description:"Converteix els seus arguments a text",abstract:"Converteix els seus arguments a text",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/t-function-fb83aeec-45e7-4924-af95-53e073541228"}],functionParameter:{value:{name:"valor",detail:"El valor que voleu provar."}}},TEXT:{description:"Formata un nombre i el converteix a text",abstract:"Formata un nombre i el converteix a text",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/text-function-20d5ac4d-7b94-49fd-bb38-93d29371225c"}],functionParameter:{value:{name:"valor",detail:"Un valor numèric que voleu convertir en text."},formatText:{name:"format_text",detail:"Una cadena de text que defineix el format que voleu aplicar al valor subministrat."}}},TEXTAFTER:{description:"Retorna el text que apareix després d'un caràcter o cadena donats",abstract:"Retorna el text que apareix després d'un caràcter o cadena donats",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/textafter-function-c8db2546-5b51-416a-9690-c7e6722e90b4"}],functionParameter:{text:{name:"text",detail:"El text dins del qual esteu cercant. No es permeten caràcters comodí."},delimiter:{name:"delimitador",detail:"El text que marca el punt després del qual voleu extreure."},instanceNum:{name:"núm_instància",detail:"La instància del delimitador després de la qual voleu extreure el text."},matchMode:{name:"mode_coincidència",detail:"Determina si la cerca de text distingeix entre majúscules i minúscules. El valor per defecte és sensible a majúscules i minúscules."},matchEnd:{name:"coincidència_final",detail:"Tracta el final del text com un delimitador. Per defecte, el text és una coincidència exacta."},ifNotFound:{name:"si_no_es_troba",detail:"Valor retornat si no es troba cap coincidència. Per defecte, es retorna #N/A."}}},TEXTBEFORE:{description:"Retorna el text que apareix abans d'un caràcter o cadena donats",abstract:"Retorna el text que apareix abans d'un caràcter o cadena donats",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/textbefore-function-d099c28a-dba8-448e-ac6c-f086d0fa1b29"}],functionParameter:{text:{name:"text",detail:"El text dins del qual esteu cercant. No es permeten caràcters comodí."},delimiter:{name:"delimitador",detail:"El text que marca el punt abans del qual voleu extreure."},instanceNum:{name:"núm_instància",detail:"La instància del delimitador abans de la qual voleu extreure el text."},matchMode:{name:"mode_coincidència",detail:"Determina si la cerca de text distingeix entre majúscules i minúscules. El valor per defecte és sensible a majúscules i minúscules."},matchEnd:{name:"coincidència_final",detail:"Tracta el final del text com un delimitador. Per defecte, el text és una coincidència exacta."},ifNotFound:{name:"si_no_es_troba",detail:"Valor retornat si no es troba cap coincidència. Per defecte, es retorna #N/A."}}},TEXTJOIN:{description:"Text: Combina el text de múltiples rangs i/o cadenes",abstract:"Text: Combina el text de múltiples rangs i/o cadenes",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/textjoin-function-357b449a-ec91-49d0-80c3-0e8fc845691c"}],functionParameter:{delimiter:{name:"delimitador",detail:"Una cadena de text, buida o amb un o més caràcters tancats entre cometes dobles, o una referència a una cadena de text vàlida."},ignoreEmpty:{name:"ignora_buits",detail:"Si és CERT, ignora les cel·les buides."},text1:{name:"text1",detail:"Element de text a unir. Una cadena de text, o una matriu de cadenes, com un rang de cel·les."},text2:{name:"text2",detail:"Elements de text addicionals a unir. Pot haver-hi un màxim de 252 arguments de text per als elements de text, inclòs text1. Cadascun pot ser una cadena de text, o una matriu de cadenes, com un rang de cel·les."}}},TEXTSPLIT:{description:"Divideix cadenes de text utilitzant delimitadors de columna i fila",abstract:"Divideix cadenes de text utilitzant delimitadors de columna i fila",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/textsplit-function-b1ca414e-4c21-4ca0-b1b7-bdecace8a6e7"}],functionParameter:{text:{name:"text",detail:"El text a dividir."},colDelimiter:{name:"delimitador_col",detail:"El caràcter o cadena pel qual dividir la columna."},rowDelimiter:{name:"delimitador_fila",detail:"El caràcter o cadena en què dividir la línia."},ignoreEmpty:{name:"ignora_buits",detail:"Si s'han d'ignorar les cel·les buides. El valor per defecte és FALS."},matchMode:{name:"mode_coincidència",detail:"Cerca una coincidència de delimitador en el text. Per defecte, es fa una coincidència sensible a majúscules i minúscules."},padWith:{name:"omplir_amb",detail:"El valor a utilitzar per a l'ompliment. Per defecte, s'utilitza #N/A."}}},TRIM:{description:"Elimina tots els espais del text excepte els espais individuals entre paraules.",abstract:"Elimina espais del text",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/trim-function-410388fa-c5df-49c6-b16c-9e5630b479f9"}],functionParameter:{text:{name:"text",detail:"El text del qual voleu eliminar els espais."}}},UNICHAR:{description:"Retorna el caràcter Unicode que es referencia pel valor numèric donat",abstract:"Retorna el caràcter Unicode que es referencia pel valor numèric donat",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/unichar-function-ffeb64f5-f131-44c6-b332-5cd72f0659b8"}],functionParameter:{number:{name:"nombre",detail:"El Nombre és el número Unicode que representa el caràcter."}}},UNICODE:{description:"Retorna el nombre (punt de codi) que correspon al primer caràcter del text",abstract:"Retorna el nombre (punt de codi) que correspon al primer caràcter del text",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/unicode-function-adb74aaa-a2a5-4dde-aff6-966e4e81f16f"}],functionParameter:{text:{name:"text",detail:"El Text és el caràcter del qual voleu el valor Unicode."}}},UPPER:{description:"Converteix el text a majúscules",abstract:"Converteix el text a majúscules",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/upper-function-c11f29b3-d1a3-4537-8df6-04d0049963d6"}],functionParameter:{text:{name:"text",detail:"El text que voleu convertir a majúscules."}}},VALUE:{description:"Converteix un argument de text a un nombre",abstract:"Converteix un argument de text a un nombre",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/value-function-257d0108-07dc-437d-ae1c-bc2d3953d8c2"}],functionParameter:{text:{name:"text",detail:"El text entre cometes o una referència a una cel·la que conté el text que voleu convertir."}}},VALUETOTEXT:{description:"Retorna text des de qualsevol valor especificat",abstract:"Retorna text des de qualsevol valor especificat",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/valuetotext-function-5fff61a2-301a-4ab2-9ffa-0a5242a08fea"}],functionParameter:{value:{name:"valor",detail:"El valor a retornar com a text."},format:{name:"format",detail:`El format de les dades retornades. Pot ser un de dos valors:
38
38
  0 Predeterminat. Format concís i fàcil de llegir.
39
- 1 Format estricte que inclou caràcters d'escapament i delimitadors de fila. Genera una cadena que es pot analitzar en introduir-la a la barra de fórmules. Encapsula les cadenes retornades entre cometes, excepte per a valors booleans, nombres i errors.`}}},CALL:{description:"Crida a un procediment en una biblioteca d'enllaç dinàmic o recurs de codi",abstract:"Crida a un procediment en una biblioteca d'enllaç dinàmic o recurs de codi",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"nombre1",detail:"primer"},number2:{name:"nombre2",detail:"segon"}}},EUROCONVERT:{description:"Converteix un nombre a euros, converteix un nombre d'euros a una moneda d'un membre de l'euro, o converteix un nombre d'una moneda d'un membre de l'euro a una altra utilitzant l'euro com a intermediari (triangulació)",abstract:"Converteix un nombre a euros, converteix un nombre d'euros a una moneda d'un membre de l'euro, o converteix un nombre d'una moneda d'un membre de l'euro a una altra utilitzant l'euro com a intermediari (triangulació)",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"nombre1",detail:"primer"},number2:{name:"nombre2",detail:"segon"}}},REGISTER_ID:{description:"Retorna l'ID de registre de la biblioteca d'enllaç dinàmic (DLL) especificada o del recurs de codi que s'ha registrat prèviament",abstract:"Retorna l'ID de registre de la biblioteca d'enllaç dinàmic (DLL) especificada o del recurs de codi que s'ha registrat prèviament",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"nombre1",detail:"primer"},number2:{name:"nombre2",detail:"segon"}}}},f={},p={ENCODEURL:{description:"Retorna una cadena codificada en URL",abstract:"Retorna una cadena codificada en URL",links:[{title:"Instrucció",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"text",detail:"Una cadena que s’ha de codificar en URL"}}},FILTERXML:{description:"Retorna dades específiques del contingut XML utilitzant la XPath especificada",abstract:"Retorna dades específiques del contingut XML utilitzant la XPath especificada",links:[{title:"Instrucció",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"nombre1",detail:"primer"},number2:{name:"nombre2",detail:"segon"}}},WEBSERVICE:{description:"Retorna dades d’un servei web",abstract:"Retorna dades d’un servei web",links:[{title:"Instrucció",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"nombre1",detail:"primer"},number2:{name:"nombre2",detail:"segon"}}}},b={shortcut:{"sheets-formula-ui":{"quick-sum":"Suma ràpida"}},formula:{insert:{tooltip:"Funcions",sum:"SUMA",average:"MITJANA",count:"COMPTAR",max:"MÀX",min:"MÍN",more:"Més funcions..."},functionList:{...o,...r,...u,...d,...l,...n,...m,...c,...s,...i,...t,...a,...p,...e,...f},prompt:{helpExample:"EXEMPLE",helpAbstract:"SOBRE",required:"Obligatori.",optional:"Opcional."},error:{title:"Error",divByZero:"Error de divisió per zero",name:"Error de nom no vàlid",value:"Error en el valor",num:"Error numèric",na:"Error de valor no disponible",cycle:"Error de referència circular",ref:"Error de referència de cel·la no vàlida",spill:"L'interval de vessament no està buit",calc:"Error de càlcul",error:"Error",connect:"Obtenint dades",null:"Error nul"},functionType:{financial:"Financera",date:"Data i hora",math:"Matemàtiques i trigonometria",statistical:"Estadística",lookup:"Cerca i referència",database:"Base de dades",text:"Text",logical:"Lògica",information:"Informació",engineering:"Enginyeria",cube:"Cub",compatibility:"Compatibilitat",web:"Web",array:"Matriu",univer:"Univer",user:"Definida per l'usuari",definedname:"Nom definit"},moreFunctions:{confirm:"Confirma",prev:"Anterior",next:"Següent",searchFunctionPlaceholder:"Cerca funció",allFunctions:"Totes les funcions",syntax:"SINTAXI"},operation:{copyFormulaOnly:"Copia només la fórmula",pasteFormula:"Enganxa la fórmula"}}};module.exports=b;
39
+ 1 Format estricte que inclou caràcters d'escapament i delimitadors de fila. Genera una cadena que es pot analitzar en introduir-la a la barra de fórmules. Encapsula les cadenes retornades entre cometes, excepte per a valors booleans, nombres i errors.`}}},CALL:{description:"Crida a un procediment en una biblioteca d'enllaç dinàmic o recurs de codi",abstract:"Crida a un procediment en una biblioteca d'enllaç dinàmic o recurs de codi",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"nombre1",detail:"primer"},number2:{name:"nombre2",detail:"segon"}}},EUROCONVERT:{description:"Converteix un nombre a euros, converteix un nombre d'euros a una moneda d'un membre de l'euro, o converteix un nombre d'una moneda d'un membre de l'euro a una altra utilitzant l'euro com a intermediari (triangulació)",abstract:"Converteix un nombre a euros, converteix un nombre d'euros a una moneda d'un membre de l'euro, o converteix un nombre d'una moneda d'un membre de l'euro a una altra utilitzant l'euro com a intermediari (triangulació)",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"nombre1",detail:"primer"},number2:{name:"nombre2",detail:"segon"}}},REGISTER_ID:{description:"Retorna l'ID de registre de la biblioteca d'enllaç dinàmic (DLL) especificada o del recurs de codi que s'ha registrat prèviament",abstract:"Retorna l'ID de registre de la biblioteca d'enllaç dinàmic (DLL) especificada o del recurs de codi que s'ha registrat prèviament",links:[{title:"Instruccions",url:"https://support.microsoft.com/ca-es/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"nombre1",detail:"primer"},number2:{name:"nombre2",detail:"segon"}}}},f={},p={ENCODEURL:{description:"Retorna una cadena codificada en URL",abstract:"Retorna una cadena codificada en URL",links:[{title:"Instrucció",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"text",detail:"Una cadena que s’ha de codificar en URL"}}},FILTERXML:{description:"Retorna dades específiques del contingut XML utilitzant la XPath especificada",abstract:"Retorna dades específiques del contingut XML utilitzant la XPath especificada",links:[{title:"Instrucció",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"nombre1",detail:"primer"},number2:{name:"nombre2",detail:"segon"}}},WEBSERVICE:{description:"Retorna dades d’un servei web",abstract:"Retorna dades d’un servei web",links:[{title:"Instrucció",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"nombre1",detail:"primer"},number2:{name:"nombre2",detail:"segon"}}}},b={shortcut:{"sheets-formula-ui":{"quick-sum":"Suma ràpida"}},formula:{insert:{tooltip:"Funcions",common:"Funcions habituals"},functionList:{...o,...r,...u,...d,...l,...n,...m,...c,...s,...i,...t,...a,...p,...e,...f},prompt:{helpExample:"EXEMPLE",helpAbstract:"SOBRE",required:"Obligatori.",optional:"Opcional."},error:{title:"Error",divByZero:"Error de divisió per zero",name:"Error de nom no vàlid",value:"Error en el valor",num:"Error numèric",na:"Error de valor no disponible",cycle:"Error de referència circular",ref:"Error de referència de cel·la no vàlida",spill:"L'interval de vessament no està buit",calc:"Error de càlcul",error:"Error",connect:"Obtenint dades",null:"Error nul"},functionType:{financial:"Financera",date:"Data i hora",math:"Matemàtiques i trigonometria",statistical:"Estadística",lookup:"Cerca i referència",database:"Base de dades",text:"Text",logical:"Lògica",information:"Informació",engineering:"Enginyeria",cube:"Cub",compatibility:"Compatibilitat",web:"Web",array:"Matriu",univer:"Univer",user:"Definida per l'usuari",definedname:"Nom definit"},moreFunctions:{confirm:"Confirma",prev:"Anterior",next:"Següent",searchFunctionPlaceholder:"Cerca funció",allFunctions:"Totes les funcions",syntax:"SINTAXI"},operation:{copyFormulaOnly:"Copia només la fórmula",pasteFormula:"Enganxa la fórmula"}}};module.exports=b;
@@ -41,4 +41,4 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
41
41
  2. Chinese uppercase
42
42
  3. Reading and Writing Chinese Characters`}}},NUMBERVALUE:{description:"Converts text to number in a locale-independent manner",abstract:"Converts text to number in a locale-independent manner",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/numbervalue-function-1b05c8cf-2bfa-4437-af70-596c7ea7d879"}],functionParameter:{text:{name:"text",detail:"The text to convert to a number."},decimalSeparator:{name:"decimal_separator",detail:"The character used to separate the integer and fractional part of the result."},groupSeparator:{name:"group_separator",detail:"The character used to separate groupings of numbers."}}},PHONETIC:{description:"Extracts the phonetic (furigana) characters from a text string",abstract:"Extracts the phonetic (furigana) characters from a text string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/phonetic-function-9a329dac-0c0f-42f8-9a55-639086988554"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},PROPER:{description:"Capitalizes the first letter in each word of a text value",abstract:"Capitalizes the first letter in each word of a text value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/proper-function-52a5a283-e8b2-49be-8506-b2887b889f94"}],functionParameter:{text:{name:"text",detail:"Text enclosed in quotation marks, a formula that returns text, or a reference to a cell containing the text you want to partially capitalize."}}},REGEXEXTRACT:{description:"Extracts the first matching substrings according to a regular expression.",abstract:"Extracts the first matching substrings according to a regular expression.",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/3098244?sjid=5628197291201472796-AP&hl=en"}],functionParameter:{text:{name:"text",detail:"The input text."},regularExpression:{name:"regular_expression",detail:"The first part of text that matches this expression will be returned."}}},REGEXMATCH:{description:"Whether a piece of text matches a regular expression.",abstract:"Whether a piece of text matches a regular expression.",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/3098292?sjid=5628197291201472796-AP&hl=en"}],functionParameter:{text:{name:"text",detail:"The text to be tested against the regular expression."},regularExpression:{name:"regular_expression",detail:"The regular expression to test the text against."}}},REGEXREPLACE:{description:"Replaces part of a text string with a different text string using regular expressions.",abstract:"Replaces part of a text string with a different text string using regular expressions.",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/3098245?sjid=5628197291201472796-AP&hl=en"}],functionParameter:{text:{name:"text",detail:"The text, a part of which will be replaced."},regularExpression:{name:"regular_expression",detail:"The regular expression. All matching instances in text will be replaced."},replacement:{name:"replacement",detail:"The text which will be inserted into the original text."}}},REPLACE:{description:"Replaces characters within text",abstract:"Replaces characters within text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"old_text",detail:"Text in which you want to replace some characters."},startNum:{name:"start_num",detail:"The position of the character in old_text that you want to replace with new_text."},numChars:{name:"num_chars",detail:"The number of characters in old_text that you want REPLACE to replace with new_text."},newText:{name:"new_text",detail:"The text that will replace characters in old_text."}}},REPLACEB:{description:"Replaces characters within text",abstract:"Replaces characters within text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"old_text",detail:"Text in which you want to replace some characters."},startNum:{name:"start_num",detail:"The position of the character in old_text that you want to replace with new_text."},numBytes:{name:"num_bytes",detail:"The number of bytes in old_text that you want REPLACEB to replace with new_text."},newText:{name:"new_text",detail:"The text that will replace characters in old_text."}}},REPT:{description:"Repeats text a given number of times",abstract:"Repeats text a given number of times",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/rept-function-04c4d778-e712-43b4-9c15-d656582bb061"}],functionParameter:{text:{name:"text",detail:"The text you want to repeat."},numberTimes:{name:"number_times",detail:"A positive number specifying the number of times to repeat text."}}},RIGHT:{description:"Returns the rightmost characters from a text value",abstract:"Returns the rightmost characters from a text value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"text",detail:"The text string containing the characters you want to extract."},numChars:{name:"num_chars",detail:"Specifies the number of characters you want RIGHT to extract."}}},RIGHTB:{description:"Returns the rightmost characters from a text value",abstract:"Returns the rightmost characters from a text value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"text",detail:"The text string containing the characters you want to extract."},numBytes:{name:"num_bytes",detail:"Specifies the number of characters you want RIGHTB to extract, based on bytes."}}},SEARCH:{description:"Finds one text value within another (not case-sensitive)",abstract:"Finds one text value within another (not case-sensitive)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"find_text",detail:"The text you want to find."},withinText:{name:"within_text",detail:"The text containing the text you want to find."},startNum:{name:"start_num",detail:"Specifies the character at which to start the search. If you omit start_num, it is assumed to be 1."}}},SEARCHB:{description:"Finds one text value within another (not case-sensitive)",abstract:"Finds one text value within another (not case-sensitive)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"find_text",detail:"The text you want to find."},withinText:{name:"within_text",detail:"The text containing the text you want to find."},startNum:{name:"start_num",detail:"Specifies the character at which to start the search. If you omit start_num, it is assumed to be 1."}}},SUBSTITUTE:{description:"Substitutes new text for old text in a text string",abstract:"Substitutes new text for old text in a text string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/substitute-function-6434944e-a904-4336-a9b0-1e58df3bc332"}],functionParameter:{text:{name:"text",detail:"The text or the reference to a cell containing text for which you want to substitute characters."},oldText:{name:"old_text",detail:"The text you want to replace."},newText:{name:"new_text",detail:"The text you want to replace old_text with."},instanceNum:{name:"instance_num",detail:"Specifies which occurrence of old_text you want to replace with new_text. If you specify instance_num, only that instance of old_text is replaced. Otherwise, every occurrence of old_text in text is changed to new_text."}}},T:{description:"Converts its arguments to text",abstract:"Converts its arguments to text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/t-function-fb83aeec-45e7-4924-af95-53e073541228"}],functionParameter:{value:{name:"value",detail:"The value you want to test."}}},TEXT:{description:"Formats a number and converts it to text",abstract:"Formats a number and converts it to text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/text-function-20d5ac4d-7b94-49fd-bb38-93d29371225c"}],functionParameter:{value:{name:"value",detail:"A numeric value that you want to be converted into text."},formatText:{name:"format_text",detail:"A text string that defines the formatting that you want to be applied to the supplied value."}}},TEXTAFTER:{description:"Returns text that occurs after given character or string",abstract:"Returns text that occurs after given character or string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textafter-function-c8db2546-5b51-416a-9690-c7e6722e90b4"}],functionParameter:{text:{name:"text",detail:"The text you are searching within. Wildcard characters not allowed."},delimiter:{name:"delimiter",detail:"The text that marks the point after which you want to extract."},instanceNum:{name:"instance_num",detail:"The instance of the delimiter after which you want to extract the text."},matchMode:{name:"match_mode",detail:"Determines whether the text search is case-sensitive. The default is case-sensitive."},matchEnd:{name:"match_end",detail:"Treats the end of text as a delimiter. By default, the text is an exact match."},ifNotFound:{name:"if_not_found",detail:"Value returned if no match is found. By default, #N/A is returned."}}},TEXTBEFORE:{description:"Returns text that occurs before a given character or string",abstract:"Returns text that occurs before a given character or string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textbefore-function-d099c28a-dba8-448e-ac6c-f086d0fa1b29"}],functionParameter:{text:{name:"text",detail:"The text you are searching within. Wildcard characters not allowed."},delimiter:{name:"delimiter",detail:"The text that marks the point after which you want to extract."},instanceNum:{name:"instance_num",detail:"The instance of the delimiter after which you want to extract the text."},matchMode:{name:"match_mode",detail:"Determines whether the text search is case-sensitive. The default is case-sensitive."},matchEnd:{name:"match_end",detail:"Treats the end of text as a delimiter. By default, the text is an exact match."},ifNotFound:{name:"if_not_found",detail:"Value returned if no match is found. By default, #N/A is returned."}}},TEXTJOIN:{description:"Text: Combines the text from multiple ranges and/or strings",abstract:"Text: Combines the text from multiple ranges and/or strings",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textjoin-function-357b449a-ec91-49d0-80c3-0e8fc845691c"}],functionParameter:{delimiter:{name:"delimiter",detail:"A text string, either empty, or one or more characters enclosed by double quotes, or a reference to a valid text string."},ignoreEmpty:{name:"ignore_empty",detail:"If TRUE, ignores empty cells."},text1:{name:"text1",detail:"Text item to be joined. A text string, or array of strings, such as a range of cells."},text2:{name:"text2",detail:"Additional text items to be joined. There can be a maximum of 252 text arguments for the text items, including text1. Each can be a text string, or array of strings, such as a range of cells."}}},TEXTSPLIT:{description:"Splits text strings by using column and row delimiters",abstract:"Splits text strings by using column and row delimiters",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textsplit-function-b1ca414e-4c21-4ca0-b1b7-bdecace8a6e7"}],functionParameter:{text:{name:"text",detail:"The text to split."},colDelimiter:{name:"col_delimiter",detail:"The character or string by which to split the column."},rowDelimiter:{name:"row_delimiter",detail:"The character or string on which to split the line."},ignoreEmpty:{name:"ignore_empty",detail:"Whether to ignore empty cells. The default is FALSE."},matchMode:{name:"match_mode",detail:"Searches for a delimiter match in the text. By default, a case-sensitive match is done."},padWith:{name:"pad_with",detail:"The value to use for padding. By default, #N/A is used."}}},TRIM:{description:"Removes all spaces from text except for single spaces between words.",abstract:"Removes spaces from text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/trim-function-410388fa-c5df-49c6-b16c-9e5630b479f9"}],functionParameter:{text:{name:"text",detail:"The text from which you want spaces removed."}}},UNICHAR:{description:"Returns the Unicode character that is references by the given numeric value",abstract:"Returns the Unicode character that is references by the given numeric value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/unichar-function-ffeb64f5-f131-44c6-b332-5cd72f0659b8"}],functionParameter:{number:{name:"number",detail:"Number is the Unicode number that represents the character."}}},UNICODE:{description:"Returns the number (code point) that corresponds to the first character of the text",abstract:"Returns the number (code point) that corresponds to the first character of the text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/unicode-function-adb74aaa-a2a5-4dde-aff6-966e4e81f16f"}],functionParameter:{text:{name:"text",detail:"Text is the character for which you want the Unicode value."}}},UPPER:{description:"Converts text to uppercase",abstract:"Converts text to uppercase",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/upper-function-c11f29b3-d1a3-4537-8df6-04d0049963d6"}],functionParameter:{text:{name:"text",detail:"The text you want converted to uppercase."}}},VALUE:{description:"Converts a text argument to a number",abstract:"Converts a text argument to a number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/value-function-257d0108-07dc-437d-ae1c-bc2d3953d8c2"}],functionParameter:{text:{name:"text",detail:"The text enclosed in quotation marks or a reference to a cell containing the text you want to convert."}}},VALUETOTEXT:{description:"Returns text from any specified value",abstract:"Returns text from any specified value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/valuetotext-function-5fff61a2-301a-4ab2-9ffa-0a5242a08fea"}],functionParameter:{value:{name:"value",detail:"The value to return as text."},format:{name:"format",detail:`The format of the returned data. It can be one of two values:
43
43
  0 Default. Concise format that is easy to read.
44
- 1 Strict format that includes escape characters and row delimiters. Generates a string that can be parsed when entered into the formula bar. Encapsulates returned strings in quotes except for Booleans, Numbers and Errors.`}}},CALL:{description:"Calls a procedure in a dynamic link library or code resource",abstract:"Calls a procedure in a dynamic link library or code resource",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",abstract:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",abstract:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},d={},h={ENCODEURL:{description:"Returns a URL-encoded string",abstract:"Returns a URL-encoded string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"text",detail:"A string to be URL encoded"}}},FILTERXML:{description:"Returns specific data from the XML content by using the specified XPath",abstract:"Returns specific data from the XML content by using the specified XPath",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"Returns data from a web service",abstract:"Returns data from a web service",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},p={shortcut:{"sheets-formula-ui":{"quick-sum":"Quick Sum"}},formula:{insert:{tooltip:"Functions",sum:"SUM",average:"AVERAGE",count:"COUNT",max:"MAX",min:"MIN",more:"More Functions..."},functionList:{...o,...r,...l,...m,...c,...n,...f,...u,...s,...i,...a,...t,...h,...e,...d},prompt:{helpExample:"EXAMPLE",helpAbstract:"ABOUT",required:"Required.",optional:"Optional."},error:{title:"Error",divByZero:"Divide by zero error",name:"Invalid name error",value:"Error in value",num:"Number error",na:"Value not available error",cycle:"Circular reference error",ref:"Invalid cell reference error",spill:"Spill range isn't blank",calc:"Calculation error",error:"Error",connect:"Getting data",null:"Null Error"},functionType:{financial:"Financial",date:"Date & Time",math:"Math & Trig",statistical:"Statistical",lookup:"Lookup & Reference",database:"Database",text:"Text",logical:"Logical",information:"Information",engineering:"Engineering",cube:"Cube",compatibility:"Compatibility",web:"Web",array:"Array",univer:"Univer",user:"User Defined",definedname:"Defined Name"},moreFunctions:{confirm:"Confirm",prev:"Previous",next:"Next",searchFunctionPlaceholder:"Search function",allFunctions:"All Functions",syntax:"SYNTAX"},operation:{copyFormulaOnly:"Copy Formula Only",pasteFormula:"Paste Formula"}}};module.exports=p;
44
+ 1 Strict format that includes escape characters and row delimiters. Generates a string that can be parsed when entered into the formula bar. Encapsulates returned strings in quotes except for Booleans, Numbers and Errors.`}}},CALL:{description:"Calls a procedure in a dynamic link library or code resource",abstract:"Calls a procedure in a dynamic link library or code resource",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",abstract:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",abstract:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},d={},h={ENCODEURL:{description:"Returns a URL-encoded string",abstract:"Returns a URL-encoded string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"text",detail:"A string to be URL encoded"}}},FILTERXML:{description:"Returns specific data from the XML content by using the specified XPath",abstract:"Returns specific data from the XML content by using the specified XPath",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"Returns data from a web service",abstract:"Returns data from a web service",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},p={shortcut:{"sheets-formula-ui":{"quick-sum":"Quick Sum"}},formula:{insert:{tooltip:"Functions",common:"Common Functions"},functionList:{...o,...r,...l,...m,...c,...n,...f,...u,...s,...i,...a,...t,...h,...e,...d},prompt:{helpExample:"EXAMPLE",helpAbstract:"ABOUT",required:"Required.",optional:"Optional."},error:{title:"Error",divByZero:"Divide by zero error",name:"Invalid name error",value:"Error in value",num:"Number error",na:"Value not available error",cycle:"Circular reference error",ref:"Invalid cell reference error",spill:"Spill range isn't blank",calc:"Calculation error",error:"Error",connect:"Getting data",null:"Null Error"},functionType:{financial:"Financial",date:"Date & Time",math:"Math & Trig",statistical:"Statistical",lookup:"Lookup & Reference",database:"Database",text:"Text",logical:"Logical",information:"Information",engineering:"Engineering",cube:"Cube",compatibility:"Compatibility",web:"Web",array:"Array",univer:"Univer",user:"User Defined",definedname:"Defined Name"},moreFunctions:{confirm:"Confirm",prev:"Previous",next:"Next",searchFunctionPlaceholder:"Search function",allFunctions:"All Functions",syntax:"SYNTAX"},operation:{copyFormulaOnly:"Copy Formula Only",pasteFormula:"Paste Formula"}}};module.exports=p;
@@ -36,4 +36,4 @@ CONTAR.SI usa solo un único criterio. Use CONTAR.SI.CONJUNTO si desea usar múl
36
36
  2. Mayúsculas chinas
37
37
  3. Caracteres chinos para lectura y escritura`}}},NUMBERVALUE:{description:"Convierte texto a número de una manera independiente de la configuración regional",abstract:"Convierte texto a número de una manera independiente de la configuración regional",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/numbervalue-function-1b05c8cf-2bfa-4437-af70-596c7ea7d879"}],functionParameter:{text:{name:"texto",detail:"El texto a convertir en número."},decimalSeparator:{name:"separador_decimal",detail:"El carácter utilizado para separar la parte entera y la fraccionaria del resultado."},groupSeparator:{name:"separador_de_grupo",detail:"El carácter utilizado para separar agrupaciones de números."}}},PHONETIC:{description:"Extrae los caracteres fonéticos (furigana) de una cadena de texto",abstract:"Extrae los caracteres fonéticos (furigana) de una cadena de texto",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/phonetic-function-9a329dac-0c0f-42f8-9a55-639086988554"}],functionParameter:{number1:{name:"número1",detail:"primero"},number2:{name:"número2",detail:"segundo"}}},PROPER:{description:"Pone en mayúscula la primera letra de cada palabra de un valor de texto",abstract:"Pone en mayúscula la primera letra de cada palabra de un valor de texto",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/proper-function-52a5a283-e8b2-49be-8506-b2887b889f94"}],functionParameter:{text:{name:"texto",detail:"Texto entre comillas, una fórmula que devuelve texto o una referencia a una celda que contiene el texto que desea capitalizar parcialmente."}}},REGEXEXTRACT:{description:"Extrae las primeras subcadenas coincidentes según una expresión regular.",abstract:"Extrae las primeras subcadenas coincidentes según una expresión regular.",links:[{title:"Instrucciones",url:"https://support.google.com/docs/answer/3098244?sjid=5628197291201472796-AP&hl=es"}],functionParameter:{text:{name:"texto",detail:"El texto de entrada."},regularExpression:{name:"expresión_regular",detail:"Se devolverá la primera parte del texto que coincida con esta expresión."}}},REGEXMATCH:{description:"Si un fragmento de texto coincide con una expresión regular.",abstract:"Si un fragmento de texto coincide con una expresión regular.",links:[{title:"Instrucciones",url:"https://support.google.com/docs/answer/3098292?sjid=5628197291201472796-AP&hl=es"}],functionParameter:{text:{name:"texto",detail:"El texto que se probará con la expresión regular."},regularExpression:{name:"expresión_regular",detail:"La expresión regular con la que se probará el texto."}}},REGEXREPLACE:{description:"Reemplaza parte de una cadena de texto con una cadena de texto diferente usando expresiones regulares.",abstract:"Reemplaza parte de una cadena de texto con una cadena de texto diferente usando expresiones regulares.",links:[{title:"Instrucciones",url:"https://support.google.com/docs/answer/3098245?sjid=5628197291201472796-AP&hl=es"}],functionParameter:{text:{name:"texto",detail:"El texto, del cual se reemplazará una parte."},regularExpression:{name:"expresión_regular",detail:"La expresión regular. Todas las instancias coincidentes en el texto serán reemplazadas."},replacement:{name:"reemplazo",detail:"El texto que se insertará en el texto original."}}},REPLACE:{description:"Reemplaza caracteres dentro del texto",abstract:"Reemplaza caracteres dentro del texto",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"texto_antiguo",detail:"Texto en el que desea reemplazar algunos caracteres."},startNum:{name:"núm_inicial",detail:"La posición del carácter en texto_antiguo que desea reemplazar con texto_nuevo."},numChars:{name:"núm_de_caracteres",detail:"El número de caracteres en texto_antiguo que desea que REEMPLAZAR reemplace con texto_nuevo."},newText:{name:"texto_nuevo",detail:"El texto que reemplazará los caracteres en texto_antiguo."}}},REPLACEB:{description:"Reemplaza caracteres dentro del texto",abstract:"Reemplaza caracteres dentro del texto",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"texto_antiguo",detail:"Texto en el que desea reemplazar algunos caracteres."},startNum:{name:"núm_inicial",detail:"La posición del carácter en texto_antiguo que desea reemplazar con texto_nuevo."},numBytes:{name:"núm_de_bytes",detail:"El número de bytes en texto_antiguo que desea que REEMPLAZARB reemplace con texto_nuevo."},newText:{name:"texto_nuevo",detail:"El texto que reemplazará los caracteres en texto_antiguo."}}},REPT:{description:"Repite el texto un número determinado de veces",abstract:"Repite el texto un número determinado de veces",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/rept-function-04c4d778-e712-43b4-9c15-d656582bb061"}],functionParameter:{text:{name:"texto",detail:"El texto que desea repetir."},numberTimes:{name:"núm_de_veces",detail:"Un número positivo que especifica el número de veces que se debe repetir el texto."}}},RIGHT:{description:"Devuelve los caracteres del final de una cadena de texto",abstract:"Devuelve los caracteres del final de una cadena de texto",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"texto",detail:"La cadena de texto que contiene los caracteres que desea extraer."},numChars:{name:"núm_de_caracteres",detail:"Especifica el número de caracteres que desea que DERECHA extraiga."}}},RIGHTB:{description:"Devuelve los caracteres del final de una cadena de texto",abstract:"Devuelve los caracteres del final de una cadena de texto",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"texto",detail:"La cadena de texto que contiene los caracteres que desea extraer."},numBytes:{name:"núm_de_bytes",detail:"Especifica el número de caracteres que desea que DERECHAB extraiga, basado en bytes."}}},SEARCH:{description:"Busca un valor de texto dentro de otro (no distingue mayúsculas y minúsculas)",abstract:"Busca un valor de texto dentro de otro (no distingue mayúsculas y minúsculas)",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"texto_buscado",detail:"El texto que desea buscar."},withinText:{name:"dentro_del_texto",detail:"El texto que contiene el texto que desea buscar."},startNum:{name:"núm_inicial",detail:"Especifica el carácter en el que iniciar la búsqueda. Si omite núm_inicial, se asume que es 1."}}},SEARCHB:{description:"Busca un valor de texto dentro de otro (no distingue mayúsculas y minúsculas)",abstract:"Busca un valor de texto dentro de otro (no distingue mayúsculas y minúsculas)",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"texto_buscado",detail:"El texto que desea buscar."},withinText:{name:"dentro_del_texto",detail:"El texto que contiene el texto que desea buscar."},startNum:{name:"núm_inicial",detail:"Especifica el carácter en el que iniciar la búsqueda. Si omite núm_inicial, se asume que es 1."}}},SUBSTITUTE:{description:"Sustituye el texto antiguo por texto nuevo en una cadena de texto",abstract:"Sustituye el texto antiguo por texto nuevo en una cadena de texto",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/substitute-function-6434944e-a904-4336-a9b0-1e58df3bc332"}],functionParameter:{text:{name:"texto",detail:"El texto o la referencia a una celda que contiene el texto en el que desea sustituir caracteres."},oldText:{name:"texto_antiguo",detail:"El texto que desea reemplazar."},newText:{name:"texto_nuevo",detail:"El texto con el que desea reemplazar texto_antiguo."},instanceNum:{name:"núm_de_instancia",detail:"Especifica qué ocurrencia de texto_antiguo desea reemplazar con texto_nuevo. Si especifica núm_de_instancia, solo se reemplaza esa instancia de texto_antiguo. De lo contrario, cada ocurrencia de texto_antiguo en texto se cambia por texto_nuevo."}}},T:{description:"Convierte sus argumentos a texto",abstract:"Convierte sus argumentos a texto",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/t-function-fb83aeec-45e7-4924-af95-53e073541228"}],functionParameter:{value:{name:"valor",detail:"El valor que desea probar."}}},TEXT:{description:"Da formato a un número y lo convierte en texto",abstract:"Da formato a un número y lo convierte en texto",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/text-function-20d5ac4d-7b94-49fd-bb38-93d29371225c"}],functionParameter:{value:{name:"valor",detail:"Un valor numérico que desea convertir a texto."},formatText:{name:"formato_texto",detail:"Una cadena de texto que define el formato que desea aplicar al valor suministrado."}}},TEXTAFTER:{description:"Devuelve el texto que aparece después de un carácter o cadena dados",abstract:"Devuelve el texto que aparece después de un carácter o cadena dados",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/textafter-function-c8db2546-5b51-416a-9690-c7e6722e90b4"}],functionParameter:{text:{name:"texto",detail:"El texto en el que está buscando. No se permiten caracteres comodín."},delimiter:{name:"delimitador",detail:"El texto que marca el punto después del cual desea extraer."},instanceNum:{name:"núm_de_instancia",detail:"La instancia del delimitador después de la cual desea extraer el texto."},matchMode:{name:"modo_de_coincidencia",detail:"Determina si la búsqueda de texto distingue entre mayúsculas y minúsculas. El valor predeterminado es sensible a mayúsculas y minúsculas."},matchEnd:{name:"coincidir_final",detail:"Trata el final del texto como un delimitador. Por defecto, el texto es una coincidencia exacta."},ifNotFound:{name:"si_no_se_encuentra",detail:"Valor devuelto si no se encuentra ninguna coincidencia. Por defecto, se devuelve #N/A."}}},TEXTBEFORE:{description:"Devuelve el texto que aparece antes de un carácter o cadena dados",abstract:"Devuelve el texto que aparece antes de un carácter o cadena dados",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/textbefore-function-d099c28a-dba8-448e-ac6c-f086d0fa1b29"}],functionParameter:{text:{name:"texto",detail:"El texto en el que está buscando. No se permiten caracteres comodín."},delimiter:{name:"delimitador",detail:"El texto que marca el punto antes del cual desea extraer."},instanceNum:{name:"núm_de_instancia",detail:"La instancia del delimitador antes de la cual desea extraer el texto."},matchMode:{name:"modo_de_coincidencia",detail:"Determina si la búsqueda de texto distingue entre mayúsculas y minúsculas. El valor predeterminado es sensible a mayúsculas y minúsculas."},matchEnd:{name:"coincidir_final",detail:"Trata el final del texto como un delimitador. Por defecto, el texto es una coincidencia exacta."},ifNotFound:{name:"si_no_se_encuentra",detail:"Valor devuelto si no se encuentra ninguna coincidencia. Por defecto, se devuelve #N/A."}}},TEXTJOIN:{description:"Texto: Combina el texto de múltiples rangos y/o cadenas",abstract:"Texto: Combina el texto de múltiples rangos y/o cadenas",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/textjoin-function-357b449a-ec91-49d0-80c3-0e8fc845691c"}],functionParameter:{delimiter:{name:"delimitador",detail:"Una cadena de texto, ya sea vacía, o uno o más caracteres entre comillas dobles, o una referencia a una cadena de texto válida."},ignoreEmpty:{name:"ignorar_vacías",detail:"Si es VERDADERO, ignora las celdas vacías."},text1:{name:"texto1",detail:"Elemento de texto a unir. Una cadena de texto, o una matriz de cadenas, como un rango de celdas."},text2:{name:"texto2",detail:"Elementos de texto adicionales a unir. Puede haber un máximo de 252 argumentos de texto para los elementos de texto, incluido texto1. Cada uno puede ser una cadena de texto, o una matriz de cadenas, como un rango de celdas."}}},TEXTSPLIT:{description:"Divide cadenas de texto usando delimitadores de columna y fila",abstract:"Divide cadenas de texto usando delimitadores de columna y fila",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/textsplit-function-b1ca414e-4c21-4ca0-b1b7-bdecace8a6e7"}],functionParameter:{text:{name:"texto",detail:"El texto a dividir."},colDelimiter:{name:"delimitador_col",detail:"El carácter o cadena por el cual dividir la columna."},rowDelimiter:{name:"delimitador_fila",detail:"El carácter o cadena en el que dividir la línea."},ignoreEmpty:{name:"ignorar_vacías",detail:"Si se deben ignorar las celdas vacías. El valor predeterminado es FALSO."},matchMode:{name:"modo_de_coincidencia",detail:"Busca una coincidencia de delimitador en el texto. Por defecto, se realiza una coincidencia sensible a mayúsculas y minúsculas."},padWith:{name:"rellenar_con",detail:"El valor a usar para el relleno. Por defecto, se usa #N/A."}}},TRIM:{description:"Elimina todos los espacios del texto excepto los espacios individuales entre palabras.",abstract:"Elimina espacios del texto",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/trim-function-410388fa-c5df-49c6-b16c-9e5630b479f9"}],functionParameter:{text:{name:"texto",detail:"El texto del que desea eliminar los espacios."}}},UNICHAR:{description:"Devuelve el carácter Unicode al que hace referencia el valor numérico dado",abstract:"Devuelve el carácter Unicode al que hace referencia el valor numérico dado",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/unichar-function-ffeb64f5-f131-44c6-b332-5cd72f0659b8"}],functionParameter:{number:{name:"número",detail:"Número es el número Unicode que representa el carácter."}}},UNICODE:{description:"Devuelve el número (punto de código) que corresponde al primer carácter del texto",abstract:"Devuelve el número (punto de código) que corresponde al primer carácter del texto",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/unicode-function-adb74aaa-a2a5-4dde-aff6-966e4e81f16f"}],functionParameter:{text:{name:"texto",detail:"Texto es el carácter del que desea el valor Unicode."}}},UPPER:{description:"Convierte el texto a mayúsculas",abstract:"Convierte el texto a mayúsculas",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/upper-function-c11f29b3-d1a3-4537-8df6-04d0049963d6"}],functionParameter:{text:{name:"texto",detail:"El texto que desea convertir a mayúsculas."}}},VALUE:{description:"Convierte un argumento de texto a un número",abstract:"Convierte un argumento de texto a un número",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/value-function-257d0108-07dc-437d-ae1c-bc2d3953d8c2"}],functionParameter:{text:{name:"texto",detail:"El texto entre comillas o una referencia a una celda que contiene el texto que desea convertir."}}},VALUETOTEXT:{description:"Devuelve texto desde cualquier valor especificado",abstract:"Devuelve texto desde cualquier valor especificado",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/valuetotext-function-5fff61a2-301a-4ab2-9ffa-0a5242a08fea"}],functionParameter:{value:{name:"valor",detail:"El valor a devolver como texto."},format:{name:"formato",detail:`El formato de los datos devueltos. Puede ser uno de dos valores:
38
38
  0 Predeterminado. Formato conciso y fácil de leer.
39
- 1 Formato estricto que incluye caracteres de escape y delimitadores de fila. Genera una cadena que se puede analizar al introducirla en la barra de fórmulas. Encapsula las cadenas devueltas entre comillas, excepto para valores booleanos, números y errores.`}}},CALL:{description:"Llama a un procedimiento en una biblioteca de vínculos dinámicos o recurso de código",abstract:"Llama a un procedimiento en una biblioteca de vínculos dinámicos o recurso de código",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"número1",detail:"primero"},number2:{name:"número2",detail:"segundo"}}},EUROCONVERT:{description:"Convierte un número a euros, convierte un número de euros a una moneda de un miembro del euro, o convierte un número de una moneda de un miembro del euro a otra usando el euro como intermediario (triangulación)",abstract:"Convierte un número a euros, convierte un número de euros a una moneda de un miembro del euro, o convierte un número de una moneda de un miembro del euro a otra usando el euro como intermediario (triangulación)",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"número1",detail:"primero"},number2:{name:"número2",detail:"segundo"}}},REGISTER_ID:{description:"Devuelve el ID de registro de la biblioteca de vínculos dinámicos (DLL) especificada o del recurso de código que se ha registrado previamente",abstract:"Devuelve el ID de registro de la biblioteca de vínculos dinámicos (DLL) especificada o del recurso de código que se ha registrado previamente",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"número1",detail:"primero"},number2:{name:"número2",detail:"segundo"}}}},f={},p={ENCODEURL:{description:"Devuelve una cadena codificada en URL",abstract:"Devuelve una cadena codificada en URL",links:[{title:"Instrucción",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"texto",detail:"Una cadena que se va a codificar en URL"}}},FILTERXML:{description:"Devuelve datos específicos del contenido XML utilizando la XPath especificada",abstract:"Devuelve datos específicos del contenido XML utilizando la XPath especificada",links:[{title:"Instrucción",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"número1",detail:"primero"},number2:{name:"número2",detail:"segundo"}}},WEBSERVICE:{description:"Devuelve datos de un servicio web",abstract:"Devuelve datos de un servicio web",links:[{title:"Instrucción",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"número1",detail:"primero"},number2:{name:"número2",detail:"segundo"}}}},v={shortcut:{"sheets-formula-ui":{"quick-sum":"Suma rápida"}},formula:{insert:{tooltip:"Funciones",sum:"SUMA",average:"PROMEDIO",count:"CONTAR",max:"MÁX",min:"MÍN",more:"Más funciones..."},functionList:{...t,...i,...d,...u,...l,...o,...m,...c,...s,...r,...n,...a,...p,...e,...f},prompt:{helpExample:"EJEMPLO",helpAbstract:"ACERCA DE",required:"Obligatorio.",optional:"Opcional."},error:{title:"Error",divByZero:"Error de división por cero",name:"Error de nombre no válido",value:"Error en el valor",num:"Error numérico",na:"Error de valor no disponible",cycle:"Error de referencia circular",ref:"Error de referencia de celda no válida",spill:"El rango de desbordamiento no está vacío",calc:"Error de cálculo",error:"Error",connect:"Obteniendo datos",null:"Error nulo"},functionType:{financial:"Financiera",date:"Fecha y hora",math:"Matemáticas y trigonometría",statistical:"Estadística",lookup:"Búsqueda y referencia",database:"Base de datos",text:"Texto",logical:"Lógica",information:"Información",engineering:"Ingeniería",cube:"Cubo",compatibility:"Compatibilidad",web:"Web",array:"Matriz",univer:"Univer",user:"Definida por el usuario",definedname:"Nombre definido"},moreFunctions:{confirm:"Confirmar",prev:"Anterior",next:"Siguiente",searchFunctionPlaceholder:"Buscar función",allFunctions:"Todas las funciones",syntax:"SINTAXIS"},operation:{copyFormulaOnly:"Copiar solo fórmula",pasteFormula:"Pegar fórmula"}}};module.exports=v;
39
+ 1 Formato estricto que incluye caracteres de escape y delimitadores de fila. Genera una cadena que se puede analizar al introducirla en la barra de fórmulas. Encapsula las cadenas devueltas entre comillas, excepto para valores booleanos, números y errores.`}}},CALL:{description:"Llama a un procedimiento en una biblioteca de vínculos dinámicos o recurso de código",abstract:"Llama a un procedimiento en una biblioteca de vínculos dinámicos o recurso de código",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"número1",detail:"primero"},number2:{name:"número2",detail:"segundo"}}},EUROCONVERT:{description:"Convierte un número a euros, convierte un número de euros a una moneda de un miembro del euro, o convierte un número de una moneda de un miembro del euro a otra usando el euro como intermediario (triangulación)",abstract:"Convierte un número a euros, convierte un número de euros a una moneda de un miembro del euro, o convierte un número de una moneda de un miembro del euro a otra usando el euro como intermediario (triangulación)",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"número1",detail:"primero"},number2:{name:"número2",detail:"segundo"}}},REGISTER_ID:{description:"Devuelve el ID de registro de la biblioteca de vínculos dinámicos (DLL) especificada o del recurso de código que se ha registrado previamente",abstract:"Devuelve el ID de registro de la biblioteca de vínculos dinámicos (DLL) especificada o del recurso de código que se ha registrado previamente",links:[{title:"Instrucciones",url:"https://support.microsoft.com/es-es/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"número1",detail:"primero"},number2:{name:"número2",detail:"segundo"}}}},f={},p={ENCODEURL:{description:"Devuelve una cadena codificada en URL",abstract:"Devuelve una cadena codificada en URL",links:[{title:"Instrucción",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"texto",detail:"Una cadena que se va a codificar en URL"}}},FILTERXML:{description:"Devuelve datos específicos del contenido XML utilizando la XPath especificada",abstract:"Devuelve datos específicos del contenido XML utilizando la XPath especificada",links:[{title:"Instrucción",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"número1",detail:"primero"},number2:{name:"número2",detail:"segundo"}}},WEBSERVICE:{description:"Devuelve datos de un servicio web",abstract:"Devuelve datos de un servicio web",links:[{title:"Instrucción",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"número1",detail:"primero"},number2:{name:"número2",detail:"segundo"}}}},v={shortcut:{"sheets-formula-ui":{"quick-sum":"Suma rápida"}},formula:{insert:{tooltip:"Funciones",common:"Funciones comunes"},functionList:{...t,...i,...d,...u,...l,...o,...m,...c,...s,...r,...n,...a,...p,...e,...f},prompt:{helpExample:"EJEMPLO",helpAbstract:"ACERCA DE",required:"Obligatorio.",optional:"Opcional."},error:{title:"Error",divByZero:"Error de división por cero",name:"Error de nombre no válido",value:"Error en el valor",num:"Error numérico",na:"Error de valor no disponible",cycle:"Error de referencia circular",ref:"Error de referencia de celda no válida",spill:"El rango de desbordamiento no está vacío",calc:"Error de cálculo",error:"Error",connect:"Obteniendo datos",null:"Error nulo"},functionType:{financial:"Financiera",date:"Fecha y hora",math:"Matemáticas y trigonometría",statistical:"Estadística",lookup:"Búsqueda y referencia",database:"Base de datos",text:"Texto",logical:"Lógica",information:"Información",engineering:"Ingeniería",cube:"Cubo",compatibility:"Compatibilidad",web:"Web",array:"Matriz",univer:"Univer",user:"Definida por el usuario",definedname:"Nombre definido"},moreFunctions:{confirm:"Confirmar",prev:"Anterior",next:"Siguiente",searchFunctionPlaceholder:"Buscar función",allFunctions:"Todas las funciones",syntax:"SINTAXIS"},operation:{copyFormulaOnly:"Copiar solo fórmula",pasteFormula:"Pegar fórmula"}}};module.exports=v;
@@ -41,4 +41,4 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
41
41
  2. Chinese uppercase
42
42
  3. Reading and Writing Chinese Characters`}}},NUMBERVALUE:{description:"Converts text to number in a locale-independent manner",abstract:"Converts text to number in a locale-independent manner",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/numbervalue-function-1b05c8cf-2bfa-4437-af70-596c7ea7d879"}],functionParameter:{text:{name:"text",detail:"The text to convert to a number."},decimalSeparator:{name:"decimal_separator",detail:"The character used to separate the integer and fractional part of the result."},groupSeparator:{name:"group_separator",detail:"The character used to separate groupings of numbers."}}},PHONETIC:{description:"Extracts the phonetic (furigana) characters from a text string",abstract:"Extracts the phonetic (furigana) characters from a text string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/phonetic-function-9a329dac-0c0f-42f8-9a55-639086988554"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},PROPER:{description:"Capitalizes the first letter in each word of a text value",abstract:"Capitalizes the first letter in each word of a text value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/proper-function-52a5a283-e8b2-49be-8506-b2887b889f94"}],functionParameter:{text:{name:"text",detail:"Text enclosed in quotation marks, a formula that returns text, or a reference to a cell containing the text you want to partially capitalize."}}},REGEXEXTRACT:{description:"Extracts the first matching substrings according to a regular expression.",abstract:"Extracts the first matching substrings according to a regular expression.",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/3098244?sjid=5628197291201472796-AP&hl=en"}],functionParameter:{text:{name:"text",detail:"The input text."},regularExpression:{name:"regular_expression",detail:"The first part of text that matches this expression will be returned."}}},REGEXMATCH:{description:"Whether a piece of text matches a regular expression.",abstract:"Whether a piece of text matches a regular expression.",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/3098292?sjid=5628197291201472796-AP&hl=en"}],functionParameter:{text:{name:"text",detail:"The text to be tested against the regular expression."},regularExpression:{name:"regular_expression",detail:"The regular expression to test the text against."}}},REGEXREPLACE:{description:"Replaces part of a text string with a different text string using regular expressions.",abstract:"Replaces part of a text string with a different text string using regular expressions.",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/3098245?sjid=5628197291201472796-AP&hl=en"}],functionParameter:{text:{name:"text",detail:"The text, a part of which will be replaced."},regularExpression:{name:"regular_expression",detail:"The regular expression. All matching instances in text will be replaced."},replacement:{name:"replacement",detail:"The text which will be inserted into the original text."}}},REPLACE:{description:"Replaces characters within text",abstract:"Replaces characters within text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"old_text",detail:"Text in which you want to replace some characters."},startNum:{name:"start_num",detail:"The position of the character in old_text that you want to replace with new_text."},numChars:{name:"num_chars",detail:"The number of characters in old_text that you want REPLACE to replace with new_text."},newText:{name:"new_text",detail:"The text that will replace characters in old_text."}}},REPLACEB:{description:"Replaces characters within text",abstract:"Replaces characters within text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"old_text",detail:"Text in which you want to replace some characters."},startNum:{name:"start_num",detail:"The position of the character in old_text that you want to replace with new_text."},numBytes:{name:"num_bytes",detail:"The number of bytes in old_text that you want REPLACEB to replace with new_text."},newText:{name:"new_text",detail:"The text that will replace characters in old_text."}}},REPT:{description:"Repeats text a given number of times",abstract:"Repeats text a given number of times",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/rept-function-04c4d778-e712-43b4-9c15-d656582bb061"}],functionParameter:{text:{name:"text",detail:"The text you want to repeat."},numberTimes:{name:"number_times",detail:"A positive number specifying the number of times to repeat text."}}},RIGHT:{description:"Returns the rightmost characters from a text value",abstract:"Returns the rightmost characters from a text value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"text",detail:"The text string containing the characters you want to extract."},numChars:{name:"num_chars",detail:"Specifies the number of characters you want RIGHT to extract."}}},RIGHTB:{description:"Returns the rightmost characters from a text value",abstract:"Returns the rightmost characters from a text value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"text",detail:"The text string containing the characters you want to extract."},numBytes:{name:"num_bytes",detail:"Specifies the number of characters you want RIGHTB to extract, based on bytes."}}},SEARCH:{description:"Finds one text value within another (not case-sensitive)",abstract:"Finds one text value within another (not case-sensitive)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"find_text",detail:"The text you want to find."},withinText:{name:"within_text",detail:"The text containing the text you want to find."},startNum:{name:"start_num",detail:"Specifies the character at which to start the search. If you omit start_num, it is assumed to be 1."}}},SEARCHB:{description:"Finds one text value within another (not case-sensitive)",abstract:"Finds one text value within another (not case-sensitive)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"find_text",detail:"The text you want to find."},withinText:{name:"within_text",detail:"The text containing the text you want to find."},startNum:{name:"start_num",detail:"Specifies the character at which to start the search. If you omit start_num, it is assumed to be 1."}}},SUBSTITUTE:{description:"Substitutes new text for old text in a text string",abstract:"Substitutes new text for old text in a text string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/substitute-function-6434944e-a904-4336-a9b0-1e58df3bc332"}],functionParameter:{text:{name:"text",detail:"The text or the reference to a cell containing text for which you want to substitute characters."},oldText:{name:"old_text",detail:"The text you want to replace."},newText:{name:"new_text",detail:"The text you want to replace old_text with."},instanceNum:{name:"instance_num",detail:"Specifies which occurrence of old_text you want to replace with new_text. If you specify instance_num, only that instance of old_text is replaced. Otherwise, every occurrence of old_text in text is changed to new_text."}}},T:{description:"Converts its arguments to text",abstract:"Converts its arguments to text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/t-function-fb83aeec-45e7-4924-af95-53e073541228"}],functionParameter:{value:{name:"value",detail:"The value you want to test."}}},TEXT:{description:"Formats a number and converts it to text",abstract:"Formats a number and converts it to text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/text-function-20d5ac4d-7b94-49fd-bb38-93d29371225c"}],functionParameter:{value:{name:"value",detail:"A numeric value that you want to be converted into text."},formatText:{name:"format_text",detail:"A text string that defines the formatting that you want to be applied to the supplied value."}}},TEXTAFTER:{description:"Returns text that occurs after given character or string",abstract:"Returns text that occurs after given character or string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textafter-function-c8db2546-5b51-416a-9690-c7e6722e90b4"}],functionParameter:{text:{name:"text",detail:"The text you are searching within. Wildcard characters not allowed."},delimiter:{name:"delimiter",detail:"The text that marks the point after which you want to extract."},instanceNum:{name:"instance_num",detail:"The instance of the delimiter after which you want to extract the text."},matchMode:{name:"match_mode",detail:"Determines whether the text search is case-sensitive. The default is case-sensitive."},matchEnd:{name:"match_end",detail:"Treats the end of text as a delimiter. By default, the text is an exact match."},ifNotFound:{name:"if_not_found",detail:"Value returned if no match is found. By default, #N/A is returned."}}},TEXTBEFORE:{description:"Returns text that occurs before a given character or string",abstract:"Returns text that occurs before a given character or string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textbefore-function-d099c28a-dba8-448e-ac6c-f086d0fa1b29"}],functionParameter:{text:{name:"text",detail:"The text you are searching within. Wildcard characters not allowed."},delimiter:{name:"delimiter",detail:"The text that marks the point after which you want to extract."},instanceNum:{name:"instance_num",detail:"The instance of the delimiter after which you want to extract the text."},matchMode:{name:"match_mode",detail:"Determines whether the text search is case-sensitive. The default is case-sensitive."},matchEnd:{name:"match_end",detail:"Treats the end of text as a delimiter. By default, the text is an exact match."},ifNotFound:{name:"if_not_found",detail:"Value returned if no match is found. By default, #N/A is returned."}}},TEXTJOIN:{description:"Text: Combines the text from multiple ranges and/or strings",abstract:"Text: Combines the text from multiple ranges and/or strings",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textjoin-function-357b449a-ec91-49d0-80c3-0e8fc845691c"}],functionParameter:{delimiter:{name:"delimiter",detail:"A text string, either empty, or one or more characters enclosed by double quotes, or a reference to a valid text string."},ignoreEmpty:{name:"ignore_empty",detail:"If TRUE, ignores empty cells."},text1:{name:"text1",detail:"Text item to be joined. A text string, or array of strings, such as a range of cells."},text2:{name:"text2",detail:"Additional text items to be joined. There can be a maximum of 252 text arguments for the text items, including text1. Each can be a text string, or array of strings, such as a range of cells."}}},TEXTSPLIT:{description:"Splits text strings by using column and row delimiters",abstract:"Splits text strings by using column and row delimiters",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textsplit-function-b1ca414e-4c21-4ca0-b1b7-bdecace8a6e7"}],functionParameter:{text:{name:"text",detail:"The text to split."},colDelimiter:{name:"col_delimiter",detail:"The character or string by which to split the column."},rowDelimiter:{name:"row_delimiter",detail:"The character or string on which to split the line."},ignoreEmpty:{name:"ignore_empty",detail:"Whether to ignore empty cells. The default is FALSE."},matchMode:{name:"match_mode",detail:"Searches for a delimiter match in the text. By default, a case-sensitive match is done."},padWith:{name:"pad_with",detail:"The value to use for padding. By default, #N/A is used."}}},TRIM:{description:"Removes all spaces from text except for single spaces between words.",abstract:"Removes spaces from text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/trim-function-410388fa-c5df-49c6-b16c-9e5630b479f9"}],functionParameter:{text:{name:"text",detail:"The text from which you want spaces removed."}}},UNICHAR:{description:"Returns the Unicode character that is references by the given numeric value",abstract:"Returns the Unicode character that is references by the given numeric value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/unichar-function-ffeb64f5-f131-44c6-b332-5cd72f0659b8"}],functionParameter:{number:{name:"number",detail:"Number is the Unicode number that represents the character."}}},UNICODE:{description:"Returns the number (code point) that corresponds to the first character of the text",abstract:"Returns the number (code point) that corresponds to the first character of the text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/unicode-function-adb74aaa-a2a5-4dde-aff6-966e4e81f16f"}],functionParameter:{text:{name:"text",detail:"Text is the character for which you want the Unicode value."}}},UPPER:{description:"Converts text to uppercase",abstract:"Converts text to uppercase",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/upper-function-c11f29b3-d1a3-4537-8df6-04d0049963d6"}],functionParameter:{text:{name:"text",detail:"The text you want converted to uppercase."}}},VALUE:{description:"Converts a text argument to a number",abstract:"Converts a text argument to a number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/value-function-257d0108-07dc-437d-ae1c-bc2d3953d8c2"}],functionParameter:{text:{name:"text",detail:"The text enclosed in quotation marks or a reference to a cell containing the text you want to convert."}}},VALUETOTEXT:{description:"Returns text from any specified value",abstract:"Returns text from any specified value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/valuetotext-function-5fff61a2-301a-4ab2-9ffa-0a5242a08fea"}],functionParameter:{value:{name:"value",detail:"The value to return as text."},format:{name:"format",detail:`The format of the returned data. It can be one of two values:
43
43
  0 Default. Concise format that is easy to read.
44
- 1 Strict format that includes escape characters and row delimiters. Generates a string that can be parsed when entered into the formula bar. Encapsulates returned strings in quotes except for Booleans, Numbers and Errors.`}}},CALL:{description:"Calls a procedure in a dynamic link library or code resource",abstract:"Calls a procedure in a dynamic link library or code resource",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",abstract:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",abstract:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},k=x,A={},E=A,P={ENCODEURL:{description:"Returns a URL-encoded string",abstract:"Returns a URL-encoded string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"text",detail:"A string to be URL encoded"}}},FILTERXML:{description:"Returns specific data from the XML content by using the specified XPath",abstract:"Returns specific data from the XML content by using the specified XPath",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"Returns data from a web service",abstract:"Returns data from a web service",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},_=P,S={shortcut:{"sheets-formula-ui":{"quick-sum":"جمع سریع"}},formula:{insert:{tooltip:"توابع",sum:"SUM",average:"AVERAGE",count:"COUNT",max:"MAX",min:"MIN",more:"توابع بیشتر..."},functionList:{...d,...c,...w,...I,...v,...s,...k,...y,...p,...m,...i,...n,..._,...t,...E},prompt:{helpExample:"مثال",helpAbstract:"درباره",required:"ضروری.",optional:"اختیاری."},error:{title:"خطا",divByZero:"خطای تقسیم بر صفر",name:"خطای نام نامعتبر",value:"خطا در مقدار",num:"خطای عدد",na:"خطای مقدار موجود نیست",cycle:"خطای مرجع دوره‌ای",ref:"خطای مرجع سلول نامعتبر",spill:"دامنه ریزش خالی نیست",calc:"خطای محاسبه",error:"خطا",connect:"در حال دریافت داده‌ها",null:"خطای تهی"},functionType:{financial:"مالی",date:"تاریخ و زمان",math:"ریاضی و مثلثاتی",statistical:"آماری",lookup:"جستجو و مرجع",database:"پایگاه داده",text:"متن",logical:"منطقی",information:"اطلاعاتی",engineering:"مهندسی",cube:"مکعب",compatibility:"سازگاری",web:"وب",array:"آرایه",univer:"Univer",user:"تعریف شده توسط کاربر",definedname:"نام تعریف شده"},moreFunctions:{confirm:"تایید",prev:"قبلی",next:"بعدی",searchFunctionPlaceholder:"جستجوی تابع",allFunctions:"همه توابع",syntax:"سینتکس"},operation:{copyFormulaOnly:"کپی فقط فرمول",pasteFormula:"چسباندن فرمول"}}};module.exports=S;
44
+ 1 Strict format that includes escape characters and row delimiters. Generates a string that can be parsed when entered into the formula bar. Encapsulates returned strings in quotes except for Booleans, Numbers and Errors.`}}},CALL:{description:"Calls a procedure in a dynamic link library or code resource",abstract:"Calls a procedure in a dynamic link library or code resource",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",abstract:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",abstract:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},k=x,A={},E=A,P={ENCODEURL:{description:"Returns a URL-encoded string",abstract:"Returns a URL-encoded string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"text",detail:"A string to be URL encoded"}}},FILTERXML:{description:"Returns specific data from the XML content by using the specified XPath",abstract:"Returns specific data from the XML content by using the specified XPath",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"Returns data from a web service",abstract:"Returns data from a web service",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},_=P,S={shortcut:{"sheets-formula-ui":{"quick-sum":"جمع سریع"}},formula:{insert:{tooltip:"توابع",common:"توابع پرکاربرد"},functionList:{...d,...c,...w,...I,...v,...s,...k,...y,...p,...m,...i,...n,..._,...t,...E},prompt:{helpExample:"مثال",helpAbstract:"درباره",required:"ضروری.",optional:"اختیاری."},error:{title:"خطا",divByZero:"خطای تقسیم بر صفر",name:"خطای نام نامعتبر",value:"خطا در مقدار",num:"خطای عدد",na:"خطای مقدار موجود نیست",cycle:"خطای مرجع دوره‌ای",ref:"خطای مرجع سلول نامعتبر",spill:"دامنه ریزش خالی نیست",calc:"خطای محاسبه",error:"خطا",connect:"در حال دریافت داده‌ها",null:"خطای تهی"},functionType:{financial:"مالی",date:"تاریخ و زمان",math:"ریاضی و مثلثاتی",statistical:"آماری",lookup:"جستجو و مرجع",database:"پایگاه داده",text:"متن",logical:"منطقی",information:"اطلاعاتی",engineering:"مهندسی",cube:"مکعب",compatibility:"سازگاری",web:"وب",array:"آرایه",univer:"Univer",user:"تعریف شده توسط کاربر",definedname:"نام تعریف شده"},moreFunctions:{confirm:"تایید",prev:"قبلی",next:"بعدی",searchFunctionPlaceholder:"جستجوی تابع",allFunctions:"همه توابع",syntax:"سینتکس"},operation:{copyFormulaOnly:"کپی فقط فرمول",pasteFormula:"چسباندن فرمول"}}};module.exports=S;
@@ -41,4 +41,4 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
41
41
  2. Chinese uppercase
42
42
  3. Reading and Writing Chinese Characters`}}},NUMBERVALUE:{description:"Converts text to number in a locale-independent manner",abstract:"Converts text to number in a locale-independent manner",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/numbervalue-function-1b05c8cf-2bfa-4437-af70-596c7ea7d879"}],functionParameter:{text:{name:"text",detail:"The text to convert to a number."},decimalSeparator:{name:"decimal_separator",detail:"The character used to separate the integer and fractional part of the result."},groupSeparator:{name:"group_separator",detail:"The character used to separate groupings of numbers."}}},PHONETIC:{description:"Extracts the phonetic (furigana) characters from a text string",abstract:"Extracts the phonetic (furigana) characters from a text string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/phonetic-function-9a329dac-0c0f-42f8-9a55-639086988554"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},PROPER:{description:"Capitalizes the first letter in each word of a text value",abstract:"Capitalizes the first letter in each word of a text value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/proper-function-52a5a283-e8b2-49be-8506-b2887b889f94"}],functionParameter:{text:{name:"text",detail:"Text enclosed in quotation marks, a formula that returns text, or a reference to a cell containing the text you want to partially capitalize."}}},REGEXEXTRACT:{description:"Extracts the first matching substrings according to a regular expression.",abstract:"Extracts the first matching substrings according to a regular expression.",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/3098244?sjid=5628197291201472796-AP&hl=en"}],functionParameter:{text:{name:"text",detail:"The input text."},regularExpression:{name:"regular_expression",detail:"The first part of text that matches this expression will be returned."}}},REGEXMATCH:{description:"Whether a piece of text matches a regular expression.",abstract:"Whether a piece of text matches a regular expression.",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/3098292?sjid=5628197291201472796-AP&hl=en"}],functionParameter:{text:{name:"text",detail:"The text to be tested against the regular expression."},regularExpression:{name:"regular_expression",detail:"The regular expression to test the text against."}}},REGEXREPLACE:{description:"Replaces part of a text string with a different text string using regular expressions.",abstract:"Replaces part of a text string with a different text string using regular expressions.",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/3098245?sjid=5628197291201472796-AP&hl=en"}],functionParameter:{text:{name:"text",detail:"The text, a part of which will be replaced."},regularExpression:{name:"regular_expression",detail:"The regular expression. All matching instances in text will be replaced."},replacement:{name:"replacement",detail:"The text which will be inserted into the original text."}}},REPLACE:{description:"Replaces characters within text",abstract:"Replaces characters within text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"old_text",detail:"Text in which you want to replace some characters."},startNum:{name:"start_num",detail:"The position of the character in old_text that you want to replace with new_text."},numChars:{name:"num_chars",detail:"The number of characters in old_text that you want REPLACE to replace with new_text."},newText:{name:"new_text",detail:"The text that will replace characters in old_text."}}},REPLACEB:{description:"Replaces characters within text",abstract:"Replaces characters within text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"old_text",detail:"Text in which you want to replace some characters."},startNum:{name:"start_num",detail:"The position of the character in old_text that you want to replace with new_text."},numBytes:{name:"num_bytes",detail:"The number of bytes in old_text that you want REPLACEB to replace with new_text."},newText:{name:"new_text",detail:"The text that will replace characters in old_text."}}},REPT:{description:"Repeats text a given number of times",abstract:"Repeats text a given number of times",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/rept-function-04c4d778-e712-43b4-9c15-d656582bb061"}],functionParameter:{text:{name:"text",detail:"The text you want to repeat."},numberTimes:{name:"number_times",detail:"A positive number specifying the number of times to repeat text."}}},RIGHT:{description:"Returns the rightmost characters from a text value",abstract:"Returns the rightmost characters from a text value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"text",detail:"The text string containing the characters you want to extract."},numChars:{name:"num_chars",detail:"Specifies the number of characters you want RIGHT to extract."}}},RIGHTB:{description:"Returns the rightmost characters from a text value",abstract:"Returns the rightmost characters from a text value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"text",detail:"The text string containing the characters you want to extract."},numBytes:{name:"num_bytes",detail:"Specifies the number of characters you want RIGHTB to extract, based on bytes."}}},SEARCH:{description:"Finds one text value within another (not case-sensitive)",abstract:"Finds one text value within another (not case-sensitive)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"find_text",detail:"The text you want to find."},withinText:{name:"within_text",detail:"The text containing the text you want to find."},startNum:{name:"start_num",detail:"Specifies the character at which to start the search. If you omit start_num, it is assumed to be 1."}}},SEARCHB:{description:"Finds one text value within another (not case-sensitive)",abstract:"Finds one text value within another (not case-sensitive)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"find_text",detail:"The text you want to find."},withinText:{name:"within_text",detail:"The text containing the text you want to find."},startNum:{name:"start_num",detail:"Specifies the character at which to start the search. If you omit start_num, it is assumed to be 1."}}},SUBSTITUTE:{description:"Substitutes new text for old text in a text string",abstract:"Substitutes new text for old text in a text string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/substitute-function-6434944e-a904-4336-a9b0-1e58df3bc332"}],functionParameter:{text:{name:"text",detail:"The text or the reference to a cell containing text for which you want to substitute characters."},oldText:{name:"old_text",detail:"The text you want to replace."},newText:{name:"new_text",detail:"The text you want to replace old_text with."},instanceNum:{name:"instance_num",detail:"Specifies which occurrence of old_text you want to replace with new_text. If you specify instance_num, only that instance of old_text is replaced. Otherwise, every occurrence of old_text in text is changed to new_text."}}},T:{description:"Converts its arguments to text",abstract:"Converts its arguments to text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/t-function-fb83aeec-45e7-4924-af95-53e073541228"}],functionParameter:{value:{name:"value",detail:"The value you want to test."}}},TEXT:{description:"Formats a number and converts it to text",abstract:"Formats a number and converts it to text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/text-function-20d5ac4d-7b94-49fd-bb38-93d29371225c"}],functionParameter:{value:{name:"value",detail:"A numeric value that you want to be converted into text."},formatText:{name:"format_text",detail:"A text string that defines the formatting that you want to be applied to the supplied value."}}},TEXTAFTER:{description:"Returns text that occurs after given character or string",abstract:"Returns text that occurs after given character or string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textafter-function-c8db2546-5b51-416a-9690-c7e6722e90b4"}],functionParameter:{text:{name:"text",detail:"The text you are searching within. Wildcard characters not allowed."},delimiter:{name:"delimiter",detail:"The text that marks the point after which you want to extract."},instanceNum:{name:"instance_num",detail:"The instance of the delimiter after which you want to extract the text."},matchMode:{name:"match_mode",detail:"Determines whether the text search is case-sensitive. The default is case-sensitive."},matchEnd:{name:"match_end",detail:"Treats the end of text as a delimiter. By default, the text is an exact match."},ifNotFound:{name:"if_not_found",detail:"Value returned if no match is found. By default, #N/A is returned."}}},TEXTBEFORE:{description:"Returns text that occurs before a given character or string",abstract:"Returns text that occurs before a given character or string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textbefore-function-d099c28a-dba8-448e-ac6c-f086d0fa1b29"}],functionParameter:{text:{name:"text",detail:"The text you are searching within. Wildcard characters not allowed."},delimiter:{name:"delimiter",detail:"The text that marks the point after which you want to extract."},instanceNum:{name:"instance_num",detail:"The instance of the delimiter after which you want to extract the text."},matchMode:{name:"match_mode",detail:"Determines whether the text search is case-sensitive. The default is case-sensitive."},matchEnd:{name:"match_end",detail:"Treats the end of text as a delimiter. By default, the text is an exact match."},ifNotFound:{name:"if_not_found",detail:"Value returned if no match is found. By default, #N/A is returned."}}},TEXTJOIN:{description:"Text: Combines the text from multiple ranges and/or strings",abstract:"Text: Combines the text from multiple ranges and/or strings",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textjoin-function-357b449a-ec91-49d0-80c3-0e8fc845691c"}],functionParameter:{delimiter:{name:"delimiter",detail:"A text string, either empty, or one or more characters enclosed by double quotes, or a reference to a valid text string."},ignoreEmpty:{name:"ignore_empty",detail:"If TRUE, ignores empty cells."},text1:{name:"text1",detail:"Text item to be joined. A text string, or array of strings, such as a range of cells."},text2:{name:"text2",detail:"Additional text items to be joined. There can be a maximum of 252 text arguments for the text items, including text1. Each can be a text string, or array of strings, such as a range of cells."}}},TEXTSPLIT:{description:"Splits text strings by using column and row delimiters",abstract:"Splits text strings by using column and row delimiters",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textsplit-function-b1ca414e-4c21-4ca0-b1b7-bdecace8a6e7"}],functionParameter:{text:{name:"text",detail:"The text to split."},colDelimiter:{name:"col_delimiter",detail:"The character or string by which to split the column."},rowDelimiter:{name:"row_delimiter",detail:"The character or string on which to split the line."},ignoreEmpty:{name:"ignore_empty",detail:"Whether to ignore empty cells. The default is FALSE."},matchMode:{name:"match_mode",detail:"Searches for a delimiter match in the text. By default, a case-sensitive match is done."},padWith:{name:"pad_with",detail:"The value to use for padding. By default, #N/A is used."}}},TRIM:{description:"Removes all spaces from text except for single spaces between words.",abstract:"Removes spaces from text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/trim-function-410388fa-c5df-49c6-b16c-9e5630b479f9"}],functionParameter:{text:{name:"text",detail:"The text from which you want spaces removed."}}},UNICHAR:{description:"Returns the Unicode character that is references by the given numeric value",abstract:"Returns the Unicode character that is references by the given numeric value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/unichar-function-ffeb64f5-f131-44c6-b332-5cd72f0659b8"}],functionParameter:{number:{name:"number",detail:"Number is the Unicode number that represents the character."}}},UNICODE:{description:"Returns the number (code point) that corresponds to the first character of the text",abstract:"Returns the number (code point) that corresponds to the first character of the text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/unicode-function-adb74aaa-a2a5-4dde-aff6-966e4e81f16f"}],functionParameter:{text:{name:"text",detail:"Text is the character for which you want the Unicode value."}}},UPPER:{description:"Converts text to uppercase",abstract:"Converts text to uppercase",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/upper-function-c11f29b3-d1a3-4537-8df6-04d0049963d6"}],functionParameter:{text:{name:"text",detail:"The text you want converted to uppercase."}}},VALUE:{description:"Converts a text argument to a number",abstract:"Converts a text argument to a number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/value-function-257d0108-07dc-437d-ae1c-bc2d3953d8c2"}],functionParameter:{text:{name:"text",detail:"The text enclosed in quotation marks or a reference to a cell containing the text you want to convert."}}},VALUETOTEXT:{description:"Returns text from any specified value",abstract:"Returns text from any specified value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/valuetotext-function-5fff61a2-301a-4ab2-9ffa-0a5242a08fea"}],functionParameter:{value:{name:"value",detail:"The value to return as text."},format:{name:"format",detail:`The format of the returned data. It can be one of two values:
43
43
  0 Default. Concise format that is easy to read.
44
- 1 Strict format that includes escape characters and row delimiters. Generates a string that can be parsed when entered into the formula bar. Encapsulates returned strings in quotes except for Booleans, Numbers and Errors.`}}},CALL:{description:"Calls a procedure in a dynamic link library or code resource",abstract:"Calls a procedure in a dynamic link library or code resource",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",abstract:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",abstract:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},k=x,A={},E={ENCODEURL:{description:"Returns a URL-encoded string",abstract:"Returns a URL-encoded string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"text",detail:"A string to be URL encoded"}}},FILTERXML:{description:"Returns specific data from the XML content by using the specified XPath",abstract:"Returns specific data from the XML content by using the specified XPath",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"Returns data from a web service",abstract:"Returns data from a web service",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},P=E,_={shortcut:{"sheets-formula-ui":{"quick-sum":"Somme rapide"}},formula:{insert:{tooltip:"Fonctions",sum:"SOMME",average:"MOYENNE",count:"NOMBRE",max:"MAX",min:"MIN",more:"Plus de fonctions..."},functionList:{...d,...c,...w,...I,...v,...s,...k,...y,...p,...m,...i,...n,...P,...t,...A},prompt:{helpExample:"EXEMPLE",helpAbstract:"À PROPOS",required:"Requis.",optional:"Optionnel."},error:{title:"Erreur",divByZero:"Erreur de division par zéro",name:"Erreur de nom invalide",value:"Erreur de valeur",num:"Erreur de nombre",na:"Erreur de valeur non disponible",cycle:"Erreur de référence circulaire",ref:"Erreur de référence de cellule invalide",spill:"La plage de débordement n'est pas vide",calc:"Erreur de calcul",error:"Erreur",connect:"Récupération des données",null:"Erreur nulle"},functionType:{financial:"Financier",date:"Date & Heure",math:"Math & Trigo",statistical:"Statistique",lookup:"Recherche & Référence",database:"Base de données",text:"Texte",logical:"Logique",information:"Information",engineering:"Ingénierie",cube:"Cube",compatibility:"Compatibilité",web:"Web",array:"Tableau",univer:"Univer",user:"Définies par l'utilisateur",definedname:"Nom défini"},moreFunctions:{confirm:"Confirmer",prev:"Précédent",next:"Suivant",searchFunctionPlaceholder:"Rechercher une fonction",allFunctions:"Toutes les fonctions",syntax:"SYNTAXE"},operation:{copyFormulaOnly:"Copier uniquement la formule",pasteFormula:"Coller la formule"}}};module.exports=_;
44
+ 1 Strict format that includes escape characters and row delimiters. Generates a string that can be parsed when entered into the formula bar. Encapsulates returned strings in quotes except for Booleans, Numbers and Errors.`}}},CALL:{description:"Calls a procedure in a dynamic link library or code resource",abstract:"Calls a procedure in a dynamic link library or code resource",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",abstract:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",abstract:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},k=x,A={},E={ENCODEURL:{description:"Returns a URL-encoded string",abstract:"Returns a URL-encoded string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"text",detail:"A string to be URL encoded"}}},FILTERXML:{description:"Returns specific data from the XML content by using the specified XPath",abstract:"Returns specific data from the XML content by using the specified XPath",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"Returns data from a web service",abstract:"Returns data from a web service",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},P=E,_={shortcut:{"sheets-formula-ui":{"quick-sum":"Somme rapide"}},formula:{insert:{tooltip:"Fonctions",common:"Fonctions courantes"},functionList:{...d,...c,...w,...I,...v,...s,...k,...y,...p,...m,...i,...n,...P,...t,...A},prompt:{helpExample:"EXEMPLE",helpAbstract:"À PROPOS",required:"Requis.",optional:"Optionnel."},error:{title:"Erreur",divByZero:"Erreur de division par zéro",name:"Erreur de nom invalide",value:"Erreur de valeur",num:"Erreur de nombre",na:"Erreur de valeur non disponible",cycle:"Erreur de référence circulaire",ref:"Erreur de référence de cellule invalide",spill:"La plage de débordement n'est pas vide",calc:"Erreur de calcul",error:"Erreur",connect:"Récupération des données",null:"Erreur nulle"},functionType:{financial:"Financier",date:"Date & Heure",math:"Math & Trigo",statistical:"Statistique",lookup:"Recherche & Référence",database:"Base de données",text:"Texte",logical:"Logique",information:"Information",engineering:"Ingénierie",cube:"Cube",compatibility:"Compatibilité",web:"Web",array:"Tableau",univer:"Univer",user:"Définies par l'utilisateur",definedname:"Nom défini"},moreFunctions:{confirm:"Confirmer",prev:"Précédent",next:"Suivant",searchFunctionPlaceholder:"Rechercher une fonction",allFunctions:"Toutes les fonctions",syntax:"SYNTAXE"},operation:{copyFormulaOnly:"Copier uniquement la formule",pasteFormula:"Coller la formule"}}};module.exports=_;
@@ -40,4 +40,4 @@ COUNTIF で指定できるのは、単一の検索条件のみです。 複数
40
40
  2. 中国語の文字を大文字にする
41
41
  3. 漢字の読み書き`}}},NUMBERVALUE:{description:"文字列をロケールに依存しない方法で数値に変換します。",abstract:"文字列をロケールに依存しない方法で数値に変換します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/numbervalue-%E9%96%A2%E6%95%B0-1b05c8cf-2bfa-4437-af70-596c7ea7d879"}],functionParameter:{text:{name:"文字列",detail:"数値に変換するテキスト。"},decimalSeparator:{name:"小数点区切り文字",detail:"結果の整数部分と小数部を区切るために使用される文字。"},groupSeparator:{name:"グループ区切り文字",detail:"の数値のグループを区切るために使用される文字。"}}},PHONETIC:{description:"文字列からふりがなを抽出します。",abstract:"文字列からふりがなを抽出します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/phonetic-%E9%96%A2%E6%95%B0-9a329dac-0c0f-42f8-9a55-639086988554"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},PROPER:{description:"文字列に含まれる英単語の先頭文字だけを大文字に変換します。",abstract:"文字列に含まれる英単語の先頭文字だけを大文字に変換します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/proper-%E9%96%A2%E6%95%B0-52a5a283-e8b2-49be-8506-b2887b889f94"}],functionParameter:{text:{name:"文字列",detail:"引用符で囲まれたテキスト、テキストを返す数式、または部分的に大文字にするテキストを含むセルへの参照。"}}},REGEXEXTRACT:{description:"正規表現と最初に一致する部分文字列を抽出します。",abstract:"正規表現と最初に一致する部分文字列を抽出します。",links:[{title:"指導",url:"https://support.google.com/docs/answer/3098244?sjid=5628197291201472796-AP&hl=ja"}],functionParameter:{text:{name:"テキスト",detail:"代入するテキストです。"},regularExpression:{name:"正規表現",detail:"この正規表現に一致する最初のテキスト部分が返されます。"}}},REGEXMATCH:{description:"正規表現に一致するテキストの一部を検索します。",abstract:"正規表現に一致するテキストの一部を検索します。",links:[{title:"指導",url:"https://support.google.com/docs/answer/3098292?sjid=5628197291201472796-AP&hl=ja"}],functionParameter:{text:{name:"テキスト",detail:"正規表現に対して検証するテキストです。"},regularExpression:{name:"正規表現",detail:"テキストを検証する正規表現です。"}}},REGEXREPLACE:{description:"正規表現を使用して、テキスト文字列の一部を別のテキスト文字列に置き換えます。",abstract:"正規表現を使用して、テキスト文字列の一部を別のテキスト文字列に置き換えます。",links:[{title:"指導",url:"https://support.google.com/docs/answer/3098245?sjid=5628197291201472796-AP&hl=ja"}],functionParameter:{text:{name:"テキスト",detail:"一部を置換する対象のテキストです。"},regularExpression:{name:"正規表現",detail:"この正規表現に一致するテキスト内のすべてのインスタンスが置き換えられます。"},replacement:{name:"置換",detail:"元のテキストに挿入されるテキストです。"}}},REPLACE:{description:"文字列中の指定された数の文字を他の文字に置き換えます。",abstract:"文字列中の指定された数の文字を他の文字に置き換えます。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/replace-replaceb-%E5%87%BD%E6%95%B0-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"文字列",detail:"置き換えを行う文字列を指定します。"},startNum:{name:"開始位置",detail:"置換されるテキスト内の最初の文字の位置。"},numChars:{name:"文字数",detail:"置換す文字数を指定します。"},newText:{name:"置換文字列",detail:"文字列の一部と置き換える文字列を指定します。"}}},REPLACEB:{description:"文字列中の指定された数の文字を他の文字に置き換えます。",abstract:"文字列中の指定された数の文字を他の文字に置き換えます。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/replace-replaceb-%E5%87%BD%E6%95%B0-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"文字列",detail:"置き換えを行う文字列を指定します。"},startNum:{name:"開始位置",detail:"置換されるテキスト内の最初の文字の位置。"},numBytes:{name:"バイト数",detail:"置換す文字数をバイト数で指定します。"},newText:{name:"置換文字列",detail:"文字列の一部と置き換える文字列を指定します。"}}},REPT:{description:"文字列を指定された回数だけ繰り返して表示します。",abstract:"文字列を指定された回数だけ繰り返して表示します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/rept-%E9%96%A2%E6%95%B0-04c4d778-e712-43b4-9c15-d656582bb061"}],functionParameter:{text:{name:"文字列",detail:"繰り返す文字列を指定します。"},numberTimes:{name:"繰り返し回数",detail:"文字列を繰り返す回数を、正の数値で指定します。"}}},RIGHT:{description:"文字列の末尾 (右端) から指定された文字数の文字を返します。",abstract:"文字列の末尾 (右端) から指定された文字数の文字を返します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/right-%E9%96%A2%E6%95%B0-rightb-%E9%96%A2%E6%95%B0-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"文字列",detail:"取り出す文字を含む文字列を指定します。"},numChars:{name:"文字数",detail:"取り出す文字数 (文字列の末尾からの文字数) を指定します。"}}},RIGHTB:{description:"文字列の末尾 (右端) から指定された文字数の文字を返します。",abstract:"文字列の末尾 (右端) から指定された文字数の文字を返します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/right-%E9%96%A2%E6%95%B0-rightb-%E9%96%A2%E6%95%B0-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"文字列",detail:"取り出す文字を含む文字列を指定します。"},numBytes:{name:"バイト数",detail:"取り出す文字数をバイト数で指定します。"}}},SEARCH:{description:"指定された文字列を他の文字列の中で検索します。大文字と小文字は区別されません。",abstract:"指定された文字列を他の文字列の中で検索します。大文字と小文字は区別されません。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/search-%E9%96%A2%E6%95%B0-searchb-%E9%96%A2%E6%95%B0-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"検索文字列",detail:"「検索するテキスト」で検索する文字列。"},withinText:{name:"検索するテキスト",detail:"「検索文字列」を検索する最初のテキスト。"},startNum:{name:"開始位置",detail:"「検索するテキスト」内の検索を開始する文字位置。省略した場合は、値 1 が想定されます。"}}},SEARCHB:{description:"指定された文字列を他の文字列の中で検索します。大文字と小文字は区別されません。",abstract:"指定された文字列を他の文字列の中で検索します。大文字と小文字は区別されません。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/search-%E9%96%A2%E6%95%B0-searchb-%E9%96%A2%E6%95%B0-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"検索文字列",detail:"「検索するテキスト」で検索する文字列。"},withinText:{name:"検索するテキスト",detail:"「検索文字列」を検索する最初のテキスト。"},startNum:{name:"開始位置",detail:"「検索するテキスト」内の検索を開始する文字位置。省略した場合は、値 1 が想定されます。"}}},SUBSTITUTE:{description:"文字列中の指定された文字を他の文字に置き換えます。",abstract:"文字列中の指定された文字を他の文字に置き換えます。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/substitute-%E9%96%A2%E6%95%B0-6434944e-a904-4336-a9b0-1e58df3bc332"}],functionParameter:{text:{name:"文字列",detail:"文字を置き換えるテキストを含むセルへのテキストまたは参照。"},oldText:{name:"検索文字列",detail:"置換する文字列を指定します。"},newText:{name:"置換文字列",detail:"検索文字列を検索して置き換える文字列を指定します。"},instanceNum:{name:"置換対象を指定",detail:"検索文字列に含まれるどの文字列を置換文字列と置き換えるかを指定します。 置換対象を指定した場合、検索文字列中の置換対象文字列だけが置き換えられます。 指定しない場合、検索文字列中のすべての文字列が置換文字列に置き換えられます。"}}},T:{description:"引数を文字列に変換します。",abstract:"引数を文字列に変換します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/t-%E9%96%A2%E6%95%B0-fb83aeec-45e7-4924-af95-53e073541228"}],functionParameter:{value:{name:"値",detail:"テストする値を指定します。"}}},TEXT:{description:"数値を書式設定した文字列に変換します。",abstract:"数値を書式設定した文字列に変換します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/text-%E9%96%A2%E6%95%B0-20d5ac4d-7b94-49fd-bb38-93d29371225c"}],functionParameter:{value:{name:"値",detail:"テキストに変換する数値。"},formatText:{name:"数値形式",detail:"指定された値に適用する書式を定義するテキスト文字列。"}}},TEXTAFTER:{description:"指定された文字または文字列の後に発生するテキストを返します",abstract:"指定された文字または文字列の後に発生するテキストを返します",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/textafter-%E9%96%A2%E6%95%B0-c8db2546-5b51-416a-9690-c7e6722e90b4"}],functionParameter:{text:{name:"文字",detail:"検索対象のテキスト。ワイルドカード文字は使用できません。"},delimiter:{name:"デリミタ",detail:"抽出した後のポイントをマークするテキスト。"},instanceNum:{name:"インスタンス番号",detail:"テキストを抽出する区切り記号のインスタンス。"},matchMode:{name:"マッチモード",detail:"テキスト検索で大文字と小文字を区別するかどうかを指定します。既定では大文字と小文字が区別されます。"},matchEnd:{name:"マッチ終了",detail:"テキストの末尾を区切り記号として扱います。既定では、テキストは完全一致です。"},ifNotFound:{name:"比類のない価値",detail:"一致するものが見つからない場合に返される値。既定では、#N/A が返されます。"}}},TEXTBEFORE:{description:"指定された文字または文字列の前に発生するテキストを返します",abstract:"指定された文字または文字列の前に発生するテキストを返します",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/textbefore-%E9%96%A2%E6%95%B0-d099c28a-dba8-448e-ac6c-f086d0fa1b29"}],functionParameter:{text:{name:"文字",detail:"検索対象のテキスト。ワイルドカード文字は使用できません。"},delimiter:{name:"デリミタ",detail:"抽出した後のポイントをマークするテキスト。"},instanceNum:{name:"インスタンス番号",detail:"テキストを抽出する区切り記号のインスタンス。"},matchMode:{name:"マッチモード",detail:"テキスト検索で大文字と小文字を区別するかどうかを指定します。既定では大文字と小文字が区別されます。"},matchEnd:{name:"マッチ終了",detail:"テキストの末尾を区切り記号として扱います。既定では、テキストは完全一致です。"},ifNotFound:{name:"比類のない価値",detail:"一致するものが見つからない場合に返される値。既定では、#N/A が返されます。"}}},TEXTJOIN:{description:"テキスト:複数の範囲または文字列のテキストを結合します",abstract:"テキスト:複数の範囲または文字列のテキストを結合します",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/textjoin-%E9%96%A2%E6%95%B0-357b449a-ec91-49d0-80c3-0e8fc845691c"}],functionParameter:{delimiter:{name:"区切り記号",detail:"空のテキスト文字列、または二重引用符で囲まれた 1 つ以上の文字、または有効なテキスト文字列への参照。"},ignoreEmpty:{name:"空のセルは無視",detail:"TRUE の場合、空のセルは無視されます。"},text1:{name:"文字列1",detail:"結合するテキスト項目。 文字列またはセルの範囲などの文字列の配列。"},text2:{name:"文字列2",detail:"結合する追加のテキスト項目。 テキスト項目には、text1 を含め、最大 252 のテキスト引数を設定できます。 各引数には、文字列、またはセルの範囲などの文字列の配列を指定できます。"}}},TEXTSPLIT:{description:"列区切り記号と行区切り記号を使用してテキスト文字列を分割します",abstract:"列区切り記号と行区切り記号を使用してテキスト文字列を分割します",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/textsplit-%E9%96%A2%E6%95%B0-b1ca414e-4c21-4ca0-b1b7-bdecace8a6e7"}],functionParameter:{text:{name:"文字",detail:"分割するテキスト。"},colDelimiter:{name:"列デリミタ",detail:"列を分割する文字または文字列。"},rowDelimiter:{name:"行デリミタ",detail:"行を分割する文字または文字列。"},ignoreEmpty:{name:"空のセルを無視する",detail:"空のセルを無視するかどうか。デフォルトはFALSEです。"},matchMode:{name:"マッチモード",detail:"テキスト内の区切り文字の一致を検索します。デフォルトでは、大文字と小文字が区別された照合が行われます。"},padWith:{name:"塗りつぶし値",detail:"パディングに使用する値。デフォルトでは、#N/A が使用されます。"}}},TRIM:{description:"各単語間のスペースは 1 つ残し、不要なスペースをすべて削除します。",abstract:"文字列から余分なスペースを削除します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/trim-%E9%96%A2%E6%95%B0-410388fa-c5df-49c6-b16c-9e5630b479f9"}],functionParameter:{text:{name:"文字列",detail:"余分なスペースを削除するテキストを指定します。"}}},UNICHAR:{description:"指定された数値により参照される Unicode 文字を返します。",abstract:"指定された数値により参照される Unicode 文字を返します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/unichar-%E9%96%A2%E6%95%B0-ffeb64f5-f131-44c6-b332-5cd72f0659b8"}],functionParameter:{number:{name:"数値",detail:"文字に対応する Unicode 番号を指定します。"}}},UNICODE:{description:"文字列の最初の文字に対応する番号 (コード ポイント) を返します。",abstract:"文字列の最初の文字に対応する番号 (コード ポイント) を返します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/unicode-%E9%96%A2%E6%95%B0-adb74aaa-a2a5-4dde-aff6-966e4e81f16f"}],functionParameter:{text:{name:"文字列",detail:"Unicode 値を求める文字を指定します。"}}},UPPER:{description:"文字列に含まれる英字をすべて大文字に変換します。",abstract:"文字列に含まれる英字をすべて大文字に変換します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/upper-%E9%96%A2%E6%95%B0-c11f29b3-d1a3-4537-8df6-04d0049963d6"}],functionParameter:{text:{name:"文字列",detail:"大文字に変換する文字列を指定します。"}}},VALUE:{description:"文字列を数値に変換して返します。",abstract:"文字列を数値に変換して返します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/value-%E9%96%A2%E6%95%B0-257d0108-07dc-437d-ae1c-bc2d3953d8c2"}],functionParameter:{text:{name:"文字列",detail:'文字列を半角の二重引用符 (") で囲んで指定するか、または変換する文字列を含むセル参照を指定します。'}}},VALUETOTEXT:{description:"指定した値からテキストを返します。",abstract:"指定した値からテキストを返します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/valetotext-%E9%96%A2%E6%95%B0-5fff61a2-301a-4ab2-9ffa-0a5242a08fea"}],functionParameter:{value:{name:"値",detail:"文字列として返す値。"},format:{name:"書式",detail:`返されるデータの形式。次の 2 つの値のいずれかを指定できます。
42
42
  0 既定。 読みやすい簡潔な形式。
43
- 1 エスケープ文字と行の区切り文字を含む厳格なフォーマット。 数式バーに入力したときに解析できる文字列を生成します。 返された文字列は、ブーリアン、数値、エラーを除き、引用符でカプセル化されます。`}}},CALL:{description:"ダイナミック リンク ライブラリまたはコード リソースで、プロシージャを呼び出します。",abstract:"ダイナミック リンク ライブラリまたはコード リソースで、プロシージャを呼び出します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/call-%E9%96%A2%E6%95%B0-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"数値からユーロ通貨への換算、ユーロ通貨からユーロ通貨使用国の現地通貨への換算、またはユーロ通貨を基にしてユーロ通貨を使用する参加国間の通貨の換算を行います。",abstract:"数値からユーロ通貨への換算、ユーロ通貨からユーロ通貨使用国の現地通貨への換算、またはユーロ通貨を基にしてユーロ通貨を使用する参加国間の通貨の換算を行います。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/euroconvert-%E9%96%A2%E6%95%B0-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"あらかじめ登録されている、指定のダイナミック リンク ライブラリ (DLL) またはコード リソースのレジスタ ID を返します。",abstract:"あらかじめ登録されている、指定のダイナミック リンク ライブラリ (DLL) またはコード リソースのレジスタ ID を返します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/register-id-%E9%96%A2%E6%95%B0-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},p={},u={ENCODEURL:{description:"URL 形式でエンコードされた文字列を返します。",abstract:"URL 形式でエンコードされた文字列を返します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/encodeurl-%E9%96%A2%E6%95%B0-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"文字列",detail:"URL エンコードされる文字列"}}},FILTERXML:{description:"指定された XPath に基づいて XML コンテンツの特定のデータを返します。",abstract:"指定された XPath に基づいて XML コンテンツの特定のデータを返します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/filterxml-%E9%96%A2%E6%95%B0-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"Web サービスからのデータを返します。",abstract:"Web サービスからのデータを返します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/webservice-%E9%96%A2%E6%95%B0-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},b={shortcut:{"sheets-formula-ui":{"quick-sum":"クイック合計"}},formula:{insert:{tooltip:"関数",sum:"SUM",average:"AVERAGE",count:"COUNT",max:"MAX",min:"MIN",more:"その他の関数..."},functionList:{...n,...r,...l,...d,...m,...i,...f,...s,...o,...c,...a,...e,...u,...t,...p},prompt:{helpExample:"例",helpAbstract:"説明",required:"必須.",optional:"省略."},error:{title:"エラー",divByZero:"0での除算エラー",name:"名前エラー",value:"値エラー",num:"数値エラー",na:"利用できない値エラー",cycle:"循環参照エラー",ref:"不正なセル参照エラー",spill:"スピル範囲のエラー",calc:"計算エラー",error:"エラー",connect:"データ取得中",null:"Null エラー"},functionType:{financial:"財務",date:"日付と時刻",math:"数学および三角関数",statistical:"統計",lookup:"検索と参照",database:"データベース",text:"テキスト",logical:"論理",information:"情報",engineering:"工学",cube:"キューブ",compatibility:"互換性",web:"Web",array:"配列",univer:"Univer",user:"ユーザー定義",definedname:"定義済みの名前"},moreFunctions:{confirm:"OK",prev:"前へ",next:"次へ",searchFunctionPlaceholder:"関数を検索",allFunctions:"すべての関数",syntax:"構文"},operation:{copyFormulaOnly:"数式のみをコピー",pasteFormula:"数式を貼り付け"}}};module.exports=b;
43
+ 1 エスケープ文字と行の区切り文字を含む厳格なフォーマット。 数式バーに入力したときに解析できる文字列を生成します。 返された文字列は、ブーリアン、数値、エラーを除き、引用符でカプセル化されます。`}}},CALL:{description:"ダイナミック リンク ライブラリまたはコード リソースで、プロシージャを呼び出します。",abstract:"ダイナミック リンク ライブラリまたはコード リソースで、プロシージャを呼び出します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/call-%E9%96%A2%E6%95%B0-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"数値からユーロ通貨への換算、ユーロ通貨からユーロ通貨使用国の現地通貨への換算、またはユーロ通貨を基にしてユーロ通貨を使用する参加国間の通貨の換算を行います。",abstract:"数値からユーロ通貨への換算、ユーロ通貨からユーロ通貨使用国の現地通貨への換算、またはユーロ通貨を基にしてユーロ通貨を使用する参加国間の通貨の換算を行います。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/euroconvert-%E9%96%A2%E6%95%B0-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"あらかじめ登録されている、指定のダイナミック リンク ライブラリ (DLL) またはコード リソースのレジスタ ID を返します。",abstract:"あらかじめ登録されている、指定のダイナミック リンク ライブラリ (DLL) またはコード リソースのレジスタ ID を返します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/register-id-%E9%96%A2%E6%95%B0-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},p={},u={ENCODEURL:{description:"URL 形式でエンコードされた文字列を返します。",abstract:"URL 形式でエンコードされた文字列を返します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/encodeurl-%E9%96%A2%E6%95%B0-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"文字列",detail:"URL エンコードされる文字列"}}},FILTERXML:{description:"指定された XPath に基づいて XML コンテンツの特定のデータを返します。",abstract:"指定された XPath に基づいて XML コンテンツの特定のデータを返します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/filterxml-%E9%96%A2%E6%95%B0-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"Web サービスからのデータを返します。",abstract:"Web サービスからのデータを返します。",links:[{title:"指導",url:"https://support.microsoft.com/ja-jp/office/webservice-%E9%96%A2%E6%95%B0-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},b={shortcut:{"sheets-formula-ui":{"quick-sum":"クイック合計"}},formula:{insert:{tooltip:"関数",common:"よく使う関数"},functionList:{...n,...r,...l,...d,...m,...i,...f,...s,...o,...c,...a,...e,...u,...t,...p},prompt:{helpExample:"例",helpAbstract:"説明",required:"必須.",optional:"省略."},error:{title:"エラー",divByZero:"0での除算エラー",name:"名前エラー",value:"値エラー",num:"数値エラー",na:"利用できない値エラー",cycle:"循環参照エラー",ref:"不正なセル参照エラー",spill:"スピル範囲のエラー",calc:"計算エラー",error:"エラー",connect:"データ取得中",null:"Null エラー"},functionType:{financial:"財務",date:"日付と時刻",math:"数学および三角関数",statistical:"統計",lookup:"検索と参照",database:"データベース",text:"テキスト",logical:"論理",information:"情報",engineering:"工学",cube:"キューブ",compatibility:"互換性",web:"Web",array:"配列",univer:"Univer",user:"ユーザー定義",definedname:"定義済みの名前"},moreFunctions:{confirm:"OK",prev:"前へ",next:"次へ",searchFunctionPlaceholder:"関数を検索",allFunctions:"すべての関数",syntax:"構文"},operation:{copyFormulaOnly:"数式のみをコピー",pasteFormula:"数式を貼り付け"}}};module.exports=b;