@univerjs/preset-sheets-advanced 0.25.1 → 1.0.0-alpha.1

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 (113) hide show
  1. package/README.md +3 -3
  2. package/lib/cjs/index.js +198 -1
  3. package/lib/cjs/locales/ar-SA.js +27 -1
  4. package/lib/cjs/locales/ca-ES.js +27 -1
  5. package/lib/cjs/locales/de-DE.js +27 -1
  6. package/lib/cjs/locales/en-US.js +27 -1
  7. package/lib/cjs/locales/es-ES.js +27 -1
  8. package/lib/cjs/locales/fa-IR.js +27 -1
  9. package/lib/cjs/locales/fr-FR.js +27 -1
  10. package/lib/cjs/locales/id-ID.js +27 -1
  11. package/lib/cjs/locales/it-IT.js +27 -1
  12. package/lib/cjs/locales/ja-JP.js +27 -1
  13. package/lib/cjs/locales/ko-KR.js +27 -1
  14. package/lib/cjs/locales/pl-PL.js +27 -1
  15. package/lib/cjs/locales/pt-BR.js +27 -1
  16. package/lib/cjs/locales/ru-RU.js +27 -1
  17. package/lib/cjs/locales/sk-SK.js +27 -1
  18. package/lib/cjs/locales/vi-VN.js +27 -1
  19. package/lib/cjs/locales/zh-CN.js +27 -1
  20. package/lib/cjs/locales/zh-HK.js +27 -1
  21. package/lib/cjs/locales/zh-TW.js +27 -1
  22. package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
  23. package/lib/cjs/worker.js +17 -1
  24. package/lib/es/index.js +103 -91
  25. package/lib/es/locales/ar-SA.js +16 -26
  26. package/lib/es/locales/ca-ES.js +16 -26
  27. package/lib/es/locales/de-DE.js +16 -26
  28. package/lib/es/locales/en-US.js +16 -26
  29. package/lib/es/locales/es-ES.js +16 -26
  30. package/lib/es/locales/fa-IR.js +16 -26
  31. package/lib/es/locales/fr-FR.js +16 -26
  32. package/lib/es/locales/id-ID.js +16 -26
  33. package/lib/es/locales/it-IT.js +16 -26
  34. package/lib/es/locales/ja-JP.js +16 -26
  35. package/lib/es/locales/ko-KR.js +16 -26
  36. package/lib/es/locales/pl-PL.js +16 -26
  37. package/lib/es/locales/pt-BR.js +16 -26
  38. package/lib/es/locales/ru-RU.js +16 -26
  39. package/lib/es/locales/sk-SK.js +16 -26
  40. package/lib/es/locales/vi-VN.js +16 -26
  41. package/lib/es/locales/zh-CN.js +16 -26
  42. package/lib/es/locales/zh-HK.js +16 -26
  43. package/lib/es/locales/zh-TW.js +16 -26
  44. package/lib/es/worker.js +15 -19
  45. package/lib/index.css +2762 -1
  46. package/lib/index.js +103 -91
  47. package/lib/locales/ar-SA.js +16 -26
  48. package/lib/locales/ca-ES.js +16 -26
  49. package/lib/locales/de-DE.js +16 -26
  50. package/lib/locales/en-US.js +16 -26
  51. package/lib/locales/es-ES.js +16 -26
  52. package/lib/locales/fa-IR.js +16 -26
  53. package/lib/locales/fr-FR.js +16 -26
  54. package/lib/locales/id-ID.js +16 -26
  55. package/lib/locales/it-IT.js +16 -26
  56. package/lib/locales/ja-JP.js +16 -26
  57. package/lib/locales/ko-KR.js +16 -26
  58. package/lib/locales/pl-PL.js +16 -26
  59. package/lib/locales/pt-BR.js +16 -26
  60. package/lib/locales/ru-RU.js +16 -26
  61. package/lib/locales/sk-SK.js +16 -26
  62. package/lib/locales/vi-VN.js +16 -26
  63. package/lib/locales/zh-CN.js +16 -26
  64. package/lib/locales/zh-HK.js +16 -26
  65. package/lib/locales/zh-TW.js +16 -26
  66. package/lib/types/index.d.ts +2 -2
  67. package/lib/types/locales/ar-SA.d.ts +1 -3
  68. package/lib/types/locales/ca-ES.d.ts +1 -3
  69. package/lib/types/locales/de-DE.d.ts +1 -3
  70. package/lib/types/locales/en-US.d.ts +1 -3
  71. package/lib/types/locales/es-ES.d.ts +1 -3
  72. package/lib/types/locales/fa-IR.d.ts +1 -3
  73. package/lib/types/locales/fr-FR.d.ts +1 -3
  74. package/lib/types/locales/id-ID.d.ts +1 -3
  75. package/lib/types/locales/it-IT.d.ts +1 -3
  76. package/lib/types/locales/ja-JP.d.ts +1 -3
  77. package/lib/types/locales/ko-KR.d.ts +1 -3
  78. package/lib/types/locales/pl-PL.d.ts +1 -3
  79. package/lib/types/locales/pt-BR.d.ts +1 -3
  80. package/lib/types/locales/ru-RU.d.ts +1 -3
  81. package/lib/types/locales/sk-SK.d.ts +1 -3
  82. package/lib/types/locales/vi-VN.d.ts +1 -3
  83. package/lib/types/locales/zh-CN.d.ts +1 -3
  84. package/lib/types/locales/zh-HK.d.ts +1 -3
  85. package/lib/types/locales/zh-TW.d.ts +1 -3
  86. package/lib/types/preset.d.ts +34 -0
  87. package/lib/types/worker.d.ts +1 -1
  88. package/lib/worker.js +15 -19
  89. package/package.json +36 -39
  90. package/LICENSE +0 -176
  91. package/lib/types/types.d.ts +0 -11
  92. package/lib/types/umd.d.ts +0 -41
  93. package/lib/umd/index.js +0 -89
  94. package/lib/umd/locales/ar-SA.js +0 -32
  95. package/lib/umd/locales/ca-ES.js +0 -32
  96. package/lib/umd/locales/de-DE.js +0 -32
  97. package/lib/umd/locales/en-US.js +0 -32
  98. package/lib/umd/locales/es-ES.js +0 -32
  99. package/lib/umd/locales/fa-IR.js +0 -32
  100. package/lib/umd/locales/fr-FR.js +0 -32
  101. package/lib/umd/locales/id-ID.js +0 -32
  102. package/lib/umd/locales/it-IT.js +0 -32
  103. package/lib/umd/locales/ja-JP.js +0 -32
  104. package/lib/umd/locales/ko-KR.js +0 -32
  105. package/lib/umd/locales/pl-PL.js +0 -32
  106. package/lib/umd/locales/pt-BR.js +0 -32
  107. package/lib/umd/locales/ru-RU.js +0 -32
  108. package/lib/umd/locales/sk-SK.js +0 -32
  109. package/lib/umd/locales/vi-VN.js +0 -32
  110. package/lib/umd/locales/zh-CN.js +0 -32
  111. package/lib/umd/locales/zh-HK.js +0 -32
  112. package/lib/umd/locales/zh-TW.js +0 -32
  113. package/lib/umd/worker.js +0 -1
@@ -1,32 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/de-DE
2
- function _0x5656(){var _0x89ead=['amd','Interner\x20unbekannter\x20Fehler','267IljHiw','3606aDNyeL','4140EIXGNm','3778384FdmoCW','4406wgMsHP','Download\x20erfolgreich','Daten\x20sind\x20zu\x20groß','620gkzdqD','Wird\x20hochgeladen','Wird\x20heruntergeladen','Unbekannter\x20Fehler','UniverProExchangeClientDeDE','object','Abbrechen','function','14794109hHzDef','Netzwerkfehler','Datei\x20erfolgreich\x20hochgeladen','Bitte\x20warten...','14721HbQbkj','32085RRXJsT','Erneut\x20hochladen','5299750ZrgDdw','1896fgOUgq'];_0x5656=function(){return _0x89ead;};return _0x5656();}function _0x4e1c(_0x1b7e26,_0x9a950f){_0x1b7e26=_0x1b7e26-0x195;var _0x5656c3=_0x5656();var _0x4e1c3e=_0x5656c3[_0x1b7e26];return _0x4e1c3e;}(function(_0x3d956d,_0x54d7c5){var _0x32b57f=_0x4e1c,_0x3163a9=_0x3d956d();while(!![]){try{var _0x5d3d09=parseInt(_0x32b57f(0x1a0))/0x1*(-parseInt(_0x32b57f(0x1a4))/0x2)+parseInt(_0x32b57f(0x1a1))/0x3*(-parseInt(_0x32b57f(0x1a7))/0x4)+-parseInt(_0x32b57f(0x19c))/0x5+parseInt(_0x32b57f(0x19d))/0x6*(-parseInt(_0x32b57f(0x199))/0x7)+parseInt(_0x32b57f(0x1a3))/0x8+-parseInt(_0x32b57f(0x19a))/0x9*(-parseInt(_0x32b57f(0x1a2))/0xa)+parseInt(_0x32b57f(0x195))/0xb;if(_0x5d3d09===_0x54d7c5)break;else _0x3163a9['push'](_0x3163a9['shift']());}catch(_0x13c985){_0x3163a9['push'](_0x3163a9['shift']());}}}(_0x5656,0xc1e06),function(_0x4f295f,_0x9c22d0){var _0x334781=_0x4e1c;typeof exports==_0x334781(0x1ac)&&typeof module<'u'?module['exports']=_0x9c22d0():typeof define==_0x334781(0x1ae)&&define[_0x334781(0x19e)]?define([],_0x9c22d0):(_0x4f295f=typeof globalThis<'u'?globalThis:_0x4f295f||self,_0x4f295f[_0x334781(0x1ab)]=_0x9c22d0());}(this,function(){var _0x2d1c3d=_0x4e1c;return{'exchange-client':{'uploading':_0x2d1c3d(0x1a8),'uploadSuccess':_0x2d1c3d(0x197),'uploadSuccessTip':'{0}\x20Datei(en)\x20erfolgreich\x20hochgeladen','downloading':_0x2d1c3d(0x1a9),'downloadSuccess':_0x2d1c3d(0x1a5),'unknownMistake':_0x2d1c3d(0x1aa),'networkError':_0x2d1c3d(0x196),'tooLarge':_0x2d1c3d(0x1a6),'internalError':_0x2d1c3d(0x19f),'interrupt':'Die\x20Netzwerkverbindung\x20wurde\x20unterbrochen\x20und\x20der\x20Datei-Upload\x20ist\x20fehlgeschlagen','fileTypeError':'Die\x20ausgewählte\x20Datei\x20[{0}]\x20wird\x20für\x20den\x20Upload\x20nicht\x20unterstützt','wait':_0x2d1c3d(0x198),'cancel':_0x2d1c3d(0x1ad),'uploadAgain':_0x2d1c3d(0x19b)}};}));
3
-
4
- // @univerjs-pro/sheets-exchange-client/locale/de-DE
5
- function _0x22da(_0x14130d,_0x6939b6){_0x14130d=_0x14130d-0xaa;var _0x51cda1=_0x51cd();var _0x22da9a=_0x51cda1[_0x14130d];return _0x22da9a;}(function(_0x1f4b3a,_0x133389){var _0x325ccd=_0x22da,_0x17abfb=_0x1f4b3a();while(!![]){try{var _0x3303e7=-parseInt(_0x325ccd(0xb0))/0x1*(-parseInt(_0x325ccd(0xb2))/0x2)+-parseInt(_0x325ccd(0xb9))/0x3+-parseInt(_0x325ccd(0xae))/0x4*(parseInt(_0x325ccd(0xbc))/0x5)+-parseInt(_0x325ccd(0xb6))/0x6*(parseInt(_0x325ccd(0xb4))/0x7)+-parseInt(_0x325ccd(0xb1))/0x8+parseInt(_0x325ccd(0xb3))/0x9*(parseInt(_0x325ccd(0xaf))/0xa)+parseInt(_0x325ccd(0xba))/0xb*(parseInt(_0x325ccd(0xb8))/0xc);if(_0x3303e7===_0x133389)break;else _0x17abfb['push'](_0x17abfb['shift']());}catch(_0x17ba11){_0x17abfb['push'](_0x17abfb['shift']());}}}(_0x51cd,0x51c83),function(_0x46311c,_0x1f9c33){var _0x69eb8b=_0x22da;typeof exports==_0x69eb8b(0xaa)&&typeof module<'u'?module[_0x69eb8b(0xb5)]=_0x1f9c33():typeof define==_0x69eb8b(0xad)&&define[_0x69eb8b(0xb7)]?define([],_0x1f9c33):(_0x46311c=typeof globalThis<'u'?globalThis:_0x46311c||self,_0x46311c[_0x69eb8b(0xbb)]=_0x1f9c33());}(this,function(){var _0x34bf6e=_0x22da;return{'sheets-exchange-client':{'file':'Datei','upload':_0x34bf6e(0xab),'download':_0x34bf6e(0xac)}};}));function _0x51cd(){var _0x43a4f3=['UniverProSheetsExchangeClientDeDE','105dQGtWs','object','Öffnen\x20(Datei)','Speichern\x20unter','function','104436XSVjew','161780EOgIvr','62323nMdYoV','2757760FmZDdi','10isxhta','189EMuXYM','49XBgdKl','exports','466074bNzHlT','amd','12ywRQDu','995109fSfSDA','15973001NIhKsD'];_0x51cd=function(){return _0x43a4f3;};return _0x51cd();}
6
-
7
- // @univerjs-pro/sheets-pivot/locale/de-DE
8
- function _0x100a(_0x56d563,_0x27095d){_0x56d563=_0x56d563-0xb9;var _0x5a944e=_0x5a94();var _0x100a78=_0x5a944e[_0x56d563];return _0x100a78;}function _0x5a94(){var _0x1f7406=['1531144HvDNqn','Summe\x20von\x20','Anzahl\x20von\x20','(Sonstige)','Jahr-Quartal','UniverProSheetsPivotDeDE','Filter','Tag','Var\x20von\x20','Werte','Maximum\x20von\x20','Blatt','function','sonstige','{0}\x20Stunde','Stunde','8193rtDMSZ','772wDjksc','object','Wert','Zwischensumme','Monat-Tag','Mittelwert\x20von\x20','36UxNVHj','amd','40MxlkOo','Produkt\x20von\x20','{0}\x20Jahr\x20{1}\x20Monat','Monat','Gesamtergebnis','{0}\x20Stunde\x20{1}\x20Minute','{0}\x20Monat\x20{1}\x20Tag','{0}\x20Minute','{0}\x20Tag','4498802uWrgln','739272jgEVnc','{0}\x20Jahr\x20{1}\x20Quartal','{0}\x20Monat','StdDev\x20von\x20','Spalte\x20','1820032ojbpit','(Leer)','Jahr-Monat-Tag','81882JFbeOp','Jahr-Monat','Zeile','Minute','Jahr','{0}\x20Jahr\x20{1}\x20Monat\x20{2}\x20Tag','Quartal','Minimum\x20von\x20','36665130QqalnW'];_0x5a94=function(){return _0x1f7406;};return _0x5a94();}(function(_0x4d1fbf,_0x24d668){var _0x26b310=_0x100a,_0xa2945a=_0x4d1fbf();while(!![]){try{var _0x5808b5=parseInt(_0x26b310(0xe9))/0x1+-parseInt(_0x26b310(0xcf))/0x2*(parseInt(_0x26b310(0xce))/0x3)+parseInt(_0x26b310(0xbe))/0x4+parseInt(_0x26b310(0xd7))/0x5*(-parseInt(_0x26b310(0xe1))/0x6)+-parseInt(_0x26b310(0xe0))/0x7+-parseInt(_0x26b310(0xe6))/0x8*(parseInt(_0x26b310(0xd5))/0x9)+parseInt(_0x26b310(0xbd))/0xa;if(_0x5808b5===_0x24d668)break;else _0xa2945a['push'](_0xa2945a['shift']());}catch(_0x15cf0b){_0xa2945a['push'](_0xa2945a['shift']());}}}(_0x5a94,0x837f9),function(_0xb7b9e3,_0x299278){var _0x4104aa=_0x100a;typeof exports==_0x4104aa(0xd0)&&typeof module<'u'?module['exports']=_0x299278():typeof define==_0x4104aa(0xca)&&define[_0x4104aa(0xd6)]?define([],_0x299278):(_0xb7b9e3=typeof globalThis<'u'?globalThis:_0xb7b9e3||self,_0xb7b9e3[_0x4104aa(0xc3)]=_0x299278());}(this,function(){var _0x4e9017=_0x100a;return{'sheets-pivot':{'sheet':_0x4e9017(0xc9),'blankValue':_0x4e9017(0xe7),'otherValue':_0x4e9017(0xc1),'columnName':_0x4e9017(0xe5),'subTotalText':_0x4e9017(0xd2),'grandTotalText':_0x4e9017(0xdb),'valueText':_0x4e9017(0xd1),'averageName':_0x4e9017(0xd4),'countName':_0x4e9017(0xc0),'countNumsName':'Anzahl\x20von\x20','maxName':_0x4e9017(0xc8),'minName':_0x4e9017(0xbc),'productName':_0x4e9017(0xd8),'stdDevName':_0x4e9017(0xe4),'stdDevpName':'StdDevp\x20von\x20','sumName':_0x4e9017(0xbf),'varName':_0x4e9017(0xc6),'varpName':'Varp\x20von\x20','subTotal':_0x4e9017(0xd2),'grandTotal':_0x4e9017(0xdb),'value':_0x4e9017(0xd1),'blank':'leer','other':_0x4e9017(0xcb),'emptyPivot':{'filter':_0x4e9017(0xc4),'row':_0x4e9017(0xeb),'column':'Spalte','values':_0x4e9017(0xc7)},'dateGroup':{'year':_0x4e9017(0xb9),'month':_0x4e9017(0xda),'day':_0x4e9017(0xc5),'hour':_0x4e9017(0xcd),'minute':_0x4e9017(0xec),'quarter':_0x4e9017(0xbb),'monthDate':_0x4e9017(0xd3),'yearQuarter':_0x4e9017(0xc2),'yearMonth':_0x4e9017(0xea),'yearMonthDate':_0x4e9017(0xe8)},'cellDateGroupDisplay':{'minute':_0x4e9017(0xde),'hour':_0x4e9017(0xcc),'hourMinute':_0x4e9017(0xdc),'date':_0x4e9017(0xdf),'month':_0x4e9017(0xe3),'monthDate':_0x4e9017(0xdd),'quarter':'{0}\x20Quartal','year':'{0}\x20Jahr','yearMonth':_0x4e9017(0xd9),'yearMonthDate':_0x4e9017(0xba),'yearQuarter':_0x4e9017(0xe2)}}};}));
9
-
10
- // @univerjs-pro/sheets-pivot-ui/locale/de-DE
11
- function _0x381b(_0x3c5c63,_0x22c17f){_0x3c5c63=_0x3c5c63-0x176;var _0x5d3057=_0x5d30();var _0x381bcb=_0x5d3057[_0x3c5c63];return _0x381bcb;}(function(_0x509cea,_0x582ffe){var _0x5b7ebb=_0x381b,_0x46c635=_0x509cea();while(!![]){try{var _0x226101=-parseInt(_0x5b7ebb(0x19f))/0x1*(-parseInt(_0x5b7ebb(0x1d7))/0x2)+-parseInt(_0x5b7ebb(0x1b7))/0x3+parseInt(_0x5b7ebb(0x187))/0x4+parseInt(_0x5b7ebb(0x18c))/0x5*(-parseInt(_0x5b7ebb(0x1c2))/0x6)+parseInt(_0x5b7ebb(0x184))/0x7+parseInt(_0x5b7ebb(0x1bc))/0x8*(parseInt(_0x5b7ebb(0x1bd))/0x9)+parseInt(_0x5b7ebb(0x1ad))/0xa*(-parseInt(_0x5b7ebb(0x17d))/0xb);if(_0x226101===_0x582ffe)break;else _0x46c635['push'](_0x46c635['shift']());}catch(_0x43e666){_0x46c635['push'](_0x46c635['shift']());}}}(_0x5d30,0x74c79),function(_0x4ffc0a,_0x20614b){var _0x4f9e2e=_0x381b;typeof exports==_0x4f9e2e(0x1c3)&&typeof module<'u'?module[_0x4f9e2e(0x1d6)]=_0x20614b():typeof define==_0x4f9e2e(0x18e)&&define[_0x4f9e2e(0x1d1)]?define([],_0x20614b):(_0x4ffc0a=typeof globalThis<'u'?globalThis:_0x4ffc0a||self,_0x4ffc0a['UniverProSheetsPivotUiDeDE']=_0x20614b());}(this,function(){var _0x3b2b62=_0x381b;return{'sheets-pivot-ui':{'sheet':_0x3b2b62(0x1c6),'title':_0x3b2b62(0x1c1),'sourceRangeLabel':_0x3b2b62(0x1b4),'sourceRangePlaceholder':_0x3b2b62(0x176),'sourceFieldTile':_0x3b2b62(0x1a4),'sourceFieldDescription':_0x3b2b62(0x1b8),'filter':_0x3b2b62(0x192),'column':_0x3b2b62(0x1bf),'row':_0x3b2b62(0x197),'value':_0x3b2b62(0x177),'multipleValue':_0x3b2b62(0x1b9),'filterDesc':_0x3b2b62(0x1aa),'columnDesc':_0x3b2b62(0x1c5),'rowDesc':_0x3b2b62(0x1be),'valueDesc':'Berechnete\x20Ergebnisse\x20von\x20Zeilen\x20und\x20Spalten','addToFilter':_0x3b2b62(0x1cf),'addToColumn':_0x3b2b62(0x17b),'addToRow':'Zu\x20Zeile\x20hinzufügen','addToValue':'Zu\x20Wert\x20hinzufügen','removeField':_0x3b2b62(0x1ae),'filterField':_0x3b2b62(0x198),'fieldSettings':_0x3b2b62(0x1ba),'moveToRow':_0x3b2b62(0x1d5),'moveToColumn':_0x3b2b62(0x1b2),'dialog':{'fieldName':_0x3b2b62(0x1c9),'sourceName':_0x3b2b62(0x1b6),'summarizeBy':_0x3b2b62(0x196),'format':_0x3b2b62(0x1cb),'ok':'OK','cancel':_0x3b2b62(0x1d4),'filter':{'ascending':_0x3b2b62(0x193),'descending':'Absteigend','selectAll':_0x3b2b62(0x1ce),'clearFilter':_0x3b2b62(0x1b5),'blank':_0x3b2b62(0x1a9),'cancel':_0x3b2b62(0x1d4),'confirm':'OK'},'numfmt':{'general':_0x3b2b62(0x185),'accounting':_0x3b2b62(0x190),'currency':'Währung','date':_0x3b2b62(0x1a8),'thousandthPercentile':'Tausendstel-Prozent','fieldSetting':_0x3b2b62(0x1ba),'formatTypes':_0x3b2b62(0x1a5),'confirm':'OK','cancel':'Abbrechen','generalDesc':'Das\x20Allgemein-Format\x20enthält\x20kein\x20spezifisches\x20Zahlenformat.','accountingDesc':_0x3b2b62(0x17e),'currencyDesc':_0x3b2b62(0x1af),'dateDesc':_0x3b2b62(0x1a7),'thousandthPercentileDesc':_0x3b2b62(0x17f),'decimalPlaces':_0x3b2b62(0x1cc),'currencyTypes':_0x3b2b62(0x182),'negativeNumberTypes':_0x3b2b62(0x1bb),'dateTypes':_0x3b2b62(0x178)},'source':{'insertPivotTable':_0x3b2b62(0x1d2),'sourceData':'Datenquellenbereich','position':_0x3b2b62(0x194),'newSheet':_0x3b2b62(0x1cd),'existingSheet':_0x3b2b62(0x189),'intersect':'Darf\x20sich\x20nicht\x20mit\x20Quelldaten\x20überschneiden'}},'subtotal':{'average':_0x3b2b62(0x19c),'count':_0x3b2b62(0x179),'countNums':_0x3b2b62(0x1d3),'max':_0x3b2b62(0x1a0),'min':_0x3b2b62(0x1ac),'product':'Produkt','stdDev':_0x3b2b62(0x1a3),'stdDevp':_0x3b2b62(0x1c0),'sum':_0x3b2b62(0x1a6),'var':_0x3b2b62(0x1b0),'varp':_0x3b2b62(0x191)},'subTotalText':_0x3b2b62(0x17a),'grandTotalText':'Gesamtergebnis','fieldPanel':'Feldkonfiguration','configPanel':_0x3b2b62(0x1b3),'config':{'totalsSection':_0x3b2b62(0x18b),'showRowSubtotal':'Zeilenzwischensummen\x20anzeigen','showRowGrandTotal':_0x3b2b62(0x199),'showColSubtotal':_0x3b2b62(0x17c),'showColGrandTotal':_0x3b2b62(0x195),'pageSection':_0x3b2b62(0x1d0),'pageWrap':_0x3b2b62(0x1d8),'pageDirection':_0x3b2b62(0x18d),'pageDownThenOver':_0x3b2b62(0x19a),'pageOverThenDown':'Seitwärts,\x20dann\x20abwärts','displaySection':_0x3b2b62(0x183),'repeatRowLabels':_0x3b2b62(0x1c4)},'perform':{'tips':_0x3b2b62(0x19e),'info':_0x3b2b62(0x1b1),'confirm':'Bestätigen','cancel':'Abbrechen','rowColError':_0x3b2b62(0x1ca)},'msg':{'emptySourceRange':_0x3b2b62(0x188),'invalidSize':_0x3b2b62(0x181),'mergeCellError':_0x3b2b62(0x18a),'editCellError':_0x3b2b62(0x1d9),'permissionError':_0x3b2b62(0x19b)},'averageName':_0x3b2b62(0x1a2),'countName':_0x3b2b62(0x1ab),'countNumsName':'Anzahl\x20von\x20','maxName':_0x3b2b62(0x1a1),'minName':_0x3b2b62(0x18f),'productName':_0x3b2b62(0x1c7),'stdDevName':_0x3b2b62(0x1c8),'stdDevpName':_0x3b2b62(0x186),'sumName':_0x3b2b62(0x180),'varName':'Var\x20von\x20','varpName':_0x3b2b62(0x19d)}};}));function _0x5d30(){var _0x4d3292=['10chwtAy','Feld\x20entfernen','Das\x20Währungsformat\x20wird\x20für\x20allgemeine\x20Geldbeträge\x20verwendet,\x20das\x20Buchhaltungsformat\x20richtet\x20Dezimalstellen\x20in\x20einer\x20Wertespalte\x20aus.','Varianz','Im\x20Zielbereich\x20befinden\x20sich\x20bereits\x20Daten.\x20Diese\x20Aktion\x20überschreibt\x20die\x20vorhandenen\x20Daten.\x20Möchten\x20Sie\x20fortfahren?','In\x20Spalte\x20verschieben','Erweiterte\x20Optionen','Datenquelle','Filter\x20löschen','Quellenfeldname:','2501190SpWRVS','Felder\x20in\x20die\x20Bereiche\x20unten\x20ziehen','Σ\x20Werte','Feldeinstellungen','Negative\x20Zahlen-Typen','16fmHkdy','542907huqtsF','Felder\x20in\x20Zeilen\x20ziehen','Spalte','Standardabweichung\x20der\x20Grundgesamtheit','Pivot-Tabelle','2314626APYvQk','object','Elementbezeichnungen\x20wiederholen','Felder\x20in\x20Spalten\x20ziehen','Blatt','Produkt\x20von\x20','StdDev\x20von\x20','Feldname','Diese\x20Änderung\x20kann\x20für\x20die\x20ausgewählten\x20Zellen\x20nicht\x20vorgenommen\x20werden,\x20da\x20sie\x20die\x20Pivot-Tabelle\x20beeinträchtigen\x20würde.\x20Bitte\x20verwenden\x20Sie\x20die\x20Feldliste,\x20um\x20den\x20Bericht\x20zu\x20ändern.\x20Wenn\x20Sie\x20Zellen\x20einfügen\x20oder\x20löschen\x20möchten,\x20verschieben\x20Sie\x20die\x20Pivot-Tabelle\x20und\x20versuchen\x20Sie\x20es\x20erneut.','Zahlenformat','Dezimalstellen','Neues\x20Blatt','Alle\x20auswählen','Zu\x20Filter\x20hinzufügen','Filterfeld-Layout','amd','Pivot-Tabelle\x20einfügen','Anzahl\x20Zahlen','Abbrechen','In\x20Zeile\x20verschieben','exports','48SSZCtp','Felder\x20pro\x20Zeile','Zellen\x20in\x20der\x20Pivot-Tabelle\x20können\x20nicht\x20bearbeitet\x20werden','Datenquelle\x20wurde\x20aktualisiert','Wert','Datumstypen','Anzahl','Zwischensumme','Zu\x20Spalte\x20hinzufügen','Spaltenzwischensummen\x20anzeigen','811877Hfxqdy','Das\x20Buchhaltungsformat\x20richtet\x20Währungssymbole\x20und\x20Dezimalstellen\x20in\x20einer\x20Spalte\x20aus.','Das\x20Tausendstel-Prozent-Format\x20wird\x20für\x20allgemeine\x20Zahlen\x20verwendet,\x20Währungs-\x20und\x20Buchhaltungsformate\x20bieten\x20spezialisierte\x20Formate\x20für\x20Geldbeträge.','Summe\x20von\x20','Datenquellenbereich\x20ist\x20ungültig','Währungstypen','Anzeige','2861684OTbJrO','Allgemein','StdDevp\x20von\x20','3349656UtLWwB','Datenquellenbereich\x20ist\x20leer','Bestehendes\x20Blatt','Verbundene\x20Zellen\x20können\x20nicht\x20in\x20eine\x20Pivot-Tabelle\x20eingefügt\x20werden','Zwischensummen\x20&\x20Gesamtergebnisse','10faYPSa','Layout-Richtung','function','Minimum\x20von\x20','Buchhaltung','Varianz\x20der\x20Grundgesamtheit','Filter','Aufsteigend','Pivot-Tabellen-Position','Spaltengesamtergebnis\x20anzeigen','Zusammenfassen\x20nach','Zeile','Filterfeld','Zeilengesamtergebnis\x20anzeigen','Abwärts,\x20dann\x20seitwärts','Pivot-Tabelle\x20in\x20einem\x20geschützten\x20Blatt\x20kann\x20nicht\x20bearbeitet\x20werden','Mittelwert','Varp\x20von\x20','Hinweis','32939TVZXWH','Maximum','Maximum\x20von\x20','Mittelwert\x20von\x20','Standardabweichung','Datenquellenfelder','Formattypen','Summe','Das\x20Datumsformat\x20zeigt\x20Datums-\x20und\x20Zeitseriennummern\x20als\x20Datumsangaben\x20an.','Datum','(Leer)','Felder\x20ziehen,\x20um\x20Daten\x20zu\x20filtern','Anzahl\x20von\x20','Minimum'];_0x5d30=function(){return _0x4d3292;};return _0x5d30();}
12
-
13
- // @univerjs-pro/sheets-print/locale/de-DE
14
- function _0x3bea(_0x59e648,_0x2e5bab){_0x59e648=_0x59e648-0x184;var _0x3ad7e6=_0x3ad7();var _0x3bea15=_0x3ad7e6[_0x59e648];return _0x3bea15;}(function(_0x40ef37,_0x397c65){var _0x3cc0a8=_0x3bea,_0x595489=_0x40ef37();while(!![]){try{var _0xae3455=parseInt(_0x3cc0a8(0x1e4))/0x1*(parseInt(_0x3cc0a8(0x1d0))/0x2)+-parseInt(_0x3cc0a8(0x19d))/0x3*(parseInt(_0x3cc0a8(0x1b2))/0x4)+parseInt(_0x3cc0a8(0x1a8))/0x5+parseInt(_0x3cc0a8(0x1d9))/0x6+parseInt(_0x3cc0a8(0x186))/0x7+-parseInt(_0x3cc0a8(0x1d5))/0x8*(-parseInt(_0x3cc0a8(0x1d3))/0x9)+-parseInt(_0x3cc0a8(0x1de))/0xa;if(_0xae3455===_0x397c65)break;else _0x595489['push'](_0x595489['shift']());}catch(_0x58b542){_0x595489['push'](_0x595489['shift']());}}}(_0x3ad7,0x1a759),function(_0x4889bd,_0x3b3568){var _0x49126f=_0x3bea;typeof exports==_0x49126f(0x1b1)&&typeof module<'u'?module[_0x49126f(0x18c)]=_0x3b3568():typeof define==_0x49126f(0x1a3)&&define[_0x49126f(0x1cc)]?define([],_0x3b3568):(_0x4889bd=typeof globalThis<'u'?globalThis:_0x4889bd||self,_0x4889bd['UniverProSheetsPrintDeDE']=_0x3b3568());}(this,function(){var _0x105e82=_0x3bea;return{'sheets-print':{'permission':{'printErr':_0x105e82(0x1e1)},'header':{'total':'Gesamt:\x20','pages':_0x105e82(0x19b),'cancel':_0x105e82(0x1c9),'next':_0x105e82(0x193),'printing':'Drucken\x20läuft,\x20bitte\x20schließen\x20Sie\x20die\x20Seite\x20nicht'},'menu':'Drucken','title':_0x105e82(0x1a6),'grid':{'title':_0x105e82(0x190),'showGrid':_0x105e82(0x1cb),'showGridLabel':_0x105e82(0x1a1),'closeAndHide':'Seitenumbrüche\x20schließen\x20und\x20ausblenden'},'screenshot':{'title':'Als\x20Bild\x20kopieren','success':_0x105e82(0x1bd),'fail':'Bild\x20konnte\x20nicht\x20in\x20die\x20Zwischenablage\x20kopiert\x20werden!'},'size':{'title':'Papierformat','letter':_0x105e82(0x1b0),'tabloid':_0x105e82(0x199),'legal':_0x105e82(0x1d2),'statement':'Statement\x20(5,5\x22\x20x\x208,5\x22)','executive':_0x105e82(0x18d),'folio':_0x105e82(0x1a9),'a3':_0x105e82(0x1d6),'a4':_0x105e82(0x1d1),'a5':_0x105e82(0x18b),'b4':_0x105e82(0x1c4),'b5':_0x105e82(0x1a7)},'margin':{'title':_0x105e82(0x1ad),'normal':_0x105e82(0x1ba),'narrow':'Schmal','wide':_0x105e82(0x184),'custom':_0x105e82(0x18f),'top':'Oben','bottom':_0x105e82(0x18e),'left':'Links','right':_0x105e82(0x188)},'area':{'title':_0x105e82(0x1a6),'currentSheet':_0x105e82(0x1dd),'workbook':_0x105e82(0x1a0),'currentSelection':_0x105e82(0x189),'maxRowsEachPage':_0x105e82(0x1a4),'maxColumnsEachPage':_0x105e82(0x1cd),'limit':_0x105e82(0x19a),'allSelection':_0x105e82(0x1d8)},'selection':{'title':_0x105e82(0x1c7),'allWorkbook':_0x105e82(0x1ac),'workbookUnit':'Blätter'},'scale':{'title':_0x105e82(0x194),'normal':_0x105e82(0x1ae),'fitWidth':_0x105e82(0x1b7),'fitHeight':_0x105e82(0x187),'fitPage':_0x105e82(0x1d4),'custom':_0x105e82(0x198)},'orientation':{'title':_0x105e82(0x1b8),'landscape':_0x105e82(0x192),'portrait':_0x105e82(0x195)},'formatting':{'title':_0x105e82(0x196),'skeleton':_0x105e82(0x1ca),'waterMark':_0x105e82(0x19c)},'align':{'title':_0x105e82(0x1e2),'horizontal':{'title':'Horizontal','middle':_0x105e82(0x19f),'start':_0x105e82(0x1e0),'end':_0x105e82(0x188)},'vertical':{'title':_0x105e82(0x1be),'start':_0x105e82(0x1ab),'end':_0x105e82(0x18e),'middle':_0x105e82(0x19f)}},'headerFooter':{'title':_0x105e82(0x1d7),'page':_0x105e82(0x1da),'workbook':_0x105e82(0x1b5),'sheet':_0x105e82(0x1b4),'date':_0x105e82(0x185),'time':_0x105e82(0x1b3),'customHeadFooter':_0x105e82(0x1af),'editCustomHeadFooter':_0x105e82(0x1a2),'header':'Kopfzeile','footer':_0x105e82(0x1aa),'left':'Links','right':_0x105e82(0x188),'center':'Mitte','dateFormat':_0x105e82(0x1b9),'dateA':_0x105e82(0x1df),'dateB':_0x105e82(0x1c3),'dateC':'L','dateD':_0x105e82(0x1ce),'timeA':_0x105e82(0x197),'timeB':_0x105e82(0x1bc),'timeC':_0x105e82(0x1c5),'timeD':_0x105e82(0x1c0),'display':{'page':_0x105e82(0x1c8),'title':_0x105e82(0x1b5),'sheet':_0x105e82(0x1b4),'dateA':_0x105e82(0x1db),'dateB':_0x105e82(0x1cf),'dateC':_0x105e82(0x191),'dateD':'DatumD','dateE':'DatumE','dateF':_0x105e82(0x1a5),'timeA':_0x105e82(0x1bf),'timeB':_0x105e82(0x18a),'timeC':'ZeitC','timeD':_0x105e82(0x1c6),'sheetPage':'BlattSeitennummer','pageTotal':_0x105e82(0x1dc),'sheetPageTotal':_0x105e82(0x1c1)},'placeholder':_0x105e82(0x19e),'submit':'OK'},'freeze':{'title':_0x105e82(0x1bb),'desc':_0x105e82(0x1c2),'row':_0x105e82(0x1e3),'column':_0x105e82(0x1e5)},'limit':{'page':'Die\x20kostenlose\x20Version\x20unterstützt\x20nur\x20{limit}\x20Druckseiten.\x20Bitte\x20erwerben\x20Sie\x20die\x20kommerzielle\x20Version\x20für\x20erweiterte\x20Funktionen!','waterMark':'Univer\x20kostenlose\x20Version,\x20powered\x20by\x20univer.ai.','link':_0x105e82(0x1b6)}}};}));function _0x3ad7(){var _0x2cc69d=['Aktuelles\x20Datum','1425417yGhlrX','An\x20Höhe\x20anpassen','Rechts','Ausgewählte\x20Zellen','ZeitB','A5\x20(5,83\x22\x20x\x208,27\x22)','exports','Executive\x20(7,25\x22\x20x\x2010,5\x22)','Unten','Benutzerdefinierte\x20Ränder','Drucklayout','DatumC','Querformat','WEITER','Skalierung','Hochformat','Formatierung','HH:mm:ss','Benutzerdefinierte\x20Zahl','Tabloid\x20(11\x22\x20x\x2017\x22)','Zeilen-\x20&\x20Spaltenlimit','Seiten','Wasserzeichen\x20anzeigen','2997JPwCfe','Klicken,\x20um\x20Text\x20hinzuzufügen','Mitte','Arbeitsmappe','Seitenumbruchlinien\x20anzeigen','Benutzerdefinierte\x20Kopf-/Fußzeile\x20bearbeiten','function','Max.\x20Zeilen\x20pro\x20Seite','DatumF','Drucken','B5\x20(6,93\x22\x20x\x209,84\x22)','801425vYOSIL','Folio\x20(8,5\x22\x20x\x2013\x22)','Fußzeile','Oben','Alle\x20Blätter','Ränder','Normal\x20(100%)','Benutzerdefinierte\x20Kopf-/Fußzeile','Letter\x20(8,5\x22\x20x\x2011\x22)','object','428jTVuTP','Aktuelle\x20Zeit','Blattname','Arbeitsmappentitel','https://univer.ai/pro','An\x20Breite\x20anpassen','Seitenausrichtung','Datumsformat','Normal','Zeilen-\x20&\x20Spaltenüberschriften','HH:mm','Bild\x20erfolgreich\x20in\x20die\x20Zwischenablage\x20kopiert!','Vertikal','ZeitA','hh:mm','GesamtBlattseiten','Gehen\x20Sie\x20zu\x20Ansicht\x20>\x20Einfrieren,\x20um\x20auszuwählen,\x20welche\x20Zeilen/Spalten\x20auf\x20allen\x20Seiten\x20wiederholt\x20werden','MM-DD','B4\x20(9,84\x22\x20x\x2013,90\x22)','hh:mm:ss','ZeitD','Auswahl','Seitennummer','ABBRECHEN','Gitternetzlinien\x20anzeigen','Seitenumbrüche\x20anzeigen','amd','Max.\x20Spalten\x20pro\x20Seite','MM/DD','DatumB','2dRuLaw','A4\x20(8,27\x22\x20x\x2011,69\x22)','Legal\x20(8,5\x22\x20x\x2014\x22)','436311qAHqLp','An\x20Seite\x20anpassen','8yCzJsy','A3\x20(11,69\x22\x20x\x2016,54\x22)','Kopf-\x20&\x20Fußzeilen','Alle\x20ausgewählten\x20Zellen','47550MbIwPE','Seitenzahlen','DatumA','Gesamtseiten','Aktuelles\x20Blatt','2961440KioFcG','YYYY-MM-DD','Links','Das\x20Arbeitsblatt\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Berechtigung\x20zum\x20Drucken.\x20Um\x20zu\x20drucken,\x20wenden\x20Sie\x20sich\x20bitte\x20an\x20den\x20Ersteller.','Ausrichten','Eingefrorene\x20Zeilen\x20wiederholen','91094icsHjb','Eingefrorene\x20Spalten\x20wiederholen','Breit'];_0x3ad7=function(){return _0x2cc69d;};return _0x3ad7();}
15
-
16
- // @univerjs-pro/sheets-chart/locale/de-DE
17
- function _0x5dc0(_0x525386,_0x65b593){_0x525386=_0x525386-0x106;var _0x1f3618=_0x1f36();var _0x5dc0bd=_0x1f3618[_0x525386];return _0x5dc0bd;}(function(_0x36d861,_0x55dcea){var _0xb42910=_0x5dc0,_0x29bfe8=_0x36d861();while(!![]){try{var _0x11c6ef=-parseInt(_0xb42910(0x10d))/0x1*(-parseInt(_0xb42910(0x117))/0x2)+-parseInt(_0xb42910(0x10f))/0x3*(parseInt(_0xb42910(0x126))/0x4)+-parseInt(_0xb42910(0x10a))/0x5+-parseInt(_0xb42910(0x127))/0x6*(parseInt(_0xb42910(0x11f))/0x7)+parseInt(_0xb42910(0x10b))/0x8*(-parseInt(_0xb42910(0x119))/0x9)+-parseInt(_0xb42910(0x11b))/0xa+parseInt(_0xb42910(0x11a))/0xb*(parseInt(_0xb42910(0x111))/0xc);if(_0x11c6ef===_0x55dcea)break;else _0x29bfe8['push'](_0x29bfe8['shift']());}catch(_0x2593cb){_0x29bfe8['push'](_0x29bfe8['shift']());}}}(_0x1f36,0x94ea5),function(_0x33eec2,_0x6cab4d){var _0x38233d=_0x5dc0;typeof exports==_0x38233d(0x11e)&&typeof module<'u'?module[_0x38233d(0x118)]=_0x6cab4d():typeof define==_0x38233d(0x125)&&define[_0x38233d(0x109)]?define([],_0x6cab4d):(_0x33eec2=typeof globalThis<'u'?globalThis:_0x33eec2||self,_0x33eec2[_0x38233d(0x106)]=_0x6cab4d());}(this,function(){var _0x1fba8b=_0x5dc0;return{'sheets-chart':{'category':_0x1fba8b(0x112),'series':_0x1fba8b(0x121),'seriesDefaultName':'Datenreihe\x20{0}','categoryDefaultName':_0x1fba8b(0x120),'blank':_0x1fba8b(0x107),'msg':{'emptyTips':_0x1fba8b(0x124),'sankeyCircularTips':'Sankey-Diagramm\x20darf\x20keine\x20zirkulären\x20Daten\x20enthalten'},'bubble':{'emptyTips':_0x1fba8b(0x10e)},'relation':{'emptyTips':_0x1fba8b(0x115)},'cloud':{'word':_0x1fba8b(0x123),'frequency':_0x1fba8b(0x114)},'waterfall':{'positive':_0x1fba8b(0x110),'negative':'Negativ','subtotal':_0x1fba8b(0x108)},'pareto':{'lineName':_0x1fba8b(0x11d)},'boxplot':{'min':_0x1fba8b(0x10c),'q1':_0x1fba8b(0x11c),'median':_0x1fba8b(0x113),'q3':_0x1fba8b(0x122),'max':_0x1fba8b(0x116)}}};}));function _0x1f36(){var _0x31bcf6=['Positiv','84ydmhYk','Kategorie','Median','Häufigkeit','Die\x20Datenquelle\x20für\x20das\x20Beziehungsdiagramm\x20ist\x20die\x20Co-Wort-Matrix\x20mit\x20der\x20zusätzlichen\x20Typ-Spalte\x20in\x20der\x20zweiten\x20Spalte','Maximum','42htlGqi','exports','225HySBbT','5405818uNzfaD','4637590eeEdMf','Erstes\x20Quartil','Kumulierte\x20Prozent','object','2380903LUbLJn','Kategorie\x20{0}','Datenreihe','Drittes\x20Quartil','Wort','Fügen\x20Sie\x20eine\x20Datenreihe\x20hinzu,\x20um\x20Ihre\x20Daten\x20zu\x20visualisieren','function','35544rPEOvi','6lyTwFD','UniverProSheetsChartDeDE','(Leer)','Zwischensumme','amd','3161275jFtNbE','382664xSZWnj','Minimum','29917PjUdaR','Blasendiagramm\x20erfordert\x20mindestens\x202\x20Spalten:\x20X-Achse,\x20Y-Achse','279wWPPIh'];_0x1f36=function(){return _0x31bcf6;};return _0x1f36();}
18
-
19
- // @univerjs-pro/sheets-chart-ui/locale/de-DE
20
- function _0x30b9(){var _0x3df75f=['Titeltext','Leerer\x20Diamant','UniverProSheetsChartUiDeDE','Füllung','Zurücksetzen','Schwerkraft','Leerer\x20Pin','Diagrammstil','Rahmen','Zirkulär','Abstand','Layouttyp','Achse','Auto','Diagrammrahmenfarbe','Pfeil','Horizontale\x20Achse','{0}\x20mit\x20Größe','339TNKVJs','Exponentiell','Kombinationsdiagramm','Beziehungsdiagramm','Rechte\x20Achse','2757240MBibuT','Heatmap','Trendlinienfarbe','{0}\x20mit\x20Typ','2495WdCyCC','Netzdiagramm','Indikatorlinientyp','Wortwolke','Datenpunkt\x20hinzufügen','Leeres\x20Dreieck','Stückweise','Kumulierte\x20Prozent-Datenreihe','Balkendiagramm','Das\x20Tausendstel-Prozentil-Format\x20wird\x20für\x20allgemeine\x20Zahlen\x20verwendet,\x20Währungs-\x20und\x20Buchhaltungsformate\x20bieten\x20spezialisierte\x20Formate\x20für\x20monetäre\x20Werte.','Beschriftungen\x20anzeigen','R-Quadrat\x20anzeigen','Gestapeltes\x20Balkendiagramm','Formel','(Leer)','Haupttitel','Formel\x20anzeigen','Kumulierte\x20Prozent','Farbe','Keine','Negative\x20Legendentext','{0}\x20mit\x20Format','Linear','Links','Teilstrichposition','Prozent\x20gestapeltes\x20Flächendiagramm','Minimum','Diagrammtyp','Datenbeschriftungen','Positiver\x20Stil','Hauptgitternetzlinien','Linie','Indikatorlinienfarbe','exports','Datenknotenform','Aggregieren','Balkendiagramm-Datenreihe','Auswahl-Einblendeffekt\x20aktivieren','Diamant','Sankey-Diagramm\x20darf\x20keine\x20zirkulären\x20Daten\x20enthalten','9639bKpAiN','Datenreihe','Trendlinientyp','Mitte','Einzeln','Kategorie','Blasendiagramm\x20erfordert\x20mindestens\x202\x20Spalten:\x20X-Achse,\x20Y-Achse','Wort','Aktiendiagramm','2234OwzGPS','Trendlinienstärke','Designs','Indikatorbeschriftung','Das\x20Allgemein-Format\x20enthält\x20kein\x20spezifisches\x20Zahlenformat.','Gitternetzlinien','Beschriftung\x20drehen','Box-Plot-Diagramm','Festgelegte\x20Dezimalstellen','Indikatorwert','Anfang','Unten','Formattypen','{0}\x20mit\x20Deckkraft','Datumsachse\x20ist\x20nur\x20verfügbar,\x20wenn\x20alle\x20Daten\x20im\x20Datumsformat\x20vorliegen','Buchhaltung','Abbrechen','Pareto-Diagramm','Die\x20Diagrammdatenquelle\x20sollte\x20mehr\x20als\x201\x20Zeile\x20und\x201\x20Spalte\x20umfassen.','Beschriftungstext','Absoluten\x20Wert\x20verwenden','144dYPxmQ','Oben','Hintergrundfarbe','Achsenreihenfolge\x20umkehren','Linienstrichtyp','Erstes\x20Quartil','1324uhKbxh','Wertsuffix','Trendlinie','Stapeltyp','Blasenbeschriftung','Feldeinstellungen','Knotenabstand','Position','Potenz','1647800XpCFNX','Titelposition','Häufigkeit','Durchgezogen','Leeres\x20Rechteck','Datenpunktstil','Blasendiagramm','Datumstypen','Datum','Stufe','Lücken','Ringloch','Indikatorlinie','Fügen\x20Sie\x20eine\x20Datenreihe\x20hinzu,\x20um\x20Ihre\x20Daten\x20zu\x20visualisieren','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Vertikale\x20Achse','Legenden-Auswahlmodus','Kategorie\x20{0}','R-Quadrat','Rechter\x20Y-Achsentitel','Diagramm-\x20und\x20Achsentitel','Währungstypen','Allgemein','Ausblenden','Sankey-Diagramm','Logarithmisch','Diagramm-Panel\x20ausblenden','4271827dtrhTF','749682VICqvZ','Negativer\x20Stil','Halber\x20Kreis','Kreis','Rechts','Hauptteilstrich','Zwischensummenstil','Beschriftungsposition','Median','Diagramm-Editor','Dezimalstellen','Linke\x20Achse','Alle\x20Datenreihen','Achsenoptionen','Das\x20Buchhaltungszahlenformat\x20richtet\x20Währungssymbole\x20und\x20Dezimalpunkte\x20in\x20einer\x20Spalte\x20aus.','Leerer\x20Kreis','Datumsachse\x20verwenden','Y-Achse','Achsenlinie\x20anzeigen','Punkt','Tausendstel-Prozentil','Polynomordnung','Positive\x20Legendentext','Farbverlauffüllung','Einrichten','Format','Trendlinie\x20hinzufügen','Trendlinienstrichtyp','Schließen','Drittes\x20Quartil','Liniendiagramm','Weitere\x20Einstellungen','Prozent','Die\x20Datenquelle\x20für\x20das\x20Beziehungsdiagramm\x20ist\x20die\x20Co-Wort-Matrix\x20mit\x20der\x20zusätzlichen\x20Typ-Spalte\x20in\x20der\x20zweiten\x20Spalte','Diagramm-Panel\x20öffnen','Datenpunkte\x20mit\x20geraden\x20Linien\x20verbinden','Anpassen','Achsentitelausrichtung','Titel','Innen','Positiv','Null','Rechte\x20Achse\x20verwenden','Ende','Gitternetzlinien\x20und\x20Teilstriche','Beschriftungslinie\x20anzeigen','Stapeln','Wortwolkendiagramm','Abstoßung','Rechteck','Diagramm\x20einfügen','Wortwolkenform','Das\x20Währungsformat\x20wird\x20für\x20allgemeine\x20monetäre\x20Werte\x20verwendet,\x20das\x20Buchhaltungsformat\x20richtet\x20Dezimalpunkte\x20in\x20einer\x20Spalte\x20von\x20Werten\x20aus.','Y-Achsentitel','Titelformat','Negative\x20Zahlentypen','Quadrat','Wertskalierung','X-Achsentitel','Beschriftungswinkel','Untertitel','Säulendiagramm','object','Datenreihe\x20hinzufügen','Diagramm\x20löschen','Trendlinienname'];_0x30b9=function(){return _0x3df75f;};return _0x30b9();}function _0x45b1(_0x55d646,_0x49fd5e){_0x55d646=_0x55d646-0x1e9;var _0x30b95e=_0x30b9();var _0x45b155=_0x30b95e[_0x55d646];return _0x45b155;}(function(_0x579754,_0x264626){var _0x579106=_0x45b1,_0x2c0e45=_0x579754();while(!![]){try{var _0x4437e7=-parseInt(_0x579106(0x1fb))/0x1+-parseInt(_0x579106(0x289))/0x2*(-parseInt(_0x579106(0x24f))/0x3)+-parseInt(_0x579106(0x2a4))/0x4*(-parseInt(_0x579106(0x258))/0x5)+parseInt(_0x579106(0x254))/0x6+parseInt(_0x579106(0x1fa))/0x7+parseInt(_0x579106(0x29e))/0x8*(-parseInt(_0x579106(0x280))/0x9)+-parseInt(_0x579106(0x2ad))/0xa;if(_0x4437e7===_0x264626)break;else _0x2c0e45['push'](_0x2c0e45['shift']());}catch(_0x41dc68){_0x2c0e45['push'](_0x2c0e45['shift']());}}}(_0x30b9,0x685bb),function(_0x505112,_0x296ab9){var _0x531761=_0x45b1;typeof exports==_0x531761(0x239)&&typeof module<'u'?module[_0x531761(0x279)]=_0x296ab9():typeof define=='function'&&define['amd']?define([],_0x296ab9):(_0x505112=typeof globalThis<'u'?globalThis:_0x505112||self,_0x505112[_0x531761(0x23f)]=_0x296ab9());}(this,function(){var _0x484351=_0x45b1;return{'sheets-chart-ui':{'permission':{'editErr':_0x484351(0x1ed)},'insertChart':_0x484351(0x22d),'editChart':_0x484351(0x204),'openChartPanel':_0x484351(0x21d),'deleteChart':_0x484351(0x23b),'hideChartPanel':_0x484351(0x1f9),'setupChart':_0x484351(0x213),'customChart':_0x484351(0x21f),'default':'Standard','reset':_0x484351(0x241),'chartType':_0x484351(0x273),'themes':_0x484351(0x28b),'dataRange':'Datenbereich','stack':_0x484351(0x229),'category':_0x484351(0x285),'aggregate':_0x484351(0x27b),'allSeries':_0x484351(0x207),'series':_0x484351(0x281),'addSeries':_0x484351(0x23a),'moreSettings':_0x484351(0x21a),'min':'Min','max':'Max','invalidType':{'gaps':_0x484351(0x1e9),'zero':_0x484351(0x224),'connectDataPointsWithStraightLines':_0x484351(0x21e)},'blank':_0x484351(0x266),'seriesBlock':{'format':_0x484351(0x214),'dataPointStyle':_0x484351(0x2b2)},'backgroundColor':_0x484351(0x2a0),'chartBorderColor':_0x484351(0x24b),'titles':{'title':_0x484351(0x221),'mainTitle':_0x484351(0x267),'subTitle':_0x484351(0x237),'xAxisTitle':_0x484351(0x235),'yAxisTitle':_0x484351(0x230),'rightYAxisTitle':_0x484351(0x1f2),'titleFormat':_0x484351(0x231),'titleText':_0x484351(0x23d),'titlePosition':_0x484351(0x2ae),'titleAlign':_0x484351(0x220)},'axisPositionType':{'start':_0x484351(0x293),'center':'Mitte','end':_0x484351(0x226)},'gradientFill':_0x484351(0x212),'settingsLabels':{'switchToRowOrColumn':'Zu\x20Zeile/Spalte\x20wechseln','useAsCategoryLabels':'{0}\x20als\x20Kategorie\x20verwenden','showEmptyCellsAs':'Leere\x20Zellen\x20anzeigen\x20als'},'positionType':{'auto':_0x484351(0x24a),'inside':_0x484351(0x222),'outside':'Außen','top':_0x484351(0x29f),'bottom':'Unten','left':_0x484351(0x26f),'right':_0x484351(0x1ff),'hide':_0x484351(0x1f6)},'align':{'left':_0x484351(0x26f),'center':_0x484351(0x283),'right':_0x484351(0x1ff)},'alignY':{'top':'Oben','middle':_0x484351(0x283),'bottom':_0x484351(0x294)},'chartStyle':_0x484351(0x244),'chartAndAxisTitles':_0x484351(0x1f3),'legend':'Legende','legendSelectMode':_0x484351(0x1ef),'legendSelectModeType':{'single':_0x484351(0x284),'multiple':'Mehrfach','close':_0x484351(0x217)},'legendVisualMapType':{'continuous':'Kontinuierlich','piecewise':_0x484351(0x25e)},'axes':{'axis':_0x484351(0x249),'axisOptions':_0x484351(0x208),'horizontalAxis':_0x484351(0x24d),'verticalAxis':_0x484351(0x1ee),'rightVerticalAxis':'Rechte\x20vertikale\x20Achse','leftAxis':_0x484351(0x206),'rightAxis':_0x484351(0x253),'useRightAxis':_0x484351(0x225)},'position':_0x484351(0x2ab),'dataLabels':_0x484351(0x274),'gridlinesAndTicks':_0x484351(0x227),'indicatorLine':_0x484351(0x1eb),'indicatorLineType':_0x484351(0x25a),'indicatorLineColor':_0x484351(0x278),'indicatorLabel':_0x484351(0x28c),'indicatorValue':_0x484351(0x292),'shape':{'polygon':'Polygon','circle':_0x484351(0x1fe),'square':_0x484351(0x233),'triangle':'Dreieck','diamond':_0x484351(0x27e),'rect':_0x484351(0x22c),'roundRect':'Abgerundetes\x20Rechteck','pin':'Pin','arrow':_0x484351(0x24c),'none':_0x484351(0x26b),'emptyCircle':_0x484351(0x20a),'emptySquare':'Leeres\x20Quadrat','emptyTriangle':_0x484351(0x25d),'emptyDiamond':_0x484351(0x23e),'emptyRect':_0x484351(0x2b1),'emptyRoundRect':'Leeres\x20abgerundetes\x20Rechteck','emptyPin':_0x484351(0x243),'emptyArrow':'Leerer\x20Pfeil'},'border':_0x484351(0x245),'value':'Wert','fill':'Füllung','line':_0x484351(0x277),'withOpacity':_0x484351(0x296),'withColor':'{0}\x20mit\x20Farbe','withThickness':'{0}\x20mit\x20Stärke','withType':_0x484351(0x257),'withSize':_0x484351(0x24e),'withShape':'{0}\x20mit\x20Form','withFormat':_0x484351(0x26d),'dataPoint':'Datenpunkt','dataNodeShape':_0x484351(0x27a),'addDataPoint':_0x484351(0x25c),'point':'Punkt','percentage':_0x484351(0x21b),'lineType':{'line':'Linie','smooth':'Glatt','step':_0x484351(0x2b6)},'stackType':{'stack':_0x484351(0x229),'percent':'Prozentstapel'},'lineDashType':_0x484351(0x2a2),'dashType':{'solid':_0x484351(0x2b0),'dash':'Strich','dot':_0x484351(0x20e)},'color':_0x484351(0x26a),'gridlines':{'majorGridlines':_0x484351(0x276),'text':_0x484351(0x28e)},'ticks':{'majorTick':_0x484351(0x200),'tickPosition':_0x484351(0x270),'tickLength':'Teilstrichlänge'},'none':_0x484351(0x26b),'theIndexItem':'Das\x20{0}.\x20Element','seriesDefaultName':'Datenreihe\x20{0}','categoryDefaultName':_0x484351(0x1f0),'styleEditPanel':{'showLabels':_0x484351(0x262),'showDataLabels':'Datenbeschriftungen\x20anzeigen','padAngle':_0x484351(0x236),'halfPie':_0x484351(0x1fd),'rosePie':'Rosendiagramm','pieValScale':_0x484351(0x234),'pieValSuffix':_0x484351(0x2a5),'pieDigitalFixed':_0x484351(0x291),'showLabelLine':_0x484351(0x228),'reverseAxisOrder':_0x484351(0x2a1),'showAxisLine':_0x484351(0x20d),'labelPosition':_0x484351(0x202),'labelText':_0x484351(0x29c),'repeatWordCould':'Wortwolke\x20wiederholen','gap':_0x484351(0x247),'useAbsValue':_0x484351(0x29d),'labelRotate':_0x484351(0x28f),'wordCloudShape':_0x484351(0x22e),'useDateAxis':_0x484351(0x20b),'dateAxisTips':_0x484351(0x297)},'doughnutHole':_0x484351(0x1ea),'radar':{'fill':_0x484351(0x240)},'msg':{'invalidSource':_0x484351(0x29b),'emptyTips':_0x484351(0x1ec),'sankeyCircularTips':_0x484351(0x27f)},'cloud':{'title':_0x484351(0x25b),'word':_0x484351(0x287),'frequency':_0x484351(0x2af)},'trendline':{'name':_0x484351(0x2a6),'displayName':_0x484351(0x23c),'addTrendLine':_0x484351(0x215),'trendlineType':_0x484351(0x282),'trendlineName':_0x484351(0x23c),'trendlineColor':_0x484351(0x256),'trendlineThickness':_0x484351(0x28a),'trendlineDashType':_0x484351(0x216),'exp':_0x484351(0x250),'linear':_0x484351(0x26e),'log':_0x484351(0x1f8),'pow':_0x484351(0x2ac),'movingAvg':'Gleitender\x20Durchschnitt','poly':'Polynomisch','order':_0x484351(0x210),'period':'Gleitender\x20Durchschnitt\x20Zeitraum','showFormula':_0x484351(0x268),'showR2':_0x484351(0x263),'formula':_0x484351(0x265),'r2':_0x484351(0x1f1)},'bubble':{'xAxis':'X-Achse','yAxis':_0x484351(0x20c),'size':'Blasengröße','label':_0x484351(0x2a8),'emptyTips':_0x484351(0x286)},'relation':{'title':_0x484351(0x252),'auto':'Auto','circular':_0x484351(0x246),'force':'Kraftgesteuert','useValueAsSymbolSize':'Wert\x20als\x20Knotengröße\x20verwenden','layoutType':_0x484351(0x248),'forceOptions':'Kraftgesteuerte\x20Optionen','repulsion':_0x484351(0x22b),'gravity':_0x484351(0x242),'edgeLength':_0x484351(0x2aa),'rotateLabel':_0x484351(0x28f),'emphasis':_0x484351(0x27d),'emptyTips':_0x484351(0x21c)},'waterfall':{'stackType':_0x484351(0x2a7),'arrangement':'Sequentiell','stacked':'Gestapelt','positive':_0x484351(0x223),'negative':'Negativ','subtotal':'Zwischensumme','showSubtotal':'Zwischensumme\x20anzeigen','positiveStyle':_0x484351(0x275),'negativeStyle':_0x484351(0x1fc),'subtotalStyle':_0x484351(0x201),'positiveLegendText':_0x484351(0x211),'negativeLegendText':_0x484351(0x26c),'subtotalLegendText':'Zwischensummen-Legendentext'},'pareto':{'lineName':_0x484351(0x269),'lineSeries':_0x484351(0x25f),'barSeries':_0x484351(0x27c)},'visualMapScope':'Visueller\x20Kartenbereich','boxplot':{'min':_0x484351(0x272),'q1':_0x484351(0x2a3),'median':_0x484351(0x203),'q3':_0x484351(0x218),'max':'Maximum'},'chartTypes':{'line':_0x484351(0x219),'area':'Flächendiagramm','areaStacked':'Gestapeltes\x20Flächendiagramm','areaPercentStacked':_0x484351(0x271),'column':_0x484351(0x238),'bar':_0x484351(0x260),'barStacked':_0x484351(0x264),'barPercentStacked':'Prozent\x20gestapeltes\x20Balkendiagramm','pie':'Kreisdiagramm','donut':'Ringdiagramm','scatter':'Streudiagramm','radar':_0x484351(0x259),'bubble':_0x484351(0x2b3),'stock':_0x484351(0x288),'combination':_0x484351(0x251),'wordCloud':_0x484351(0x22a),'funnel':'Trichterdiagramm','relation':_0x484351(0x252),'waterfall':'Wasserfalldiagramm','pareto':_0x484351(0x29a),'sankey':_0x484351(0x1f7),'heatmap':_0x484351(0x255),'boxplot':_0x484351(0x290)},'dialog':{'numfmt':{'general':_0x484351(0x1f5),'accounting':_0x484351(0x298),'currency':'Währung','date':_0x484351(0x2b5),'thousandthPercentile':_0x484351(0x20f),'fieldSetting':_0x484351(0x2a9),'formatTypes':_0x484351(0x295),'confirm':'OK','cancel':_0x484351(0x299),'generalDesc':_0x484351(0x28d),'accountingDesc':_0x484351(0x209),'currencyDesc':_0x484351(0x22f),'dateDesc':'Das\x20Datumsformat\x20zeigt\x20Datums-\x20und\x20Zeitseriennummern\x20als\x20Datumswerte\x20an.','thousandthPercentileDesc':_0x484351(0x261),'decimalPlaces':_0x484351(0x205),'currencyTypes':_0x484351(0x1f4),'negativeNumberTypes':_0x484351(0x232),'dateTypes':_0x484351(0x2b4)},'setFormat':'Beschriftungsformat\x20festlegen'}}};}));
21
-
22
- // @univerjs-pro/sheets-sparkline-ui/locale/de-DE
23
- function _0x4030(_0x26646a,_0x4da636){_0x26646a=_0x26646a-0x1e6;var _0x19af03=_0x19af();var _0x403093=_0x19af03[_0x26646a];return _0x403093;}(function(_0x3535ce,_0x3d8def){var _0x13116f=_0x4030,_0x1d96c3=_0x3535ce();while(!![]){try{var _0x3a6acc=parseInt(_0x13116f(0x214))/0x1*(parseInt(_0x13116f(0x1f7))/0x2)+parseInt(_0x13116f(0x204))/0x3*(parseInt(_0x13116f(0x1fa))/0x4)+parseInt(_0x13116f(0x1f8))/0x5*(parseInt(_0x13116f(0x1ef))/0x6)+parseInt(_0x13116f(0x210))/0x7+-parseInt(_0x13116f(0x202))/0x8*(parseInt(_0x13116f(0x222))/0x9)+parseInt(_0x13116f(0x1ec))/0xa+parseInt(_0x13116f(0x209))/0xb*(-parseInt(_0x13116f(0x21c))/0xc);if(_0x3a6acc===_0x3d8def)break;else _0x1d96c3['push'](_0x1d96c3['shift']());}catch(_0x39e21c){_0x1d96c3['push'](_0x1d96c3['shift']());}}}(_0x19af,0x7aa82),function(_0x362d78,_0x14e4db){var _0x12b555=_0x4030;typeof exports==_0x12b555(0x1f1)&&typeof module<'u'?module['exports']=_0x14e4db():typeof define==_0x12b555(0x1eb)&&define[_0x12b555(0x1e8)]?define([],_0x14e4db):(_0x362d78=typeof globalThis<'u'?globalThis:_0x362d78||self,_0x362d78['UniverProSheetsSparklineUiDeDE']=_0x14e4db());}(this,function(){var _0xfafdd1=_0x4030;return{'sheets-sparkline-ui':{'permission':{'editErr':_0xfafdd1(0x1f5)},'title':_0xfafdd1(0x201),'remove':_0xfafdd1(0x212),'edit':'Sparkline\x20bearbeiten','panel':{'title':'Sparkline-Einstellungen','basic':'Grundeinstellungen','advanced':_0xfafdd1(0x20d),'sourceAndPosition':'Datenbereich\x20und\x20Position','type':'Typ','line':_0xfafdd1(0x1f9),'bar':_0xfafdd1(0x1fc),'pie':_0xfafdd1(0x20e),'profitAndLoss':_0xfafdd1(0x1fb),'theme':'Design','standard':_0xfafdd1(0x215),'custom':_0xfafdd1(0x200),'specialty':'Spezial','distinctive':_0xfafdd1(0x21d),'soft':_0xfafdd1(0x21b),'fresh':_0xfafdd1(0x1f2),'adjustStyle':'Stil\x20anpassen','sparklineColor':_0xfafdd1(0x207),'lineWidth':_0xfafdd1(0x1ed),'gradient':_0xfafdd1(0x20a),'radius':'Abgerundete\x20Ecken\x20anzeigen','marker':_0xfafdd1(0x1f0),'highPoint':'Höchster\x20Punkt','lowPoint':_0xfafdd1(0x1f6),'firstPoint':'Erster\x20Punkt','lastPoint':'Letzter\x20Punkt','negativePoint':_0xfafdd1(0x208),'markersPoint':'Markierungen','manager':_0xfafdd1(0x206),'removeItem':'Element\x20entfernen','removeGroup':_0xfafdd1(0x20c),'composeManager':'Gruppenmanager','compose':_0xfafdd1(0x1e7),'unCompose':_0xfafdd1(0x1ea),'horizontal':'Horizontale\x20Achse','showZeroAxis':'Nullachse\x20anzeigen','axisColor':'Achsenfarbe','reverse':_0xfafdd1(0x223),'vertical':_0xfafdd1(0x217),'min':_0xfafdd1(0x211),'itemMin':'Minimalwert\x20jeder\x20Sparkline\x20verwenden','groupMin':_0xfafdd1(0x1fe),'customMin':'Benutzerdefinierter\x20Wert','max':'Maximalwert','itemMax':_0xfafdd1(0x1fd),'groupMax':_0xfafdd1(0x1f4),'customMax':_0xfafdd1(0x213),'moreSetting':_0xfafdd1(0x21a),'showHidden':_0xfafdd1(0x20f),'showEmptyAs':_0xfafdd1(0x1e9),'showNonNumAs':_0xfafdd1(0x1e6),'spacing':_0xfafdd1(0x21f),'zeroValue':_0xfafdd1(0x216),'connectWithLine':'Datenpunkte\x20mit\x20einer\x20Linie\x20verbinden','default':_0xfafdd1(0x215)},'selector':{'title':_0xfafdd1(0x219),'changeType':_0xfafdd1(0x220),'sparkline':'Sparkline','sparklineGroup':_0xfafdd1(0x1ee),'setSource':_0xfafdd1(0x218),'setTarget':_0xfafdd1(0x205),'confirm':_0xfafdd1(0x20b),'cancel':_0xfafdd1(0x1ff),'targetError':_0xfafdd1(0x221),'singleSourceError':_0xfafdd1(0x203),'multSourceError':_0xfafdd1(0x21e),'resetSourceError':_0xfafdd1(0x1f3)}}};}));function _0x19af(){var _0x28a23a=['Manager','Sparkline-Farbe','Negativer\x20Punkt','59785xnqZuB','Farbverlauffüllung','Bestätigen','Gruppe\x20entfernen','Erweiterte\x20Einstellungen','Kreis','Ausgeblendete\x20Daten\x20anzeigen','5681795LKfBoq','Mindestwert','Sparkline\x20entfernen','Benutzerdefinierter\x20Wert','207vQcCos','Standard','Nullwert','Vertikale\x20Achse','Datenbereich\x20auswählen','Sparkline\x20bearbeiten','Weitere\x20Einstellungen','Weich','1320CzISpy','Ausgeprägt','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20mehrere\x20Bereiche\x20nicht\x20unterstützt','Abstand','Typ\x20ändern','Ungültiger\x20Zielbereich','4824wIfMka','Daten\x20von\x20rechts\x20nach\x20links\x20zeichnen','Nicht\x20numerische\x20Zellen\x20anzeigen\x20als','Gruppieren','amd','Leere\x20Zellen\x20anzeigen\x20als','Gruppierung\x20aufheben','function','8599600NPtdFY','Linienbreite','Sparkline-Gruppe','378kDCwvk','Markierung','object','Frisch','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20eine\x20einzelne\x20Platzierung\x20nicht\x20unterstützt','Gruppenmaximalwert\x20verwenden','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Niedrigster\x20Punkt','1390XvpoxW','5935qzSNUA','Linie','332tcaqKg','G/V','Balken','Maximalwert\x20jeder\x20Sparkline\x20verwenden','Gruppenminimalwert\x20verwenden','Abbrechen','Benutzerdefiniert','Sparkline','13272icivtL','Mehrfachauswahl\x20wird\x20beim\x20Bearbeiten\x20einer\x20einzelnen\x20Sparkline\x20nicht\x20unterstützt','3585HQBKHq','Platzierung\x20auswählen'];_0x19af=function(){return _0x28a23a;};return _0x19af();}
24
-
25
- // @univerjs-pro/sheets-shape-ui/locale/de-DE
26
- function _0x257b(_0x214e81,_0x4751b3){_0x214e81=_0x214e81-0x175;var _0x11077f=_0x1107();var _0x257b69=_0x11077f[_0x214e81];return _0x257b69;}function _0x1107(){var _0x3f9f3a=['Diagonaler\x20Streifen','Herz','Terminator','Akzent-Hinweis\x202','Band\x20nach\x20oben','Hinweis\x20Pfeil\x20nach\x20links','10-zackiger\x20Stern','Form-Panel\x20öffnen','Form','Breite','Vereinigen','Trapez','Skalierung\x20X','Stealth-Pfeil','Hinweis\x20Pfeil\x20nach\x20links-rechts','Umgekehrte\x20Linie','Speicher\x20mit\x20direktem\x20Zugriff','Eckig\x20und\x20rund\x20abgeschnittenes\x20Rechteck','Durchgezogene\x20Linie','Keine\x20Linie','Nach\x20oben\x20gebogener\x20Pfeil','Kreispfeil\x20nach\x20links-rechts','Geteilt','Horizontale\x20Ausrichtung','Strich-Punkt','Vierfachpfeil','2272484NLljiZ','Hinweis\x20Vierfachpfeil','Endpfeiltyp','Gebogener\x20Pfeilverbinder','Blitz','87728XyQUSz','Transparenz','Schriftgröße\x20verkleinern','Horizontale\x20Schriftrolle','Gleichschenkliges\x20Dreieck','Aktionsbutton:\x20Startseite','Bogen','Explosion\x201','Horizontale\x20Spiegelung\x20umschalten','Fünfeck','Aktionsbutton:\x20Dokument','Akzent-Hinweis\x201','Diagramm\x20Stern','Grundformen','Magnetplatte','Ring','UniverProSheetsShapeUiDeDE','Unten','Pfeil','Bild\x20als\x20Textur\x20kacheln','Versatz\x20Y','Trichter','Daten','Linie','Aktionsbutton:\x20Ton','Sechseck','32-zackiger\x20Stern','Aktionsbutton:\x20Hilfe','Ovaliges\x20Hinweisfeld','Langer\x20Strich-Punkt','Ovalpfeil','Hinweis\x20Pfeil\x20nach\x20oben','7-zackiger\x20Stern','Lochstreifen','Siebeneck','Rechte\x20geschweifte\x20Klammer','Aktionsbutton:\x20Ende','Wolken-Hinweisfeld','Explosion\x202','Pfeil\x20nach\x20links','Formposition','Sterne\x20und\x20Banner','Füllung','L-Form','Träne','Hinweis\x203','Akzent-Rahmen-Hinweis\x202','Freihand','Gelenkverbinder','Rechteck','Prozess','Kreispfeil\x20nach\x20links','Verzögerung','Oder','Ausrichtung','Gleichungsformen','Flach','Wolke','Farbverlaufslinie','Doppelpfeillinie','Rechts','Zusammenführen','Manuelle\x20Operation','Vertikale\x20Spiegelung\x20umschalten','Kappentyp','Eingekerbter\x20Pfeil\x20nach\x20rechts','Verbinder','Zwölfeck','Achteck','4-zackiger\x20Stern','Eck-Registerkarten','Halber\x20Rahmen','Form-Panel\x20ausblenden','Auf\x20Form\x20zuschneiden','Anfangspfeilgröße','Füllfarbe','Ungleichschenkliges\x20Trapez','Linien','12-zackiger\x20Stern','Zahnrad\x206','Langer\x20Strich','Strich','Doppelte\x20Welle','Endpfeilgröße','Sortieren','Zahnrad\x209','Chevron','Linke\x20Klammer','Aktionsbutton:\x20Anfang','Smiley','Eckig\x20abgeschnittenes\x20Rechteck\x20(diagonal)','Gebogen','1134izsarP','Extrahieren','Dokument','Gefaltete\x20Ecke','Zurücksetzen','Home\x20Plate','Alternativer\x20Prozess','Hinweis\x20Pfeil\x20nach\x20oben-unten','Gebogener\x20Pfeil\x20nach\x20unten','Plakette','Kreuz','Offener\x20Pfeil','Links','Doppelte\x20geschweifte\x20Klammer','Quadratisch','Kreissehne','Speicher\x20mit\x20sequenziellem\x20Zugriff','Minus','Rechtwinkliges\x20Dreieck','Eckig\x20abgeschnittenes\x20Rechteck\x20(gleiche\x20Seite)','Handgezeichnet','Links\x2090°\x20drehen','Ungleich','object','Vertikalen\x20Text\x20umschalten','Raute','Gleich','1726758IoTFDn','Blockpfeile','Form\x20löschen','Pfeil\x20nach\x20links-oben','Keiner','Rahmen','Aktionsbutton:\x20Zurück','Vertikales\x20Textfeld','Rechtecke','798557SgfyVq','Hinweis\x201','6875645ZaoBUP','Linien-Hinweis\x202','Aktionsbutton:\x20Vorwärts\x20oder\x20Nächste','Langer\x20Strich-Punkt-Punkt','Plus','Hinweis\x20Pfeil\x20nach\x20unten','Anfangspfeiltyp','Links-Rechts-Band','Farbe','Akzent-Rahmen-Hinweis\x203','Oben','Zehneck','Entscheidung','24-zackiger\x20Stern','8-zackiger\x20Stern','Oval','function','Vorbereitung','Pfeil\x20nach\x20oben','Rundes\x20Rechteck\x20(gleiche\x20Seite)','Zylinder','Interner\x20Speicher','Seitenübergreifender\x20Verbinder','amd','Einfarbige\x20Füllung','Abgerundetes\x20Rechteck','Blockbogen','Linke\x20geschweifte\x20Klammer','exports','Aktionsbutton:\x20Film','7164TksnAe','Keine\x20Füllung','Linienpfeil','Vordefinierter\x20Prozess','Gebogenes\x20Band\x20nach\x20oben','Gespeicherte\x20Daten','Einfügen...','Mit\x20Form\x20drehen','Rundes\x20Rechteck\x20(diagonal)','Vertikale\x20Schriftrolle','Linien-Hinweis\x203','Akzent-Hinweis\x203','Farbverlauffüllung','Diagramm\x20X','Unten\x20links','Anzeige','Schriftgröße\x20vergrößern','Mitte','Strichtyp','Verbindungstyp','Band\x20nach\x20unten','Rundes\x20Einzeleck-Rechteck','Gestreifter\x20Pfeil\x20nach\x20rechts','Aktionsbutton:\x20Zurück\x20oder\x20Vorherige','Musterefüllung','Welle','Würfel','759DwOnoe','5-zackiger\x20Stern','Kreispfeil','Abschrägung','Schriftgröße','Mehrfachdokument','Gebogener\x20Pfeil\x20nach\x20oben','21182211PQhgpv','Mond','Gebogener\x20Pfeil\x20nach\x20rechts','Wende-Pfeil'];_0x1107=function(){return _0x3f9f3a;};return _0x1107();}(function(_0x34919f,_0x9e51c7){var _0x12eb94=_0x257b,_0xb4b66e=_0x34919f();while(!![]){try{var _0x2093d9=-parseInt(_0x12eb94(0x18b))/0x1+-parseInt(_0x12eb94(0x1eb))/0x2+-parseInt(_0x12eb94(0x1c6))/0x3*(-parseInt(_0x12eb94(0x1ab))/0x4)+-parseInt(_0x12eb94(0x18d))/0x5+-parseInt(_0x12eb94(0x182))/0x6+-parseInt(_0x12eb94(0x24c))/0x7*(-parseInt(_0x12eb94(0x1f0))/0x8)+parseInt(_0x12eb94(0x1cd))/0x9;if(_0x2093d9===_0x9e51c7)break;else _0xb4b66e['push'](_0xb4b66e['shift']());}catch(_0xe8ef0c){_0xb4b66e['push'](_0xb4b66e['shift']());}}}(_0x1107,0xf0981),function(_0x1b4100,_0x59a838){var _0x1c03e5=_0x257b;typeof exports==_0x1c03e5(0x17e)&&typeof module<'u'?module[_0x1c03e5(0x1a9)]=_0x59a838():typeof define==_0x1c03e5(0x19d)&&define[_0x1c03e5(0x1a4)]?define([],_0x59a838):(_0x1b4100=typeof globalThis<'u'?globalThis:_0x1b4100||self,_0x1b4100[_0x1c03e5(0x200)]=_0x59a838());}(this,function(){var _0x4c159c=_0x257b;return{'sheets-shape-ui':{'align':{'top':_0x4c159c(0x197),'middle':_0x4c159c(0x1bc),'bottom':_0x4c159c(0x201),'left':_0x4c159c(0x258),'center':_0x4c159c(0x1bc),'right':_0x4c159c(0x22c)},'toolbar':{'verticalAlignMode':{'main':'Vertikale\x20Ausrichtung'},'horizontalAlignMode':{'main':_0x4c159c(0x1e8)},'fillColor':{'main':_0x4c159c(0x23b)},'fontSize':_0x4c159c(0x1ca),'fontSizeIncrease':_0x4c159c(0x1bb),'fontSizeDecrease':_0x4c159c(0x1f2),'resetColor':_0x4c159c(0x250)},'imagePanel':{'crop':{'shape':_0x4c159c(0x239)}},'permission':{'editErr':'Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.'},'title':_0x4c159c(0x1d9),'insertShape':'Form\x20einfügen','openPanel':_0x4c159c(0x1d8),'deleteShape':_0x4c159c(0x184),'hidePanel':_0x4c159c(0x238),'formatShape':'Form\x20formatieren','shapeStyle':'Formstil','shapePosition':_0x4c159c(0x218),'toggleFlipH':_0x4c159c(0x1f8),'toggleFlipV':_0x4c159c(0x22f),'rotateRight90':'Rechts\x2090°\x20drehen','rotateLeft90':_0x4c159c(0x17c),'toggleTextVertical':_0x4c159c(0x17f),'fill':{'title':_0x4c159c(0x21a),'noFill':_0x4c159c(0x1ac),'solidFill':_0x4c159c(0x1a5),'gradientFill':_0x4c159c(0x1b7),'pictureFill':'Bild-\x20oder\x20Texturfüllung','patternFill':_0x4c159c(0x1c3),'color':'Farbe','transparency':_0x4c159c(0x1f1),'picture':{'source':'Bildquelle','insert':_0x4c159c(0x1b1),'tileAsTexture':_0x4c159c(0x203),'offsetX':'Versatz\x20X','offsetY':_0x4c159c(0x204),'scaleX':_0x4c159c(0x1dd),'scaleY':'Skalierung\x20Y','alignment':_0x4c159c(0x226),'rotateWithShape':_0x4c159c(0x1b2),'align':{'tl':'Oben\x20links','t':'Oben','tr':'Oben\x20rechts','l':_0x4c159c(0x258),'ctr':_0x4c159c(0x1bc),'r':_0x4c159c(0x22c),'bl':_0x4c159c(0x1b9),'b':'Unten','br':'Unten\x20rechts'}}},'line':{'title':_0x4c159c(0x207),'noLine':_0x4c159c(0x1e4),'solidLine':_0x4c159c(0x1e3),'gradientLine':_0x4c159c(0x22a),'color':_0x4c159c(0x195),'transparency':_0x4c159c(0x1f1),'width':_0x4c159c(0x1da),'dashType':{'title':_0x4c159c(0x1bd),'solid':'Durchgezogen','roundDot':'Runder\x20Punkt','squareDot':'Quadratischer\x20Punkt','dash':_0x4c159c(0x241),'dashDot':_0x4c159c(0x1e9),'longDash':_0x4c159c(0x240),'longDashDot':_0x4c159c(0x20d),'longDashDotDot':_0x4c159c(0x190)},'capType':{'title':_0x4c159c(0x230),'flat':_0x4c159c(0x228),'round':'Rund','square':_0x4c159c(0x175)},'joinType':{'title':_0x4c159c(0x1be),'miter':'Gehrung','round':'Rund','bevel':_0x4c159c(0x1c9)},'beginArrowType':_0x4c159c(0x193),'beginArrowSize':_0x4c159c(0x23a),'endArrowType':_0x4c159c(0x1ed),'endArrowSize':_0x4c159c(0x243),'arrowType':{'none':_0x4c159c(0x186),'arrow':_0x4c159c(0x202),'openArrow':_0x4c159c(0x257),'stealthArrow':_0x4c159c(0x1de),'diamondArrow':'Diamantpfeil','ovalArrow':_0x4c159c(0x20e)},'arrowSize':{'small':'Klein','medium':'Mittel','large':'Groß'},'sketchType':{'title':'Skizzenstil','none':_0x4c159c(0x186),'curved':_0x4c159c(0x24b),'freehand':_0x4c159c(0x21f),'handDrawn':_0x4c159c(0x17b)}},'shape':{'group':{'line':_0x4c159c(0x23d),'rectangle':_0x4c159c(0x18a),'basicShape':_0x4c159c(0x1fd),'blockArrow':_0x4c159c(0x183),'equationShape':_0x4c159c(0x227),'flowchart':'Flussdiagramm','starAndBanner':_0x4c159c(0x219),'callout':'Hinweisfelder','other':'Sonstiges'},'type':{'line':_0x4c159c(0x207),'straight-connector1':_0x4c159c(0x1ad),'straight-connector2':_0x4c159c(0x22b),'bent-connector3':_0x4c159c(0x220),'bent-connector3-arrow1':'Gelenkpfeilverbinder','bent-connector3-arrow2':'Doppelpfeil-Gelenkverbinder','curved-connector3':'Gebogener\x20Verbinder','curved-connector3-arrow1':_0x4c159c(0x1ee),'curved-connector3-arrow2':'Doppelpfeil-Gebogener\x20Verbinder','rect':_0x4c159c(0x221),'round-rect':_0x4c159c(0x1a6),'snip1-rect':'Eckig\x20abgeschnittenes\x20Rechteck','snip2-same-rect':_0x4c159c(0x17a),'snip2-diag-rect':_0x4c159c(0x24a),'snip-round-rect':_0x4c159c(0x1e2),'round1-rect':_0x4c159c(0x1c0),'round2-same-rect':_0x4c159c(0x1a0),'round2-diag-rect':_0x4c159c(0x1b3),'rect-textbox-horizontal':'Horizontales\x20Textfeld','rect-textbox-vertical':_0x4c159c(0x189),'ellipse':_0x4c159c(0x19c),'triangle':_0x4c159c(0x1f4),'rt-triangle':_0x4c159c(0x179),'parallelogram':'Parallelogramm','trapezoid':_0x4c159c(0x1dc),'non-isosceles-trapezoid':_0x4c159c(0x23c),'diamond':_0x4c159c(0x180),'pentagon':_0x4c159c(0x1f9),'hexagon':_0x4c159c(0x209),'heptagon':_0x4c159c(0x212),'octagon':_0x4c159c(0x234),'decagon':_0x4c159c(0x198),'dodecagon':_0x4c159c(0x233),'pie':'Kreisabschnitt','chord':_0x4c159c(0x176),'teardrop':_0x4c159c(0x21c),'frame':_0x4c159c(0x187),'half-frame':_0x4c159c(0x237),'corner':_0x4c159c(0x21b),'diag-stripe':_0x4c159c(0x1d1),'plus':_0x4c159c(0x256),'plaque':_0x4c159c(0x255),'can':_0x4c159c(0x1a1),'cube':_0x4c159c(0x1c5),'bevel':'Abschrägung','donut':_0x4c159c(0x1ff),'no-smoking':'Nichtraucher','block-arc':_0x4c159c(0x1a7),'folder-corner':_0x4c159c(0x24f),'smiley-face':_0x4c159c(0x249),'heart':_0x4c159c(0x1d2),'lightning-bolt':_0x4c159c(0x1ef),'sun':'Sonne','moon':_0x4c159c(0x1ce),'cloud':_0x4c159c(0x229),'arc':_0x4c159c(0x1f6),'bracket-pair':'Doppelte\x20Klammer','brace-pair':_0x4c159c(0x259),'left-bracket':_0x4c159c(0x247),'right-bracket':'Rechte\x20Klammer','left-brace':_0x4c159c(0x1a8),'right-brace':_0x4c159c(0x213),'right-arrow':'Pfeil\x20nach\x20rechts','left-arrow':_0x4c159c(0x217),'up-arrow':_0x4c159c(0x19f),'down-arrow':'Pfeil\x20nach\x20unten','left-right-arrow':'Pfeil\x20nach\x20links-rechts','up-down-arrow':'Pfeil\x20nach\x20oben-unten','quad-arrow':_0x4c159c(0x1ea),'left-right-up-arrow':'Pfeil\x20nach\x20links-rechts-oben','bent-arrow':'Gebogener\x20Pfeil','uturn-arrow':_0x4c159c(0x1d0),'left-up-arrow':_0x4c159c(0x185),'bent-up-arrow':_0x4c159c(0x1e5),'curved-right-arrow':_0x4c159c(0x1cf),'curved-left-arrow':'Gebogener\x20Pfeil\x20nach\x20links','curved-up-arrow':_0x4c159c(0x1cc),'curved-down-arrow':_0x4c159c(0x254),'striped-right-arrow':_0x4c159c(0x1c1),'notched-right-arrow':_0x4c159c(0x231),'home-plate':_0x4c159c(0x251),'chevron':_0x4c159c(0x246),'right-arrow-callout':'Hinweis\x20Pfeil\x20nach\x20rechts','down-arrow-callout':_0x4c159c(0x192),'left-arrow-callout':_0x4c159c(0x1d6),'up-arrow-callout':_0x4c159c(0x20f),'left-right-arrow-callout':_0x4c159c(0x1df),'quad-arrow-callout':_0x4c159c(0x1ec),'circular-arrow':_0x4c159c(0x1c8),'math-plus':_0x4c159c(0x191),'math-minus':_0x4c159c(0x178),'math-multiply':'Mal','math-divide':_0x4c159c(0x1e7),'math-equal':_0x4c159c(0x181),'math-not-equal':_0x4c159c(0x17d),'flow-chart-process':_0x4c159c(0x222),'flow-chart-alternate-process':_0x4c159c(0x252),'flow-chart-decision':_0x4c159c(0x199),'flow-chart-input-output':_0x4c159c(0x206),'flow-chart-predefined-process':_0x4c159c(0x1ae),'flow-chart-internal-storage':_0x4c159c(0x1a2),'flow-chart-document':_0x4c159c(0x24e),'flow-chart-multidocument':_0x4c159c(0x1cb),'flow-chart-terminator':_0x4c159c(0x1d3),'flow-chart-preparation':_0x4c159c(0x19e),'flow-chart-manual-input':'Manuelle\x20Eingabe','flow-chart-manual-operation':_0x4c159c(0x22e),'flow-chart-connector':_0x4c159c(0x232),'flow-chart-offpage-connector':_0x4c159c(0x1a3),'flow-chart-punched-card':'Karte','flow-chart-punched-tape':_0x4c159c(0x211),'flow-chart-summing-junction':'Summenknoten','flow-chart-or':_0x4c159c(0x225),'flow-chart-collate':_0x4c159c(0x22d),'flow-chart-sort':_0x4c159c(0x244),'flow-chart-extract':_0x4c159c(0x24d),'flow-chart-merge':_0x4c159c(0x1db),'flow-chart-online-storage':_0x4c159c(0x1b0),'flow-chart-delay':_0x4c159c(0x224),'flow-chart-magnetic-tape':_0x4c159c(0x177),'flow-chart-magnetic-disk':_0x4c159c(0x1fe),'flow-chart-magnetic-drum':_0x4c159c(0x1e1),'flow-chart-display':_0x4c159c(0x1ba),'irregular-seal1':_0x4c159c(0x1f7),'irregular-seal2':_0x4c159c(0x216),'star4':_0x4c159c(0x235),'star5':_0x4c159c(0x1c7),'star6':'6-zackiger\x20Stern','star7':_0x4c159c(0x210),'star8':_0x4c159c(0x19b),'star10':_0x4c159c(0x1d7),'star12':_0x4c159c(0x23e),'star16':'16-zackiger\x20Stern','star24':_0x4c159c(0x19a),'star32':_0x4c159c(0x20a),'ribbon2':_0x4c159c(0x1d5),'ribbon':_0x4c159c(0x1bf),'ellipse-ribbon2':_0x4c159c(0x1af),'ellipse-ribbon':'Gebogenes\x20Band\x20nach\x20unten','vertical-scroll':_0x4c159c(0x1b4),'horizontal-scroll':_0x4c159c(0x1f3),'wave':_0x4c159c(0x1c4),'double-wave':_0x4c159c(0x242),'wedge-rect-callout':'Rechteckiges\x20Hinweisfeld','wedge-round-rect-callout':'Abgerundetes\x20rechteckiges\x20Hinweisfeld','wedge-ellipse-callout':_0x4c159c(0x20c),'cloud-callout':_0x4c159c(0x215),'border-callout1':'Linien-Hinweis\x201','border-callout2':_0x4c159c(0x18e),'border-callout3':_0x4c159c(0x1b5),'accent-callout1':_0x4c159c(0x1fb),'accent-callout2':_0x4c159c(0x1d4),'accent-callout3':_0x4c159c(0x1b6),'callout1':_0x4c159c(0x18c),'callout2':'Hinweis\x202','callout3':_0x4c159c(0x21d),'accent-border-callout1':'Akzent-Rahmen-Hinweis\x201','accent-border-callout2':_0x4c159c(0x21e),'accent-border-callout3':_0x4c159c(0x196),'left-circular-arrow':_0x4c159c(0x223),'left-right-circular-arrow':_0x4c159c(0x1e6),'swoosh-arrow':'Swoosh-Pfeil','left-right-ribbon':_0x4c159c(0x194),'pie-wedge':'Kreissektor','funnel':_0x4c159c(0x205),'gear6':_0x4c159c(0x23f),'gear9':_0x4c159c(0x245),'corner-tabs':_0x4c159c(0x236),'action-button-back-previous':_0x4c159c(0x1c2),'action-button-forward-next':_0x4c159c(0x18f),'action-button-beginning':_0x4c159c(0x248),'action-button-end':_0x4c159c(0x214),'action-button-home':_0x4c159c(0x1f5),'action-button-information':'Aktionsbutton:\x20Information','action-button-return':_0x4c159c(0x188),'action-button-movie':_0x4c159c(0x1aa),'action-button-document':_0x4c159c(0x1fa),'action-button-sound':_0x4c159c(0x208),'action-button-help':_0x4c159c(0x20b),'action-button-blank':'Aktionsbutton:\x20Leer','chart-plus':'Diagramm\x20Plus','chart-star':_0x4c159c(0x1fc),'chart-x':_0x4c159c(0x1b8),'flow-chart-offline-storage':'Offline-Speicher','line-inv':_0x4c159c(0x1e0),'plaque-tabs':'Plaketten-Registerkarten','square-tabs':'Quadratische\x20Registerkarten','up-down-arrow-callout':_0x4c159c(0x253)}}}};}));
27
-
28
- // @univerjs-pro/sheets-outline-ui/locale/de-DE
29
- (function(_0x4a3fea,_0x42eacc){var _0x37c4cc=_0x376c,_0x5ab418=_0x4a3fea();while(!![]){try{var _0x383cfc=-parseInt(_0x37c4cc(0x9c))/0x1+-parseInt(_0x37c4cc(0x99))/0x2+parseInt(_0x37c4cc(0x9d))/0x3+-parseInt(_0x37c4cc(0xad))/0x4*(parseInt(_0x37c4cc(0xa7))/0x5)+-parseInt(_0x37c4cc(0xa0))/0x6*(-parseInt(_0x37c4cc(0xab))/0x7)+-parseInt(_0x37c4cc(0xa5))/0x8*(-parseInt(_0x37c4cc(0x9e))/0x9)+parseInt(_0x37c4cc(0xa3))/0xa;if(_0x383cfc===_0x42eacc)break;else _0x5ab418['push'](_0x5ab418['shift']());}catch(_0x47b54b){_0x5ab418['push'](_0x5ab418['shift']());}}}(_0xa25a,0xf0579),function(_0x35a78a,_0x576f28){var _0x37705e=_0x376c;typeof exports==_0x37705e(0x97)&&typeof module<'u'?module[_0x37705e(0xa8)]=_0x576f28():typeof define==_0x37705e(0x9b)&&define[_0x37705e(0x9a)]?define([],_0x576f28):(_0x35a78a=typeof globalThis<'u'?globalThis:_0x35a78a||self,_0x35a78a['UniverProSheetsOutlineUiDeDE']=_0x576f28());}(this,function(){var _0x341c26=_0x376c;return{'sheets-outline-ui':{'cancel':_0x341c26(0x9f),'group':_0x341c26(0xa1),'ungroup':'Gruppierung\x20aufheben','groupRows':_0x341c26(0xaa),'groupColumns':_0x341c26(0x98),'ungroupRows':_0x341c26(0xa9),'ungroupColumns':'Gruppierung\x20der\x20Spalten\x20{0}\x20-\x20{1}\x20aufheben','error':{'permission':_0x341c26(0xae),'invalidRange':'Gliederung\x20kann\x20nicht\x20erstellt\x20werden,\x20da\x20der\x20ausgewählte\x20Bereich\x20ungültig\x20ist.','outOfBounds':_0x341c26(0xa4),'crossing':_0x341c26(0xa6),'maxDepth':'Gliederung\x20kann\x20nicht\x20erstellt\x20werden,\x20da\x20Excel-kompatible\x20Gliederungen\x20maximal\x208\x20Ebenen\x20unterstützen.','moveSplitsOutline':_0x341c26(0xac),'clearRangeNotContainOutline':'Gruppierung\x20kann\x20nicht\x20aufgehoben\x20werden,\x20da\x20der\x20ausgewählte\x20Bereich\x20den\x20Gliederungsgruppenbereich\x20nicht\x20vollständig\x20enthält.','unknown':_0x341c26(0xa2)}}};}));function _0x376c(_0x9184c6,_0x1b540e){_0x9184c6=_0x9184c6-0x97;var _0xa25a3f=_0xa25a();var _0x376cf8=_0xa25a3f[_0x9184c6];return _0x376cf8;}function _0xa25a(){var _0x5de13f=['8aYhPbO','Gliederung\x20kann\x20nicht\x20aktualisiert\x20werden,\x20da\x20das\x20Ergebnis\x20überlappende\x20Gruppen\x20erzeugen\x20würde.','45enKXFp','exports','Gruppierung\x20der\x20Zeilen\x20{0}\x20-\x20{1}\x20aufheben','Zeilen\x20{0}\x20-\x20{1}\x20gruppieren','11347oqdkPh','Zeilen\x20oder\x20Spalten\x20können\x20nicht\x20verschoben\x20werden,\x20da\x20dies\x20eine\x20bestehende\x20Gliederung\x20teilen\x20würde.\x20Entfernen\x20Sie\x20zunächst\x20die\x20zugehörige\x20Gliederung.','487428unKZSg','Sie\x20haben\x20keine\x20Ansichtsberechtigung,\x20daher\x20können\x20keine\x20Gruppierungsvorgänge\x20ausgeführt\x20werden.','object','Spalten\x20{0}\x20-\x20{1}\x20gruppieren','1687130ykWoUY','amd','function','1310381ybZiCs','802749ZDiRms','4059333Hxrusy','Abbrechen','2238bKEENd','Gruppieren','Gliederung\x20kann\x20nicht\x20aktualisiert\x20werden,\x20da\x20der\x20Vorgang\x20ungültig\x20ist.','29118470zmRyzh','Gliederung\x20kann\x20nicht\x20erstellt\x20werden,\x20da\x20der\x20ausgewählte\x20Bereich\x20außerhalb\x20des\x20Blatts\x20liegt.'];_0xa25a=function(){return _0x5de13f;};return _0xa25a();}
30
-
31
- // locale/de-DE
32
- (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/exchange-client/locale/de-DE"),require("@univerjs-pro/sheets-chart/locale/de-DE"),require("@univerjs-pro/sheets-chart-ui/locale/de-DE"),require("@univerjs-pro/sheets-exchange-client/locale/de-DE"),require("@univerjs-pro/sheets-outline-ui/locale/de-DE"),require("@univerjs-pro/sheets-pivot/locale/de-DE"),require("@univerjs-pro/sheets-pivot-ui/locale/de-DE"),require("@univerjs-pro/sheets-print/locale/de-DE"),require("@univerjs-pro/sheets-shape-ui/locale/de-DE"),require("@univerjs-pro/sheets-sparkline-ui/locale/de-DE")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/exchange-client/locale/de-DE","@univerjs-pro/sheets-chart/locale/de-DE","@univerjs-pro/sheets-chart-ui/locale/de-DE","@univerjs-pro/sheets-exchange-client/locale/de-DE","@univerjs-pro/sheets-outline-ui/locale/de-DE","@univerjs-pro/sheets-pivot/locale/de-DE","@univerjs-pro/sheets-pivot-ui/locale/de-DE","@univerjs-pro/sheets-print/locale/de-DE","@univerjs-pro/sheets-shape-ui/locale/de-DE","@univerjs-pro/sheets-sparkline-ui/locale/de-DE"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsAdvancedDeDE=r(e.UniverCore,e.UniverProExchangeClientDeDE,e.UniverProSheetsChartDeDE,e.UniverProSheetsChartUiDeDE,e.UniverProSheetsExchangeClientDeDE,e.UniverProSheetsOutlineUiDeDE,e.UniverProSheetsPivotDeDE,e.UniverProSheetsPivotUiDeDE,e.UniverProSheetsPrintDeDE,e.UniverProSheetsShapeUiDeDE,e.UniverProSheetsSparklineUiDeDE))})(this,(function(e,r,i,s,n,t,o,u,h,D,c){"use strict";return e.mergeLocales(r,i,s,n,t,o,u,h,D,c)}));
@@ -1,32 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/en-US
2
- (function(_0x4321b6,_0x3ee14b){var _0x2c5148=_0x35ea,_0x199de3=_0x4321b6();while(!![]){try{var _0x625fee=-parseInt(_0x2c5148(0xce))/0x1+parseInt(_0x2c5148(0xc8))/0x2*(parseInt(_0x2c5148(0xbd))/0x3)+-parseInt(_0x2c5148(0xc3))/0x4*(parseInt(_0x2c5148(0xbe))/0x5)+-parseInt(_0x2c5148(0xcd))/0x6*(parseInt(_0x2c5148(0xc4))/0x7)+-parseInt(_0x2c5148(0xca))/0x8+-parseInt(_0x2c5148(0xc9))/0x9+-parseInt(_0x2c5148(0xc1))/0xa*(-parseInt(_0x2c5148(0xd3))/0xb);if(_0x625fee===_0x3ee14b)break;else _0x199de3['push'](_0x199de3['shift']());}catch(_0x5419dc){_0x199de3['push'](_0x199de3['shift']());}}}(_0x510a,0xba1bf),function(_0x84bddf,_0x235b0e){var _0x58c918=_0x35ea;typeof exports=='object'&&typeof module<'u'?module[_0x58c918(0xc5)]=_0x235b0e():typeof define==_0x58c918(0xc0)&&define[_0x58c918(0xc6)]?define([],_0x235b0e):(_0x84bddf=typeof globalThis<'u'?globalThis:_0x84bddf||self,_0x84bddf[_0x58c918(0xd1)]=_0x235b0e());}(this,function(){var _0x2254f2=_0x35ea;return{'exchange-client':{'uploading':_0x2254f2(0xcf),'uploadSuccess':_0x2254f2(0xbf),'uploadSuccessTip':'{0}\x20file(s)\x20uploaded\x20successfully','downloading':_0x2254f2(0xbc),'downloadSuccess':_0x2254f2(0xd0),'unknownMistake':_0x2254f2(0xc2),'networkError':_0x2254f2(0xd2),'tooLarge':_0x2254f2(0xcc),'internalError':'Internal\x20unknown\x20error','interrupt':_0x2254f2(0xcb),'fileTypeError':_0x2254f2(0xc7),'wait':'Please\x20wait...','cancel':_0x2254f2(0xbb),'uploadAgain':'Upload\x20again'}};}));function _0x35ea(_0x337d07,_0x13ec92){_0x337d07=_0x337d07-0xbb;var _0x510a17=_0x510a();var _0x35ea16=_0x510a17[_0x337d07];return _0x35ea16;}function _0x510a(){var _0x232e6f=['exports','amd','Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','44386LHTNIW','13308282bUygzj','8587352XCZVGU','The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','Data\x20is\x20too\x20large','1923078fPTIPe','701880OrKHkK','Uploading','Download\x20success','UniverProExchangeClientEnUS','Network\x20error','12067EDORYF','Cancel','Downloading','93ZhkeBh','611515KFiHEr','File\x20uploaded\x20successfully','function','42450Cdbxua','Unknown\x20mistake','12neZqSy','21yLTAbD'];_0x510a=function(){return _0x232e6f;};return _0x510a();}
3
-
4
- // @univerjs-pro/sheets-exchange-client/locale/en-US
5
- function _0x4db2(){var _0x5f16df=['44244PEaYKH','929172mxNHRN','function','amd','Save\x20As','161TKOSCC','410TmniVy','123695lxisMd','77564DrnenQ','Open(File)','66FgTRPI','76016GeGWhF','object','File','15VeQOCQ','9610645pzFCZP','726804zeLhXu'];_0x4db2=function(){return _0x5f16df;};return _0x4db2();}function _0x3325(_0x546833,_0x1162cc){_0x546833=_0x546833-0xcb;var _0x4db260=_0x4db2();var _0x3325c7=_0x4db260[_0x546833];return _0x3325c7;}(function(_0x3fb0a0,_0x4772fb){var _0x132061=_0x3325,_0x1c0ed4=_0x3fb0a0();while(!![]){try{var _0x120a88=parseInt(_0x132061(0xd0))/0x1+parseInt(_0x132061(0xdb))/0x2+-parseInt(_0x132061(0xd3))/0x3*(parseInt(_0x132061(0xd1))/0x4)+parseInt(_0x132061(0xd7))/0x5*(-parseInt(_0x132061(0xd9))/0x6)+-parseInt(_0x132061(0xce))/0x7*(parseInt(_0x132061(0xd4))/0x8)+-parseInt(_0x132061(0xda))/0x9*(parseInt(_0x132061(0xcf))/0xa)+parseInt(_0x132061(0xd8))/0xb;if(_0x120a88===_0x4772fb)break;else _0x1c0ed4['push'](_0x1c0ed4['shift']());}catch(_0x5e2082){_0x1c0ed4['push'](_0x1c0ed4['shift']());}}}(_0x4db2,0x3d7de),function(_0x550963,_0xa3ed49){var _0x2bb18f=_0x3325;typeof exports==_0x2bb18f(0xd5)&&typeof module<'u'?module['exports']=_0xa3ed49():typeof define==_0x2bb18f(0xcb)&&define[_0x2bb18f(0xcc)]?define([],_0xa3ed49):(_0x550963=typeof globalThis<'u'?globalThis:_0x550963||self,_0x550963['UniverProSheetsExchangeClientEnUS']=_0xa3ed49());}(this,function(){var _0x1b99d2=_0x3325;return{'sheets-exchange-client':{'file':_0x1b99d2(0xd6),'upload':_0x1b99d2(0xd2),'download':_0x1b99d2(0xcd)}};}));
6
-
7
- // @univerjs-pro/sheets-pivot/locale/en-US
8
- function _0x4497(){var _0x4d33d5=['StdDev\x20of\x20','StdDevp\x20of\x20','1038092yWREOC','Day','{0}\x20month','Grand\x20Total','{0}\x20year','{0}\x20hour','exports','Minute','value','Min\x20of\x20','Average\x20of\x20','208899zjCjlB','Count\x20of\x20','Hour','Year-Month-Day','Month','other','{0}\x20month\x20{1}\x20day','Sum\x20of\x20','3pWYduA','Year-Month','110117AZkWWr','(Other)','UniverProSheetsPivotEnUS','{0}\x20year\x20{1}\x20month','function','Column','96lgUAAe','Quarter','blank','3152050HVlViS','{0}\x20year\x20{1}\x20quarter','Var\x20of\x20','Values','Year-Quarter','Product\x20of\x20','{0}\x20quarter','Max\x20of\x20','Month-Day','{0}\x20day','8922360GYhFjO','Filter','Subtotal','Total','Row','6208600gUhgXr','260NudUXj','413428DlGKwi'];_0x4497=function(){return _0x4d33d5;};return _0x4497();}function _0x491d(_0x4ff223,_0x4c4b34){_0x4ff223=_0x4ff223-0x1ae;var _0x449710=_0x4497();var _0x491d5d=_0x449710[_0x4ff223];return _0x491d5d;}(function(_0x141bee,_0x1e685e){var _0x1178cf=_0x491d,_0xd0b5a2=_0x141bee();while(!![]){try{var _0x50e755=-parseInt(_0x1178cf(0x1c8))/0x1+parseInt(_0x1178cf(0x1b4))/0x2+parseInt(_0x1178cf(0x1db))/0x3*(-parseInt(_0x1178cf(0x1c5))/0x4)+parseInt(_0x1178cf(0x1c3))/0x5+-parseInt(_0x1178cf(0x1be))/0x6+parseInt(_0x1178cf(0x1dd))/0x7*(parseInt(_0x1178cf(0x1b1))/0x8)+-parseInt(_0x1178cf(0x1d3))/0x9*(-parseInt(_0x1178cf(0x1c4))/0xa);if(_0x50e755===_0x1e685e)break;else _0xd0b5a2['push'](_0xd0b5a2['shift']());}catch(_0x131642){_0xd0b5a2['push'](_0xd0b5a2['shift']());}}}(_0x4497,0xef9f6),function(_0x301052,_0x2b2119){var _0x4756c8=_0x491d;typeof exports=='object'&&typeof module<'u'?module[_0x4756c8(0x1ce)]=_0x2b2119():typeof define==_0x4756c8(0x1af)&&define['amd']?define([],_0x2b2119):(_0x301052=typeof globalThis<'u'?globalThis:_0x301052||self,_0x301052[_0x4756c8(0x1df)]=_0x2b2119());}(this,function(){var _0x55760a=_0x491d;return{'sheets-pivot':{'sheet':'Sheet','blankValue':'(Blank)','otherValue':_0x55760a(0x1de),'columnName':'Column\x20','subTotalText':_0x55760a(0x1c1),'grandTotalText':'Grand\x20Total','valueText':'Value','averageName':_0x55760a(0x1d2),'countName':_0x55760a(0x1d4),'countNumsName':_0x55760a(0x1d4),'maxName':_0x55760a(0x1bb),'minName':_0x55760a(0x1d1),'productName':_0x55760a(0x1b9),'stdDevName':_0x55760a(0x1c6),'stdDevpName':_0x55760a(0x1c7),'sumName':_0x55760a(0x1da),'varName':_0x55760a(0x1b6),'varpName':'Varp\x20of\x20','subTotal':_0x55760a(0x1c0),'grandTotal':_0x55760a(0x1cb),'value':_0x55760a(0x1d0),'blank':_0x55760a(0x1b3),'other':_0x55760a(0x1d8),'emptyPivot':{'filter':_0x55760a(0x1bf),'row':_0x55760a(0x1c2),'column':_0x55760a(0x1b0),'values':_0x55760a(0x1b7)},'dateGroup':{'year':'Year','month':_0x55760a(0x1d7),'day':_0x55760a(0x1c9),'hour':_0x55760a(0x1d5),'minute':_0x55760a(0x1cf),'quarter':_0x55760a(0x1b2),'monthDate':_0x55760a(0x1bc),'yearQuarter':_0x55760a(0x1b8),'yearMonth':_0x55760a(0x1dc),'yearMonthDate':_0x55760a(0x1d6)},'cellDateGroupDisplay':{'minute':'{0}\x20minute','hour':_0x55760a(0x1cd),'hourMinute':'{0}\x20hour\x20{1}\x20minute','date':_0x55760a(0x1bd),'month':_0x55760a(0x1ca),'monthDate':_0x55760a(0x1d9),'quarter':_0x55760a(0x1ba),'year':_0x55760a(0x1cc),'yearMonth':_0x55760a(0x1ae),'yearMonthDate':'{0}\x20year\x20{1}\x20month\x20{2}\x20day','yearQuarter':_0x55760a(0x1b5)}}};}));
9
-
10
- // @univerjs-pro/sheets-pivot-ui/locale/en-US
11
- function _0x6c51(){var _0x545c95=['Confirm','Currency\x20Types','function','StdDev\x20of\x20','Insert\x20Pivot\x20Table','Cancel','This\x20change\x20cannot\x20be\x20made\x20to\x20the\x20selected\x20cells\x20because\x20it\x20would\x20affect\x20the\x20pivot\x20table.\x20Please\x20use\x20the\x20field\x20list\x20to\x20modify\x20the\x20report.\x20If\x20you\x20are\x20trying\x20to\x20insert\x20or\x20delete\x20cells,\x20move\x20the\x20pivot\x20table\x20and\x20try\x20again.','Max\x20of\x20','Cannot\x20edit\x20pivot\x20table\x20in\x20a\x20protected\x20sheet','There\x20is\x20already\x20data\x20in\x20the\x20target\x20area.\x20This\x20action\x20will\x20overwrite\x20the\x20existing\x20data.\x20Do\x20you\x20want\x20to\x20continue?','Count\x20of\x20','949992MovjOi','Clear\x20Filter','Standard\x20Deviation','Down,\x20then\x20over','1198260gEMySf','Row','Average','Cannot\x20edit\x20cells\x20in\x20pivot\x20table','Data\x20source\x20range\x20is\x20invalid','Remove\x20Field','Sum','Pivot\x20Table\x20Placement','General','Average\x20of\x20','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Accounting','Date\x20Types','Drag\x20fields\x20to\x20the\x20areas\x20below','Summarize\x20by','73074vLplNF','UniverProSheetsPivotUiEnUS','Varp\x20of\x20','Format\x20Types','28jrKoUi','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Value','Select\x20All','7500nrEwMQ','Repeat\x20item\x20labels','Over,\x20then\x20down','Advanced\x20Options','7DCHarh','Data\x20Source','Minimum','Sheet','2859496hcphuy','Currency','Display','Add\x20to\x20Value','Data\x20source\x20range\x20is\x20empty','Negative\x20Number\x20Types','Number\x20Format','Subtotal','Drag\x20fields\x20to\x20filter\x20data','814054GwNfDb','Population\x20Variance','Min\x20of\x20','Data\x20source\x20has\x20been\x20updated','Product\x20of\x20','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Variance','Field\x20Configuration','object','Calculated\x20results\x20of\x20rows\x20and\x20columns','Drag\x20fields\x20to\x20rows','Cannot\x20insert\x20merged\x20cells\x20into\x20pivot\x20table','Add\x20to\x20Filter','Field\x20Settings','Descending','Pivot\x20Table','Add\x20to\x20Row','Show\x20column\x20grand\x20total','Population\x20Standard\x20Deviation','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Cannot\x20overlap\x20with\x20source\x20data','456105IXIpWY','Maximum','Count\x20Numbers','Drag\x20fields\x20to\x20columns','Filter','Show\x20column\x20subtotals','amd'];_0x6c51=function(){return _0x545c95;};return _0x6c51();}function _0x2840(_0x5cf534,_0x1f7ac2){_0x5cf534=_0x5cf534-0x1ac;var _0x6c5154=_0x6c51();var _0x2840c1=_0x6c5154[_0x5cf534];return _0x2840c1;}(function(_0xa5b436,_0x276214){var _0x428bee=_0x2840,_0x2b4c23=_0xa5b436();while(!![]){try{var _0x18da5c=-parseInt(_0x428bee(0x1b5))/0x1+parseInt(_0x428bee(0x1ce))/0x2+-parseInt(_0x428bee(0x1e3))/0x3+parseInt(_0x428bee(0x1b9))/0x4*(parseInt(_0x428bee(0x1bd))/0x5)+-parseInt(_0x428bee(0x1f5))/0x6+-parseInt(_0x428bee(0x1c1))/0x7*(-parseInt(_0x428bee(0x1c5))/0x8)+-parseInt(_0x428bee(0x1f9))/0x9;if(_0x18da5c===_0x276214)break;else _0x2b4c23['push'](_0x2b4c23['shift']());}catch(_0x33e679){_0x2b4c23['push'](_0x2b4c23['shift']());}}}(_0x6c51,0x3f14f),function(_0x238535,_0x39f4e6){var _0x202884=_0x2840;typeof exports==_0x202884(0x1d6)&&typeof module<'u'?module['exports']=_0x39f4e6():typeof define==_0x202884(0x1ec)&&define[_0x202884(0x1e9)]?define([],_0x39f4e6):(_0x238535=typeof globalThis<'u'?globalThis:_0x238535||self,_0x238535[_0x202884(0x1b6)]=_0x39f4e6());}(this,function(){var _0x5c8d5c=_0x2840;return{'sheets-pivot-ui':{'sheet':_0x5c8d5c(0x1c4),'title':_0x5c8d5c(0x1dd),'sourceRangeLabel':_0x5c8d5c(0x1c2),'sourceRangePlaceholder':_0x5c8d5c(0x1d1),'sourceFieldTile':'Data\x20Source\x20Fields','sourceFieldDescription':_0x5c8d5c(0x1b3),'filter':_0x5c8d5c(0x1e7),'column':'Column','row':_0x5c8d5c(0x1fa),'value':_0x5c8d5c(0x1bb),'multipleValue':'Σ\x20Values','filterDesc':_0x5c8d5c(0x1cd),'columnDesc':_0x5c8d5c(0x1e6),'rowDesc':_0x5c8d5c(0x1d8),'valueDesc':_0x5c8d5c(0x1d7),'addToFilter':_0x5c8d5c(0x1da),'addToColumn':'Add\x20to\x20Column','addToRow':_0x5c8d5c(0x1de),'addToValue':_0x5c8d5c(0x1c8),'removeField':_0x5c8d5c(0x1fe),'filterField':'Filter\x20Field','fieldSettings':_0x5c8d5c(0x1db),'moveToRow':'Move\x20to\x20Row','moveToColumn':'Move\x20to\x20Column','dialog':{'fieldName':'Field\x20Name','sourceName':'Source\x20Field\x20Name:','summarizeBy':_0x5c8d5c(0x1b4),'format':_0x5c8d5c(0x1cb),'ok':'OK','cancel':'Cancel','filter':{'ascending':'Ascending','descending':_0x5c8d5c(0x1dc),'selectAll':_0x5c8d5c(0x1bc),'clearFilter':_0x5c8d5c(0x1f6),'blank':'(Blank)','cancel':_0x5c8d5c(0x1ef),'confirm':'OK'},'numfmt':{'general':_0x5c8d5c(0x1ae),'accounting':_0x5c8d5c(0x1b1),'currency':_0x5c8d5c(0x1c6),'date':'Date','thousandthPercentile':'Thousandth\x20Percentile','fieldSetting':'Field\x20Settings','formatTypes':_0x5c8d5c(0x1b8),'confirm':'OK','cancel':_0x5c8d5c(0x1ef),'generalDesc':_0x5c8d5c(0x1e1),'accountingDesc':_0x5c8d5c(0x1ba),'currencyDesc':_0x5c8d5c(0x1b0),'dateDesc':'Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','thousandthPercentileDesc':_0x5c8d5c(0x1d3),'decimalPlaces':'Decimal\x20Places','currencyTypes':_0x5c8d5c(0x1eb),'negativeNumberTypes':_0x5c8d5c(0x1ca),'dateTypes':_0x5c8d5c(0x1b2)},'source':{'insertPivotTable':_0x5c8d5c(0x1ee),'sourceData':'Data\x20Source\x20Range','position':_0x5c8d5c(0x1ad),'newSheet':'New\x20Sheet','existingSheet':'Existing\x20Sheet','intersect':_0x5c8d5c(0x1e2)}},'subtotal':{'average':_0x5c8d5c(0x1fb),'count':'Count','countNums':_0x5c8d5c(0x1e5),'max':_0x5c8d5c(0x1e4),'min':_0x5c8d5c(0x1c3),'product':'Product','stdDev':_0x5c8d5c(0x1f7),'stdDevp':_0x5c8d5c(0x1e0),'sum':_0x5c8d5c(0x1ac),'var':_0x5c8d5c(0x1d4),'varp':_0x5c8d5c(0x1cf)},'subTotalText':_0x5c8d5c(0x1cc),'grandTotalText':'Grand\x20Total','fieldPanel':_0x5c8d5c(0x1d5),'configPanel':_0x5c8d5c(0x1c0),'config':{'totalsSection':'Subtotals\x20&\x20Grand\x20Totals','showRowSubtotal':'Show\x20row\x20subtotals','showRowGrandTotal':'Show\x20row\x20grand\x20total','showColSubtotal':_0x5c8d5c(0x1e8),'showColGrandTotal':_0x5c8d5c(0x1df),'pageSection':'Filter\x20Field\x20Layout','pageWrap':'Fields\x20per\x20row','pageDirection':'Layout\x20direction','pageDownThenOver':_0x5c8d5c(0x1f8),'pageOverThenDown':_0x5c8d5c(0x1bf),'displaySection':_0x5c8d5c(0x1c7),'repeatRowLabels':_0x5c8d5c(0x1be)},'perform':{'tips':'Tips','info':_0x5c8d5c(0x1f3),'confirm':_0x5c8d5c(0x1ea),'cancel':_0x5c8d5c(0x1ef),'rowColError':_0x5c8d5c(0x1f0)},'msg':{'emptySourceRange':_0x5c8d5c(0x1c9),'invalidSize':_0x5c8d5c(0x1fd),'mergeCellError':_0x5c8d5c(0x1d9),'editCellError':_0x5c8d5c(0x1fc),'permissionError':_0x5c8d5c(0x1f2)},'averageName':_0x5c8d5c(0x1af),'countName':_0x5c8d5c(0x1f4),'countNumsName':_0x5c8d5c(0x1f4),'maxName':_0x5c8d5c(0x1f1),'minName':_0x5c8d5c(0x1d0),'productName':_0x5c8d5c(0x1d2),'stdDevName':_0x5c8d5c(0x1ed),'stdDevpName':'StdDevp\x20of\x20','sumName':'Sum\x20of\x20','varName':'Var\x20of\x20','varpName':_0x5c8d5c(0x1b7)}};}));
12
-
13
- // @univerjs-pro/sheets-print/locale/en-US
14
- function _0x459f(_0x4d1bc9,_0x54d5e4){_0x4d1bc9=_0x4d1bc9-0xff;var _0x3498a7=_0x3498();var _0x459f06=_0x3498a7[_0x4d1bc9];return _0x459f06;}function _0x3498(){var _0x1b1781=['DateA','DateF','Wide','All\x20selected\x20cells','9agQqjS','Top','Workbook\x20title','3176kENLlh','Click\x20to\x20add\x20text','418996QUnNgd','A3\x20(11.69\x22\x20x\x2016.54\x22)','Scale','Custom\x20number','Letter\x20(8.5\x22\x20x\x2011\x22)','977694PYmaOE','A5\x20(5.83\x22\x20x\x208.27\x22)','DateE','DateC','CANCEL','TimeB','HH:mm','function','DateD','Right','Fit\x20to\x20page','Sheet\x20name','Page\x20orientation','https://univer.ai/pro','Univer\x20free\x20version,\x20powered\x20by\x20univer.ai.','B4\x20(9.84\x22\x20x\x2013.90\x22)','Picture\x20failed\x20to\x20save\x20to\x20clipboard!','Headers\x20&\x20footers','amd','Vertical','Legal\x20(8.5\x22\x20x\x2014\x22)','Left','Date\x20format','TimeC','934250SfCSAz','Go\x20to\x20View\x20>\x20Freeze\x20to\x20select\x20which\x20rows/columns\x20to\x20repeat\x20on\x20all\x20pages','Bottom','Normal','The\x20free\x20version\x20only\x20supports\x20{limit}\x20pages\x20of\x20printing,\x20please\x20purchase\x20the\x20commercial\x20version\x20for\x20advanced\x20features!','MM/DD','Repeat\x20frozen\x20columns','NEXT','TotalPages','4489760kPwxNO','TotalSheetPages','Selection','Executive\x20(7.25\x22\x20x\x2010.5\x22)','Align','Custom\x20Margins','Row\x20&\x20Column\x20limit','Narrow','Page\x20numbers','Print\x20Layout','exports','hh:mm:ss','Center','120JEpPUB','DateB','Tabloid\x20(11\x22\x20x\x2017\x22)','Landscape','Max\x20rows\x20per\x20page','Fit\x20to\x20height','Paper\x20Size','sheets','Margins','Selected\x20cells','Close\x20and\x20hide\x20page\x20breaks','Workbook','SheetName','1605947nmdhzg','All\x20sheets','Show\x20Page\x20Breaks','HH:mm:ss','UniverProSheetsPrintEnUS','B5\x20(6.93\x22\x20x\x209.84\x22)','3kbZjCS','Header','Edit\x20custom\x20header/footer','Show\x20water\x20mark','YYYY-MM-DD','Print','247472yhMrey','Copy\x20as\x20picture','Show\x20gridlines','Picture\x20successfully\x20saved\x20to\x20clipboard!'];_0x3498=function(){return _0x1b1781;};return _0x3498();}(function(_0x306770,_0x328a1d){var _0x4bb3e1=_0x459f,_0x36627d=_0x306770();while(!![]){try{var _0x1bc536=parseInt(_0x4bb3e1(0x146))/0x1*(-parseInt(_0x4bb3e1(0x122))/0x2)+parseInt(_0x4bb3e1(0x135))/0x3*(parseInt(_0x4bb3e1(0x148))/0x4)+parseInt(_0x4bb3e1(0x10c))/0x5+-parseInt(_0x4bb3e1(0x14d))/0x6+-parseInt(_0x4bb3e1(0x12f))/0x7+parseInt(_0x4bb3e1(0x13b))/0x8*(-parseInt(_0x4bb3e1(0x143))/0x9)+parseInt(_0x4bb3e1(0x115))/0xa;if(_0x1bc536===_0x328a1d)break;else _0x36627d['push'](_0x36627d['shift']());}catch(_0x230a06){_0x36627d['push'](_0x36627d['shift']());}}}(_0x3498,0x1eef7),function(_0x2d9d0e,_0x23b591){var _0x1587e8=_0x459f;typeof exports=='object'&&typeof module<'u'?module[_0x1587e8(0x11f)]=_0x23b591():typeof define==_0x1587e8(0x154)&&define[_0x1587e8(0x106)]?define([],_0x23b591):(_0x2d9d0e=typeof globalThis<'u'?globalThis:_0x2d9d0e||self,_0x2d9d0e[_0x1587e8(0x133)]=_0x23b591());}(this,function(){var _0x137750=_0x459f;return{'sheets-print':{'permission':{'printErr':'The\x20worksheet\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20permission\x20to\x20print.\x20To\x20print,\x20please\x20contact\x20the\x20creator.'},'header':{'total':'Total:\x20','pages':'pages','cancel':_0x137750(0x151),'next':_0x137750(0x113),'printing':'Printing,\x20please\x20do\x20not\x20close\x20the\x20page'},'menu':_0x137750(0x13a),'title':_0x137750(0x13a),'grid':{'title':_0x137750(0x11e),'showGrid':_0x137750(0x131),'showGridLabel':'Show\x20page\x20break\x20lines','closeAndHide':_0x137750(0x12c)},'screenshot':{'title':_0x137750(0x13c),'success':_0x137750(0x13e),'fail':_0x137750(0x104)},'size':{'title':_0x137750(0x128),'letter':_0x137750(0x14c),'tabloid':_0x137750(0x124),'legal':_0x137750(0x108),'statement':'Statement\x20(5.5\x22\x20x\x208.5\x22)','executive':_0x137750(0x118),'folio':'Folio\x20(8.5\x22\x20x\x2013\x22)','a3':_0x137750(0x149),'a4':'A4\x20(8.27\x22\x20x\x2011.69\x22)','a5':_0x137750(0x14e),'b4':_0x137750(0x103),'b5':_0x137750(0x134)},'margin':{'title':_0x137750(0x12a),'normal':_0x137750(0x10f),'narrow':_0x137750(0x11c),'wide':_0x137750(0x141),'custom':_0x137750(0x11a),'top':_0x137750(0x144),'bottom':_0x137750(0x10e),'left':'Left','right':_0x137750(0x156)},'area':{'title':_0x137750(0x13a),'currentSheet':'Current\x20sheet','workbook':_0x137750(0x12d),'currentSelection':_0x137750(0x12b),'maxRowsEachPage':_0x137750(0x126),'maxColumnsEachPage':'Max\x20columns\x20per\x20page','limit':_0x137750(0x11b),'allSelection':_0x137750(0x142)},'selection':{'title':_0x137750(0x117),'allWorkbook':_0x137750(0x130),'workbookUnit':_0x137750(0x129)},'scale':{'title':_0x137750(0x14a),'normal':'Normal\x20(100%)','fitWidth':'Fit\x20to\x20width','fitHeight':_0x137750(0x127),'fitPage':_0x137750(0x157),'custom':_0x137750(0x14b)},'orientation':{'title':_0x137750(0x100),'landscape':_0x137750(0x125),'portrait':'Portrait'},'formatting':{'title':'Formatting','skeleton':_0x137750(0x13d),'waterMark':_0x137750(0x138)},'align':{'title':_0x137750(0x119),'horizontal':{'title':'Horizontal','middle':_0x137750(0x121),'start':_0x137750(0x109),'end':_0x137750(0x156)},'vertical':{'title':_0x137750(0x107),'start':_0x137750(0x144),'end':_0x137750(0x10e),'middle':_0x137750(0x121)}},'headerFooter':{'title':_0x137750(0x105),'page':_0x137750(0x11d),'workbook':_0x137750(0x145),'sheet':_0x137750(0xff),'date':'Current\x20date','time':'Current\x20time','customHeadFooter':'Custom\x20header/footer','editCustomHeadFooter':_0x137750(0x137),'header':_0x137750(0x136),'footer':'Footer','left':'Left','right':'Right','center':_0x137750(0x121),'dateFormat':_0x137750(0x10a),'dateA':_0x137750(0x139),'dateB':'MM-DD','dateC':'L','dateD':_0x137750(0x111),'timeA':_0x137750(0x132),'timeB':_0x137750(0x153),'timeC':_0x137750(0x120),'timeD':'hh:mm','display':{'page':'PageNumber','title':'WorkbookTitle','sheet':_0x137750(0x12e),'dateA':_0x137750(0x13f),'dateB':_0x137750(0x123),'dateC':_0x137750(0x150),'dateD':_0x137750(0x155),'dateE':_0x137750(0x14f),'dateF':_0x137750(0x140),'timeA':'TimeA','timeB':_0x137750(0x152),'timeC':_0x137750(0x10b),'timeD':'TimeD','sheetPage':'SheetPageNumber','pageTotal':_0x137750(0x114),'sheetPageTotal':_0x137750(0x116)},'placeholder':_0x137750(0x147),'submit':'Ok'},'freeze':{'title':'Row\x20&\x20column\x20headers','desc':_0x137750(0x10d),'row':'Repeat\x20frozen\x20rows','column':_0x137750(0x112)},'limit':{'page':_0x137750(0x110),'waterMark':_0x137750(0x102),'link':_0x137750(0x101)}}};}));
15
-
16
- // @univerjs-pro/sheets-chart/locale/en-US
17
- function _0x1836(_0x5ed398,_0x123062){_0x5ed398=_0x5ed398-0x18a;var _0xe945cc=_0xe945();var _0x1836aa=_0xe945cc[_0x5ed398];return _0x1836aa;}(function(_0x4906db,_0x3dd893){var _0x3f662f=_0x1836,_0x51b459=_0x4906db();while(!![]){try{var _0x55765a=parseInt(_0x3f662f(0x18b))/0x1+-parseInt(_0x3f662f(0x19d))/0x2+parseInt(_0x3f662f(0x19a))/0x3+parseInt(_0x3f662f(0x19e))/0x4+parseInt(_0x3f662f(0x193))/0x5+-parseInt(_0x3f662f(0x199))/0x6+-parseInt(_0x3f662f(0x18a))/0x7;if(_0x55765a===_0x3dd893)break;else _0x51b459['push'](_0x51b459['shift']());}catch(_0x4ee8f7){_0x51b459['push'](_0x51b459['shift']());}}}(_0xe945,0xf113a),function(_0x5b8610,_0x4dfdf2){var _0x3eeacd=_0x1836;typeof exports==_0x3eeacd(0x18e)&&typeof module<'u'?module[_0x3eeacd(0x1a2)]=_0x4dfdf2():typeof define==_0x3eeacd(0x1a1)&&define['amd']?define([],_0x4dfdf2):(_0x5b8610=typeof globalThis<'u'?globalThis:_0x5b8610||self,_0x5b8610['UniverProSheetsChartEnUS']=_0x4dfdf2());}(this,function(){var _0x362ba7=_0x1836;return{'sheets-chart':{'category':_0x362ba7(0x190),'series':_0x362ba7(0x18d),'seriesDefaultName':_0x362ba7(0x194),'categoryDefaultName':_0x362ba7(0x198),'blank':_0x362ba7(0x18c),'msg':{'emptyTips':_0x362ba7(0x192),'sankeyCircularTips':_0x362ba7(0x19f)},'bubble':{'emptyTips':'Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis'},'relation':{'emptyTips':_0x362ba7(0x1a3)},'cloud':{'word':_0x362ba7(0x196),'frequency':_0x362ba7(0x191)},'waterfall':{'positive':_0x362ba7(0x195),'negative':_0x362ba7(0x18f),'subtotal':_0x362ba7(0x19c)},'pareto':{'lineName':_0x362ba7(0x1a0)},'boxplot':{'min':'Minimum','q1':_0x362ba7(0x1a4),'median':_0x362ba7(0x197),'q3':_0x362ba7(0x1a5),'max':_0x362ba7(0x19b)}}};}));function _0xe945(){var _0x18d644=['Category','Frequency','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','5953570eeHyzZ','Series\x20{0}','Positive','Word','Median','Category\x20{0}','9549084MNvEPq','5095437ymWHdb','Maximum','Subtotal','2503610vZLriD','3015028oxFDqW','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','Cumulative\x20Percentage','function','exports','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','First\x20quartile','Third\x20quartile','9620338UaODxQ','1562153pfGnXQ','(Blank)','Series','object','Negative'];_0xe945=function(){return _0x18d644;};return _0xe945();}
18
-
19
- // @univerjs-pro/sheets-chart-ui/locale/en-US
20
- function _0xa2b6(_0x3d5cc1,_0x88e6ab){_0x3d5cc1=_0x3d5cc1-0x1c3;var _0x12e619=_0x12e6();var _0xa2b671=_0x12e619[_0x3d5cc1];return _0xa2b671;}function _0x12e6(){var _0x29378a=['Piecewise','Continuous','Setup','Cancel','Pin','Date','End','{0}\x20with\x20size','Left\x20axis','Moving\x20average','Percent\x20stacked\x20area\x20chart','Use\x20date\x20axis','Indicator\x20line','Sequential','Show\x20Subtotal','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Y-axis','exports','R\x20squared','Format\x20Types','Solid','Left','Max','Trendline\x20dash\x20type','Percent\x20stacked\x20bar\x20chart','Round\x20rectangle','Data\x20point','4199388Eavxef','Reverse\x20axis\x20order','Repulsion','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Open\x20chart\x20panel','Line\x20chart','Show\x20labels','Color','5445275EoJEAr','Empty\x20round\x20rectangle','Relation\x20chart','83370ljYcId','Trendline\x20color','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Top','Default','Median','Half\x20pie','Waterfall\x20chart','Stacked\x20area\x20chart','Auto','2791184XpVMHa','Right','Positive\x20Legend\x20Text','Show\x20formula','Aggregate','Stack','Chart\x20type','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Themes','Square','Bar\x20chart','Subtotal\x20Legend\x20Text','gaps','Area\x20chart','Gradient\x20fill','Donut\x20chart','Node\x20distance','Radar\x20chart','Gridlines','Title','Combination\x20chart','(Blank)','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Format','Use\x20absolute\x20value','Fill','Trendline\x20name','1384622vrCBXu','object','Stacked\x20bar\x20chart','Add\x20data\x20point','None','Negative','Rotate\x20label','Bottom','Negative\x20Number\x20Types','Minimum','The\x20{0}\x20item','Cumulative\x20Percentage\x20Series','Multiple','Point','Title\x20text','Rectangle','Bubble\x20size','Negative\x20Legend\x20Text','Empty\x20circle','Right\x20axis','Position','Heatmap','More\x20settings','Empty\x20arrow','Indicator\x20line\x20color','Cumulative\x20Percentage','Customize','Currency','Word','Outside','X-axis\x20title','Logarithmic','Word\x20cloud\x20chart','Bubble\x20chart','Positive','First\x20quartile','Data\x20node\x20shape','Sub\x20title','Empty\x20triangle','{0}\x20with\x20thickness','Power','Third\x20quartile','Negative\x20Style','Scatter\x20chart','Y-axis\x20title','{0}\x20with\x20format','Category\x20{0}','Gravity','Trendline\x20type','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','Pareto\x20chart','Center','Value\x20suffix','Column\x20chart','{0}\x20with\x20type','Show\x20label\x20line','Accounting','Triangle','Positive\x20Style','Border','Trendline','Empty\x20diamond','amd','zero','844365OkoFVR','Funnel\x20chart','Show\x20empty\x20cells\x20as','Tick\x20length','X-axis','Axis','Right\x20Y-axis\x20title','Empty\x20rectangle','Reset','1407546UoXYmQ','1768JWkbvd','Boxplot\x20chart','Use\x20{0}\x20as\x20category','Title\x20position','Decimal\x20Places','Gap','Show\x20axis\x20line','Frequency','Trendline\x20thickness','Add\x20trendline','Date\x20Types','Indicator\x20label','Empty\x20square','Linear','Circular','Indicator\x20value','Single','Force-directed','Subtotal\x20Style','Vertical\x20axis','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Use\x20right\x20axis','Value','Stock\x20chart','Label\x20text','{0}\x20with\x20shape','Dash','Visual\x20map\x20scope','Pie\x20chart','Connect\x20data\x20points\x20with\x20straight\x20lines','Polynomial','Axis\x20title\x20align','Set\x20label\x20format','function','Field\x20Settings','Circle','Hide','Formula','Chart\x20and\x20axis\x20titles','Subtotal','Sankey\x20chart','Min','Major\x20gridlines','Line','Bubble\x20label','Rose\x20pie'];_0x12e6=function(){return _0x29378a;};return _0x12e6();}(function(_0x330596,_0x1dac96){var _0x3a6be3=_0xa2b6,_0x35f947=_0x330596();while(!![]){try{var _0x482573=parseInt(_0x3a6be3(0x263))/0x1+parseInt(_0x3a6be3(0x21a))/0x2+parseInt(_0x3a6be3(0x25a))/0x3+parseInt(_0x3a6be3(0x1ff))/0x4+parseInt(_0x3a6be3(0x1f2))/0x5+-parseInt(_0x3a6be3(0x1ea))/0x6+-parseInt(_0x3a6be3(0x1f5))/0x7*(parseInt(_0x3a6be3(0x264))/0x8);if(_0x482573===_0x1dac96)break;else _0x35f947['push'](_0x35f947['shift']());}catch(_0x8fc335){_0x35f947['push'](_0x35f947['shift']());}}}(_0x12e6,0xcc23b),function(_0x28b147,_0x41df1a){var _0x2a4d17=_0xa2b6;typeof exports==_0x2a4d17(0x21b)&&typeof module<'u'?module[_0x2a4d17(0x1e0)]=_0x41df1a():typeof define==_0x2a4d17(0x285)&&define[_0x2a4d17(0x258)]?define([],_0x41df1a):(_0x28b147=typeof globalThis<'u'?globalThis:_0x28b147||self,_0x28b147['UniverProSheetsChartUiEnUS']=_0x41df1a());}(this,function(){var _0x5a3148=_0xa2b6;return{'sheets-chart-ui':{'permission':{'editErr':_0x5a3148(0x206)},'insertChart':'Insert\x20chart','editChart':'Chart\x20editor','openChartPanel':_0x5a3148(0x1ee),'deleteChart':'Delete\x20chart','hideChartPanel':'Hide\x20chart\x20panel','setupChart':_0x5a3148(0x1d1),'customChart':_0x5a3148(0x234),'default':_0x5a3148(0x1f9),'reset':_0x5a3148(0x262),'chartType':_0x5a3148(0x205),'themes':_0x5a3148(0x207),'dataRange':'Data\x20range','stack':_0x5a3148(0x204),'category':'Category','aggregate':_0x5a3148(0x203),'allSeries':'All\x20series','series':'Series','addSeries':'Add\x20series','moreSettings':_0x5a3148(0x230),'min':_0x5a3148(0x1ca),'max':_0x5a3148(0x1e5),'invalidType':{'gaps':_0x5a3148(0x20b),'zero':_0x5a3148(0x259),'connectDataPointsWithStraightLines':_0x5a3148(0x281)},'blank':_0x5a3148(0x214),'seriesBlock':{'format':_0x5a3148(0x216),'dataPointStyle':'Data\x20point\x20style'},'backgroundColor':'Background\x20color','chartBorderColor':'Chart\x20border\x20color','titles':{'title':_0x5a3148(0x212),'mainTitle':'Main\x20title','subTitle':_0x5a3148(0x23f),'xAxisTitle':_0x5a3148(0x238),'yAxisTitle':_0x5a3148(0x246),'rightYAxisTitle':_0x5a3148(0x260),'titleFormat':'Title\x20format','titleText':_0x5a3148(0x228),'titlePosition':_0x5a3148(0x267),'titleAlign':_0x5a3148(0x283)},'axisPositionType':{'start':'Start','center':_0x5a3148(0x24d),'end':_0x5a3148(0x1d5)},'gradientFill':_0x5a3148(0x20d),'settingsLabels':{'switchToRowOrColumn':'Switch\x20to\x20row/column','useAsCategoryLabels':_0x5a3148(0x266),'showEmptyCellsAs':_0x5a3148(0x25c)},'positionType':{'auto':'Auto','inside':'Inside','outside':_0x5a3148(0x237),'top':_0x5a3148(0x1f8),'bottom':'Bottom','left':_0x5a3148(0x1e4),'right':_0x5a3148(0x200),'hide':_0x5a3148(0x1c5)},'align':{'left':_0x5a3148(0x1e4),'center':_0x5a3148(0x24d),'right':_0x5a3148(0x200)},'alignY':{'top':_0x5a3148(0x1f8),'middle':'Middle','bottom':_0x5a3148(0x221)},'chartStyle':'Chart\x20style','chartAndAxisTitles':_0x5a3148(0x1c7),'legend':'Legend','legendSelectMode':'Legend\x20select\x20mode','legendSelectModeType':{'single':_0x5a3148(0x274),'multiple':_0x5a3148(0x226),'close':'Close'},'legendVisualMapType':{'continuous':_0x5a3148(0x1d0),'piecewise':_0x5a3148(0x1cf)},'axes':{'axis':_0x5a3148(0x25f),'axisOptions':'Axis\x20options','horizontalAxis':'Horizontal\x20axis','verticalAxis':_0x5a3148(0x277),'rightVerticalAxis':'Right\x20vertical\x20axis','leftAxis':_0x5a3148(0x1d7),'rightAxis':_0x5a3148(0x22d),'useRightAxis':_0x5a3148(0x279)},'position':_0x5a3148(0x22e),'dataLabels':'Data\x20labels','gridlinesAndTicks':'Gridlines\x20and\x20ticks','indicatorLine':_0x5a3148(0x1db),'indicatorLineType':'Indicator\x20line\x20type','indicatorLineColor':_0x5a3148(0x232),'indicatorLabel':_0x5a3148(0x26f),'indicatorValue':_0x5a3148(0x273),'shape':{'polygon':'Polygon','circle':_0x5a3148(0x1c4),'square':_0x5a3148(0x208),'triangle':_0x5a3148(0x253),'diamond':'Diamond','rect':_0x5a3148(0x229),'roundRect':_0x5a3148(0x1e8),'pin':_0x5a3148(0x1d3),'arrow':'Arrow','none':_0x5a3148(0x21e),'emptyCircle':_0x5a3148(0x22c),'emptySquare':_0x5a3148(0x270),'emptyTriangle':_0x5a3148(0x240),'emptyDiamond':_0x5a3148(0x257),'emptyRect':_0x5a3148(0x261),'emptyRoundRect':_0x5a3148(0x1f3),'emptyPin':'Empty\x20pin','emptyArrow':_0x5a3148(0x231)},'border':_0x5a3148(0x255),'value':_0x5a3148(0x27a),'fill':_0x5a3148(0x218),'line':_0x5a3148(0x1cc),'withOpacity':'{0}\x20with\x20opacity','withColor':'{0}\x20with\x20color','withThickness':_0x5a3148(0x241),'withType':_0x5a3148(0x250),'withSize':_0x5a3148(0x1d6),'withShape':_0x5a3148(0x27d),'withFormat':_0x5a3148(0x247),'dataPoint':_0x5a3148(0x1e9),'dataNodeShape':_0x5a3148(0x23e),'addDataPoint':_0x5a3148(0x21d),'point':_0x5a3148(0x227),'percentage':'Percentage','lineType':{'line':_0x5a3148(0x1cc),'smooth':'Smooth','step':'Step'},'stackType':{'stack':_0x5a3148(0x204),'percent':'Percent\x20stack'},'lineDashType':'Line\x20dash\x20type','dashType':{'solid':_0x5a3148(0x1e3),'dash':_0x5a3148(0x27e),'dot':'Dot'},'color':_0x5a3148(0x1f1),'gridlines':{'majorGridlines':_0x5a3148(0x1cb),'text':_0x5a3148(0x211)},'ticks':{'majorTick':'Major\x20tick','tickPosition':'Tick\x20position','tickLength':_0x5a3148(0x25d)},'none':_0x5a3148(0x21e),'theIndexItem':_0x5a3148(0x224),'seriesDefaultName':'Series\x20{0}','categoryDefaultName':_0x5a3148(0x248),'styleEditPanel':{'showLabels':_0x5a3148(0x1f0),'showDataLabels':'Show\x20data\x20labels','padAngle':'Label\x20padding\x20angle','halfPie':_0x5a3148(0x1fb),'rosePie':_0x5a3148(0x1ce),'pieValScale':'Value\x20scale','pieValSuffix':_0x5a3148(0x24e),'pieDigitalFixed':'Digital\x20fixed','showLabelLine':_0x5a3148(0x251),'reverseAxisOrder':_0x5a3148(0x1eb),'showAxisLine':_0x5a3148(0x26a),'labelPosition':'Label\x20position','labelText':_0x5a3148(0x27c),'repeatWordCould':'Repeat\x20word\x20cloud','gap':_0x5a3148(0x269),'useAbsValue':_0x5a3148(0x217),'labelRotate':'Label\x20rotate','wordCloudShape':'Word\x20cloud\x20shape','useDateAxis':_0x5a3148(0x1da),'dateAxisTips':_0x5a3148(0x1ed)},'doughnutHole':'Doughnut\x20hole','radar':{'fill':'Fill'},'msg':{'invalidSource':'Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','emptyTips':_0x5a3148(0x24b),'sankeyCircularTips':'Sankey\x20chart\x20cannot\x20contain\x20circular\x20data'},'cloud':{'title':'Word\x20cloud','word':_0x5a3148(0x236),'frequency':_0x5a3148(0x26b)},'trendline':{'name':_0x5a3148(0x256),'displayName':_0x5a3148(0x219),'addTrendLine':_0x5a3148(0x26d),'trendlineType':_0x5a3148(0x24a),'trendlineName':_0x5a3148(0x219),'trendlineColor':_0x5a3148(0x1f6),'trendlineThickness':_0x5a3148(0x26c),'trendlineDashType':_0x5a3148(0x1e6),'exp':'Exponential','linear':_0x5a3148(0x271),'log':_0x5a3148(0x239),'pow':_0x5a3148(0x242),'movingAvg':_0x5a3148(0x1d8),'poly':_0x5a3148(0x282),'order':'Polynomial\x20order','period':'Moving\x20average\x20period','showFormula':_0x5a3148(0x202),'showR2':'Show\x20R\x20squared','formula':_0x5a3148(0x1c6),'r2':_0x5a3148(0x1e1)},'bubble':{'xAxis':_0x5a3148(0x25e),'yAxis':_0x5a3148(0x1df),'size':_0x5a3148(0x22a),'label':_0x5a3148(0x1cd),'emptyTips':'Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis'},'relation':{'title':_0x5a3148(0x1f4),'auto':_0x5a3148(0x1fe),'circular':_0x5a3148(0x272),'force':_0x5a3148(0x275),'useValueAsSymbolSize':'Use\x20value\x20as\x20node\x20size','layoutType':'Layout\x20type','forceOptions':'Force-directed\x20options','repulsion':_0x5a3148(0x1ec),'gravity':_0x5a3148(0x249),'edgeLength':_0x5a3148(0x20f),'rotateLabel':_0x5a3148(0x220),'emphasis':'Enable\x20selection\x20fade-in\x20effect','emptyTips':_0x5a3148(0x1f7)},'waterfall':{'stackType':'Stack\x20Type','arrangement':_0x5a3148(0x1dc),'stacked':'Stacked','positive':_0x5a3148(0x23c),'negative':_0x5a3148(0x21f),'subtotal':_0x5a3148(0x1c8),'showSubtotal':_0x5a3148(0x1dd),'positiveStyle':_0x5a3148(0x254),'negativeStyle':_0x5a3148(0x244),'subtotalStyle':_0x5a3148(0x276),'positiveLegendText':_0x5a3148(0x201),'negativeLegendText':_0x5a3148(0x22b),'subtotalLegendText':_0x5a3148(0x20a)},'pareto':{'lineName':_0x5a3148(0x233),'lineSeries':_0x5a3148(0x225),'barSeries':'Bar\x20Chart\x20Series'},'visualMapScope':_0x5a3148(0x27f),'boxplot':{'min':_0x5a3148(0x223),'q1':_0x5a3148(0x23d),'median':_0x5a3148(0x1fa),'q3':_0x5a3148(0x243),'max':'Maximum'},'chartTypes':{'line':_0x5a3148(0x1ef),'area':_0x5a3148(0x20c),'areaStacked':_0x5a3148(0x1fd),'areaPercentStacked':_0x5a3148(0x1d9),'column':_0x5a3148(0x24f),'bar':_0x5a3148(0x209),'barStacked':_0x5a3148(0x21c),'barPercentStacked':_0x5a3148(0x1e7),'pie':_0x5a3148(0x280),'donut':_0x5a3148(0x20e),'scatter':_0x5a3148(0x245),'radar':_0x5a3148(0x210),'bubble':_0x5a3148(0x23b),'stock':_0x5a3148(0x27b),'combination':_0x5a3148(0x213),'wordCloud':_0x5a3148(0x23a),'funnel':_0x5a3148(0x25b),'relation':'Relation\x20chart','waterfall':_0x5a3148(0x1fc),'pareto':_0x5a3148(0x24c),'sankey':_0x5a3148(0x1c9),'heatmap':_0x5a3148(0x22f),'boxplot':_0x5a3148(0x265)},'dialog':{'numfmt':{'general':'General','accounting':_0x5a3148(0x252),'currency':_0x5a3148(0x235),'date':_0x5a3148(0x1d4),'thousandthPercentile':'Thousandth\x20Percentile','fieldSetting':_0x5a3148(0x1c3),'formatTypes':_0x5a3148(0x1e2),'confirm':'OK','cancel':_0x5a3148(0x1d2),'generalDesc':'General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','accountingDesc':_0x5a3148(0x1de),'currencyDesc':'Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','dateDesc':_0x5a3148(0x278),'thousandthPercentileDesc':_0x5a3148(0x215),'decimalPlaces':_0x5a3148(0x268),'currencyTypes':'Currency\x20Types','negativeNumberTypes':_0x5a3148(0x222),'dateTypes':_0x5a3148(0x26e)},'setFormat':_0x5a3148(0x284)}}};}));
21
-
22
- // @univerjs-pro/sheets-sparkline-ui/locale/en-US
23
- function _0x1818(){var _0x4e0753=['Zero\x20Value','869684gJdhFj','Group\x20Manager','Select\x20Placement','Use\x20Group\x20Maximum\x20Value','Manager','Sparkline','50cfwXfq','Group','Select\x20Data\x20Range','Advanced\x20Settings','Use\x20Each\x20Sparkline’s\x20Maximum\x20Value','Minimum\x20Value','22YOyHkk','Vertical\x20Axis','Connect\x20Data\x20Points\x20with\x20a\x20Line','Remove\x20Item','18ByclyW','Custom\x20Value','Negative\x20Point','Display\x20Empty\x20Cells\x20As','High\x20Point','First\x20Point','Adjust\x20Style','Last\x20Point','UniverProSheetsSparklineUiEnUS','Distinctive','4301755QrMTlq','Use\x20Each\x20Sparkline’s\x20Minimum\x20Value','Horizontal\x20Axis','Line\x20Width','Cancel','W/L','Sparkline\x20Group','6673510keqRfZ','Theme','Use\x20Group\x20Minimum\x20Value','7661328ZGqpIZ','Axis\x20Color','6kREAfw','Show\x20Rounded\x20Corners','function','2059281gBQKaL','Pie','Basic\x20Settings','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20a\x20single\x20placement','Show\x20Hidden\x20Data','More\x20Settings','Line','7525668WSgxLF','Show\x20Zero\x20Axis','Custom','Type','Maximum\x20Value','Sparkline\x20Color','Marker','Fresh','Draw\x20Data\x20from\x20Right\x20to\x20Left','Markers','Soft','Edit\x20Sparkline','Display\x20Non-Numeric\x20Cells\x20As','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','9LkLqFq','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20multiple\x20areas','8297DUTvMh'];_0x1818=function(){return _0x4e0753;};return _0x1818();}function _0x3a8b(_0x3d6156,_0x3c231a){_0x3d6156=_0x3d6156-0x12c;var _0x18185d=_0x1818();var _0x3a8b34=_0x18185d[_0x3d6156];return _0x3a8b34;}(function(_0x341c72,_0x3ae772){var _0x116681=_0x3a8b,_0x14ff5c=_0x341c72();while(!![]){try{var _0x16cbd7=-parseInt(_0x116681(0x15c))/0x1*(parseInt(_0x116681(0x164))/0x2)+parseInt(_0x116681(0x142))/0x3*(-parseInt(_0x116681(0x15e))/0x4)+-parseInt(_0x116681(0x136))/0x5+parseInt(_0x116681(0x12c))/0x6*(-parseInt(_0x116681(0x145))/0x7)+parseInt(_0x116681(0x140))/0x8+parseInt(_0x116681(0x15a))/0x9*(parseInt(_0x116681(0x13d))/0xa)+-parseInt(_0x116681(0x16a))/0xb*(-parseInt(_0x116681(0x14c))/0xc);if(_0x16cbd7===_0x3ae772)break;else _0x14ff5c['push'](_0x14ff5c['shift']());}catch(_0x3d235f){_0x14ff5c['push'](_0x14ff5c['shift']());}}}(_0x1818,0x78a30),function(_0x80b898,_0x388284){var _0x46a0e3=_0x3a8b;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x388284():typeof define==_0x46a0e3(0x144)&&define['amd']?define([],_0x388284):(_0x80b898=typeof globalThis<'u'?globalThis:_0x80b898||self,_0x80b898[_0x46a0e3(0x134)]=_0x388284());}(this,function(){var _0x125e0d=_0x3a8b;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x125e0d(0x159)},'title':'Sparkline','remove':'Remove\x20Sparkline','edit':_0x125e0d(0x157),'panel':{'title':'Sparkline\x20Settings','basic':_0x125e0d(0x147),'advanced':_0x125e0d(0x167),'sourceAndPosition':'Data\x20Range\x20and\x20Position','type':_0x125e0d(0x14f),'line':_0x125e0d(0x14b),'bar':'Bar','pie':_0x125e0d(0x146),'profitAndLoss':_0x125e0d(0x13b),'theme':_0x125e0d(0x13e),'standard':'Standard','custom':_0x125e0d(0x14e),'specialty':'Specialty','distinctive':_0x125e0d(0x135),'soft':_0x125e0d(0x156),'fresh':_0x125e0d(0x153),'adjustStyle':_0x125e0d(0x132),'sparklineColor':_0x125e0d(0x151),'lineWidth':_0x125e0d(0x139),'gradient':'Gradient\x20Fill','radius':_0x125e0d(0x143),'marker':_0x125e0d(0x152),'highPoint':_0x125e0d(0x130),'lowPoint':'Low\x20Point','firstPoint':_0x125e0d(0x131),'lastPoint':_0x125e0d(0x133),'negativePoint':_0x125e0d(0x12e),'markersPoint':_0x125e0d(0x155),'manager':_0x125e0d(0x162),'removeItem':_0x125e0d(0x16d),'removeGroup':'Remove\x20Group','composeManager':_0x125e0d(0x15f),'compose':_0x125e0d(0x165),'unCompose':'Ungroup','horizontal':_0x125e0d(0x138),'showZeroAxis':_0x125e0d(0x14d),'axisColor':_0x125e0d(0x141),'reverse':_0x125e0d(0x154),'vertical':_0x125e0d(0x16b),'min':_0x125e0d(0x169),'itemMin':_0x125e0d(0x137),'groupMin':_0x125e0d(0x13f),'customMin':_0x125e0d(0x12d),'max':_0x125e0d(0x150),'itemMax':_0x125e0d(0x168),'groupMax':_0x125e0d(0x161),'customMax':'Custom\x20Value','moreSetting':_0x125e0d(0x14a),'showHidden':_0x125e0d(0x149),'showEmptyAs':_0x125e0d(0x12f),'showNonNumAs':_0x125e0d(0x158),'spacing':'Spacing','zeroValue':_0x125e0d(0x15d),'connectWithLine':_0x125e0d(0x16c),'default':'Default'},'selector':{'title':'Edit\x20Sparkline','changeType':'Change\x20Type','sparkline':_0x125e0d(0x163),'sparklineGroup':_0x125e0d(0x13c),'setSource':_0x125e0d(0x166),'setTarget':_0x125e0d(0x160),'confirm':'Confirm','cancel':_0x125e0d(0x13a),'targetError':'Invalid\x20target\x20range','singleSourceError':'Multi-selection\x20is\x20not\x20supported\x20when\x20editing\x20a\x20single\x20sparkline','multSourceError':_0x125e0d(0x15b),'resetSourceError':_0x125e0d(0x148)}}};}));
24
-
25
- // @univerjs-pro/sheets-shape-ui/locale/en-US
26
- function _0x5ad8(_0x19a722,_0x59b7a2){_0x19a722=_0x19a722-0x94;var _0x1eef72=_0x1eef();var _0x5ad819=_0x1eef72[_0x19a722];return _0x5ad819;}function _0x1eef(){var _0x192690=['right','Sort','Block\x20Arc','66CyuwMf','Left-Right\x20Circular\x20Arrow','Round\x20Diagonal\x20Corner\x20Rectangle','Scale\x20X','Curved\x20Up\x20Arrow','Tile\x20picture\x20as\x20texture','object','Bevel','U-Turn\x20Arrow','Insert\x20Shape','Left\x20Bracket','Vertical\x20Text\x20Box','Chord','Data','Swoosh\x20Arrow','Diamond','Display','Scale\x20Y','Curved\x20Left\x20Arrow','Left-Right\x20Ribbon','Dodecagon','Folded\x20Corner','Curved\x20Arrow\x20Connector','Callout\x203','Action\x20Button:\x20Return','middle','Curved\x20Down\x20Arrow','Double\x20Arrow\x20Elbow\x20Connector','Right\x20Triangle','Multiply','Cap\x20type','Lightning\x20Bolt','Pie','Curved\x20Down\x20Ribbon','No\x20line','Begin\x20Arrow\x20type','Transparency','No\x20fill','Double\x20Bracket','Callout\x202','Left\x20Circular\x20Arrow','Join\x20type','721105yyCwMu','Action\x20Button:\x20Home','Right\x20Brace','Offline\x20Storage','Manual\x20Operation','Accent\x20Border\x20Callout\x201','Pattern\x20fill','Chart\x20Plus','Action\x20Button:\x20Information','Card','Action\x20Button:\x20Sound','Line\x20Inverse','Off-page\x20Connector','Large','Oval\x20Callout','Toggle\x20Vertical\x20Flip','Oval','Line\x20Callout\x203','Square\x20Dot','Action\x20Button:\x20Movie','Plaque','Curved\x20Connector','Action\x20Button:\x20Forward\x20or\x20Next','Chart\x20X','Square\x20Tabs','Minus','Rectangle','Divide','Vertical\x20Scroll','Merge','Snip\x20Diagonal\x20Corner\x20Rectangle','Right\x20Bracket','Left-Right-Up\x20Arrow','Diagonal\x20Stripe','Open\x20Shape\x20Panel','Small','Left-Up\x20Arrow','Sketch\x20style','Right\x20Arrow\x20Callout','Left-Right\x20Arrow','Octagon','Top\x20Right','Chart\x20Star','Isosceles\x20Triangle','Snip\x20and\x20Round\x20Single\x20Corner\x20Rectangle','Long\x20Dash\x20Dot','Double\x20Arrow\x20Curved\x20Connector','Cloud','12-Point\x20Star','UniverProSheetsShapeUiEnUS','Double\x20Wave','amd','Plaque\x20Tabs','Miter','Others','7-Point\x20Star','Notched\x20Right\x20Arrow','Explosion\x202','No\x20Smoking','Shape\x20Position','Solid\x20fill','Stealth\x20Arrow','Up-Down\x20Arrow\x20Callout','Accent\x20Border\x20Callout\x203','10-Point\x20Star','Basic\x20Shapes','Frame','left','Solid\x20line','Left','Round\x20Dot','Down\x20Ribbon','Reset','Multidocument','Cylinder','Not\x20Equal','Hide\x20Shape\x20Panel','Rotate\x20Right\x2090°','Gear\x206','Double\x20Arrow\x20Line','Rounded\x20Rectangle','Terminator','178624sHdDdR','Manual\x20Input','Medium','102670acmTKy','16YcKxQF','Decrease\x20font\x20size','Oval\x20Arrow','Bent\x20Arrow','Striped\x20Right\x20Arrow','6-Point\x20Star','Line\x20Arrow','Heart','Funnel','Punched\x20Tape','Dash\x20type','Cube','Cloud\x20Callout','Preparation','Rectangles','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Action\x20Button:\x20Document','Bent-Up\x20Arrow','Square','Sun','Circular\x20Arrow','Quad\x20Arrow','Color','Accent\x20Callout\x201','Delay','Format\x20Shape','523328JSeHOq','Cross','Left-Right\x20Arrow\x20Callout','Chevron','Long\x20Dash','Gradient\x20line','Line','Up\x20Arrow','Bottom\x20Right','45200zEaJPZ','Image\x20source','32-Point\x20Star','Delete\x20Shape','Hexagon','Smiley\x20Face','Solid','128049ZIDvno','Arc','Lines','Horizontal\x20Scroll','Round\x20Single\x20Corner\x20Rectangle','Equation\x20Shapes','Alternate\x20Process','Right','Summing\x20Junction','Magnetic\x20Disk','Accent\x20Callout\x203','Left\x20Brace','Flat','Top\x20Left','Down\x20Arrow\x20Callout','Internal\x20Storage','Curved\x20Up\x20Ribbon','Gear\x209','Explosion\x201','Plus','Trapezoid','Long\x20Dash\x20Dot\x20Dot','Down\x20Arrow','46319XuZLAg','Block\x20Arrows','Stored\x20Data','L-Shape','Left\x20Arrow','Rotate\x20Left\x2090°','top','Line\x20Callout\x202','Parallelogram','Left\x20Arrow\x20Callout','Decision','Snip\x20Single\x20Corner\x20Rectangle','Extract','function','Shape','End\x20Arrow\x20type','Action\x20Button:\x20Blank','Stars\x20and\x20Banners','Rotate\x20with\x20shape','4-Point\x20Star','Action\x20Button:\x20Beginning','Non-isosceles\x20Trapezoid','Font\x20size','Elbow\x20Arrow\x20Connector','Toggle\x20Text\x20Vertical','9vYTjHs','Up\x20Ribbon','Horizontal\x20Text\x20Box','Pie\x20Wedge','Horizontal\x20align','Fill\x20color','Insert...','Callout\x201','Offset\x20X','Action\x20Button:\x20End','Equal','Moon','Action\x20Button:\x20Back\x20or\x20Previous','Top','Diamond\x20Arrow','Heptagon'];_0x1eef=function(){return _0x192690;};return _0x1eef();}(function(_0x26cc3d,_0x27c1b3){var _0x5de392=_0x5ad8,_0x16068d=_0x26cc3d();while(!![]){try{var _0x46c0a6=parseInt(_0x5de392(0xf0))/0x1+-parseInt(_0x5de392(0xc9))/0x2+-parseInt(_0x5de392(0xf7))/0x3*(-parseInt(_0x5de392(0xcd))/0x4)+-parseInt(_0x5de392(0x164))/0x5+parseInt(_0x5de392(0x13a))/0x6*(parseInt(_0x5de392(0x10e))/0x7)+parseInt(_0x5de392(0xe7))/0x8+-parseInt(_0x5de392(0x127))/0x9*(parseInt(_0x5de392(0xcc))/0xa);if(_0x46c0a6===_0x27c1b3)break;else _0x16068d['push'](_0x16068d['shift']());}catch(_0x101e24){_0x16068d['push'](_0x16068d['shift']());}}}(_0x1eef,0x1aeff),function(_0x1b29ac,_0x418b4d){var _0x2f0d34=_0x5ad8;typeof exports==_0x2f0d34(0x140)&&typeof module<'u'?module['exports']=_0x418b4d():typeof define==_0x2f0d34(0x11b)&&define[_0x2f0d34(0xaa)]?define([],_0x418b4d):(_0x1b29ac=typeof globalThis<'u'?globalThis:_0x1b29ac||self,_0x1b29ac[_0x2f0d34(0xa8)]=_0x418b4d());}(this,function(){var _0x338a95=_0x5ad8;return{'sheets-shape-ui':{'align':{'top':_0x338a95(0x114),'middle':_0x338a95(0x153),'bottom':'bottom','left':_0x338a95(0xba),'center':'center','right':_0x338a95(0x137)},'toolbar':{'verticalAlignMode':{'main':'Vertical\x20align'},'horizontalAlignMode':{'main':_0x338a95(0x12b)},'fillColor':{'main':_0x338a95(0x12c)},'fontSize':_0x338a95(0x124),'fontSizeIncrease':'Increase\x20font\x20size','fontSizeDecrease':_0x338a95(0xce),'resetColor':_0x338a95(0xbf)},'imagePanel':{'crop':{'shape':'Crop\x20to\x20Shape'}},'permission':{'editErr':_0x338a95(0xdc)},'title':_0x338a95(0x11c),'insertShape':_0x338a95(0x143),'openPanel':_0x338a95(0x99),'deleteShape':_0x338a95(0xf3),'hidePanel':_0x338a95(0xc3),'formatShape':_0x338a95(0xe6),'shapeStyle':'Shape\x20Style','shapePosition':_0x338a95(0xb2),'toggleFlipH':'Toggle\x20Horizontal\x20Flip','toggleFlipV':_0x338a95(0x173),'rotateRight90':_0x338a95(0xc4),'rotateLeft90':_0x338a95(0x113),'toggleTextVertical':_0x338a95(0x126),'fill':{'title':'Fill','noFill':_0x338a95(0x15f),'solidFill':_0x338a95(0xb3),'gradientFill':'Gradient\x20fill','pictureFill':'Picture\x20or\x20texture\x20fill','patternFill':_0x338a95(0x16a),'color':_0x338a95(0xe3),'transparency':_0x338a95(0x15e),'picture':{'source':_0x338a95(0xf1),'insert':_0x338a95(0x12d),'tileAsTexture':_0x338a95(0x13f),'offsetX':_0x338a95(0x12f),'offsetY':'Offset\x20Y','scaleX':_0x338a95(0x13d),'scaleY':_0x338a95(0x14b),'alignment':'Alignment','rotateWithShape':_0x338a95(0x120),'align':{'tl':_0x338a95(0x104),'t':_0x338a95(0x134),'tr':_0x338a95(0xa0),'l':_0x338a95(0xbc),'ctr':'Center','r':_0x338a95(0xfe),'bl':'Bottom\x20Left','b':'Bottom','br':_0x338a95(0xef)}}},'line':{'title':_0x338a95(0xed),'noLine':_0x338a95(0x15c),'solidLine':_0x338a95(0xbb),'gradientLine':_0x338a95(0xec),'color':_0x338a95(0xe3),'transparency':_0x338a95(0x15e),'width':'Width','dashType':{'title':_0x338a95(0xd7),'solid':_0x338a95(0xf6),'roundDot':_0x338a95(0xbd),'squareDot':_0x338a95(0x176),'dash':'Dash','dashDot':'Dash\x20Dot','longDash':_0x338a95(0xeb),'longDashDot':_0x338a95(0xa4),'longDashDotDot':_0x338a95(0x10c)},'capType':{'title':_0x338a95(0x158),'flat':_0x338a95(0x103),'round':'Round','square':_0x338a95(0xdf)},'joinType':{'title':_0x338a95(0x163),'miter':_0x338a95(0xac),'round':'Round','bevel':_0x338a95(0x141)},'beginArrowType':_0x338a95(0x15d),'beginArrowSize':'Begin\x20Arrow\x20size','endArrowType':_0x338a95(0x11d),'endArrowSize':'End\x20Arrow\x20size','arrowType':{'none':'None','arrow':'Arrow','openArrow':'Open\x20Arrow','stealthArrow':_0x338a95(0xb4),'diamondArrow':_0x338a95(0x135),'ovalArrow':_0x338a95(0xcf)},'arrowSize':{'small':_0x338a95(0x9a),'medium':_0x338a95(0xcb),'large':_0x338a95(0x171)},'sketchType':{'title':_0x338a95(0x9c),'none':'None','curved':'Curved','freehand':'Freehand','handDrawn':'Hand-drawn'}},'shape':{'group':{'line':_0x338a95(0xf9),'rectangle':_0x338a95(0xdb),'basicShape':_0x338a95(0xb8),'blockArrow':_0x338a95(0x10f),'equationShape':_0x338a95(0xfc),'flowchart':'Flowchart','starAndBanner':_0x338a95(0x11f),'callout':'Callouts','other':_0x338a95(0xad)},'type':{'line':_0x338a95(0xed),'straight-connector1':_0x338a95(0xd3),'straight-connector2':_0x338a95(0xc6),'bent-connector3':'Elbow\x20Connector','bent-connector3-arrow1':_0x338a95(0x125),'bent-connector3-arrow2':_0x338a95(0x155),'curved-connector3':_0x338a95(0x179),'curved-connector3-arrow1':_0x338a95(0x150),'curved-connector3-arrow2':_0x338a95(0xa5),'rect':_0x338a95(0x17e),'round-rect':_0x338a95(0xc7),'snip1-rect':_0x338a95(0x119),'snip2-same-rect':'Snip\x20Same\x20Side\x20Corner\x20Rectangle','snip2-diag-rect':_0x338a95(0x95),'snip-round-rect':_0x338a95(0xa3),'round1-rect':_0x338a95(0xfb),'round2-same-rect':'Round\x20Same\x20Side\x20Corner\x20Rectangle','round2-diag-rect':_0x338a95(0x13c),'rect-textbox-horizontal':_0x338a95(0x129),'rect-textbox-vertical':_0x338a95(0x145),'ellipse':_0x338a95(0x174),'triangle':_0x338a95(0xa2),'rt-triangle':_0x338a95(0x156),'parallelogram':_0x338a95(0x116),'trapezoid':_0x338a95(0x10b),'non-isosceles-trapezoid':_0x338a95(0x123),'diamond':_0x338a95(0x149),'pentagon':'Pentagon','hexagon':_0x338a95(0xf4),'heptagon':_0x338a95(0x136),'octagon':_0x338a95(0x9f),'decagon':'Decagon','dodecagon':_0x338a95(0x14e),'pie':_0x338a95(0x15a),'chord':_0x338a95(0x146),'teardrop':'Teardrop','frame':_0x338a95(0xb9),'half-frame':'Half\x20Frame','corner':_0x338a95(0x111),'diag-stripe':_0x338a95(0x98),'plus':_0x338a95(0xe8),'plaque':_0x338a95(0x178),'can':_0x338a95(0xc1),'cube':_0x338a95(0xd8),'bevel':'Bevel','donut':'Donut','no-smoking':_0x338a95(0xb1),'block-arc':_0x338a95(0x139),'folder-corner':_0x338a95(0x14f),'smiley-face':_0x338a95(0xf5),'heart':_0x338a95(0xd4),'lightning-bolt':_0x338a95(0x159),'sun':_0x338a95(0xe0),'moon':_0x338a95(0x132),'cloud':_0x338a95(0xa6),'arc':_0x338a95(0xf8),'bracket-pair':_0x338a95(0x160),'brace-pair':'Double\x20Brace','left-bracket':_0x338a95(0x144),'right-bracket':_0x338a95(0x96),'left-brace':_0x338a95(0x102),'right-brace':_0x338a95(0x166),'right-arrow':'Right\x20Arrow','left-arrow':_0x338a95(0x112),'up-arrow':_0x338a95(0xee),'down-arrow':_0x338a95(0x10d),'left-right-arrow':_0x338a95(0x9e),'up-down-arrow':'Up-Down\x20Arrow','quad-arrow':_0x338a95(0xe2),'left-right-up-arrow':_0x338a95(0x97),'bent-arrow':_0x338a95(0xd0),'uturn-arrow':_0x338a95(0x142),'left-up-arrow':_0x338a95(0x9b),'bent-up-arrow':_0x338a95(0xde),'curved-right-arrow':'Curved\x20Right\x20Arrow','curved-left-arrow':_0x338a95(0x14c),'curved-up-arrow':_0x338a95(0x13e),'curved-down-arrow':_0x338a95(0x154),'striped-right-arrow':_0x338a95(0xd1),'notched-right-arrow':_0x338a95(0xaf),'home-plate':'Pentagon','chevron':_0x338a95(0xea),'right-arrow-callout':_0x338a95(0x9d),'down-arrow-callout':_0x338a95(0x105),'left-arrow-callout':_0x338a95(0x117),'up-arrow-callout':'Up\x20Arrow\x20Callout','left-right-arrow-callout':_0x338a95(0xe9),'quad-arrow-callout':'Quad\x20Arrow\x20Callout','circular-arrow':_0x338a95(0xe1),'math-plus':_0x338a95(0x10a),'math-minus':_0x338a95(0x17d),'math-multiply':_0x338a95(0x157),'math-divide':_0x338a95(0x17f),'math-equal':_0x338a95(0x131),'math-not-equal':_0x338a95(0xc2),'flow-chart-process':'Process','flow-chart-alternate-process':_0x338a95(0xfd),'flow-chart-decision':_0x338a95(0x118),'flow-chart-input-output':_0x338a95(0x147),'flow-chart-predefined-process':'Predefined\x20Process','flow-chart-internal-storage':_0x338a95(0x106),'flow-chart-document':'Document','flow-chart-multidocument':_0x338a95(0xc0),'flow-chart-terminator':_0x338a95(0xc8),'flow-chart-preparation':_0x338a95(0xda),'flow-chart-manual-input':_0x338a95(0xca),'flow-chart-manual-operation':_0x338a95(0x168),'flow-chart-connector':'Connector','flow-chart-offpage-connector':_0x338a95(0x170),'flow-chart-punched-card':_0x338a95(0x16d),'flow-chart-punched-tape':_0x338a95(0xd6),'flow-chart-summing-junction':_0x338a95(0xff),'flow-chart-or':'Or','flow-chart-collate':'Collate','flow-chart-sort':_0x338a95(0x138),'flow-chart-extract':_0x338a95(0x11a),'flow-chart-merge':_0x338a95(0x94),'flow-chart-online-storage':_0x338a95(0x110),'flow-chart-delay':_0x338a95(0xe5),'flow-chart-magnetic-tape':'Sequential\x20Access\x20Storage','flow-chart-magnetic-disk':_0x338a95(0x100),'flow-chart-magnetic-drum':'Direct\x20Access\x20Storage','flow-chart-display':_0x338a95(0x14a),'irregular-seal1':_0x338a95(0x109),'irregular-seal2':_0x338a95(0xb0),'star4':_0x338a95(0x121),'star5':'5-Point\x20Star','star6':_0x338a95(0xd2),'star7':_0x338a95(0xae),'star8':'8-Point\x20Star','star10':_0x338a95(0xb7),'star12':_0x338a95(0xa7),'star16':'16-Point\x20Star','star24':'24-Point\x20Star','star32':_0x338a95(0xf2),'ribbon2':_0x338a95(0x128),'ribbon':_0x338a95(0xbe),'ellipse-ribbon2':_0x338a95(0x107),'ellipse-ribbon':_0x338a95(0x15b),'vertical-scroll':_0x338a95(0x180),'horizontal-scroll':_0x338a95(0xfa),'wave':'Wave','double-wave':_0x338a95(0xa9),'wedge-rect-callout':'Rectangular\x20Callout','wedge-round-rect-callout':'Rounded\x20Rectangular\x20Callout','wedge-ellipse-callout':_0x338a95(0x172),'cloud-callout':_0x338a95(0xd9),'border-callout1':'Line\x20Callout\x201','border-callout2':_0x338a95(0x115),'border-callout3':_0x338a95(0x175),'accent-callout1':_0x338a95(0xe4),'accent-callout2':'Accent\x20Callout\x202','accent-callout3':_0x338a95(0x101),'callout1':_0x338a95(0x12e),'callout2':_0x338a95(0x161),'callout3':_0x338a95(0x151),'accent-border-callout1':_0x338a95(0x169),'accent-border-callout2':'Accent\x20Border\x20Callout\x202','accent-border-callout3':_0x338a95(0xb6),'left-circular-arrow':_0x338a95(0x162),'left-right-circular-arrow':_0x338a95(0x13b),'swoosh-arrow':_0x338a95(0x148),'left-right-ribbon':_0x338a95(0x14d),'pie-wedge':_0x338a95(0x12a),'funnel':_0x338a95(0xd5),'gear6':_0x338a95(0xc5),'gear9':_0x338a95(0x108),'corner-tabs':'Corner\x20Tabs','action-button-back-previous':_0x338a95(0x133),'action-button-forward-next':_0x338a95(0x17a),'action-button-beginning':_0x338a95(0x122),'action-button-end':_0x338a95(0x130),'action-button-home':_0x338a95(0x165),'action-button-information':_0x338a95(0x16c),'action-button-return':_0x338a95(0x152),'action-button-movie':_0x338a95(0x177),'action-button-document':_0x338a95(0xdd),'action-button-sound':_0x338a95(0x16e),'action-button-help':'Action\x20Button:\x20Help','action-button-blank':_0x338a95(0x11e),'chart-plus':_0x338a95(0x16b),'chart-star':_0x338a95(0xa1),'chart-x':_0x338a95(0x17b),'flow-chart-offline-storage':_0x338a95(0x167),'line-inv':_0x338a95(0x16f),'plaque-tabs':_0x338a95(0xab),'square-tabs':_0x338a95(0x17c),'up-down-arrow-callout':_0x338a95(0xb5)}}}};}));
27
-
28
- // @univerjs-pro/sheets-outline-ui/locale/en-US
29
- function _0x5766(){var _0x12d3f1=['object','127152zSjmQz','Cannot\x20move\x20rows\x20or\x20columns\x20because\x20it\x20would\x20split\x20an\x20existing\x20outline.\x20Remove\x20the\x20related\x20outline\x20first.','Cannot\x20create\x20outline\x20because\x20the\x20selected\x20range\x20is\x20outside\x20the\x20sheet.','UniverProSheetsOutlineUiEnUS','939564SHjsMs','Cannot\x20update\x20outline\x20because\x20the\x20result\x20would\x20create\x20overlapping\x20groups.','Ungroup\x20rows\x20{0}\x20-\x20{1}','1381821ekFTTB','exports','Group\x20rows\x20{0}\x20-\x20{1}','Cannot\x20create\x20outline\x20because\x20the\x20selected\x20range\x20is\x20invalid.','Cannot\x20create\x20outline\x20because\x20Excel-compatible\x20outlines\x20support\x20up\x20to\x208\x20levels.','Group\x20columns\x20{0}\x20-\x20{1}','431068FZvkaG','97955NgvNvE','151324GnkQKN','14rYiWhl','48Tdyqto','Cannot\x20update\x20outline\x20because\x20the\x20operation\x20is\x20invalid.','You\x20do\x20not\x20have\x20view\x20permission,\x20so\x20grouping\x20operations\x20cannot\x20be\x20performed.','8595Pjuxyj','Cannot\x20ungroup\x20because\x20the\x20selected\x20range\x20does\x20not\x20fully\x20contain\x20the\x20outline\x20group\x20range.','Group','amd','Cancel'];_0x5766=function(){return _0x12d3f1;};return _0x5766();}function _0x5b7f(_0x1633f8,_0x51c0ea){_0x1633f8=_0x1633f8-0x1de;var _0x576609=_0x5766();var _0x5b7ff4=_0x576609[_0x1633f8];return _0x5b7ff4;}(function(_0x2c8bc1,_0x23f61f){var _0x3119c7=_0x5b7f,_0x17017c=_0x2c8bc1();while(!![]){try{var _0x5c897b=parseInt(_0x3119c7(0x1f6))/0x1+parseInt(_0x3119c7(0x1f7))/0x2*(parseInt(_0x3119c7(0x1e1))/0x3)+-parseInt(_0x3119c7(0x1f4))/0x4+-parseInt(_0x3119c7(0x1f5))/0x5*(-parseInt(_0x3119c7(0x1de))/0x6)+-parseInt(_0x3119c7(0x1ee))/0x7+parseInt(_0x3119c7(0x1e7))/0x8+parseInt(_0x3119c7(0x1eb))/0x9;if(_0x5c897b===_0x23f61f)break;else _0x17017c['push'](_0x17017c['shift']());}catch(_0x4aefb4){_0x17017c['push'](_0x17017c['shift']());}}}(_0x5766,0x22f7b),function(_0x1ffb78,_0x7bc02f){var _0x3ffe5e=_0x5b7f;typeof exports==_0x3ffe5e(0x1e6)&&typeof module<'u'?module[_0x3ffe5e(0x1ef)]=_0x7bc02f():typeof define=='function'&&define[_0x3ffe5e(0x1e4)]?define([],_0x7bc02f):(_0x1ffb78=typeof globalThis<'u'?globalThis:_0x1ffb78||self,_0x1ffb78[_0x3ffe5e(0x1ea)]=_0x7bc02f());}(this,function(){var _0x221fab=_0x5b7f;return{'sheets-outline-ui':{'cancel':_0x221fab(0x1e5),'group':_0x221fab(0x1e3),'ungroup':'Ungroup','groupRows':_0x221fab(0x1f0),'groupColumns':_0x221fab(0x1f3),'ungroupRows':_0x221fab(0x1ed),'ungroupColumns':'Ungroup\x20columns\x20{0}\x20-\x20{1}','error':{'permission':_0x221fab(0x1e0),'invalidRange':_0x221fab(0x1f1),'outOfBounds':_0x221fab(0x1e9),'crossing':_0x221fab(0x1ec),'maxDepth':_0x221fab(0x1f2),'moveSplitsOutline':_0x221fab(0x1e8),'clearRangeNotContainOutline':_0x221fab(0x1e2),'unknown':_0x221fab(0x1df)}}};}));
30
-
31
- // locale/en-US
32
- (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/exchange-client/locale/en-US"),require("@univerjs-pro/sheets-chart/locale/en-US"),require("@univerjs-pro/sheets-chart-ui/locale/en-US"),require("@univerjs-pro/sheets-exchange-client/locale/en-US"),require("@univerjs-pro/sheets-outline-ui/locale/en-US"),require("@univerjs-pro/sheets-pivot/locale/en-US"),require("@univerjs-pro/sheets-pivot-ui/locale/en-US"),require("@univerjs-pro/sheets-print/locale/en-US"),require("@univerjs-pro/sheets-shape-ui/locale/en-US"),require("@univerjs-pro/sheets-sparkline-ui/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/exchange-client/locale/en-US","@univerjs-pro/sheets-chart/locale/en-US","@univerjs-pro/sheets-chart-ui/locale/en-US","@univerjs-pro/sheets-exchange-client/locale/en-US","@univerjs-pro/sheets-outline-ui/locale/en-US","@univerjs-pro/sheets-pivot/locale/en-US","@univerjs-pro/sheets-pivot-ui/locale/en-US","@univerjs-pro/sheets-print/locale/en-US","@univerjs-pro/sheets-shape-ui/locale/en-US","@univerjs-pro/sheets-sparkline-ui/locale/en-US"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsAdvancedEnUS=r(e.UniverCore,e.UniverProExchangeClientEnUS,e.UniverProSheetsChartEnUS,e.UniverProSheetsChartUiEnUS,e.UniverProSheetsExchangeClientEnUS,e.UniverProSheetsOutlineUiEnUS,e.UniverProSheetsPivotEnUS,e.UniverProSheetsPivotUiEnUS,e.UniverProSheetsPrintEnUS,e.UniverProSheetsShapeUiEnUS,e.UniverProSheetsSparklineUiEnUS))})(this,(function(e,r,n,i,s,t,o,u,U,h,S){"use strict";return e.mergeLocales(r,n,i,s,t,o,u,U,h,S)}));