@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/it-IT
2
- (function(_0x35a0f4,_0xfd0f9a){var _0x504445=_0x5b27,_0x2db92e=_0x35a0f4();while(!![]){try{var _0x102f6e=parseInt(_0x504445(0x12d))/0x1+-parseInt(_0x504445(0x122))/0x2+-parseInt(_0x504445(0x135))/0x3*(-parseInt(_0x504445(0x124))/0x4)+parseInt(_0x504445(0x130))/0x5*(-parseInt(_0x504445(0x139))/0x6)+parseInt(_0x504445(0x12f))/0x7*(-parseInt(_0x504445(0x12a))/0x8)+parseInt(_0x504445(0x13a))/0x9+parseInt(_0x504445(0x131))/0xa;if(_0x102f6e===_0xfd0f9a)break;else _0x2db92e['push'](_0x2db92e['shift']());}catch(_0x4edcb2){_0x2db92e['push'](_0x2db92e['shift']());}}}(_0xbd89,0xb8538),function(_0x19c638,_0x416bce){var _0x3da892=_0x5b27;typeof exports==_0x3da892(0x129)&&typeof module<'u'?module[_0x3da892(0x125)]=_0x416bce():typeof define==_0x3da892(0x12c)&&define[_0x3da892(0x133)]?define([],_0x416bce):(_0x19c638=typeof globalThis<'u'?globalThis:_0x19c638||self,_0x19c638[_0x3da892(0x126)]=_0x416bce());}(this,function(){var _0x192429=_0x5b27;return{'exchange-client':{'uploading':_0x192429(0x12e),'uploadSuccess':_0x192429(0x132),'uploadSuccessTip':_0x192429(0x128),'downloading':_0x192429(0x12b),'downloadSuccess':'Download\x20riuscito','unknownMistake':'Errore\x20sconosciuto','networkError':_0x192429(0x127),'tooLarge':_0x192429(0x136),'internalError':'Errore\x20interno\x20sconosciuto','interrupt':_0x192429(0x138),'fileTypeError':_0x192429(0x137),'wait':_0x192429(0x134),'cancel':'Annulla','uploadAgain':_0x192429(0x123)}};}));function _0x5b27(_0x2d34d2,_0x2789c4){_0x2d34d2=_0x2d34d2-0x122;var _0xbd89ef=_0xbd89();var _0x5b27ef=_0xbd89ef[_0x2d34d2];return _0x5b27ef;}function _0xbd89(){var _0x3b036d=['I\x20dati\x20sono\x20troppo\x20grandi','Il\x20file\x20selezionato\x20[{0}]\x20non\x20è\x20supportato\x20per\x20il\x20caricamento','La\x20connessione\x20di\x20rete\x20è\x20stata\x20interrotta\x20e\x20il\x20caricamento\x20del\x20file\x20è\x20fallito','2154NcHvvm','2092230Lpjnav','951712yBxTSd','Carica\x20di\x20nuovo','1592lHBaQV','exports','UniverProExchangeClientItIT','Errore\x20di\x20rete','{0}\x20file\x20caricati\x20con\x20successo','object','88LmTSGw','Download\x20in\x20corso','function','1268971fnWUoS','Caricamento\x20in\x20corso','339941UMhjur','13075iPfMXK','10961270ccAVOy','File\x20caricato\x20con\x20successo','amd','Attendi...','801vHmNKu'];_0xbd89=function(){return _0x3b036d;};return _0xbd89();}
3
-
4
- // @univerjs-pro/sheets-exchange-client/locale/it-IT
5
- function _0x1be7(_0xb659af,_0xa4f5fe){_0xb659af=_0xb659af-0x1d9;var _0x4e04d9=_0x4e04();var _0x1be7fb=_0x4e04d9[_0xb659af];return _0x1be7fb;}(function(_0x253170,_0x384c46){var _0x4fca8d=_0x1be7,_0x227795=_0x253170();while(!![]){try{var _0x25643e=parseInt(_0x4fca8d(0x1db))/0x1+-parseInt(_0x4fca8d(0x1de))/0x2+parseInt(_0x4fca8d(0x1e8))/0x3+-parseInt(_0x4fca8d(0x1e2))/0x4+-parseInt(_0x4fca8d(0x1d9))/0x5*(-parseInt(_0x4fca8d(0x1e3))/0x6)+-parseInt(_0x4fca8d(0x1e4))/0x7*(parseInt(_0x4fca8d(0x1e0))/0x8)+parseInt(_0x4fca8d(0x1da))/0x9;if(_0x25643e===_0x384c46)break;else _0x227795['push'](_0x227795['shift']());}catch(_0x2a0d34){_0x227795['push'](_0x227795['shift']());}}}(_0x4e04,0x44ce8),function(_0x256691,_0x3187ef){var _0x357709=_0x1be7;typeof exports=='object'&&typeof module<'u'?module[_0x357709(0x1e1)]=_0x3187ef():typeof define==_0x357709(0x1e6)&&define[_0x357709(0x1dc)]?define([],_0x3187ef):(_0x256691=typeof globalThis<'u'?globalThis:_0x256691||self,_0x256691[_0x357709(0x1e7)]=_0x3187ef());}(this,function(){var _0x2e450f=_0x1be7;return{'sheets-exchange-client':{'file':_0x2e450f(0x1e5),'upload':_0x2e450f(0x1dd),'download':_0x2e450f(0x1df)}};}));function _0x4e04(){var _0x4061b7=['1374057WEdwLr','85bSsAho','2797263OXNeRY','59780zPckHv','amd','Apri\x20(File)','232424VUyPUq','Salva\x20con\x20nome','24XiYjNy','exports','1032480nHtnCp','91056JKvnEh','1004346RexeOG','File','function','UniverProSheetsExchangeClientItIT'];_0x4e04=function(){return _0x4061b7;};return _0x4e04();}
6
-
7
- // @univerjs-pro/sheets-pivot/locale/it-IT
8
- function _0x29be(){var _0xe225ca=['valore','DevStdp\x20di\x20','{0}\x20anno\x20{1}\x20mese\x20{2}\x20giorno','DevStd\x20di\x20','Giorno','474270LXFhVL','10012WbfopS','4217015CQllUt','Anno-Trimestre','Minimo\x20di\x20','2461120JgMcDa','{0}\x20anno','Conteggio\x20di\x20','{0}\x20minuto','altro','Totale\x20Complessivo','Riga','Mese','1378552vWRarG','Var\x20di\x20','exports','Colonna\x20','Minuto','279tjSabU','vuoto','Foglio','Ora','6mHEotF','Massimo\x20di\x20','{0}\x20anno\x20{1}\x20trimestre','(Altro)','Anno','Prodotto\x20di\x20','Varp\x20di\x20','100cWGfWG','{0}\x20ora','Colonna','860wkvaCC','(Vuoto)','Anno-Mese','object','Valori','Trimestre','Totale','162126iIiRrB','{0}\x20mese\x20{1}\x20giorno','910LLdkse','function'];_0x29be=function(){return _0xe225ca;};return _0x29be();}function _0x4ead(_0x2d89af,_0x52bb9a){_0x2d89af=_0x2d89af-0xb6;var _0x29be2a=_0x29be();var _0x4ead44=_0x29be2a[_0x2d89af];return _0x4ead44;}(function(_0x344e48,_0x42b9c3){var _0x3ded3d=_0x4ead,_0x416341=_0x344e48();while(!![]){try{var _0x4e6c93=parseInt(_0x3ded3d(0xd9))/0x1+parseInt(_0x3ded3d(0xda))/0x2*(-parseInt(_0x3ded3d(0xbb))/0x3)+-parseInt(_0x3ded3d(0xc9))/0x4*(parseInt(_0x3ded3d(0xd2))/0x5)+-parseInt(_0x3ded3d(0xbf))/0x6*(parseInt(_0x3ded3d(0xb6))/0x7)+parseInt(_0x3ded3d(0xde))/0x8+-parseInt(_0x3ded3d(0xd0))/0x9*(parseInt(_0x3ded3d(0xc6))/0xa)+parseInt(_0x3ded3d(0xdb))/0xb;if(_0x4e6c93===_0x42b9c3)break;else _0x416341['push'](_0x416341['shift']());}catch(_0x2f0f9d){_0x416341['push'](_0x416341['shift']());}}}(_0x29be,0x45377),function(_0xb29d6b,_0x45dbee){var _0x10c40=_0x4ead;typeof exports==_0x10c40(0xcc)&&typeof module<'u'?module[_0x10c40(0xb8)]=_0x45dbee():typeof define==_0x10c40(0xd3)&&define['amd']?define([],_0x45dbee):(_0xb29d6b=typeof globalThis<'u'?globalThis:_0xb29d6b||self,_0xb29d6b['UniverProSheetsPivotItIT']=_0x45dbee());}(this,function(){var _0x268161=_0x4ead;return{'sheets-pivot':{'sheet':_0x268161(0xbd),'blankValue':_0x268161(0xca),'otherValue':_0x268161(0xc2),'columnName':_0x268161(0xb9),'subTotalText':_0x268161(0xcf),'grandTotalText':_0x268161(0xe3),'valueText':'Valore','averageName':'Media\x20di\x20','countName':_0x268161(0xe0),'countNumsName':_0x268161(0xe0),'maxName':_0x268161(0xc0),'minName':_0x268161(0xdd),'productName':_0x268161(0xc4),'stdDevName':_0x268161(0xd7),'stdDevpName':_0x268161(0xd5),'sumName':'Somma\x20di\x20','varName':_0x268161(0xb7),'varpName':_0x268161(0xc5),'subTotal':'Subtotale','grandTotal':'Totale\x20Complessivo','value':_0x268161(0xd4),'blank':_0x268161(0xbc),'other':_0x268161(0xe2),'emptyPivot':{'filter':'Filtro','row':_0x268161(0xe4),'column':_0x268161(0xc8),'values':_0x268161(0xcd)},'dateGroup':{'year':_0x268161(0xc3),'month':_0x268161(0xe5),'day':_0x268161(0xd8),'hour':_0x268161(0xbe),'minute':_0x268161(0xba),'quarter':_0x268161(0xce),'monthDate':'Mese-Giorno','yearQuarter':_0x268161(0xdc),'yearMonth':_0x268161(0xcb),'yearMonthDate':'Anno-Mese-Giorno'},'cellDateGroupDisplay':{'minute':_0x268161(0xe1),'hour':_0x268161(0xc7),'hourMinute':'{0}\x20ora\x20{1}\x20minuto','date':'{0}\x20giorno','month':'{0}\x20mese','monthDate':_0x268161(0xd1),'quarter':'{0}\x20trimestre','year':_0x268161(0xdf),'yearMonth':'{0}\x20anno\x20{1}\x20mese','yearMonthDate':_0x268161(0xd6),'yearQuarter':_0x268161(0xc1)}}};}));
9
-
10
- // @univerjs-pro/sheets-pivot-ui/locale/it-IT
11
- (function(_0x318193,_0x30fd9a){var _0x4a0224=_0x2c22,_0xa6309d=_0x318193();while(!![]){try{var _0x5ba56d=parseInt(_0x4a0224(0xea))/0x1+-parseInt(_0x4a0224(0xe5))/0x2*(parseInt(_0x4a0224(0xe8))/0x3)+-parseInt(_0x4a0224(0xd2))/0x4+-parseInt(_0x4a0224(0xf0))/0x5*(-parseInt(_0x4a0224(0xf8))/0x6)+parseInt(_0x4a0224(0xc5))/0x7+parseInt(_0x4a0224(0xca))/0x8*(-parseInt(_0x4a0224(0xee))/0x9)+-parseInt(_0x4a0224(0xd4))/0xa*(parseInt(_0x4a0224(0xb6))/0xb);if(_0x5ba56d===_0x30fd9a)break;else _0xa6309d['push'](_0xa6309d['shift']());}catch(_0x507cc5){_0xa6309d['push'](_0xa6309d['shift']());}}}(_0x3969,0x6172b),function(_0x2dc937,_0xfeb590){var _0x1e649c=_0x2c22;typeof exports=='object'&&typeof module<'u'?module['exports']=_0xfeb590():typeof define==_0x1e649c(0xe6)&&define[_0x1e649c(0xdb)]?define([],_0xfeb590):(_0x2dc937=typeof globalThis<'u'?globalThis:_0x2dc937||self,_0x2dc937[_0x1e649c(0xdc)]=_0xfeb590());}(this,function(){var _0x14c55a=_0x2c22;return{'sheets-pivot-ui':{'sheet':_0x14c55a(0xcd),'title':_0x14c55a(0xe4),'sourceRangeLabel':_0x14c55a(0xbe),'sourceRangePlaceholder':'L\x27origine\x20dati\x20è\x20stata\x20aggiornata','sourceFieldTile':'Campi\x20Origine\x20Dati','sourceFieldDescription':_0x14c55a(0xd1),'filter':_0x14c55a(0xad),'column':_0x14c55a(0xb4),'row':_0x14c55a(0xb1),'value':_0x14c55a(0xae),'multipleValue':_0x14c55a(0xf6),'filterDesc':_0x14c55a(0xb9),'columnDesc':_0x14c55a(0xc3),'rowDesc':_0x14c55a(0xf9),'valueDesc':_0x14c55a(0xe7),'addToFilter':_0x14c55a(0xb5),'addToColumn':_0x14c55a(0xb7),'addToRow':'Aggiungi\x20alla\x20Riga','addToValue':'Aggiungi\x20al\x20Valore','removeField':'Rimuovi\x20Campo','filterField':_0x14c55a(0xf1),'fieldSettings':'Impostazioni\x20Campo','moveToRow':_0x14c55a(0xc7),'moveToColumn':_0x14c55a(0xeb),'dialog':{'fieldName':'Nome\x20Campo','sourceName':'Nome\x20Campo\x20Origine:','summarizeBy':_0x14c55a(0xd5),'format':'Formato\x20Numero','ok':'OK','cancel':_0x14c55a(0xff),'filter':{'ascending':_0x14c55a(0xc1),'descending':'Decrescente','selectAll':'Seleziona\x20Tutto','clearFilter':'Cancella\x20Filtro','blank':_0x14c55a(0xf3),'cancel':'Annulla','confirm':'OK'},'numfmt':{'general':'Generale','accounting':_0x14c55a(0xcb),'currency':_0x14c55a(0xcc),'date':_0x14c55a(0xfb),'thousandthPercentile':'Percentile\x20Millesimo','fieldSetting':'Impostazioni\x20Campo','formatTypes':'Tipi\x20di\x20Formato','confirm':'OK','cancel':_0x14c55a(0xff),'generalDesc':_0x14c55a(0xd8),'accountingDesc':_0x14c55a(0xc8),'currencyDesc':'Il\x20formato\x20valuta\x20è\x20utilizzato\x20per\x20valori\x20monetari\x20generali,\x20il\x20formato\x20contabilità\x20allinea\x20i\x20punti\x20decimali\x20in\x20una\x20colonna\x20di\x20valori.','dateDesc':_0x14c55a(0xed),'thousandthPercentileDesc':_0x14c55a(0xfa),'decimalPlaces':_0x14c55a(0xfd),'currencyTypes':'Tipi\x20di\x20Valuta','negativeNumberTypes':_0x14c55a(0xc6),'dateTypes':_0x14c55a(0xec)},'source':{'insertPivotTable':_0x14c55a(0xce),'sourceData':'Intervallo\x20Origine\x20Dati','position':_0x14c55a(0xef),'newSheet':_0x14c55a(0xe2),'existingSheet':_0x14c55a(0xdf),'intersect':_0x14c55a(0xd9)}},'subtotal':{'average':_0x14c55a(0xba),'count':'Conteggio','countNums':_0x14c55a(0xb2),'max':_0x14c55a(0xbf),'min':_0x14c55a(0xf2),'product':_0x14c55a(0xb8),'stdDev':_0x14c55a(0xf4),'stdDevp':_0x14c55a(0xe0),'sum':_0x14c55a(0xbd),'var':_0x14c55a(0xe3),'varp':_0x14c55a(0xd6)},'subTotalText':_0x14c55a(0xac),'grandTotalText':'Totale\x20Complessivo','fieldPanel':_0x14c55a(0xaf),'configPanel':_0x14c55a(0xcf),'config':{'totalsSection':'Subtotali\x20e\x20Totali\x20Complessivi','showRowSubtotal':_0x14c55a(0xb0),'showRowGrandTotal':_0x14c55a(0xe9),'showColSubtotal':_0x14c55a(0x101),'showColGrandTotal':_0x14c55a(0xc9),'pageSection':_0x14c55a(0xe1),'pageWrap':_0x14c55a(0xd3),'pageDirection':_0x14c55a(0x100),'pageDownThenOver':_0x14c55a(0xc2),'pageOverThenDown':_0x14c55a(0xf5),'displaySection':_0x14c55a(0x103),'repeatRowLabels':_0x14c55a(0xc4)},'perform':{'tips':_0x14c55a(0xdd),'info':_0x14c55a(0xd0),'confirm':_0x14c55a(0xc0),'cancel':_0x14c55a(0xff),'rowColError':_0x14c55a(0xf7)},'msg':{'emptySourceRange':'L\x27intervallo\x20origine\x20dati\x20è\x20vuoto','invalidSize':_0x14c55a(0xbb),'mergeCellError':'Impossibile\x20inserire\x20celle\x20unite\x20nella\x20tabella\x20pivot','editCellError':'Impossibile\x20modificare\x20celle\x20nella\x20tabella\x20pivot','permissionError':_0x14c55a(0x102)},'averageName':_0x14c55a(0xb3),'countName':'Conteggio\x20di\x20','countNumsName':_0x14c55a(0xfe),'maxName':'Massimo\x20di\x20','minName':_0x14c55a(0xbc),'productName':'Prodotto\x20di\x20','stdDevName':_0x14c55a(0xda),'stdDevpName':_0x14c55a(0xfc),'sumName':_0x14c55a(0xd7),'varName':_0x14c55a(0xde),'varpName':'Varp\x20di\x20'}};}));function _0x2c22(_0x44f212,_0xdb498a){_0x44f212=_0x44f212-0xac;var _0x396968=_0x3969();var _0x2c2276=_0x396968[_0x44f212];return _0x2c2276;}function _0x3969(){var _0x15895c=['Campo\x20Filtro','Minimo','(Vuoto)','Deviazione\x20Standard','A\x20destra,\x20poi\x20giù','Σ\x20Valori','Questa\x20modifica\x20non\x20può\x20essere\x20apportata\x20alle\x20celle\x20selezionate\x20perché\x20influirebbe\x20sulla\x20tabella\x20pivot.\x20Utilizza\x20l\x27elenco\x20campi\x20per\x20modificare\x20il\x20report.\x20Se\x20stai\x20cercando\x20di\x20inserire\x20o\x20eliminare\x20celle,\x20sposta\x20la\x20tabella\x20pivot\x20e\x20riprova.','6TxruLx','Trascina\x20i\x20campi\x20nelle\x20righe','Il\x20formato\x20percentile\x20millesimo\x20è\x20utilizzato\x20per\x20numeri\x20generali,\x20i\x20formati\x20valuta\x20e\x20contabilità\x20forniscono\x20formati\x20specializzati\x20per\x20valori\x20monetari.','Data','DevStdp\x20di\x20','Posizioni\x20Decimali','Conteggio\x20di\x20','Annulla','Direzione\x20layout','Mostra\x20subtotali\x20colonna','Impossibile\x20modificare\x20la\x20tabella\x20pivot\x20in\x20un\x20foglio\x20protetto','Visualizzazione','Subtotale','Filtro','Valore','Configurazione\x20Campi','Mostra\x20subtotali\x20riga','Riga','Conteggio\x20Numeri','Media\x20di\x20','Colonna','Aggiungi\x20al\x20Filtro','2827PJVszQ','Aggiungi\x20alla\x20Colonna','Prodotto','Trascina\x20i\x20campi\x20per\x20filtrare\x20i\x20dati','Media','L\x27intervallo\x20origine\x20dati\x20non\x20è\x20valido','Minimo\x20di\x20','Somma','Origine\x20Dati','Massimo','Conferma','Crescente','Giù,\x20poi\x20a\x20destra','Trascina\x20i\x20campi\x20nelle\x20colonne','Ripeti\x20etichette\x20elementi','5340104vuoHJr','Tipi\x20di\x20Numeri\x20Negativi','Sposta\x20in\x20Riga','Il\x20formato\x20numero\x20contabilità\x20allinea\x20i\x20simboli\x20di\x20valuta\x20e\x20i\x20punti\x20decimali\x20in\x20una\x20colonna.','Mostra\x20totale\x20complessivo\x20colonna','120iuEHVS','Contabilità','Valuta','Foglio','Inserisci\x20Tabella\x20Pivot','Opzioni\x20Avanzate','Esistono\x20già\x20dati\x20nell\x27area\x20di\x20destinazione.\x20Questa\x20azione\x20sovrascriverà\x20i\x20dati\x20esistenti.\x20Vuoi\x20continuare?','Trascina\x20i\x20campi\x20nelle\x20aree\x20sottostanti','873024pxbGsE','Campi\x20per\x20riga','14310erCCzj','Riepiloga\x20per','Varianza\x20Popolazione','Somma\x20di\x20','Il\x20formato\x20generale\x20non\x20contiene\x20alcun\x20formato\x20numero\x20specifico.','Non\x20può\x20sovrapporsi\x20con\x20i\x20dati\x20origine','DevStd\x20di\x20','amd','UniverProSheetsPivotUiItIT','Suggerimenti','Var\x20di\x20','Foglio\x20Esistente','Deviazione\x20Standard\x20Popolazione','Layout\x20Campo\x20Filtro','Nuovo\x20Foglio','Varianza','Tabella\x20Pivot','622TXyvab','function','Risultati\x20calcolati\x20di\x20righe\x20e\x20colonne','3663bRCszm','Mostra\x20totale\x20complessivo\x20riga','358538VFhkJK','Sposta\x20in\x20Colonna','Tipi\x20di\x20Data','Il\x20formato\x20data\x20visualizza\x20i\x20numeri\x20seriali\x20di\x20data\x20e\x20ora\x20come\x20valori\x20data.','10836iadGCt','Posizionamento\x20Tabella\x20Pivot','1307755xvppaz'];_0x3969=function(){return _0x15895c;};return _0x3969();}
12
-
13
- // @univerjs-pro/sheets-print/locale/it-IT
14
- function _0x5979(_0x18c44c,_0x1b85ad){_0x18c44c=_0x18c44c-0xfe;var _0x322d40=_0x322d();var _0x5979c2=_0x322d40[_0x18c44c];return _0x5979c2;}function _0x322d(){var _0x39052c=['Centrale','Letter\x20(8.5\x22\x20x\x2011\x22)','Foglio\x20corrente','Mostra\x20interruzioni\x20di\x20pagina','object','Formato\x20carta','996608LYmbNu','Intestazione/piè\x20di\x20pagina\x20personalizzati','B5\x20(6.93\x22\x20x\x209.84\x22)','Allinea','https://univer.ai/pro','Margini','OraD','HH:mm','hh:mm:ss','UniverProSheetsPrintItIT','Immagine\x20salvata\x20correttamente\x20negli\x20appunti!','NumeroPagina','DataB','39inYGMz','Totale:\x20','ANNULLA','Sinistra','Adatta\x20alla\x20pagina','148164iozyuV','Numeri\x20di\x20pagina','Ora\x20corrente','Nome\x20foglio','3052pXNjsD','DataF','Clicca\x20per\x20aggiungere\x20testo','Intestazioni\x20e\x20piè\x20di\x20pagina','Vai\x20a\x20Visualizza\x20>\x20Blocca\x20per\x20selezionare\x20quali\x20righe/colonne\x20ripetere\x20in\x20tutte\x20le\x20pagine','4915KJXzjT','Formato\x20data','Stretto','DataD','AVANTI','A4\x20(8.27\x22\x20x\x2011.69\x22)','Intestazioni\x20righe\x20e\x20colonne','Destra','4373138JaxDRO','Orientamento\x20pagina','Statement\x20(5.5\x22\x20x\x208.5\x22)','Stampa','Adatta\x20all\x27altezza','1594610vtSUhp','Formattazione','Tabloid\x20(11\x22\x20x\x2017\x22)','HH:mm:ss','Copia\x20come\x20immagine','OraB','Chiudi\x20e\x20nascondi\x20interruzioni\x20di\x20pagina','DataA','3220116ZNcVaR','DataC','Numero\x20personalizzato','A3\x20(11.69\x22\x20x\x2016.54\x22)','Margini\x20personalizzati','function','Max\x20colonne\x20per\x20pagina','PagineTotali','Normale\x20(100%)','Mostra\x20linee\x20griglia','Verticale','43856OOCHqo','Folio\x20(8.5\x22\x20x\x2013\x22)','Limite\x20righe\x20e\x20colonne','NumeroPaginaFoglio','Modifica\x20intestazione/piè\x20di\x20pagina\x20personalizzati','Mostra\x20filigrana','Largo','La\x20versione\x20gratuita\x20supporta\x20solo\x20{limit}\x20pagine\x20di\x20stampa,\x20acquista\x20la\x20versione\x20commerciale\x20per\x20funzionalità\x20avanzate!','Inferiore','MM/DD','7ivAyer','NomeFoglio','Normale','Tutti\x20i\x20fogli','Centro','pagine','amd','Tutte\x20le\x20celle\x20selezionate','Orizzontale','Ripeti\x20righe\x20bloccate','YYYY-MM-DD','Ripeti\x20colonne\x20bloccate','Superiore','DataE','Impossibile\x20salvare\x20l\x27immagine\x20negli\x20appunti!','72XoZBtB','B4\x20(9.84\x22\x20x\x2013.90\x22)','Versione\x20gratuita\x20di\x20Univer,\x20powered\x20by\x20univer.ai.','Mostra\x20linee\x20di\x20interruzione\x20pagina','Adatta\x20alla\x20larghezza','hh:mm','531QLCEOq'];_0x322d=function(){return _0x39052c;};return _0x322d();}(function(_0x5cbb2e,_0x315cb4){var _0x2ff0b4=_0x5979,_0x266f3b=_0x5cbb2e();while(!![]){try{var _0x42d041=parseInt(_0x2ff0b4(0x122))/0x1+parseInt(_0x2ff0b4(0x134))/0x2*(parseInt(_0x2ff0b4(0x12f))/0x3)+-parseInt(_0x2ff0b4(0x138))/0x4*(-parseInt(_0x2ff0b4(0x13d))/0x5)+-parseInt(_0x2ff0b4(0x152))/0x6*(-parseInt(_0x2ff0b4(0x106))/0x7)+parseInt(_0x2ff0b4(0x15d))/0x8*(-parseInt(_0x2ff0b4(0x11b))/0x9)+parseInt(_0x2ff0b4(0x14a))/0xa+-parseInt(_0x2ff0b4(0x145))/0xb*(parseInt(_0x2ff0b4(0x115))/0xc);if(_0x42d041===_0x315cb4)break;else _0x266f3b['push'](_0x266f3b['shift']());}catch(_0x273654){_0x266f3b['push'](_0x266f3b['shift']());}}}(_0x322d,0xaa2e8),function(_0x55696b,_0x4f7cd4){var _0x3ffb51=_0x5979;typeof exports==_0x3ffb51(0x120)&&typeof module<'u'?module['exports']=_0x4f7cd4():typeof define==_0x3ffb51(0x157)&&define[_0x3ffb51(0x10c)]?define([],_0x4f7cd4):(_0x55696b=typeof globalThis<'u'?globalThis:_0x55696b||self,_0x55696b[_0x3ffb51(0x12b)]=_0x4f7cd4());}(this,function(){var _0x358472=_0x5979;return{'sheets-print':{'permission':{'printErr':'Il\x20foglio\x20di\x20lavoro\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20per\x20stampare.\x20Per\x20stampare,\x20contatta\x20il\x20creatore.'},'header':{'total':_0x358472(0x130),'pages':_0x358472(0x10b),'cancel':_0x358472(0x131),'next':_0x358472(0x141),'printing':'Stampa\x20in\x20corso,\x20non\x20chiudere\x20la\x20pagina'},'menu':_0x358472(0x148),'title':'Stampa','grid':{'title':'Layout\x20di\x20stampa','showGrid':_0x358472(0x11f),'showGridLabel':_0x358472(0x118),'closeAndHide':_0x358472(0x150)},'screenshot':{'title':_0x358472(0x14e),'success':_0x358472(0x12c),'fail':_0x358472(0x114)},'size':{'title':_0x358472(0x121),'letter':_0x358472(0x11d),'tabloid':_0x358472(0x14c),'legal':'Legal\x20(8.5\x22\x20x\x2014\x22)','statement':_0x358472(0x147),'executive':'Executive\x20(7.25\x22\x20x\x2010.5\x22)','folio':_0x358472(0x15e),'a3':_0x358472(0x155),'a4':_0x358472(0x142),'a5':'A5\x20(5.83\x22\x20x\x208.27\x22)','b4':_0x358472(0x116),'b5':_0x358472(0x124)},'margin':{'title':_0x358472(0x127),'normal':_0x358472(0x108),'narrow':_0x358472(0x13f),'wide':_0x358472(0x102),'custom':_0x358472(0x156),'top':_0x358472(0x112),'bottom':_0x358472(0x104),'left':_0x358472(0x132),'right':'Destra'},'area':{'title':_0x358472(0x148),'currentSheet':_0x358472(0x11e),'workbook':'Cartella\x20di\x20lavoro','currentSelection':'Celle\x20selezionate','maxRowsEachPage':'Max\x20righe\x20per\x20pagina','maxColumnsEachPage':_0x358472(0x158),'limit':_0x358472(0xfe),'allSelection':_0x358472(0x10d)},'selection':{'title':'Selezione','allWorkbook':_0x358472(0x109),'workbookUnit':'fogli'},'scale':{'title':'Scala','normal':_0x358472(0x15a),'fitWidth':_0x358472(0x119),'fitHeight':_0x358472(0x149),'fitPage':_0x358472(0x133),'custom':_0x358472(0x154)},'orientation':{'title':_0x358472(0x146),'landscape':_0x358472(0x10e),'portrait':_0x358472(0x15c)},'formatting':{'title':_0x358472(0x14b),'skeleton':_0x358472(0x15b),'waterMark':_0x358472(0x101)},'align':{'title':_0x358472(0x125),'horizontal':{'title':_0x358472(0x10e),'middle':_0x358472(0x10a),'start':_0x358472(0x132),'end':_0x358472(0x144)},'vertical':{'title':_0x358472(0x15c),'start':'Superiore','end':'Inferiore','middle':_0x358472(0x11c)}},'headerFooter':{'title':_0x358472(0x13b),'page':_0x358472(0x135),'workbook':'Titolo\x20cartella\x20di\x20lavoro','sheet':_0x358472(0x137),'date':'Data\x20corrente','time':_0x358472(0x136),'customHeadFooter':_0x358472(0x123),'editCustomHeadFooter':_0x358472(0x100),'header':'Intestazione','footer':'Piè\x20di\x20pagina','left':_0x358472(0x132),'right':'Destra','center':'Centro','dateFormat':_0x358472(0x13e),'dateA':_0x358472(0x110),'dateB':'MM-DD','dateC':'L','dateD':_0x358472(0x105),'timeA':_0x358472(0x14d),'timeB':_0x358472(0x129),'timeC':_0x358472(0x12a),'timeD':_0x358472(0x11a),'display':{'page':_0x358472(0x12d),'title':'TitoloCartellaDiLavoro','sheet':_0x358472(0x107),'dateA':_0x358472(0x151),'dateB':_0x358472(0x12e),'dateC':_0x358472(0x153),'dateD':_0x358472(0x140),'dateE':_0x358472(0x113),'dateF':_0x358472(0x139),'timeA':'OraA','timeB':_0x358472(0x14f),'timeC':'OraC','timeD':_0x358472(0x128),'sheetPage':_0x358472(0xff),'pageTotal':_0x358472(0x159),'sheetPageTotal':'PagineTotaliFoglio'},'placeholder':_0x358472(0x13a),'submit':'OK'},'freeze':{'title':_0x358472(0x143),'desc':_0x358472(0x13c),'row':_0x358472(0x10f),'column':_0x358472(0x111)},'limit':{'page':_0x358472(0x103),'waterMark':_0x358472(0x117),'link':_0x358472(0x126)}}};}));
15
-
16
- // @univerjs-pro/sheets-chart/locale/it-IT
17
- function _0x2072(){var _0x2c975e=['Categoria','Categoria\x20{0}','(Vuoto)','Minimo','2540472kvbGrR','1089032dOGjFz','7curSTk','object','Negativo','Parola','function','Serie\x20{0}','Il\x20grafico\x20di\x20Sankey\x20non\x20può\x20contenere\x20dati\x20circolari','Subtotale','Terzo\x20quartile','Massimo','Mediana','Serie','7522232cGbVbR','1740114Hbylah','5231180WvaAoR','exports','2214432tlGzsz','Il\x20grafico\x20a\x20bolle\x20richiede\x20almeno\x202\x20colonne:\x20asse\x20X,\x20asse\x20Y','362474MHZIQd','Positivo','Aggiungi\x20una\x20serie\x20per\x20iniziare\x20a\x20visualizzare\x20i\x20dati','Primo\x20quartile','amd'];_0x2072=function(){return _0x2c975e;};return _0x2072();}function _0x1fc9(_0x43a05f,_0x402b57){_0x43a05f=_0x43a05f-0xad;var _0x20726b=_0x2072();var _0x1fc98b=_0x20726b[_0x43a05f];return _0x1fc98b;}(function(_0x3644d,_0x8ec8d4){var _0xf81e7e=_0x1fc9,_0x13199b=_0x3644d();while(!![]){try{var _0x30fbde=-parseInt(_0xf81e7e(0xb6))/0x1+parseInt(_0xf81e7e(0xc0))/0x2+-parseInt(_0xf81e7e(0xb1))/0x3+parseInt(_0xf81e7e(0xb4))/0x4+parseInt(_0xf81e7e(0xb2))/0x5+parseInt(_0xf81e7e(0xbf))/0x6+-parseInt(_0xf81e7e(0xc1))/0x7*(parseInt(_0xf81e7e(0xb0))/0x8);if(_0x30fbde===_0x8ec8d4)break;else _0x13199b['push'](_0x13199b['shift']());}catch(_0x3303f9){_0x13199b['push'](_0x13199b['shift']());}}}(_0x2072,0xa73b5),function(_0x87a9a6,_0x79190){var _0x17c071=_0x1fc9;typeof exports==_0x17c071(0xc2)&&typeof module<'u'?module[_0x17c071(0xb3)]=_0x79190():typeof define==_0x17c071(0xc5)&&define[_0x17c071(0xba)]?define([],_0x79190):(_0x87a9a6=typeof globalThis<'u'?globalThis:_0x87a9a6||self,_0x87a9a6['UniverProSheetsChartItIT']=_0x79190());}(this,function(){var _0x352e99=_0x1fc9;return{'sheets-chart':{'category':_0x352e99(0xbb),'series':_0x352e99(0xaf),'seriesDefaultName':_0x352e99(0xc6),'categoryDefaultName':_0x352e99(0xbc),'blank':_0x352e99(0xbd),'msg':{'emptyTips':_0x352e99(0xb8),'sankeyCircularTips':_0x352e99(0xc7)},'bubble':{'emptyTips':_0x352e99(0xb5)},'relation':{'emptyTips':'La\x20fonte\x20dati\x20per\x20il\x20grafico\x20delle\x20relazioni\x20è\x20la\x20matrice\x20di\x20co-occorrenze\x20con\x20la\x20colonna\x20tipo\x20aggiuntiva\x20nella\x20seconda\x20colonna'},'cloud':{'word':_0x352e99(0xc4),'frequency':'Frequenza'},'waterfall':{'positive':_0x352e99(0xb7),'negative':_0x352e99(0xc3),'subtotal':_0x352e99(0xc8)},'pareto':{'lineName':'Percentuale\x20cumulativa'},'boxplot':{'min':_0x352e99(0xbe),'q1':_0x352e99(0xb9),'median':_0x352e99(0xae),'q3':_0x352e99(0xc9),'max':_0x352e99(0xad)}}};}));
18
-
19
- // @univerjs-pro/sheets-chart-ui/locale/it-IT
20
- (function(_0x37e37a,_0x475f99){var _0x4ab2de=_0xe9d8,_0x2c96e6=_0x37e37a();while(!![]){try{var _0x4c9177=parseInt(_0x4ab2de(0x1f9))/0x1*(parseInt(_0x4ab2de(0x1e4))/0x2)+-parseInt(_0x4ab2de(0x20c))/0x3+parseInt(_0x4ab2de(0x22a))/0x4+-parseInt(_0x4ab2de(0x204))/0x5+-parseInt(_0x4ab2de(0x272))/0x6*(parseInt(_0x4ab2de(0x1f6))/0x7)+-parseInt(_0x4ab2de(0x27a))/0x8+-parseInt(_0x4ab2de(0x260))/0x9*(-parseInt(_0x4ab2de(0x263))/0xa);if(_0x4c9177===_0x475f99)break;else _0x2c96e6['push'](_0x2c96e6['shift']());}catch(_0x5f1fc1){_0x2c96e6['push'](_0x2c96e6['shift']());}}}(_0x5d13,0x26217),function(_0x15957f,_0x3f03c4){var _0x4bad5c=_0xe9d8;typeof exports==_0x4bad5c(0x1d2)&&typeof module<'u'?module[_0x4bad5c(0x232)]=_0x3f03c4():typeof define=='function'&&define['amd']?define([],_0x3f03c4):(_0x15957f=typeof globalThis<'u'?globalThis:_0x15957f||self,_0x15957f[_0x4bad5c(0x1cf)]=_0x3f03c4());}(this,function(){var _0x2e3201=_0xe9d8;return{'sheets-chart-ui':{'permission':{'editErr':'L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.'},'insertChart':_0x2e3201(0x235),'editChart':_0x2e3201(0x22b),'openChartPanel':'Apri\x20pannello\x20grafico','deleteChart':'Elimina\x20grafico','hideChartPanel':'Nascondi\x20pannello\x20grafico','setupChart':'Configura','customChart':'Personalizza','default':_0x2e3201(0x25c),'reset':_0x2e3201(0x1e6),'chartType':'Tipo\x20di\x20grafico','themes':'Temi','dataRange':_0x2e3201(0x23d),'stack':_0x2e3201(0x229),'category':_0x2e3201(0x21e),'aggregate':_0x2e3201(0x28d),'allSeries':'Tutte\x20le\x20serie','series':_0x2e3201(0x222),'addSeries':_0x2e3201(0x276),'moreSettings':_0x2e3201(0x271),'min':_0x2e3201(0x1f7),'max':_0x2e3201(0x294),'invalidType':{'gaps':_0x2e3201(0x245),'zero':_0x2e3201(0x1e9),'connectDataPointsWithStraightLines':_0x2e3201(0x259)},'blank':_0x2e3201(0x28a),'seriesBlock':{'format':'Formato','dataPointStyle':'Stile\x20punto\x20dati'},'backgroundColor':_0x2e3201(0x225),'chartBorderColor':_0x2e3201(0x201),'titles':{'title':_0x2e3201(0x25e),'mainTitle':'Titolo\x20principale','subTitle':_0x2e3201(0x22c),'xAxisTitle':_0x2e3201(0x1f5),'yAxisTitle':_0x2e3201(0x29f),'rightYAxisTitle':_0x2e3201(0x237),'titleFormat':_0x2e3201(0x1ef),'titleText':_0x2e3201(0x21d),'titlePosition':_0x2e3201(0x280),'titleAlign':'Allineamento\x20titolo\x20asse'},'axisPositionType':{'start':'Inizio','center':_0x2e3201(0x28b),'end':_0x2e3201(0x213)},'gradientFill':_0x2e3201(0x1e2),'settingsLabels':{'switchToRowOrColumn':_0x2e3201(0x1d5),'useAsCategoryLabels':_0x2e3201(0x1f1),'showEmptyCellsAs':_0x2e3201(0x281)},'positionType':{'auto':'Automatico','inside':_0x2e3201(0x1dd),'outside':_0x2e3201(0x1fa),'top':_0x2e3201(0x25a),'bottom':_0x2e3201(0x22f),'left':_0x2e3201(0x215),'right':_0x2e3201(0x28e),'hide':_0x2e3201(0x24f)},'align':{'left':'Sinistra','center':_0x2e3201(0x28b),'right':_0x2e3201(0x28e)},'alignY':{'top':_0x2e3201(0x25a),'middle':_0x2e3201(0x253),'bottom':_0x2e3201(0x22f)},'chartStyle':_0x2e3201(0x261),'chartAndAxisTitles':_0x2e3201(0x1dc),'legend':_0x2e3201(0x1d4),'legendSelectMode':'Modalità\x20selezione\x20legenda','legendSelectModeType':{'single':_0x2e3201(0x242),'multiple':_0x2e3201(0x252),'close':_0x2e3201(0x284)},'legendVisualMapType':{'continuous':_0x2e3201(0x1eb),'piecewise':_0x2e3201(0x24a)},'axes':{'axis':_0x2e3201(0x20d),'axisOptions':_0x2e3201(0x24d),'horizontalAxis':_0x2e3201(0x1e7),'verticalAxis':_0x2e3201(0x23c),'rightVerticalAxis':_0x2e3201(0x287),'leftAxis':_0x2e3201(0x203),'rightAxis':'Asse\x20destro','useRightAxis':_0x2e3201(0x210)},'position':_0x2e3201(0x224),'dataLabels':_0x2e3201(0x268),'gridlinesAndTicks':_0x2e3201(0x1ee),'indicatorLine':_0x2e3201(0x1e1),'indicatorLineType':_0x2e3201(0x217),'indicatorLineColor':_0x2e3201(0x1ec),'indicatorLabel':_0x2e3201(0x27e),'indicatorValue':_0x2e3201(0x1d9),'shape':{'polygon':_0x2e3201(0x226),'circle':_0x2e3201(0x1d0),'square':_0x2e3201(0x241),'triangle':_0x2e3201(0x211),'diamond':_0x2e3201(0x220),'rect':'Rettangolo','roundRect':'Rettangolo\x20arrotondato','pin':_0x2e3201(0x1e0),'arrow':_0x2e3201(0x23b),'none':_0x2e3201(0x24c),'emptyCircle':'Cerchio\x20vuoto','emptySquare':_0x2e3201(0x227),'emptyTriangle':_0x2e3201(0x286),'emptyDiamond':_0x2e3201(0x20f),'emptyRect':_0x2e3201(0x289),'emptyRoundRect':'Rettangolo\x20arrotondato\x20vuoto','emptyPin':_0x2e3201(0x279),'emptyArrow':_0x2e3201(0x283)},'border':_0x2e3201(0x1f4),'value':_0x2e3201(0x209),'fill':_0x2e3201(0x23f),'line':'Linea','withOpacity':_0x2e3201(0x29a),'withColor':'{0}\x20con\x20colore','withThickness':_0x2e3201(0x254),'withType':_0x2e3201(0x1db),'withSize':_0x2e3201(0x21a),'withShape':_0x2e3201(0x20e),'withFormat':'{0}\x20con\x20formato','dataPoint':_0x2e3201(0x26c),'dataNodeShape':_0x2e3201(0x1d1),'addDataPoint':_0x2e3201(0x21f),'point':_0x2e3201(0x1e5),'percentage':_0x2e3201(0x26f),'lineType':{'line':_0x2e3201(0x212),'smooth':_0x2e3201(0x22d),'step':_0x2e3201(0x295)},'stackType':{'stack':_0x2e3201(0x229),'percent':_0x2e3201(0x296)},'lineDashType':_0x2e3201(0x202),'dashType':{'solid':'Continua','dash':_0x2e3201(0x28f),'dot':'Punteggiata'},'color':_0x2e3201(0x27d),'gridlines':{'majorGridlines':'Linee\x20griglia\x20principali','text':_0x2e3201(0x250)},'ticks':{'majorTick':_0x2e3201(0x1fb),'tickPosition':_0x2e3201(0x1f2),'tickLength':_0x2e3201(0x293)},'none':'Nessuno','theIndexItem':'L\x27elemento\x20{0}','seriesDefaultName':_0x2e3201(0x200),'categoryDefaultName':_0x2e3201(0x230),'styleEditPanel':{'showLabels':_0x2e3201(0x208),'showDataLabels':_0x2e3201(0x1fd),'padAngle':_0x2e3201(0x247),'halfPie':_0x2e3201(0x233),'rosePie':'Torta\x20a\x20rosa','pieValScale':_0x2e3201(0x249),'pieValSuffix':_0x2e3201(0x264),'pieDigitalFixed':'Cifre\x20decimali\x20fisse','showLabelLine':'Mostra\x20linea\x20etichetta','reverseAxisOrder':_0x2e3201(0x239),'showAxisLine':_0x2e3201(0x1d8),'labelPosition':'Posizione\x20etichetta','labelText':_0x2e3201(0x206),'repeatWordCould':_0x2e3201(0x29e),'gap':'Spazio','useAbsValue':'Usa\x20valore\x20assoluto','labelRotate':_0x2e3201(0x255),'wordCloudShape':_0x2e3201(0x236),'useDateAxis':_0x2e3201(0x214),'dateAxisTips':'L\x27asse\x20data\x20è\x20disponibile\x20solo\x20quando\x20tutti\x20i\x20dati\x20sono\x20in\x20formato\x20data'},'doughnutHole':_0x2e3201(0x274),'radar':{'fill':_0x2e3201(0x23f)},'msg':{'invalidSource':'La\x20fonte\x20dati\x20del\x20grafico\x20deve\x20avere\x20più\x20di\x201\x20riga\x20e\x201\x20colonna.','emptyTips':_0x2e3201(0x1e3),'sankeyCircularTips':_0x2e3201(0x267)},'cloud':{'title':_0x2e3201(0x218),'word':'Parola','frequency':'Frequenza'},'trendline':{'name':'Linea\x20di\x20tendenza','displayName':_0x2e3201(0x1f0),'addTrendLine':_0x2e3201(0x26a),'trendlineType':_0x2e3201(0x262),'trendlineName':_0x2e3201(0x1f0),'trendlineColor':_0x2e3201(0x23a),'trendlineThickness':_0x2e3201(0x275),'trendlineDashType':'Tipo\x20tratteggio\x20linea\x20di\x20tendenza','exp':_0x2e3201(0x265),'linear':_0x2e3201(0x297),'log':_0x2e3201(0x282),'pow':_0x2e3201(0x22e),'movingAvg':_0x2e3201(0x258),'poly':'Polinomiale','order':_0x2e3201(0x25f),'period':_0x2e3201(0x1df),'showFormula':'Mostra\x20formula','showR2':'Mostra\x20R\x20quadro','formula':_0x2e3201(0x216),'r2':_0x2e3201(0x277)},'bubble':{'xAxis':_0x2e3201(0x1d6),'yAxis':'Asse\x20Y','size':_0x2e3201(0x24b),'label':_0x2e3201(0x29d),'emptyTips':'Il\x20grafico\x20a\x20bolle\x20richiede\x20almeno\x202\x20colonne:\x20asse\x20X,\x20asse\x20Y'},'relation':{'title':'Grafico\x20delle\x20relazioni','auto':_0x2e3201(0x29c),'circular':_0x2e3201(0x219),'force':_0x2e3201(0x228),'useValueAsSymbolSize':_0x2e3201(0x288),'layoutType':'Tipo\x20layout','forceOptions':'Opzioni\x20forza-diretta','repulsion':_0x2e3201(0x1ed),'gravity':_0x2e3201(0x26e),'edgeLength':_0x2e3201(0x207),'rotateLabel':_0x2e3201(0x256),'emphasis':'Abilita\x20effetto\x20dissolvenza\x20selezione','emptyTips':_0x2e3201(0x1e8)},'waterfall':{'stackType':'Tipo\x20impilamento','arrangement':'Sequenziale','stacked':_0x2e3201(0x248),'positive':'Positivo','negative':_0x2e3201(0x291),'subtotal':_0x2e3201(0x1ea),'showSubtotal':_0x2e3201(0x1de),'positiveStyle':_0x2e3201(0x1fc),'negativeStyle':'Stile\x20negativo','subtotalStyle':_0x2e3201(0x278),'positiveLegendText':_0x2e3201(0x231),'negativeLegendText':_0x2e3201(0x266),'subtotalLegendText':_0x2e3201(0x221)},'pareto':{'lineName':_0x2e3201(0x27b),'lineSeries':_0x2e3201(0x21c),'barSeries':'Serie\x20grafico\x20a\x20barre'},'visualMapScope':'Ambito\x20mappa\x20visiva','boxplot':{'min':_0x2e3201(0x298),'q1':_0x2e3201(0x270),'median':_0x2e3201(0x243),'q3':_0x2e3201(0x285),'max':_0x2e3201(0x24e)},'chartTypes':{'line':_0x2e3201(0x1fe),'area':_0x2e3201(0x21b),'areaStacked':_0x2e3201(0x1ff),'areaPercentStacked':_0x2e3201(0x20b),'column':'Grafico\x20a\x20colonne','bar':_0x2e3201(0x273),'barStacked':_0x2e3201(0x223),'barPercentStacked':_0x2e3201(0x240),'pie':_0x2e3201(0x27f),'donut':_0x2e3201(0x290),'scatter':_0x2e3201(0x299),'radar':'Grafico\x20radar','bubble':_0x2e3201(0x251),'stock':_0x2e3201(0x26b),'combination':_0x2e3201(0x1da),'wordCloud':_0x2e3201(0x27c),'funnel':'Grafico\x20a\x20imbuto','relation':_0x2e3201(0x1f3),'waterfall':_0x2e3201(0x246),'pareto':_0x2e3201(0x292),'sankey':_0x2e3201(0x1d3),'heatmap':_0x2e3201(0x23e),'boxplot':'Box\x20plot'},'dialog':{'numfmt':{'general':_0x2e3201(0x269),'accounting':_0x2e3201(0x25b),'currency':_0x2e3201(0x1d7),'date':'Data','thousandthPercentile':_0x2e3201(0x1f8),'fieldSetting':_0x2e3201(0x238),'formatTypes':_0x2e3201(0x28c),'confirm':'OK','cancel':_0x2e3201(0x234),'generalDesc':_0x2e3201(0x20a),'accountingDesc':_0x2e3201(0x29b),'currencyDesc':'Il\x20formato\x20valuta\x20è\x20usato\x20per\x20valori\x20monetari\x20generali,\x20il\x20formato\x20contabilità\x20allinea\x20i\x20punti\x20decimali\x20in\x20una\x20colonna\x20di\x20valori.','dateDesc':_0x2e3201(0x205),'thousandthPercentileDesc':'Il\x20formato\x20percentile\x20millesimo\x20è\x20usato\x20per\x20numeri\x20generali,\x20i\x20formati\x20valuta\x20e\x20contabilità\x20forniscono\x20formati\x20specializzati\x20per\x20valori\x20monetari.','decimalPlaces':_0x2e3201(0x244),'currencyTypes':'Tipi\x20di\x20valuta','negativeNumberTypes':_0x2e3201(0x25d),'dateTypes':_0x2e3201(0x26d)},'setFormat':_0x2e3201(0x257)}}};}));function _0xe9d8(_0x4b8ef4,_0x1e1487){_0x4b8ef4=_0x4b8ef4-0x1cf;var _0x5d1351=_0x5d13();var _0xe9d899=_0x5d1351[_0x4b8ef4];return _0xe9d899;}function _0x5d13(){var _0x17f474=['Gravità','Percentuale','Primo\x20quartile','Altre\x20impostazioni','1848iBsRxI','Grafico\x20a\x20barre','Foro\x20ad\x20anello','Spessore\x20linea\x20di\x20tendenza','Aggiungi\x20serie','R\x20quadro','Stile\x20subtotale','Spillo\x20vuoto','1975552PdRKhq','Percentuale\x20cumulativa','Grafico\x20nuvola\x20di\x20parole','Colore','Etichetta\x20indicatore','Grafico\x20a\x20torta','Posizione\x20titolo','Mostra\x20celle\x20vuote\x20come','Logaritmica','Freccia\x20vuota','Chiudi','Terzo\x20quartile','Triangolo\x20vuoto','Asse\x20verticale\x20destro','Usa\x20valore\x20come\x20dimensione\x20nodo','Rettangolo\x20vuoto','(Vuoto)','Centro','Tipi\x20formato','Aggrega','Destra','Tratteggiata','Grafico\x20ad\x20anello','Negativo','Grafico\x20di\x20Pareto','Lunghezza\x20segno\x20di\x20graduazione','Max','A\x20gradini','Impila\x20percentuale','Lineare','Minimo','Grafico\x20a\x20dispersione','{0}\x20con\x20opacità','Il\x20formato\x20contabilità\x20allinea\x20i\x20simboli\x20di\x20valuta\x20e\x20i\x20punti\x20decimali\x20in\x20una\x20colonna.','Automatico','Etichetta\x20bolla','Ripeti\x20nuvola\x20di\x20parole','Titolo\x20asse\x20Y','UniverProSheetsChartUiItIT','Cerchio','Forma\x20nodo\x20dati','object','Grafico\x20di\x20Sankey','Legenda','Passa\x20a\x20riga/colonna','Asse\x20X','Valuta','Mostra\x20linea\x20asse','Valore\x20indicatore','Grafico\x20combinato','{0}\x20con\x20tipo','Titoli\x20grafico\x20e\x20assi','Interno','Mostra\x20subtotale','Periodo\x20media\x20mobile','Spillo','Linea\x20indicatore','Riempimento\x20gradiente','Aggiungi\x20una\x20serie\x20per\x20iniziare\x20a\x20visualizzare\x20i\x20dati','50RLePbF','Punto','Reimposta','Asse\x20orizzontale','La\x20fonte\x20dati\x20per\x20il\x20grafico\x20delle\x20relazioni\x20è\x20la\x20matrice\x20di\x20co-occorrenze\x20con\x20la\x20colonna\x20tipo\x20aggiuntiva\x20nella\x20seconda\x20colonna','zero','Subtotale','Continua','Colore\x20linea\x20indicatore','Repulsione','Linee\x20griglia\x20e\x20segni\x20di\x20graduazione','Formato\x20titolo','Nome\x20linea\x20di\x20tendenza','Usa\x20{0}\x20come\x20categoria','Posizione\x20segno\x20di\x20graduazione','Grafico\x20delle\x20relazioni','Bordo','Titolo\x20asse\x20X','1029vFGxAD','Min','Percentile\x20millesimo','3556bfHDjS','Esterno','Segno\x20di\x20graduazione\x20principale','Stile\x20positivo','Mostra\x20etichette\x20dati','Grafico\x20a\x20linee','Grafico\x20ad\x20area\x20impilato','Serie\x20{0}','Colore\x20bordo\x20grafico','Tipo\x20tratteggio\x20linea','Asse\x20sinistro','935560pdAWEc','Il\x20formato\x20data\x20visualizza\x20i\x20numeri\x20seriali\x20di\x20data\x20e\x20ora\x20come\x20valori\x20di\x20data.','Testo\x20etichetta','Distanza\x20nodi','Mostra\x20etichette','Valore','Il\x20formato\x20generale\x20non\x20contiene\x20alcun\x20formato\x20numerico\x20specifico.','Grafico\x20ad\x20area\x20impilato\x20percentuale','227778zMbcHZ','Asse','{0}\x20con\x20forma','Diamante\x20vuoto','Usa\x20asse\x20destro','Triangolo','Linea','Fine','Usa\x20asse\x20data','Sinistra','Formula','Tipo\x20linea\x20indicatore','Nuvola\x20di\x20parole','Circolare','{0}\x20con\x20dimensione','Grafico\x20ad\x20area','Serie\x20percentuale\x20cumulativa','Testo\x20titolo','Categoria','Aggiungi\x20punto\x20dati','Diamante','Testo\x20legenda\x20subtotale','Serie','Grafico\x20a\x20barre\x20impilato','Posizione','Colore\x20sfondo','Poligono','Quadrato\x20vuoto','Forza-diretta','Impila','945976cPifdF','Editor\x20grafico','Sottotitolo','Liscia','Potenza','Inferiore','Categoria\x20{0}','Testo\x20legenda\x20positivo','exports','Mezza\x20torta','Annulla','Inserisci\x20grafico','Forma\x20nuvola\x20di\x20parole','Titolo\x20asse\x20Y\x20destro','Impostazioni\x20campo','Inverti\x20ordine\x20asse','Colore\x20linea\x20di\x20tendenza','Freccia','Asse\x20verticale','Intervallo\x20dati','Mappa\x20di\x20calore','Riempimento','Grafico\x20a\x20barre\x20impilato\x20percentuale','Quadrato','Singola','Mediana','Cifre\x20decimali','vuoti','Grafico\x20a\x20cascata','Angolo\x20spaziatura\x20etichetta','Impilato','Scala\x20valore','A\x20tratti','Dimensione\x20bolla','Nessuno','Opzioni\x20asse','Massimo','Nascondi','Linee\x20griglia','Grafico\x20a\x20bolle','Multipla','Centrale','{0}\x20con\x20spessore','Rotazione\x20etichetta','Ruota\x20etichetta','Imposta\x20formato\x20etichetta','Media\x20mobile','Connetti\x20punti\x20dati\x20con\x20linee\x20rette','Superiore','Contabilità','Predefinito','Tipi\x20di\x20numeri\x20negativi','Titolo','Ordine\x20polinomiale','9wAXDHs','Stile\x20grafico','Tipo\x20linea\x20di\x20tendenza','3860470NJgfvT','Suffisso\x20valore','Esponenziale','Testo\x20legenda\x20negativo','Il\x20grafico\x20di\x20Sankey\x20non\x20può\x20contenere\x20dati\x20circolari','Etichette\x20dati','Generale','Aggiungi\x20linea\x20di\x20tendenza','Grafico\x20azionario','Punto\x20dati','Tipi\x20di\x20data'];_0x5d13=function(){return _0x17f474;};return _0x5d13();}
21
-
22
- // @univerjs-pro/sheets-sparkline-ui/locale/it-IT
23
- function _0x2491(){var _0x5940d3=['5252922CsQWIV','Linea','Impostazioni\x20avanzate','Valore\x20personalizzato','4227696nMaaCG','Punto\x20negativo','Disegna\x20dati\x20da\x20destra\x20a\x20sinistra','Sparkline','Riempimento\x20gradiente','Mostra\x20angoli\x20arrotondati','exports','Rimuovi\x20elemento','Usa\x20valore\x20minimo\x20di\x20ciascuna\x20Sparkline','Rimuovi\x20Sparkline','Seleziona\x20intervallo\x20dati','34701VxEnhd','Indicatore','Distintivo','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20una\x20singola\x20posizione','Separa','Barra','Altre\x20impostazioni','Mostra\x20dati\x20nascosti','232xeLtwX','Usa\x20valore\x20massimo\x20del\x20gruppo','Regola\x20stile','object','Raggruppa','P/N','Punto\x20minimo','UniverProSheetsSparklineUiItIT','Cambia\x20tipo','215740UJFtRH','5CEuGXs','Gruppo\x20Sparkline','Asse\x20orizzontale','300818dCPEcR','Modifica\x20Sparkline','Valore\x20zero','Mostra\x20asse\x20zero','Morbido','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20aree\x20multiple','Tema','Predefinito','amd','Asse\x20verticale','Impostazioni\x20di\x20base','21946350qfGmsX','190CFffVs','1263768BsbZon','Larghezza\x20linea','Connetti\x20punti\x20dati\x20con\x20una\x20linea','Intervallo\x20dati\x20e\x20posizione','Conferma'];_0x2491=function(){return _0x5940d3;};return _0x2491();}function _0x49af(_0x2f4db9,_0x2d37f8){_0x2f4db9=_0x2f4db9-0x13c;var _0x2491a8=_0x2491();var _0x49af07=_0x2491a8[_0x2f4db9];return _0x49af07;}(function(_0x516549,_0x210a45){var _0x1a9ce8=_0x49af,_0x3bf853=_0x516549();while(!![]){try{var _0x10f67b=parseInt(_0x1a9ce8(0x156))/0x1+-parseInt(_0x1a9ce8(0x166))/0x2*(parseInt(_0x1a9ce8(0x145))/0x3)+-parseInt(_0x1a9ce8(0x167))/0x4+-parseInt(_0x1a9ce8(0x157))/0x5*(parseInt(_0x1a9ce8(0x16c))/0x6)+-parseInt(_0x1a9ce8(0x15a))/0x7*(-parseInt(_0x1a9ce8(0x14d))/0x8)+-parseInt(_0x1a9ce8(0x170))/0x9+parseInt(_0x1a9ce8(0x165))/0xa;if(_0x10f67b===_0x210a45)break;else _0x3bf853['push'](_0x3bf853['shift']());}catch(_0x571907){_0x3bf853['push'](_0x3bf853['shift']());}}}(_0x2491,0xdae47),function(_0x312455,_0x1732b7){var _0x1ab360=_0x49af;typeof exports==_0x1ab360(0x150)&&typeof module<'u'?module[_0x1ab360(0x140)]=_0x1732b7():typeof define=='function'&&define[_0x1ab360(0x162)]?define([],_0x1732b7):(_0x312455=typeof globalThis<'u'?globalThis:_0x312455||self,_0x312455[_0x1ab360(0x154)]=_0x1732b7());}(this,function(){var _0x44b8fd=_0x49af;return{'sheets-sparkline-ui':{'permission':{'editErr':'L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.'},'title':_0x44b8fd(0x13d),'remove':_0x44b8fd(0x143),'edit':_0x44b8fd(0x15b),'panel':{'title':'Impostazioni\x20Sparkline','basic':_0x44b8fd(0x164),'advanced':_0x44b8fd(0x16e),'sourceAndPosition':_0x44b8fd(0x16a),'type':'Tipo','line':_0x44b8fd(0x16d),'bar':_0x44b8fd(0x14a),'pie':'Torta','profitAndLoss':_0x44b8fd(0x152),'theme':_0x44b8fd(0x160),'standard':'Standard','custom':'Personalizzato','specialty':'Specialità','distinctive':_0x44b8fd(0x147),'soft':_0x44b8fd(0x15e),'fresh':'Fresco','adjustStyle':_0x44b8fd(0x14f),'sparklineColor':'Colore\x20Sparkline','lineWidth':_0x44b8fd(0x168),'gradient':_0x44b8fd(0x13e),'radius':_0x44b8fd(0x13f),'marker':_0x44b8fd(0x146),'highPoint':'Punto\x20massimo','lowPoint':_0x44b8fd(0x153),'firstPoint':'Primo\x20punto','lastPoint':'Ultimo\x20punto','negativePoint':_0x44b8fd(0x171),'markersPoint':'Indicatori','manager':'Gestione','removeItem':_0x44b8fd(0x141),'removeGroup':'Rimuovi\x20gruppo','composeManager':'Gestione\x20gruppo','compose':_0x44b8fd(0x151),'unCompose':_0x44b8fd(0x149),'horizontal':_0x44b8fd(0x159),'showZeroAxis':_0x44b8fd(0x15d),'axisColor':'Colore\x20asse','reverse':_0x44b8fd(0x13c),'vertical':_0x44b8fd(0x163),'min':'Valore\x20minimo','itemMin':_0x44b8fd(0x142),'groupMin':'Usa\x20valore\x20minimo\x20del\x20gruppo','customMin':_0x44b8fd(0x16f),'max':'Valore\x20massimo','itemMax':'Usa\x20valore\x20massimo\x20di\x20ciascuna\x20Sparkline','groupMax':_0x44b8fd(0x14e),'customMax':_0x44b8fd(0x16f),'moreSetting':_0x44b8fd(0x14b),'showHidden':_0x44b8fd(0x14c),'showEmptyAs':'Visualizza\x20celle\x20vuote\x20come','showNonNumAs':'Visualizza\x20celle\x20non\x20numeriche\x20come','spacing':'Spaziatura','zeroValue':_0x44b8fd(0x15c),'connectWithLine':_0x44b8fd(0x169),'default':_0x44b8fd(0x161)},'selector':{'title':_0x44b8fd(0x15b),'changeType':_0x44b8fd(0x155),'sparkline':'Sparkline','sparklineGroup':_0x44b8fd(0x158),'setSource':_0x44b8fd(0x144),'setTarget':'Seleziona\x20posizione','confirm':_0x44b8fd(0x16b),'cancel':'Annulla','targetError':'Intervallo\x20di\x20destinazione\x20non\x20valido','singleSourceError':'La\x20multiselezione\x20non\x20è\x20supportata\x20durante\x20la\x20modifica\x20di\x20una\x20singola\x20sparkline','multSourceError':_0x44b8fd(0x15f),'resetSourceError':_0x44b8fd(0x148)}}};}));
24
-
25
- // @univerjs-pro/sheets-shape-ui/locale/it-IT
26
- function _0x2813(){var _0x32f8dd=['Rettangoli','Elimina\x20forma','Didascalia\x20accento\x202','103265dlRujs','Freccia\x20sinistra','Freccia\x20piegata','Pergamena\x20orizzontale','9793HHUTLx','Didascalia\x203','Processo\x20alternativo','Pentagono','Fonte\x20immagine','4kspGcS','Memoria\x20ad\x20accesso\x20sequenziale','Inserisci\x20forma','A\x20mano\x20libera','Freccia\x20circolare\x20sinistra','Didascalia\x20bordo\x20accento\x203','Decagono','Nastro\x20sinistra-destra','Scala\x20Y','Freccia\x20destra','superiore','Ottagono','Connettore\x20a\x20gomito','Anello','In\x20alto\x20a\x20destra','Stella\x20a\x2012\x20punte','Esagono','Triangolo\x20isoscele','Parentesi\x20graffa\x20sinistra','Didascalia\x20freccia\x20sinistra-destra','Didascalia\x20linea\x202','Doppia\x20parentesi\x20graffa','Didascalia\x20freccia\x20quadrupla','Per','Trapezio\x20scaleno','Display','Tratto-punto','Linea\x20solida','Didascalia\x20linea\x203','Aumenta\x20dimensione\x20carattere','Didascalia\x20ovale','Attiva/disattiva\x20capovolgimento\x20orizzontale','Nessun\x20riempimento','Stella\x20a\x2024\x20punte','Rettangolo\x20con\x20angoli\x20arrotondati\x20in\x20diagonale','Terminatore','Torta','Freccia\x20sinistra-destra-su','Linee','170720FtVURK','Freccia\x20curva\x20sinistra','Chevron','Casella\x20di\x20testo\x20verticale','Freccia\x20su','Pulsante\x20azione:\x20vuoto','Connettore\x20a\x20gomito\x20doppia\x20freccia','Casella\x20di\x20testo\x20orizzontale','126fGZOOX','Lacrima','Connettore','Rettangolo\x20con\x20un\x20angolo\x20arrotondato','Connettore\x20a\x20gomito\x20freccia','Pulsante\x20azione:\x20documento','Processo','Didascalia\x20accento\x203','object','Offset\x20X','Larghezza','Nessuno','Triangolo\x20rettangolo','Stella\x20a\x2010\x20punte','centro','Nastro\x20giù','Didascalia\x20freccia\x20su','Trasparenza','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Didascalia\x201','Freccia','Stelle\x20e\x20banner','Grafico\x20più','Nastro\x20perforato','Ruota\x20a\x20sinistra\x2090°','Smusso','In\x20basso\x20a\x20destra','Uguale','Freccia\x20circolare','Riempimento','Doppia\x20parentesi\x20quadra','Piccola','Stella\x20a\x2032\x20punte','Linea','Altri','Forma\x20a\x20L','Riempimento\x20motivo','Stella\x20a\x206\x20punte','Freccia\x20diamante','Placca','Allineamento','Freccia\x20ovale','Rettangolo\x20con\x20un\x20angolo\x20tagliato','Disegnato\x20a\x20mano','Rettangolo\x20con\x20angolo\x20tagliato\x20e\x20arrotondato','Linea\x20inversa','Grande','Posizione\x20forma','Forme\x20equazione','Doppia\x20onda','Arrotondata','Formato\x20forma','376XkHFin','Cornice','Forme\x20di\x20base','Schede\x20quadrate','Tipo\x20freccia\x20iniziale','Stella\x20a\x208\x20punte','Ingranaggio\x209','Media','Colore\x20riempimento','Smussata','Pergamena\x20verticale','Frecce\x20a\x20blocco','Rettangolo\x20con\x20angoli\x20tagliati\x20in\x20diagonale','Angolo\x20piegato','Diviso','Tratto\x20lungo-punto-punto','Meno','Rettangolo\x20con\x20angoli\x20arrotondati\x20sullo\x20stesso\x20lato','Documento','Stile\x20forma','Punto\x20rotondo','Pulsante\x20azione:\x20fine','Fulmine','A\x20mitra','Nastro\x20curvo\x20giù','Connettore\x20curvo\x20doppia\x20freccia','Freccia\x20su-giù','Centro','Continua','Cuore','Ruota\x20a\x20destra\x2090°','Punto\x20quadrato','Allineamento\x20verticale','Diverso','Apri\x20pannello\x20forma','Stella\x20a\x207\x20punte','Schede\x20placca','Freccia\x20dentellata\x20destra','Esplosione\x202','Riempimento\x20gradiente','sinistra','destra','Freccia\x20linea','Stile\x20schizzo','Trapezio','1119555sWHEHz','Schede\x20ad\x20angolo','Didascalia\x20freccia\x20destra','Parentesi\x20graffa\x20destra','Freccia\x20sinistra-destra','Ruota\x20con\x20forma','Connettore\x20fuori\x20pagina','Imbuto','Stella\x20a\x204\x20punte','Scala\x20X','836nQsQPk','Processo\x20predefinito','exports','Linea\x20doppia\x20freccia','Ingresso\x20manuale','Attiva/disattiva\x20testo\x20verticale','Spicchio\x20torta','282972MvuPZn','4672449aMSiES','Dimensione\x20freccia\x20iniziale','Arco','Pulsante\x20azione:\x20indietro\x20o\x20precedente','Pulsante\x20azione:\x20ritorna','Nascondi\x20pannello\x20forma','Ettagono','Freccia\x20curva\x20su','Freccia\x20piegata\x20su','Parentesi\x20quadra\x20sinistra','Diminuisci\x20dimensione\x20carattere','Didascalia\x20freccia\x20giù','Tipo\x20tratteggio','Pulsante\x20azione:\x20inizio','Tipo\x20giunzione','Freccia\x20circolare\x20sinistra-destra','Piana','Diagramma\x20di\x20flusso','Didascalia\x20nuvola','Arco\x20a\x20blocchi','Stella\x20a\x2016\x20punte','Cilindro','Tratto\x20lungo','function','Colore','Diamante','In\x20alto\x20a\x20sinistra','Freccia\x20a\x20U','Nessuna\x20linea','Pulsante\x20azione:\x20aiuto','inferiore','Nastro\x20curvo\x20su','Didascalia\x20linea\x201','Connettore\x20curvo\x20freccia','Didascalie','Rettangolo\x20con\x20angoli\x20tagliati\x20sullo\x20stesso\x20lato','Allineamento\x20orizzontale','In\x20basso\x20a\x20sinistra','Pulsante\x20azione:\x20home','Ingranaggio\x206','2iVoBdx','Multidocumento','Memoria\x20interna','278261PKUTAD','Freccia\x20a\x20strisce\x20destra','Inserisci...','Freccia\x20curva\x20giù','Raggruppa','Destra','Didascalia\x20bordo\x20accento\x202','Dimensione\x20carattere','Didascalia\x20rettangolare\x20arrotondata','Ovale','Reimposta'];_0x2813=function(){return _0x32f8dd;};return _0x2813();}function _0x4879(_0x417147,_0x2157fd){_0x417147=_0x417147-0xf4;var _0x28130e=_0x2813();var _0x487916=_0x28130e[_0x417147];return _0x487916;}(function(_0x271e28,_0x79a81f){var _0x5ceaca=_0x4879,_0x1459e6=_0x271e28();while(!![]){try{var _0x18f905=parseInt(_0x5ceaca(0xf5))/0x1*(-parseInt(_0x5ceaca(0x1d6))/0x2)+-parseInt(_0x5ceaca(0x19c))/0x3*(parseInt(_0x5ceaca(0x10c))/0x4)+parseInt(_0x5ceaca(0x103))/0x5*(-parseInt(_0x5ceaca(0x13b))/0x6)+parseInt(_0x5ceaca(0x107))/0x7*(parseInt(_0x5ceaca(0x16f))/0x8)+-parseInt(_0x5ceaca(0x1ae))/0x9+parseInt(_0x5ceaca(0x133))/0xa+-parseInt(_0x5ceaca(0x1a6))/0xb*(-parseInt(_0x5ceaca(0x1ad))/0xc);if(_0x18f905===_0x79a81f)break;else _0x1459e6['push'](_0x1459e6['shift']());}catch(_0x4f64be){_0x1459e6['push'](_0x1459e6['shift']());}}}(_0x2813,0x42145),function(_0x459e2f,_0x4a6069){var _0xf9089a=_0x4879;typeof exports==_0xf9089a(0x143)&&typeof module<'u'?module[_0xf9089a(0x1a8)]=_0x4a6069():typeof define==_0xf9089a(0x1c5)&&define['amd']?define([],_0x4a6069):(_0x459e2f=typeof globalThis<'u'?globalThis:_0x459e2f||self,_0x459e2f['UniverProSheetsShapeUiItIT']=_0x4a6069());}(this,function(){var _0x1e369c=_0x4879;return{'sheets-shape-ui':{'align':{'top':_0x1e369c(0x116),'middle':'centrale','bottom':_0x1e369c(0x1cc),'left':_0x1e369c(0x197),'center':_0x1e369c(0x149),'right':_0x1e369c(0x198)},'toolbar':{'verticalAlignMode':{'main':_0x1e369c(0x18f)},'horizontalAlignMode':{'main':_0x1e369c(0x1d2)},'fillColor':{'main':_0x1e369c(0x177)},'fontSize':_0x1e369c(0xfc),'fontSizeIncrease':_0x1e369c(0x129),'fontSizeDecrease':_0x1e369c(0x1b8),'resetColor':_0x1e369c(0xff)},'imagePanel':{'crop':{'shape':'Ritaglia\x20a\x20forma'}},'permission':{'editErr':_0x1e369c(0x14d)},'title':'Forma','insertShape':_0x1e369c(0x10e),'openPanel':_0x1e369c(0x191),'deleteShape':_0x1e369c(0x101),'hidePanel':_0x1e369c(0x1b3),'formatShape':_0x1e369c(0x16e),'shapeStyle':_0x1e369c(0x182),'shapePosition':_0x1e369c(0x16a),'toggleFlipH':_0x1e369c(0x12b),'toggleFlipV':'Attiva/disattiva\x20capovolgimento\x20verticale','rotateRight90':_0x1e369c(0x18d),'rotateLeft90':_0x1e369c(0x153),'toggleTextVertical':_0x1e369c(0x1ab),'fill':{'title':_0x1e369c(0x158),'noFill':_0x1e369c(0x12c),'solidFill':'Riempimento\x20solido','gradientFill':_0x1e369c(0x196),'pictureFill':'Riempimento\x20immagine\x20o\x20texture','patternFill':_0x1e369c(0x15f),'color':_0x1e369c(0x1c6),'transparency':_0x1e369c(0x14c),'picture':{'source':_0x1e369c(0x10b),'insert':_0x1e369c(0xf7),'tileAsTexture':'Affianca\x20immagine\x20come\x20texture','offsetX':_0x1e369c(0x144),'offsetY':'Offset\x20Y','scaleX':_0x1e369c(0x1a5),'scaleY':_0x1e369c(0x114),'alignment':_0x1e369c(0x163),'rotateWithShape':_0x1e369c(0x1a1),'align':{'tl':_0x1e369c(0x1c8),'t':'In\x20alto','tr':_0x1e369c(0x11a),'l':'Sinistra','ctr':_0x1e369c(0x18a),'r':_0x1e369c(0xfa),'bl':_0x1e369c(0x1d3),'b':'In\x20basso','br':_0x1e369c(0x155)}}},'line':{'title':'Linea','noLine':_0x1e369c(0x1ca),'solidLine':_0x1e369c(0x127),'gradientLine':'Linea\x20gradiente','color':_0x1e369c(0x1c6),'transparency':_0x1e369c(0x14c),'width':_0x1e369c(0x145),'dashType':{'title':_0x1e369c(0x1ba),'solid':_0x1e369c(0x18b),'roundDot':_0x1e369c(0x183),'squareDot':_0x1e369c(0x18e),'dash':'Tratteggiata','dashDot':_0x1e369c(0x126),'longDash':_0x1e369c(0x1c4),'longDashDot':'Tratto\x20lungo-punto','longDashDotDot':_0x1e369c(0x17e)},'capType':{'title':'Tipo\x20estremità','flat':_0x1e369c(0x1be),'round':_0x1e369c(0x16d),'square':'Quadrata'},'joinType':{'title':_0x1e369c(0x1bc),'miter':_0x1e369c(0x186),'round':_0x1e369c(0x16d),'bevel':_0x1e369c(0x178)},'beginArrowType':_0x1e369c(0x173),'beginArrowSize':_0x1e369c(0x1af),'endArrowType':'Tipo\x20freccia\x20finale','endArrowSize':'Dimensione\x20freccia\x20finale','arrowType':{'none':_0x1e369c(0x146),'arrow':_0x1e369c(0x14f),'openArrow':'Freccia\x20aperta','stealthArrow':'Freccia\x20stealth','diamondArrow':_0x1e369c(0x161),'ovalArrow':_0x1e369c(0x164)},'arrowSize':{'small':_0x1e369c(0x15a),'medium':_0x1e369c(0x176),'large':_0x1e369c(0x169)},'sketchType':{'title':_0x1e369c(0x19a),'none':'Nessuno','curved':'Curvato','freehand':_0x1e369c(0x10f),'handDrawn':_0x1e369c(0x166)}},'shape':{'group':{'line':_0x1e369c(0x132),'rectangle':_0x1e369c(0x100),'basicShape':_0x1e369c(0x171),'blockArrow':_0x1e369c(0x17a),'equationShape':_0x1e369c(0x16b),'flowchart':_0x1e369c(0x1bf),'starAndBanner':_0x1e369c(0x150),'callout':_0x1e369c(0x1d0),'other':_0x1e369c(0x15d)},'type':{'line':_0x1e369c(0x15c),'straight-connector1':_0x1e369c(0x199),'straight-connector2':_0x1e369c(0x1a9),'bent-connector3':_0x1e369c(0x118),'bent-connector3-arrow1':_0x1e369c(0x13f),'bent-connector3-arrow2':_0x1e369c(0x139),'curved-connector3':'Connettore\x20curvo','curved-connector3-arrow1':_0x1e369c(0x1cf),'curved-connector3-arrow2':_0x1e369c(0x188),'rect':'Rettangolo','round-rect':'Rettangolo\x20arrotondato','snip1-rect':_0x1e369c(0x165),'snip2-same-rect':_0x1e369c(0x1d1),'snip2-diag-rect':_0x1e369c(0x17b),'snip-round-rect':_0x1e369c(0x167),'round1-rect':_0x1e369c(0x13e),'round2-same-rect':_0x1e369c(0x180),'round2-diag-rect':_0x1e369c(0x12e),'rect-textbox-horizontal':_0x1e369c(0x13a),'rect-textbox-vertical':_0x1e369c(0x136),'ellipse':_0x1e369c(0xfe),'triangle':_0x1e369c(0x11d),'rt-triangle':_0x1e369c(0x147),'parallelogram':'Parallelogramma','trapezoid':_0x1e369c(0x19b),'non-isosceles-trapezoid':_0x1e369c(0x124),'diamond':_0x1e369c(0x1c7),'pentagon':'Pentagono','hexagon':_0x1e369c(0x11c),'heptagon':_0x1e369c(0x1b4),'octagon':_0x1e369c(0x117),'decagon':_0x1e369c(0x112),'dodecagon':'Dodecagono','pie':_0x1e369c(0x130),'chord':'Corda','teardrop':_0x1e369c(0x13c),'frame':_0x1e369c(0x170),'half-frame':'Mezza\x20cornice','corner':_0x1e369c(0x15e),'diag-stripe':'Striscia\x20diagonale','plus':'Croce','plaque':_0x1e369c(0x162),'can':_0x1e369c(0x1c3),'cube':'Cubo','bevel':_0x1e369c(0x154),'donut':_0x1e369c(0x119),'no-smoking':'Vietato\x20fumare','block-arc':_0x1e369c(0x1c1),'folder-corner':_0x1e369c(0x17c),'smiley-face':'Faccina\x20sorridente','heart':_0x1e369c(0x18c),'lightning-bolt':_0x1e369c(0x185),'sun':'Sole','moon':'Luna','cloud':'Nuvola','arc':_0x1e369c(0x1b0),'bracket-pair':_0x1e369c(0x159),'brace-pair':_0x1e369c(0x121),'left-bracket':_0x1e369c(0x1b7),'right-bracket':'Parentesi\x20quadra\x20destra','left-brace':_0x1e369c(0x11e),'right-brace':_0x1e369c(0x19f),'right-arrow':_0x1e369c(0x115),'left-arrow':_0x1e369c(0x104),'up-arrow':_0x1e369c(0x137),'down-arrow':'Freccia\x20giù','left-right-arrow':_0x1e369c(0x1a0),'up-down-arrow':_0x1e369c(0x189),'quad-arrow':'Freccia\x20quadrupla','left-right-up-arrow':_0x1e369c(0x131),'bent-arrow':_0x1e369c(0x105),'uturn-arrow':_0x1e369c(0x1c9),'left-up-arrow':'Freccia\x20sinistra-su','bent-up-arrow':_0x1e369c(0x1b6),'curved-right-arrow':'Freccia\x20curva\x20destra','curved-left-arrow':_0x1e369c(0x134),'curved-up-arrow':_0x1e369c(0x1b5),'curved-down-arrow':_0x1e369c(0xf8),'striped-right-arrow':_0x1e369c(0xf6),'notched-right-arrow':_0x1e369c(0x194),'home-plate':_0x1e369c(0x10a),'chevron':_0x1e369c(0x135),'right-arrow-callout':_0x1e369c(0x19e),'down-arrow-callout':_0x1e369c(0x1b9),'left-arrow-callout':'Didascalia\x20freccia\x20sinistra','up-arrow-callout':_0x1e369c(0x14b),'left-right-arrow-callout':_0x1e369c(0x11f),'quad-arrow-callout':_0x1e369c(0x122),'circular-arrow':_0x1e369c(0x157),'math-plus':'Più','math-minus':_0x1e369c(0x17f),'math-multiply':_0x1e369c(0x123),'math-divide':_0x1e369c(0x17d),'math-equal':_0x1e369c(0x156),'math-not-equal':_0x1e369c(0x190),'flow-chart-process':_0x1e369c(0x141),'flow-chart-alternate-process':_0x1e369c(0x109),'flow-chart-decision':'Decisione','flow-chart-input-output':'Dati','flow-chart-predefined-process':_0x1e369c(0x1a7),'flow-chart-internal-storage':_0x1e369c(0xf4),'flow-chart-document':_0x1e369c(0x181),'flow-chart-multidocument':_0x1e369c(0x1d7),'flow-chart-terminator':_0x1e369c(0x12f),'flow-chart-preparation':'Preparazione','flow-chart-manual-input':_0x1e369c(0x1aa),'flow-chart-manual-operation':'Operazione\x20manuale','flow-chart-connector':_0x1e369c(0x13d),'flow-chart-offpage-connector':_0x1e369c(0x1a2),'flow-chart-punched-card':'Scheda','flow-chart-punched-tape':_0x1e369c(0x152),'flow-chart-summing-junction':'Nodo\x20di\x20somma','flow-chart-or':'O','flow-chart-collate':_0x1e369c(0xf9),'flow-chart-sort':'Ordina','flow-chart-extract':'Estrai','flow-chart-merge':'Unisci','flow-chart-online-storage':'Dati\x20memorizzati','flow-chart-delay':'Ritardo','flow-chart-magnetic-tape':_0x1e369c(0x10d),'flow-chart-magnetic-disk':'Disco\x20magnetico','flow-chart-magnetic-drum':'Memoria\x20ad\x20accesso\x20diretto','flow-chart-display':_0x1e369c(0x125),'irregular-seal1':'Esplosione\x201','irregular-seal2':_0x1e369c(0x195),'star4':_0x1e369c(0x1a4),'star5':'Stella\x20a\x205\x20punte','star6':_0x1e369c(0x160),'star7':_0x1e369c(0x192),'star8':_0x1e369c(0x174),'star10':_0x1e369c(0x148),'star12':_0x1e369c(0x11b),'star16':_0x1e369c(0x1c2),'star24':_0x1e369c(0x12d),'star32':_0x1e369c(0x15b),'ribbon2':'Nastro\x20su','ribbon':_0x1e369c(0x14a),'ellipse-ribbon2':_0x1e369c(0x1cd),'ellipse-ribbon':_0x1e369c(0x187),'vertical-scroll':_0x1e369c(0x179),'horizontal-scroll':_0x1e369c(0x106),'wave':'Onda','double-wave':_0x1e369c(0x16c),'wedge-rect-callout':'Didascalia\x20rettangolare','wedge-round-rect-callout':_0x1e369c(0xfd),'wedge-ellipse-callout':_0x1e369c(0x12a),'cloud-callout':_0x1e369c(0x1c0),'border-callout1':_0x1e369c(0x1ce),'border-callout2':_0x1e369c(0x120),'border-callout3':_0x1e369c(0x128),'accent-callout1':'Didascalia\x20accento\x201','accent-callout2':_0x1e369c(0x102),'accent-callout3':_0x1e369c(0x142),'callout1':_0x1e369c(0x14e),'callout2':'Didascalia\x202','callout3':_0x1e369c(0x108),'accent-border-callout1':'Didascalia\x20bordo\x20accento\x201','accent-border-callout2':_0x1e369c(0xfb),'accent-border-callout3':_0x1e369c(0x111),'left-circular-arrow':_0x1e369c(0x110),'left-right-circular-arrow':_0x1e369c(0x1bd),'swoosh-arrow':'Freccia\x20swoosh','left-right-ribbon':_0x1e369c(0x113),'pie-wedge':_0x1e369c(0x1ac),'funnel':_0x1e369c(0x1a3),'gear6':_0x1e369c(0x1d5),'gear9':_0x1e369c(0x175),'corner-tabs':_0x1e369c(0x19d),'action-button-back-previous':_0x1e369c(0x1b1),'action-button-forward-next':'Pulsante\x20azione:\x20avanti\x20o\x20successivo','action-button-beginning':_0x1e369c(0x1bb),'action-button-end':_0x1e369c(0x184),'action-button-home':_0x1e369c(0x1d4),'action-button-information':'Pulsante\x20azione:\x20informazione','action-button-return':_0x1e369c(0x1b2),'action-button-movie':'Pulsante\x20azione:\x20filmato','action-button-document':_0x1e369c(0x140),'action-button-sound':'Pulsante\x20azione:\x20suono','action-button-help':_0x1e369c(0x1cb),'action-button-blank':_0x1e369c(0x138),'chart-plus':_0x1e369c(0x151),'chart-star':'Grafico\x20stella','chart-x':'Grafico\x20X','flow-chart-offline-storage':'Memoria\x20offline','line-inv':_0x1e369c(0x168),'plaque-tabs':_0x1e369c(0x193),'square-tabs':_0x1e369c(0x172),'up-down-arrow-callout':'Didascalia\x20freccia\x20su-giù'}}}};}));
27
-
28
- // @univerjs-pro/sheets-outline-ui/locale/it-IT
29
- function _0x2c07(_0x27a6e7,_0x50a9c0){_0x27a6e7=_0x27a6e7-0xbb;var _0x275732=_0x2757();var _0x2c07bf=_0x275732[_0x27a6e7];return _0x2c07bf;}(function(_0x3ec494,_0x14dd1c){var _0x296a05=_0x2c07,_0x2403fd=_0x3ec494();while(!![]){try{var _0x994e8d=-parseInt(_0x296a05(0xc4))/0x1*(parseInt(_0x296a05(0xcd))/0x2)+parseInt(_0x296a05(0xbe))/0x3+-parseInt(_0x296a05(0xc5))/0x4*(-parseInt(_0x296a05(0xd1))/0x5)+-parseInt(_0x296a05(0xc3))/0x6+-parseInt(_0x296a05(0xc2))/0x7+-parseInt(_0x296a05(0xc7))/0x8*(parseInt(_0x296a05(0xcf))/0x9)+parseInt(_0x296a05(0xc1))/0xa;if(_0x994e8d===_0x14dd1c)break;else _0x2403fd['push'](_0x2403fd['shift']());}catch(_0x446101){_0x2403fd['push'](_0x2403fd['shift']());}}}(_0x2757,0x36423),function(_0x1031d7,_0x1c0b9d){var _0x2100c3=_0x2c07;typeof exports==_0x2100c3(0xc9)&&typeof module<'u'?module['exports']=_0x1c0b9d():typeof define==_0x2100c3(0xcb)&&define[_0x2100c3(0xbf)]?define([],_0x1c0b9d):(_0x1031d7=typeof globalThis<'u'?globalThis:_0x1031d7||self,_0x1031d7[_0x2100c3(0xc6)]=_0x1c0b9d());}(this,function(){var _0x406ee0=_0x2c07;return{'sheets-outline-ui':{'cancel':_0x406ee0(0xd0),'group':_0x406ee0(0xc0),'ungroup':'Separa','groupRows':_0x406ee0(0xbb),'groupColumns':'Raggruppa\x20colonne\x20{0}\x20-\x20{1}','ungroupRows':'Separa\x20righe\x20{0}\x20-\x20{1}','ungroupColumns':_0x406ee0(0xd3),'error':{'permission':_0x406ee0(0xbc),'invalidRange':_0x406ee0(0xca),'outOfBounds':_0x406ee0(0xce),'crossing':'Impossibile\x20aggiornare\x20la\x20struttura\x20perché\x20il\x20risultato\x20creerebbe\x20gruppi\x20sovrapposti.','maxDepth':_0x406ee0(0xbd),'moveSplitsOutline':_0x406ee0(0xc8),'clearRangeNotContainOutline':_0x406ee0(0xd2),'unknown':_0x406ee0(0xcc)}}};}));function _0x2757(){var _0x5bc0ae=['1193213VGyBaO','560172qmpdjr','54041YMrAUh','4CVnwyL','UniverProSheetsOutlineUiItIT','810184JiwAjQ','Impossibile\x20spostare\x20righe\x20o\x20colonne\x20perché\x20verrebbe\x20divisa\x20una\x20struttura\x20esistente.\x20Rimuovi\x20prima\x20la\x20struttura\x20correlata.','object','Impossibile\x20creare\x20la\x20struttura\x20perché\x20l\x27intervallo\x20selezionato\x20non\x20è\x20valido.','function','Impossibile\x20aggiornare\x20la\x20struttura\x20perché\x20l\x27operazione\x20non\x20è\x20valida.','14OlaADu','Impossibile\x20creare\x20la\x20struttura\x20perché\x20l\x27intervallo\x20selezionato\x20è\x20esterno\x20al\x20foglio.','9ZMEkrF','Annulla','318805qlPxKB','Impossibile\x20separare\x20perché\x20l\x27intervallo\x20selezionato\x20non\x20contiene\x20completamente\x20l\x27intervallo\x20del\x20gruppo\x20della\x20struttura.','Separa\x20colonne\x20{0}\x20-\x20{1}','Raggruppa\x20righe\x20{0}\x20-\x20{1}','Non\x20disponi\x20dell\x27autorizzazione\x20di\x20visualizzazione,\x20quindi\x20non\x20è\x20possibile\x20eseguire\x20operazioni\x20di\x20raggruppamento.','Impossibile\x20creare\x20la\x20struttura\x20perché\x20le\x20strutture\x20compatibili\x20con\x20Excel\x20supportano\x20fino\x20a\x208\x20livelli.','986862XlDOgi','amd','Raggruppa','5729090aTbGIr'];_0x2757=function(){return _0x5bc0ae;};return _0x2757();}
30
-
31
- // locale/it-IT
32
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs-pro/exchange-client/locale/it-IT"),require("@univerjs-pro/sheets-chart/locale/it-IT"),require("@univerjs-pro/sheets-chart-ui/locale/it-IT"),require("@univerjs-pro/sheets-exchange-client/locale/it-IT"),require("@univerjs-pro/sheets-outline-ui/locale/it-IT"),require("@univerjs-pro/sheets-pivot/locale/it-IT"),require("@univerjs-pro/sheets-pivot-ui/locale/it-IT"),require("@univerjs-pro/sheets-print/locale/it-IT"),require("@univerjs-pro/sheets-shape-ui/locale/it-IT"),require("@univerjs-pro/sheets-sparkline-ui/locale/it-IT")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/exchange-client/locale/it-IT","@univerjs-pro/sheets-chart/locale/it-IT","@univerjs-pro/sheets-chart-ui/locale/it-IT","@univerjs-pro/sheets-exchange-client/locale/it-IT","@univerjs-pro/sheets-outline-ui/locale/it-IT","@univerjs-pro/sheets-pivot/locale/it-IT","@univerjs-pro/sheets-pivot-ui/locale/it-IT","@univerjs-pro/sheets-print/locale/it-IT","@univerjs-pro/sheets-shape-ui/locale/it-IT","@univerjs-pro/sheets-sparkline-ui/locale/it-IT"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsAdvancedItIT=i(e.UniverCore,e.UniverProExchangeClientItIT,e.UniverProSheetsChartItIT,e.UniverProSheetsChartUiItIT,e.UniverProSheetsExchangeClientItIT,e.UniverProSheetsOutlineUiItIT,e.UniverProSheetsPivotItIT,e.UniverProSheetsPivotUiItIT,e.UniverProSheetsPrintItIT,e.UniverProSheetsShapeUiItIT,e.UniverProSheetsSparklineUiItIT))})(this,(function(e,i,r,t,s,n,o,u,h,I,c){"use strict";return e.mergeLocales(i,r,t,s,n,o,u,h,I,c)}));
@@ -1,32 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/ja-JP
2
- function _0x2423(_0x23cab8,_0x6f33cd){_0x23cab8=_0x23cab8-0xa0;var _0x4786bb=_0x4786();var _0x242378=_0x4786bb[_0x23cab8];return _0x242378;}function _0x4786(){var _0x531420=['データが大きすぎます','function','ファイルが正常にアップロードされました','キャンセル','158ZLIQwm','9qIHowh','1517677vsuWNo','object','20ABAqPZ','906220ZRfMiD','5020168VeHClF','内部エラーが発生しました','exports','12Zmoqfu','ダウンロードが完了しました','選択されたファイル\x20[{0}]\x20はアップロードがサポートされていません','58449YaxtNQ','アップロード中','ダウンロード中','22490105WaSwwv','6JQVKwM','お待ちください...','不明なエラー','ネットワーク接続が中断され、ファイルのアップロードに失敗しました','UniverProExchangeClientJaJP','16539100MeiENG','1043119CwFzea'];_0x4786=function(){return _0x531420;};return _0x4786();}(function(_0x4c23ea,_0x317169){var _0x1f2b79=_0x2423,_0x126cc5=_0x4c23ea();while(!![]){try{var _0x5c7bee=parseInt(_0x1f2b79(0xb5))/0x1+parseInt(_0x1f2b79(0xba))/0x2*(parseInt(_0x1f2b79(0xab))/0x3)+-parseInt(_0x1f2b79(0xa4))/0x4*(parseInt(_0x1f2b79(0xa3))/0x5)+-parseInt(_0x1f2b79(0xaf))/0x6*(-parseInt(_0x1f2b79(0xa1))/0x7)+parseInt(_0x1f2b79(0xa5))/0x8*(-parseInt(_0x1f2b79(0xa0))/0x9)+parseInt(_0x1f2b79(0xb4))/0xa+parseInt(_0x1f2b79(0xae))/0xb*(-parseInt(_0x1f2b79(0xa8))/0xc);if(_0x5c7bee===_0x317169)break;else _0x126cc5['push'](_0x126cc5['shift']());}catch(_0x50a7e0){_0x126cc5['push'](_0x126cc5['shift']());}}}(_0x4786,0xd58cd),function(_0x574560,_0x1c84a7){var _0x4f198d=_0x2423;typeof exports==_0x4f198d(0xa2)&&typeof module<'u'?module[_0x4f198d(0xa7)]=_0x1c84a7():typeof define==_0x4f198d(0xb7)&&define['amd']?define([],_0x1c84a7):(_0x574560=typeof globalThis<'u'?globalThis:_0x574560||self,_0x574560[_0x4f198d(0xb3)]=_0x1c84a7());}(this,function(){var _0x2f196f=_0x2423;return{'exchange-client':{'uploading':_0x2f196f(0xac),'uploadSuccess':_0x2f196f(0xb8),'uploadSuccessTip':'{0}\x20個のファイルが正常にアップロードされました','downloading':_0x2f196f(0xad),'downloadSuccess':_0x2f196f(0xa9),'unknownMistake':_0x2f196f(0xb1),'networkError':'ネットワークエラー','tooLarge':_0x2f196f(0xb6),'internalError':_0x2f196f(0xa6),'interrupt':_0x2f196f(0xb2),'fileTypeError':_0x2f196f(0xaa),'wait':_0x2f196f(0xb0),'cancel':_0x2f196f(0xb9),'uploadAgain':'再度アップロード'}};}));
3
-
4
- // @univerjs-pro/sheets-exchange-client/locale/ja-JP
5
- function _0x5e38(_0x39fc80,_0x93a2d0){_0x39fc80=_0x39fc80-0x115;var _0x4bbd2a=_0x4bbd();var _0x5e3823=_0x4bbd2a[_0x39fc80];return _0x5e3823;}(function(_0x3ffec7,_0x430e7e){var _0x475391=_0x5e38,_0x437c3d=_0x3ffec7();while(!![]){try{var _0x1252b2=parseInt(_0x475391(0x11a))/0x1*(parseInt(_0x475391(0x11b))/0x2)+-parseInt(_0x475391(0x120))/0x3*(-parseInt(_0x475391(0x11d))/0x4)+-parseInt(_0x475391(0x123))/0x5+parseInt(_0x475391(0x116))/0x6*(-parseInt(_0x475391(0x122))/0x7)+parseInt(_0x475391(0x117))/0x8+-parseInt(_0x475391(0x115))/0x9+parseInt(_0x475391(0x11e))/0xa;if(_0x1252b2===_0x430e7e)break;else _0x437c3d['push'](_0x437c3d['shift']());}catch(_0x58d6e9){_0x437c3d['push'](_0x437c3d['shift']());}}}(_0x4bbd,0x300db),function(_0x4262e8,_0x3fb481){var _0x2b7ef3=_0x5e38;typeof exports==_0x2b7ef3(0x119)&&typeof module<'u'?module['exports']=_0x3fb481():typeof define==_0x2b7ef3(0x11f)&&define['amd']?define([],_0x3fb481):(_0x4262e8=typeof globalThis<'u'?globalThis:_0x4262e8||self,_0x4262e8[_0x2b7ef3(0x11c)]=_0x3fb481());}(this,function(){var _0x25c1b5=_0x5e38;return{'sheets-exchange-client':{'file':_0x25c1b5(0x118),'upload':'開く(ファイル)','download':_0x25c1b5(0x121)}};}));function _0x4bbd(){var _0x362551=['2850120HFbpYm','1542mhpUQI','1506584LLcJYE','ファイル','object','100037XSAQjX','2KITKoa','UniverProSheetsExchangeClientJaJP','301856sARphI','6057040pRbxKu','function','3HALPGx','名前を付けて保存','5019KOumyH','1358760IcPruE'];_0x4bbd=function(){return _0x362551;};return _0x4bbd();}
6
-
7
- // @univerjs-pro/sheets-pivot/locale/ja-JP
8
- (function(_0x16a5ff,_0x4861bf){var _0x5698bb=_0x5303,_0x1d7037=_0x16a5ff();while(!![]){try{var _0x570780=-parseInt(_0x5698bb(0x7c))/0x1+-parseInt(_0x5698bb(0x6e))/0x2+-parseInt(_0x5698bb(0x86))/0x3+parseInt(_0x5698bb(0x7f))/0x4*(parseInt(_0x5698bb(0x8b))/0x5)+-parseInt(_0x5698bb(0x8f))/0x6*(-parseInt(_0x5698bb(0x7a))/0x7)+parseInt(_0x5698bb(0x79))/0x8+parseInt(_0x5698bb(0x72))/0x9*(-parseInt(_0x5698bb(0x96))/0xa);if(_0x570780===_0x4861bf)break;else _0x1d7037['push'](_0x1d7037['shift']());}catch(_0xbc22a2){_0x1d7037['push'](_0x1d7037['shift']());}}}(_0x1531,0xd8f90),function(_0x53124b,_0x26a637){var _0x2549b6=_0x5303;typeof exports==_0x2549b6(0x78)&&typeof module<'u'?module[_0x2549b6(0x84)]=_0x26a637():typeof define==_0x2549b6(0x88)&&define[_0x2549b6(0x87)]?define([],_0x26a637):(_0x53124b=typeof globalThis<'u'?globalThis:_0x53124b||self,_0x53124b[_0x2549b6(0x71)]=_0x26a637());}(this,function(){var _0x546a68=_0x5303;return{'sheets-pivot':{'sheet':'シート','blankValue':_0x546a68(0x8e),'otherValue':_0x546a68(0x75),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','averageName':_0x546a68(0x81),'countName':_0x546a68(0x6f),'countNumsName':_0x546a68(0x85),'maxName':_0x546a68(0x82),'minName':_0x546a68(0x91),'productName':'積\x20/\x20','stdDevName':_0x546a68(0x83),'stdDevpName':'標本標準偏差\x20/\x20','sumName':_0x546a68(0x76),'varName':_0x546a68(0x7b),'varpName':'標本分散\x20/\x20','subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x546a68(0x94),'emptyPivot':{'filter':_0x546a68(0x93),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'時','minute':'分','quarter':_0x546a68(0x92),'monthDate':_0x546a68(0x80),'yearQuarter':_0x546a68(0x74),'yearMonth':_0x546a68(0x8c),'yearMonthDate':_0x546a68(0x95)},'cellDateGroupDisplay':{'minute':_0x546a68(0x77),'hour':_0x546a68(0x90),'hourMinute':_0x546a68(0x70),'date':_0x546a68(0x8d),'month':_0x546a68(0x89),'monthDate':_0x546a68(0x7d),'quarter':'第{0}四半期','year':_0x546a68(0x7e),'yearMonth':'{0}年{1}月','yearMonthDate':_0x546a68(0x8a),'yearQuarter':_0x546a68(0x73)}}};}));function _0x5303(_0x5421b7,_0x641ca8){_0x5421b7=_0x5421b7-0x6e;var _0x1531dd=_0x1531();var _0x53036f=_0x1531dd[_0x5421b7];return _0x53036f;}function _0x1531(){var _0x4fcc6d=['336933wprhlW','amd','function','{0}月','{0}年{1}月{2}日','7192480PfGbCF','年-月','{0}日','(空白)','888606OXUaTN','{0}時','最小値\x20/\x20','四半期','フィルター','その他','年-月-日','69050efzDql','2650114gWLYnK','データの個数\x20/\x20','{0}時{1}分','UniverProSheetsPivotJaJP','18IOhnqo','{0}年第{1}四半期','年-四半期','(その他)','合計\x20/\x20','{0}分','object','1305600TKWAGw','63GSZEin','分散\x20/\x20','594707oYklsn','{0}月{1}日','{0}年','4aoUARi','月-日','平均\x20/\x20','最大値\x20/\x20','標準偏差\x20/\x20','exports','数値の個数\x20/\x20'];_0x1531=function(){return _0x4fcc6d;};return _0x1531();}
9
-
10
- // @univerjs-pro/sheets-pivot-ui/locale/ja-JP
11
- function _0x5b8c(_0xcd586d,_0x47e708){_0xcd586d=_0xcd586d-0x171;var _0x6aa67b=_0x6aa6();var _0x5b8c54=_0x6aa67b[_0xcd586d];return _0x5b8c54;}(function(_0x213dda,_0x2dadf0){var _0x26d2af=_0x5b8c,_0x5539ca=_0x213dda();while(!![]){try{var _0x25630f=parseInt(_0x26d2af(0x1ac))/0x1*(-parseInt(_0x26d2af(0x1b7))/0x2)+-parseInt(_0x26d2af(0x18d))/0x3+-parseInt(_0x26d2af(0x196))/0x4+parseInt(_0x26d2af(0x177))/0x5*(-parseInt(_0x26d2af(0x1af))/0x6)+parseInt(_0x26d2af(0x17d))/0x7*(parseInt(_0x26d2af(0x195))/0x8)+parseInt(_0x26d2af(0x1bb))/0x9+parseInt(_0x26d2af(0x18b))/0xa;if(_0x25630f===_0x2dadf0)break;else _0x5539ca['push'](_0x5539ca['shift']());}catch(_0x9ff6fd){_0x5539ca['push'](_0x5539ca['shift']());}}}(_0x6aa6,0x5920e),function(_0x45e059,_0x728177){var _0x396680=_0x5b8c;typeof exports==_0x396680(0x17f)&&typeof module<'u'?module[_0x396680(0x1b4)]=_0x728177():typeof define==_0x396680(0x185)&&define['amd']?define([],_0x728177):(_0x45e059=typeof globalThis<'u'?globalThis:_0x45e059||self,_0x45e059['UniverProSheetsPivotUiJaJP']=_0x728177());}(this,function(){var _0x3270d1=_0x5b8c;return{'sheets-pivot-ui':{'sheet':_0x3270d1(0x181),'title':_0x3270d1(0x18f),'sourceRangeLabel':_0x3270d1(0x19b),'sourceRangePlaceholder':_0x3270d1(0x1aa),'sourceFieldTile':_0x3270d1(0x191),'sourceFieldDescription':_0x3270d1(0x1b0),'filter':'フィルター','column':'列','row':'行','value':'値','multipleValue':'Σ\x20値','filterDesc':_0x3270d1(0x19c),'columnDesc':_0x3270d1(0x1a4),'rowDesc':_0x3270d1(0x190),'valueDesc':'行と列の計算結果','addToFilter':_0x3270d1(0x1a6),'addToColumn':'列に追加','addToRow':_0x3270d1(0x18a),'addToValue':_0x3270d1(0x1b2),'removeField':_0x3270d1(0x19e),'filterField':_0x3270d1(0x1ae),'fieldSettings':_0x3270d1(0x17c),'moveToRow':_0x3270d1(0x1a2),'moveToColumn':_0x3270d1(0x1a5),'dialog':{'fieldName':'フィールド名','sourceName':_0x3270d1(0x1ba),'summarizeBy':'集計方法','format':_0x3270d1(0x17b),'ok':'OK','cancel':_0x3270d1(0x188),'filter':{'ascending':'昇順','descending':'降順','selectAll':_0x3270d1(0x179),'clearFilter':'フィルターのクリア','blank':_0x3270d1(0x178),'cancel':_0x3270d1(0x188),'confirm':'OK'},'numfmt':{'general':'標準','accounting':'会計','currency':'通貨','date':'日付','thousandthPercentile':_0x3270d1(0x192),'fieldSetting':_0x3270d1(0x17c),'formatTypes':_0x3270d1(0x193),'confirm':'OK','cancel':'キャンセル','generalDesc':'標準形式には、特定の表示形式が含まれていません。','accountingDesc':_0x3270d1(0x194),'currencyDesc':_0x3270d1(0x1ab),'dateDesc':_0x3270d1(0x189),'thousandthPercentileDesc':'桁区切りの表示形式は一般的な数値に使用され、通貨と会計の表示形式は通貨値の特殊な表示形式を提供します。','decimalPlaces':_0x3270d1(0x1a7),'currencyTypes':_0x3270d1(0x184),'negativeNumberTypes':_0x3270d1(0x1a8),'dateTypes':'日付の種類'},'source':{'insertPivotTable':_0x3270d1(0x180),'sourceData':_0x3270d1(0x172),'position':_0x3270d1(0x174),'newSheet':_0x3270d1(0x1b9),'existingSheet':_0x3270d1(0x173),'intersect':_0x3270d1(0x1b3)}},'subtotal':{'average':'平均','count':_0x3270d1(0x1a1),'countNums':'数値の個数','max':_0x3270d1(0x1a9),'min':_0x3270d1(0x175),'product':'積','stdDev':'標準偏差','stdDevp':'標本標準偏差','sum':'合計','var':'分散','varp':_0x3270d1(0x1b1)},'subTotalText':'小計','grandTotalText':'総計','fieldPanel':_0x3270d1(0x18e),'configPanel':'詳細オプション','config':{'totalsSection':_0x3270d1(0x17e),'showRowSubtotal':_0x3270d1(0x1b6),'showRowGrandTotal':_0x3270d1(0x171),'showColSubtotal':_0x3270d1(0x187),'showColGrandTotal':_0x3270d1(0x183),'pageSection':'フィルターフィールドのレイアウト','pageWrap':_0x3270d1(0x19f),'pageDirection':'レイアウト方向','pageDownThenOver':_0x3270d1(0x18c),'pageOverThenDown':_0x3270d1(0x198),'displaySection':'表示','repeatRowLabels':_0x3270d1(0x186)},'perform':{'tips':_0x3270d1(0x176),'info':'対象範囲には既にデータが存在します。この操作により既存のデータが上書きされます。続行しますか?','confirm':'確認','cancel':_0x3270d1(0x188),'rowColError':_0x3270d1(0x199)},'msg':{'emptySourceRange':'データソース範囲が空です','invalidSize':'データソース範囲が無効です','mergeCellError':'ピボットテーブルに結合されたセルを挿入できません','editCellError':_0x3270d1(0x19a),'permissionError':_0x3270d1(0x19d)},'averageName':'平均\x20/\x20','countName':_0x3270d1(0x1ad),'countNumsName':_0x3270d1(0x197),'maxName':_0x3270d1(0x1a3),'minName':_0x3270d1(0x1b8),'productName':'積\x20/\x20','stdDevName':_0x3270d1(0x1a0),'stdDevpName':_0x3270d1(0x182),'sumName':_0x3270d1(0x17a),'varName':_0x3270d1(0x1b5),'varpName':'標本分散\x20/\x20'}};}));function _0x6aa6(){var _0x343c16=['ピボットテーブル','フィールドを行にドラッグ','データソースフィールド','桁区切り','表示形式の種類','会計の表示形式では、通貨記号と小数点を列内で揃えて表示します。','8hRQhSR','2701964jJRLNV','数値の個数\x20/\x20','横方向、次に下方向','ピボットテーブルに影響するため、選択したセルに対してこの変更を行うことはできません。フィールドリストを使用してレポートを変更してください。セルを挿入または削除する場合は、ピボットテーブルを移動してから再試行してください。','ピボットテーブル内のセルは編集できません','データソース','フィールドをドラッグしてデータをフィルター','保護されたシート内のピボットテーブルは編集できません','フィールドの削除','1行あたりのフィールド数','標準偏差\x20/\x20','データの個数','行に移動','最大値\x20/\x20','フィールドを列にドラッグ','列に移動','フィルターに追加','小数点以下の桁数','負の数の表示形式','最大値','データソースが更新されました','通貨の表示形式は一般的な通貨値に使用され、会計の表示形式は列内の小数点を揃えます。','1zkzBAJ','データの個数\x20/\x20','フィールドのフィルター','40560wsiyNY','フィールドを下の領域にドラッグしてください','標本分散','値に追加','ソースデータと重複できません','exports','分散\x20/\x20','行の小計を表示','1098742NBbyBb','最小値\x20/\x20','新しいワークシート','ソースフィールド名:','6525621uxVNAQ','行の総計を表示','データソースの範囲','既存のワークシート','ピボットテーブルの配置先','最小値','ヒント','195VxUNfy','(空白)','すべて選択','合計\x20/\x20','表示形式','フィールドの設定','220262GZCpez','小計と総計','object','ピボットテーブルの挿入','シート','標本標準偏差\x20/\x20','列の総計を表示','通貨記号','function','アイテムラベルを繰り返す','列の小計を表示','キャンセル','日付の表示形式は、日付と時刻のシリアル値を日付値として表示します。','行に追加','17367020LBLTWx','下方向、次に横方向','1918995tFOWXq','フィールド設定'];_0x6aa6=function(){return _0x343c16;};return _0x6aa6();}
12
-
13
- // @univerjs-pro/sheets-print/locale/ja-JP
14
- function _0x2dc7(_0x300f93,_0x215d66){_0x300f93=_0x300f93-0x156;var _0x2bdadf=_0x2bda();var _0x2dc789=_0x2bdadf[_0x300f93];return _0x2dc789;}(function(_0x340ef8,_0x3a3c2a){var _0x44b955=_0x2dc7,_0x4b2dbb=_0x340ef8();while(!![]){try{var _0x5971a4=parseInt(_0x44b955(0x1a9))/0x1+-parseInt(_0x44b955(0x16f))/0x2*(parseInt(_0x44b955(0x195))/0x3)+parseInt(_0x44b955(0x18a))/0x4+-parseInt(_0x44b955(0x194))/0x5*(parseInt(_0x44b955(0x1a8))/0x6)+-parseInt(_0x44b955(0x168))/0x7*(parseInt(_0x44b955(0x15b))/0x8)+-parseInt(_0x44b955(0x15f))/0x9*(-parseInt(_0x44b955(0x18d))/0xa)+parseInt(_0x44b955(0x18f))/0xb*(parseInt(_0x44b955(0x162))/0xc);if(_0x5971a4===_0x3a3c2a)break;else _0x4b2dbb['push'](_0x4b2dbb['shift']());}catch(_0x2445d9){_0x4b2dbb['push'](_0x4b2dbb['shift']());}}}(_0x2bda,0x5c39c),function(_0xfba1b8,_0x49a166){var _0x2951f7=_0x2dc7;typeof exports=='object'&&typeof module<'u'?module[_0x2951f7(0x18e)]=_0x49a166():typeof define==_0x2951f7(0x172)&&define['amd']?define([],_0x49a166):(_0xfba1b8=typeof globalThis<'u'?globalThis:_0xfba1b8||self,_0xfba1b8[_0x2951f7(0x188)]=_0x49a166());}(this,function(){var _0x49b99e=_0x2dc7;return{'sheets-print':{'permission':{'printErr':_0x49b99e(0x16c)},'header':{'total':_0x49b99e(0x17b),'pages':_0x49b99e(0x190),'cancel':_0x49b99e(0x1ae),'next':'次へ','printing':_0x49b99e(0x174)},'menu':'印刷','title':'印刷','grid':{'title':_0x49b99e(0x19e),'showGrid':_0x49b99e(0x1a2),'showGridLabel':_0x49b99e(0x1a6),'closeAndHide':_0x49b99e(0x1a1)},'screenshot':{'title':_0x49b99e(0x16b),'success':_0x49b99e(0x19a),'fail':_0x49b99e(0x16a)},'size':{'title':_0x49b99e(0x169),'letter':_0x49b99e(0x167),'tabloid':_0x49b99e(0x191),'legal':_0x49b99e(0x178),'statement':_0x49b99e(0x175),'executive':_0x49b99e(0x165),'folio':_0x49b99e(0x179),'a3':_0x49b99e(0x189),'a4':'A4\x20(8.27\x22\x20x\x2011.69\x22)','a5':_0x49b99e(0x17a),'b4':_0x49b99e(0x170),'b5':_0x49b99e(0x18c)},'margin':{'title':'余白','normal':'標準','narrow':'狭い','wide':'広い','custom':_0x49b99e(0x1a4),'top':'上','bottom':'下','left':'左','right':'右'},'area':{'title':'印刷','currentSheet':_0x49b99e(0x159),'workbook':_0x49b99e(0x15e),'currentSelection':'選択した部分','maxRowsEachPage':_0x49b99e(0x1ab),'maxColumnsEachPage':'ページあたりの最大列数','limit':_0x49b99e(0x1a0),'allSelection':_0x49b99e(0x19f)},'selection':{'title':'選択','allWorkbook':'すべてのシート','workbookUnit':_0x49b99e(0x197)},'scale':{'title':_0x49b99e(0x181),'normal':'標準\x20(100%)','fitWidth':'横方向に合わせる','fitHeight':_0x49b99e(0x185),'fitPage':_0x49b99e(0x183),'custom':_0x49b99e(0x199)},'orientation':{'title':_0x49b99e(0x164),'landscape':'横','portrait':'縦'},'formatting':{'title':'書式','skeleton':_0x49b99e(0x17d),'waterMark':_0x49b99e(0x176)},'align':{'title':'配置','horizontal':{'title':_0x49b99e(0x17c),'middle':_0x49b99e(0x166),'start':_0x49b99e(0x157),'end':'右揃え'},'vertical':{'title':'垂直方向','start':_0x49b99e(0x16e),'end':'下揃え','middle':_0x49b99e(0x166)}},'headerFooter':{'title':'ヘッダーとフッター','page':'ページ番号','workbook':_0x49b99e(0x198),'sheet':_0x49b99e(0x186),'date':_0x49b99e(0x180),'time':_0x49b99e(0x196),'customHeadFooter':'ユーザー設定のヘッダー/フッター','editCustomHeadFooter':_0x49b99e(0x15c),'header':_0x49b99e(0x16d),'footer':_0x49b99e(0x1a3),'left':'左','right':'右','center':'中央','dateFormat':_0x49b99e(0x193),'dateA':_0x49b99e(0x156),'dateB':'MM-DD','dateC':'L','dateD':_0x49b99e(0x182),'timeA':_0x49b99e(0x161),'timeB':_0x49b99e(0x160),'timeC':_0x49b99e(0x177),'timeD':_0x49b99e(0x17e),'display':{'page':_0x49b99e(0x1ad),'title':'ブックタイトル','sheet':_0x49b99e(0x186),'dateA':_0x49b99e(0x1ac),'dateB':'日付B','dateC':_0x49b99e(0x17f),'dateD':_0x49b99e(0x1a7),'dateE':_0x49b99e(0x19d),'dateF':_0x49b99e(0x15a),'timeA':_0x49b99e(0x173),'timeB':_0x49b99e(0x18b),'timeC':_0x49b99e(0x1a5),'timeD':_0x49b99e(0x184),'sheetPage':_0x49b99e(0x1aa),'pageTotal':_0x49b99e(0x158),'sheetPageTotal':_0x49b99e(0x192)},'placeholder':_0x49b99e(0x171),'submit':'OK'},'freeze':{'title':_0x49b99e(0x163),'desc':'表示\x20>\x20ウィンドウ枠の固定で、すべてのページに繰り返す行/列を選択してください','row':_0x49b99e(0x15d),'column':'固定列を繰り返す'},'limit':{'page':_0x49b99e(0x19b),'waterMark':_0x49b99e(0x187),'link':_0x49b99e(0x19c)}}};}));function _0x2bda(){var _0x296662=['透かしを表示','hh:mm:ss','リーガル\x20(8.5\x22\x20x\x2014\x22)','フォリオ\x20(8.5\x22\x20x\x2013\x22)','A5\x20(5.83\x22\x20x\x208.27\x22)','合計:\x20','水平方向','枠線を表示','hh:mm','日付C','現在の日付','拡大縮小','MM/DD','ページに合わせる','時刻D','縦方向に合わせる','シート名','Univer\x20無料版、powered\x20by\x20univer.ai.','UniverProSheetsPrintJaJP','A3\x20(11.69\x22\x20x\x2016.54\x22)','1416464hFWYQr','時刻B','B5\x20(6.93\x22\x20x\x209.84\x22)','3088490ngWEJr','exports','2454947kVibYK','ページ','タブロイド\x20(11\x22\x20x\x2017\x22)','シート総ページ数','日付の書式','190JdWzGv','4983YgOGxX','現在の時刻','シート','ブック名','ユーザー設定','画像がクリップボードに正常に保存されました!','無料版は\x20{limit}\x20ページまでの印刷のみサポートしています。高度な機能をご利用になるには、商用版をご購入ください!','https://univer.ai/pro','日付E','印刷レイアウト','選択したすべてのセル','行と列の制限','改ページを閉じて非表示にする','改ページを表示','フッター','ユーザー設定の余白','時刻C','改ページ線を表示','日付D','36036rNlDQo','270551SARwge','シートページ番号','ページあたりの最大行数','日付A','ページ番号','キャンセル','YYYY-MM-DD','左揃え','総ページ数','作業中のシート','日付F','4790248MAsHrK','ユーザー設定のヘッダー/フッターを編集','固定行を繰り返す','ブック全体','18OvknlB','HH:mm','HH:mm:ss','12TZamOb','行と列の見出し','ページの向き','エグゼクティブ\x20(7.25\x22\x20x\x2010.5\x22)','中央揃え','レター\x20(8.5\x22\x20x\x2011\x22)','7cnoDpw','用紙サイズ','画像のクリップボードへの保存に失敗しました!','図としてコピー','このワークシートは保護されており、印刷できません。印刷するには作成者に連絡してください。','ヘッダー','上揃え','314QYtdsc','B4\x20(9.84\x22\x20x\x2013.90\x22)','クリックしてテキストを追加','function','時刻A','印刷中です。ページを閉じないでください','ステートメント\x20(5.5\x22\x20x\x208.5\x22)'];_0x2bda=function(){return _0x296662;};return _0x2bda();}
15
-
16
- // @univerjs-pro/sheets-chart/locale/ja-JP
17
- function _0x5dd7(){var _0x4df95f=['280567pfvpqS','1651242KnXERy','function','サンキー図には循環データを含めることはできません','バブルチャートには少なくとも2列必要です:\x20横軸、縦軸','1737gAlGby','183418ZDzIde','9BLJPkK','UniverProSheetsChartJaJP','第3四分位数','exports','36640sgZoCg','Category','第1四分位数','806424xIOEui','223951ypgAWa','object','最小値','負の値','545490xrBHUG','Series','関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です','88ohehHB','項目{0}','中央値','amd','系列{0}','正の値'];_0x5dd7=function(){return _0x4df95f;};return _0x5dd7();}function _0x19fe(_0x33beb0,_0x393847){_0x33beb0=_0x33beb0-0x168;var _0x5dd71b=_0x5dd7();var _0x19feee=_0x5dd71b[_0x33beb0];return _0x19feee;}(function(_0xf0d49d,_0x1a160c){var _0x1f6068=_0x19fe,_0xad40ef=_0xf0d49d();while(!![]){try{var _0x33087b=parseInt(_0x1f6068(0x16f))/0x1+parseInt(_0x1f6068(0x175))/0x2*(-parseInt(_0x1f6068(0x176))/0x3)+parseInt(_0x1f6068(0x17d))/0x4+-parseInt(_0x1f6068(0x182))/0x5+-parseInt(_0x1f6068(0x170))/0x6+parseInt(_0x1f6068(0x17e))/0x7*(-parseInt(_0x1f6068(0x169))/0x8)+parseInt(_0x1f6068(0x174))/0x9*(parseInt(_0x1f6068(0x17a))/0xa);if(_0x33087b===_0x1a160c)break;else _0xad40ef['push'](_0xad40ef['shift']());}catch(_0x12531d){_0xad40ef['push'](_0xad40ef['shift']());}}}(_0x5dd7,0x2b732),function(_0x52ee47,_0x10c67b){var _0x6ab977=_0x19fe;typeof exports==_0x6ab977(0x17f)&&typeof module<'u'?module[_0x6ab977(0x179)]=_0x10c67b():typeof define==_0x6ab977(0x171)&&define[_0x6ab977(0x16c)]?define([],_0x10c67b):(_0x52ee47=typeof globalThis<'u'?globalThis:_0x52ee47||self,_0x52ee47[_0x6ab977(0x177)]=_0x10c67b());}(this,function(){var _0x38bd88=_0x19fe;return{'sheets-chart':{'category':_0x38bd88(0x17b),'series':_0x38bd88(0x183),'seriesDefaultName':_0x38bd88(0x16d),'categoryDefaultName':_0x38bd88(0x16a),'blank':'(空白)','msg':{'emptyTips':'系列を追加してデータの可視化を開始してください','sankeyCircularTips':_0x38bd88(0x172)},'bubble':{'emptyTips':_0x38bd88(0x173)},'relation':{'emptyTips':_0x38bd88(0x168)},'cloud':{'word':'単語','frequency':'頻度'},'waterfall':{'positive':_0x38bd88(0x16e),'negative':_0x38bd88(0x181),'subtotal':'小計'},'pareto':{'lineName':'累積パーセンテージ'},'boxplot':{'min':_0x38bd88(0x180),'q1':_0x38bd88(0x17c),'median':_0x38bd88(0x16b),'q3':_0x38bd88(0x178),'max':'最大値'}}};}));
18
-
19
- // @univerjs-pro/sheets-chart-ui/locale/ja-JP
20
- function _0x4da4(_0x3619de,_0x1af2cb){_0x3619de=_0x3619de-0x6b;var _0x187375=_0x1873();var _0x4da426=_0x187375[_0x3619de];return _0x4da426;}(function(_0x4a9bf5,_0x1d50a0){var _0x24e4eb=_0x4da4,_0x120833=_0x4a9bf5();while(!![]){try{var _0x30694b=parseInt(_0x24e4eb(0x88))/0x1*(parseInt(_0x24e4eb(0x79))/0x2)+-parseInt(_0x24e4eb(0xa8))/0x3*(parseInt(_0x24e4eb(0xfa))/0x4)+-parseInt(_0x24e4eb(0xd5))/0x5+parseInt(_0x24e4eb(0x6e))/0x6+parseInt(_0x24e4eb(0xc4))/0x7+parseInt(_0x24e4eb(0xf8))/0x8+-parseInt(_0x24e4eb(0xe8))/0x9*(parseInt(_0x24e4eb(0xf2))/0xa);if(_0x30694b===_0x1d50a0)break;else _0x120833['push'](_0x120833['shift']());}catch(_0x4787c8){_0x120833['push'](_0x120833['shift']());}}}(_0x1873,0xdf773),function(_0x1d2ab9,_0x27d408){var _0x9ef2bb=_0x4da4;typeof exports==_0x9ef2bb(0xd0)&&typeof module<'u'?module[_0x9ef2bb(0xcd)]=_0x27d408():typeof define==_0x9ef2bb(0x10b)&&define['amd']?define([],_0x27d408):(_0x1d2ab9=typeof globalThis<'u'?globalThis:_0x1d2ab9||self,_0x1d2ab9['UniverProSheetsChartUiJaJP']=_0x27d408());}(this,function(){var _0x49cb45=_0x4da4;return{'sheets-chart-ui':{'permission':{'editErr':_0x49cb45(0xb9)},'insertChart':'グラフの挿入','editChart':_0x49cb45(0x85),'openChartPanel':'グラフパネルを開く','deleteChart':_0x49cb45(0x86),'hideChartPanel':'グラフパネルを非表示','setupChart':'設定','customChart':_0x49cb45(0x8d),'default':'既定','reset':_0x49cb45(0xa4),'chartType':_0x49cb45(0xfe),'themes':_0x49cb45(0x10d),'dataRange':'データ範囲','stack':_0x49cb45(0xa3),'category':'項目','aggregate':'集計','allSeries':_0x49cb45(0xcc),'series':'系列','addSeries':_0x49cb45(0x75),'moreSettings':_0x49cb45(0xf3),'min':_0x49cb45(0x93),'max':'最大値','invalidType':{'gaps':'空白','zero':'ゼロ','connectDataPointsWithStraightLines':_0x49cb45(0x103)},'blank':_0x49cb45(0xea),'seriesBlock':{'format':'書式','dataPointStyle':_0x49cb45(0xd1)},'backgroundColor':_0x49cb45(0xed),'chartBorderColor':_0x49cb45(0xb0),'titles':{'title':_0x49cb45(0x6f),'mainTitle':_0x49cb45(0x7d),'subTitle':_0x49cb45(0x7a),'xAxisTitle':_0x49cb45(0x115),'yAxisTitle':'縦(値)軸ラベル','rightYAxisTitle':_0x49cb45(0x10e),'titleFormat':_0x49cb45(0xf5),'titleText':_0x49cb45(0x7c),'titlePosition':'タイトルの位置','titleAlign':_0x49cb45(0x9d)},'axisPositionType':{'start':'先頭','center':'中央','end':'末尾'},'gradientFill':'グラデーション塗りつぶし','settingsLabels':{'switchToRowOrColumn':_0x49cb45(0x97),'useAsCategoryLabels':_0x49cb45(0xae),'showEmptyCellsAs':_0x49cb45(0x9c)},'positionType':{'auto':'自動','inside':'内側','outside':'外側','top':'上','bottom':'下','left':'左','right':'右','hide':_0x49cb45(0x107)},'align':{'left':_0x49cb45(0xb7),'center':_0x49cb45(0x8a),'right':_0x49cb45(0xbd)},'alignY':{'top':_0x49cb45(0x7f),'middle':'中央揃え','bottom':_0x49cb45(0x72)},'chartStyle':_0x49cb45(0x100),'chartAndAxisTitles':_0x49cb45(0x108),'legend':'凡例','legendSelectMode':_0x49cb45(0x116),'legendSelectModeType':{'single':'単一','multiple':'複数','close':_0x49cb45(0xe5)},'legendVisualMapType':{'continuous':'連続','piecewise':'区分'},'axes':{'axis':'軸','axisOptions':_0x49cb45(0xf6),'horizontalAxis':'横軸','verticalAxis':'縦軸','rightVerticalAxis':_0x49cb45(0x96),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':'第2軸を使用'},'position':'位置','dataLabels':'データラベル','gridlinesAndTicks':_0x49cb45(0xc2),'indicatorLine':_0x49cb45(0xbb),'indicatorLineType':_0x49cb45(0x9b),'indicatorLineColor':_0x49cb45(0xb8),'indicatorLabel':_0x49cb45(0x101),'indicatorValue':_0x49cb45(0xc0),'shape':{'polygon':'多角形','circle':'円','square':'四角','triangle':_0x49cb45(0xff),'diamond':'ひし形','rect':_0x49cb45(0x90),'roundRect':_0x49cb45(0x92),'pin':'ピン','arrow':'矢印','none':'なし','emptyCircle':_0x49cb45(0x91),'emptySquare':_0x49cb45(0x98),'emptyTriangle':_0x49cb45(0xb1),'emptyDiamond':_0x49cb45(0xd2),'emptyRect':_0x49cb45(0xeb),'emptyRoundRect':'白抜き角丸四角形','emptyPin':_0x49cb45(0x117),'emptyArrow':_0x49cb45(0x89)},'border':'枠線','value':'値','fill':'塗りつぶし','line':'線','withOpacity':'{0}\x20(不透明度)','withColor':_0x49cb45(0x73),'withThickness':_0x49cb45(0x82),'withType':_0x49cb45(0xa7),'withSize':'{0}\x20(サイズ)','withShape':_0x49cb45(0xba),'withFormat':_0x49cb45(0xa9),'dataPoint':'データポイント','dataNodeShape':_0x49cb45(0xef),'addDataPoint':_0x49cb45(0xbc),'point':_0x49cb45(0x9f),'percentage':_0x49cb45(0x9e),'lineType':{'line':_0x49cb45(0x6d),'smooth':_0x49cb45(0xee),'step':'階段'},'stackType':{'stack':_0x49cb45(0xa3),'percent':_0x49cb45(0x70)},'lineDashType':_0x49cb45(0xe6),'dashType':{'solid':'実線','dash':'破線','dot':'点線'},'color':'色','gridlines':{'majorGridlines':_0x49cb45(0xc9),'text':_0x49cb45(0x8b)},'ticks':{'majorTick':_0x49cb45(0xe9),'tickPosition':_0x49cb45(0x83),'tickLength':'目盛の長さ'},'none':'なし','theIndexItem':'{0}番目の項目','seriesDefaultName':_0x49cb45(0xd3),'categoryDefaultName':_0x49cb45(0xe1),'styleEditPanel':{'showLabels':_0x49cb45(0xab),'showDataLabels':_0x49cb45(0xf4),'padAngle':_0x49cb45(0x78),'halfPie':'半円','rosePie':_0x49cb45(0xbe),'pieValScale':_0x49cb45(0xb3),'pieValSuffix':_0x49cb45(0xa2),'pieDigitalFixed':_0x49cb45(0xce),'showLabelLine':_0x49cb45(0xb5),'reverseAxisOrder':_0x49cb45(0x81),'showAxisLine':_0x49cb45(0xcf),'labelPosition':_0x49cb45(0xec),'labelText':_0x49cb45(0x87),'repeatWordCould':_0x49cb45(0x109),'gap':'間隔','useAbsValue':_0x49cb45(0xc8),'labelRotate':_0x49cb45(0xe0),'wordCloudShape':_0x49cb45(0x84),'useDateAxis':_0x49cb45(0xe3),'dateAxisTips':'日付軸は、すべてのデータが日付形式の場合のみ使用できます'},'doughnutHole':_0x49cb45(0xd8),'radar':{'fill':'塗りつぶし'},'msg':{'invalidSource':_0x49cb45(0xa5),'emptyTips':_0x49cb45(0x9a),'sankeyCircularTips':_0x49cb45(0xc7)},'cloud':{'title':_0x49cb45(0xaa),'word':'単語','frequency':'頻度'},'trendline':{'name':_0x49cb45(0xa0),'displayName':_0x49cb45(0xf0),'addTrendLine':_0x49cb45(0xf1),'trendlineType':_0x49cb45(0xe2),'trendlineName':_0x49cb45(0xf0),'trendlineColor':_0x49cb45(0xad),'trendlineThickness':'近似曲線の太さ','trendlineDashType':_0x49cb45(0xdf),'exp':'指数','linear':'線形','log':'対数','pow':_0x49cb45(0xf7),'movingAvg':_0x49cb45(0x80),'poly':_0x49cb45(0xd7),'order':_0x49cb45(0xde),'period':_0x49cb45(0xe4),'showFormula':_0x49cb45(0xc6),'showR2':_0x49cb45(0x99),'formula':'数式','r2':'R-2乗値'},'bubble':{'xAxis':'横軸','yAxis':'縦軸','size':_0x49cb45(0xd6),'label':_0x49cb45(0xb2),'emptyTips':_0x49cb45(0x95)},'relation':{'title':_0x49cb45(0x77),'auto':'自動','circular':'円形','force':_0x49cb45(0xaf),'useValueAsSymbolSize':_0x49cb45(0xd4),'layoutType':_0x49cb45(0x74),'forceOptions':_0x49cb45(0xfb),'repulsion':_0x49cb45(0x6c),'gravity':'重力','edgeLength':_0x49cb45(0xcb),'rotateLabel':'ラベルを回転','emphasis':_0x49cb45(0xe7),'emptyTips':_0x49cb45(0x10c)},'waterfall':{'stackType':_0x49cb45(0xa1),'arrangement':'順次','stacked':'積み上げ','positive':_0x49cb45(0x6b),'negative':_0x49cb45(0x94),'subtotal':'小計','showSubtotal':_0x49cb45(0xdc),'positiveStyle':_0x49cb45(0xb4),'negativeStyle':_0x49cb45(0x10f),'subtotalStyle':_0x49cb45(0xac),'positiveLegendText':'正の値の凡例テキスト','negativeLegendText':_0x49cb45(0x76),'subtotalLegendText':'小計の凡例テキスト'},'pareto':{'lineName':_0x49cb45(0x104),'lineSeries':'累積パーセンテージ系列','barSeries':'縦棒グラフ系列'},'visualMapScope':_0x49cb45(0xda),'boxplot':{'min':'最小値','q1':'第1四分位数','median':_0x49cb45(0xb6),'q3':'第3四分位数','max':_0x49cb45(0xc3)},'chartTypes':{'line':_0x49cb45(0xfc),'area':_0x49cb45(0xd9),'areaStacked':_0x49cb45(0x106),'areaPercentStacked':_0x49cb45(0xca),'column':_0x49cb45(0xfd),'bar':_0x49cb45(0xf9),'barStacked':_0x49cb45(0x7b),'barPercentStacked':_0x49cb45(0x7e),'pie':'円グラフ','donut':_0x49cb45(0x112),'scatter':_0x49cb45(0x71),'radar':_0x49cb45(0xdd),'bubble':'バブルチャート','stock':'株価チャート','combination':_0x49cb45(0x114),'wordCloud':_0x49cb45(0xaa),'funnel':_0x49cb45(0x8e),'relation':_0x49cb45(0x77),'waterfall':'ウォーターフォール図','pareto':_0x49cb45(0x113),'sankey':_0x49cb45(0x10a),'heatmap':'ヒートマップ','boxplot':_0x49cb45(0xc1)},'dialog':{'numfmt':{'general':'標準','accounting':'会計','currency':'通貨','date':'日付','thousandthPercentile':_0x49cb45(0xdb),'fieldSetting':_0x49cb45(0x102),'formatTypes':_0x49cb45(0x8c),'confirm':'OK','cancel':_0x49cb45(0x8f),'generalDesc':_0x49cb45(0x105),'accountingDesc':'会計の表示形式では、通貨記号と小数点を列内で揃えて表示します。','currencyDesc':_0x49cb45(0x111),'dateDesc':'日付の表示形式は、日付と時刻のシリアル値を日付値として表示します。','thousandthPercentileDesc':_0x49cb45(0xc5),'decimalPlaces':_0x49cb45(0xce),'currencyTypes':_0x49cb45(0x110),'negativeNumberTypes':_0x49cb45(0xa6),'dateTypes':'日付の種類'},'setFormat':_0x49cb45(0xbf)}}};}));function _0x1873(){var _0x572378=['グラフと軸のタイトル','ワードクラウドを繰り返す','サンキー図','function','関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です','テーマ','第2縦軸ラベル','負の値のスタイル','通貨記号','通貨の表示形式は一般的な通貨値に使用され、会計の表示形式は列内の小数点を揃えます。','ドーナツグラフ','パレート図','複合グラフ','横(項目)軸ラベル','凡例の選択モード','白抜きピン','正の値','反発力','折れ線','7945320soUfDx','タイトル','100%積み上げ','散布図','下揃え','{0}\x20(色)','レイアウトの種類','系列を追加','負の値の凡例テキスト','関係図','ラベルの余白角度','164IwPtnl','サブタイトル','積み上げ横棒グラフ','タイトルのテキスト','グラフタイトル','100%積み上げ横棒グラフ','上揃え','移動平均','軸の順序を反転','{0}\x20(太さ)','目盛の位置','ワードクラウドの形状','グラフエディター','グラフの削除','ラベルのテキスト','11460HVXdfP','白抜き矢印','中央揃え','目盛線','表示形式の種類','カスタマイズ','じょうごグラフ','キャンセル','長方形','白抜き円','角丸四角形','最小値','負の値','バブルチャートには少なくとも2列必要です:\x20横軸、縦軸','第2縦軸','行/列の切り替え','白抜き四角','R-2乗値を表示','系列を追加してデータの可視化を開始してください','指標線の種類','空白セルの表示','軸ラベルの配置','パーセンテージ','ポイント','近似曲線','積み上げの種類','値の接尾辞','積み上げ','リセット','グラフのデータソースは1行1列以上である必要があります。','負の数の表示形式','{0}\x20(種類)','416241SiewRB','{0}\x20(書式)','ワードクラウド','ラベルを表示','小計のスタイル','近似曲線の色','{0}を項目として使用','力指向','グラフの枠線の色','白抜き三角形','バブルのラベル','値のスケール','正の値のスタイル','ラベル線を表示','中央値','左揃え','指標線の色','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','{0}\x20(形状)','指標線','データポイントを追加','右揃え','ローズ円','ラベルの書式設定','指標値','箱ひげ図','目盛線と目盛','最大値','10300241YJrNBN','桁区切りの表示形式は一般的な数値に使用され、通貨と会計の表示形式は通貨値の特殊な表示形式を提供します。','数式を表示','サンキー図には循環データを含めることはできません','絶対値を使用','主目盛線','100%積み上げ面グラフ','ノード間の距離','すべての系列','exports','小数点以下の桁数','軸線を表示','object','データポイントのスタイル','白抜きひし形','系列{0}','値をノードサイズとして使用','502385YvhxqB','バブルのサイズ','多項式','ドーナツの穴','面グラフ','ビジュアルマップの範囲','桁区切り','小計を表示','レーダーチャート','多項式の次数','近似曲線の線種','ラベルの回転','項目{0}','近似曲線の種類','日付軸を使用','移動平均の期間','閉じる','線の種類','選択時のフェードイン効果を有効にする','6607647CgFuJv','主目盛','(空白)','白抜き長方形','ラベルの位置','背景色','平滑線','データノードの形状','近似曲線名','近似曲線を追加','40WjhKUr','詳細設定','データラベルを表示','タイトルの書式','軸のオプション','べき乗','2846944mguMke','横棒グラフ','4UOhVSu','力指向のオプション','折れ線グラフ','縦棒グラフ','グラフの種類','三角形','グラフのスタイル','指標ラベル','フィールドの設定','データポイントを直線で結ぶ','累積パーセンテージ','標準形式には、特定の表示形式が含まれていません。','積み上げ面グラフ','非表示'];_0x1873=function(){return _0x572378;};return _0x1873();}
21
-
22
- // @univerjs-pro/sheets-sparkline-ui/locale/ja-JP
23
- function _0xa132(){var _0x5499ce=['グループの削除','ユーザー設定値','471064UtvNNY','種類の変更','スパークライングループ','1034sOKrhV','683514FfPnYy','複数領域の場合、複数行と複数列はサポートされていません','スパークラインの色','各スパークラインの最大値を使用','28ECzbfU','function','UniverProSheetsSparklineUiJaJP','amd','グループ化','データ範囲の選択','空白セルの表示方法','折れ線','角を丸くして表示','スパークラインの編集','配置の選択','220ntUbIs','グループ解除','504436awmimV','スパークライン','詳細設定','フレッシュ','アイテムの削除','16315EyQxSp','基本設定','データ範囲と配置','582qjHNyy','マーカー','スパークラインの設定','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','グループマネージャー','右から左へデータを描画','125343hiIinL','90564PeVVgo','軸の色','各スパークラインの最小値を使用','テーマ','ユーザー設定','スパークラインの削除','グラデーション塗りつぶし','最低点','ソフト','グループの最大値を使用','exports','特徴的','データポイントを線で結ぶ','単一スパークラインを編集する場合、複数選択はサポートされていません','152920BlGJtT','単一配置の場合、複数行と複数列はサポートされていません','1qjLHDW','負のポイント','無効な配置範囲','ゼロ軸を表示','線の太さ','キャンセル','数値以外のセルの表示方法','マネージャー','非表示データを表示'];_0xa132=function(){return _0x5499ce;};return _0xa132();}function _0x4707(_0x2f08d5,_0x4b7d12){_0x2f08d5=_0x2f08d5-0x6e;var _0xa132c=_0xa132();var _0x4707f9=_0xa132c[_0x2f08d5];return _0x4707f9;}(function(_0x29b9a1,_0x533f11){var _0x65d84a=_0x4707,_0x5de42d=_0x29b9a1();while(!![]){try{var _0x3f2efc=parseInt(_0x65d84a(0x6e))/0x1*(-parseInt(_0x65d84a(0xab))/0x2)+parseInt(_0x65d84a(0x7d))/0x3+-parseInt(_0x65d84a(0x8e))/0x4+-parseInt(_0x65d84a(0x93))/0x5*(-parseInt(_0x65d84a(0x96))/0x6)+-parseInt(_0x65d84a(0x81))/0x7*(-parseInt(_0x65d84a(0x79))/0x8)+parseInt(_0x65d84a(0x9c))/0x9*(parseInt(_0x65d84a(0x8c))/0xa)+-parseInt(_0x65d84a(0x7c))/0xb*(parseInt(_0x65d84a(0x9d))/0xc);if(_0x3f2efc===_0x533f11)break;else _0x5de42d['push'](_0x5de42d['shift']());}catch(_0x491c37){_0x5de42d['push'](_0x5de42d['shift']());}}}(_0xa132,0x2a8d0),function(_0x2c6a59,_0x31882a){var _0x3685d8=_0x4707;typeof exports=='object'&&typeof module<'u'?module[_0x3685d8(0xa7)]=_0x31882a():typeof define==_0x3685d8(0x82)&&define[_0x3685d8(0x84)]?define([],_0x31882a):(_0x2c6a59=typeof globalThis<'u'?globalThis:_0x2c6a59||self,_0x2c6a59[_0x3685d8(0x83)]=_0x31882a());}(this,function(){var _0x284f65=_0x4707;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x284f65(0x99)},'title':_0x284f65(0x8f),'remove':_0x284f65(0xa2),'edit':_0x284f65(0x8a),'panel':{'title':_0x284f65(0x98),'basic':_0x284f65(0x94),'advanced':_0x284f65(0x90),'sourceAndPosition':_0x284f65(0x95),'type':'種類','line':_0x284f65(0x88),'bar':'縦棒','pie':'円','profitAndLoss':'勝敗','theme':_0x284f65(0xa0),'standard':'標準','custom':_0x284f65(0xa1),'specialty':'特殊','distinctive':_0x284f65(0xa8),'soft':_0x284f65(0xa5),'fresh':_0x284f65(0x91),'adjustStyle':'スタイルの調整','sparklineColor':_0x284f65(0x7f),'lineWidth':_0x284f65(0x72),'gradient':_0x284f65(0xa3),'radius':_0x284f65(0x89),'marker':_0x284f65(0x97),'highPoint':'頂点','lowPoint':_0x284f65(0xa4),'firstPoint':'始点','lastPoint':'終点','negativePoint':_0x284f65(0x6f),'markersPoint':_0x284f65(0x97),'manager':_0x284f65(0x75),'removeItem':_0x284f65(0x92),'removeGroup':_0x284f65(0x77),'composeManager':_0x284f65(0x9a),'compose':_0x284f65(0x85),'unCompose':_0x284f65(0x8d),'horizontal':'横軸','showZeroAxis':_0x284f65(0x71),'axisColor':_0x284f65(0x9e),'reverse':_0x284f65(0x9b),'vertical':'縦軸','min':'最小値','itemMin':_0x284f65(0x9f),'groupMin':'グループの最小値を使用','customMin':_0x284f65(0x78),'max':'最大値','itemMax':_0x284f65(0x80),'groupMax':_0x284f65(0xa6),'customMax':_0x284f65(0x78),'moreSetting':_0x284f65(0x90),'showHidden':_0x284f65(0x76),'showEmptyAs':_0x284f65(0x87),'showNonNumAs':_0x284f65(0x74),'spacing':'間隔','zeroValue':'ゼロ値','connectWithLine':_0x284f65(0xa9),'default':'既定'},'selector':{'title':_0x284f65(0x8a),'changeType':_0x284f65(0x7a),'sparkline':_0x284f65(0x8f),'sparklineGroup':_0x284f65(0x7b),'setSource':_0x284f65(0x86),'setTarget':_0x284f65(0x8b),'confirm':'確認','cancel':_0x284f65(0x73),'targetError':_0x284f65(0x70),'singleSourceError':_0x284f65(0xaa),'multSourceError':_0x284f65(0x7e),'resetSourceError':_0x284f65(0xac)}}};}));
24
-
25
- // @univerjs-pro/sheets-shape-ui/locale/ja-JP
26
- function _0x176c(){var _0x431913=['1536290nOSaHC','強調線吹き出し2','マイター','定義済み処理','同じ側の2つの角を丸めた四角形','屈折上矢印','大括弧','object','縦方向の配置','強調線付き吹き出し2','爆発2','8vhzJpl','双方向カギ線コネクタ','手作業','フォントサイズ','上カーブ矢印','3638072gHjdek','ドーナツ','カギ線矢印コネクタ','四角点','星10','グラデーション線','塗りつぶし','画像をテクスチャとして並べる','1145359aEukKh','リボン(上)','1つの角を丸めた四角形','フォントサイズを縮小','五角形','図形パネルを非表示','スウッシュ矢印','吹き出し2','1つの角を切り取った四角形','図またはテクスチャ塗りつぶし','イコール','対角の2つの角を切り取った四角形','オフセット\x20X','右中括弧','横方向の配置','単色塗りつぶし','右カーブ矢印','ダイヤモンド矢印','上矢印吹き出し','垂直反転の切り替え','終点矢印の種類','七角形','倍率\x20Y','斜めの縞','線吹き出し2','スケッチスタイル','スマイル','動作設定ボタン:\x20動画','長二点鎖線','左中括弧','手操作入力','始点矢印のサイズ','数式図形','爆発1','星32','動作設定ボタン:\x20戻る','オフセット\x20Y','入出力','動作設定ボタン:\x20最後','不等辺台形','プラス','穿孔カード','左環状矢印','右寄せ','雲形吹き出し','下矢印吹き出し','図形の位置','磁気ドラム','基本図形','図形パネルを開く','立方体','610066CGXBts','巻物(縦)','十二角形','手描き','八角形','六角形','穿孔テープ','二重波','プラーク','始点矢印の種類','内部記憶','線なし','オフライン記憶','線吹き出し3','同じ側の2つの角を切り取った四角形','左矢印吹き出し','ストライプ右矢印','一点鎖線','線端の種類','論理和','吹き出し3','十字矢印吹き出し','グラフ\x20星','楕円矢印','複数書類','オンライン記憶','動作設定ボタン:\x20進む/次へ','下矢印','パターン塗りつぶし','結合子','リボン(下カーブ)','テキストの縦書き/横書きの切り替え','面取り','リボン(下)','ホームベース','2487546pauwVu','16336790gdAYuL','図形を削除','磁気ディスク','横書きテキストボックス','ハート','動作設定ボタン:\x20情報','縦書きテキストボックス','動作設定ボタン:\x20戻る/前へ','接合の種類','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','初期化','動作設定ボタン:\x20サウンド','強調線付き吹き出し3','左カーブ矢印','動作設定ボタン:\x20ドキュメント','左矢印','1228398mRgQMN','対角の2つの角を丸めた四角形','左右矢印吹き出し','強調線付き吹き出し1','塗りつぶしなし','直線(逆)','ベベル','リボン(上カーブ)','V字右矢印','ステルス矢印','強調線吹き出し1','図形の挿入','中括弧','強調線吹き出し3','円形吹き出し','終点矢印のサイズ','星16','十字矢印','図形スタイル','フリーハンド','11RjBxNP','function','フォントサイズを拡大','他ページ結合子','長破線','開いた矢印','下カーブ矢印','amd','フローチャート','時計回りに\x2090\x20度回転','屈折矢印','左上矢印','挿入...','吹き出し','吹き出し1','6DIlVWG','塗りつぶし色','ラウンド','図形の書式設定','角丸四角形','星とリボン','1つの角を丸め、1つの角を切り取った四角形','角丸四角形吹き出し','線吹き出し1','動作設定ボタン:\x20空白','マイナス','ひし形','環状矢印','双方向矢印','じょうご','10SxqWRi','透明度','右矢印','UniverProSheetsShapeUiJaJP','グラデーション塗りつぶし','右大括弧','左右矢印','形状にトリミング','右矢印吹き出し','十角形'];_0x176c=function(){return _0x431913;};return _0x176c();}function _0x46d3(_0xfbdc09,_0x3c2864){_0xfbdc09=_0xfbdc09-0x198;var _0x176ceb=_0x176c();var _0x46d3e8=_0x176ceb[_0xfbdc09];return _0x46d3e8;}(function(_0x5d4e21,_0x6a95c9){var _0x31887a=_0x46d3,_0x4e93bb=_0x5d4e21();while(!![]){try{var _0x2029f7=parseInt(_0x31887a(0x22f))/0x1+-parseInt(_0x31887a(0x1a7))/0x2*(parseInt(_0x31887a(0x1fe))/0x3)+-parseInt(_0x31887a(0x227))/0x4+-parseInt(_0x31887a(0x20d))/0x5*(parseInt(_0x31887a(0x1db))/0x6)+parseInt(_0x31887a(0x217))/0x7*(parseInt(_0x31887a(0x222))/0x8)+-parseInt(_0x31887a(0x1ca))/0x9+parseInt(_0x31887a(0x1cb))/0xa*(parseInt(_0x31887a(0x1ef))/0xb);if(_0x2029f7===_0x6a95c9)break;else _0x4e93bb['push'](_0x4e93bb['shift']());}catch(_0x260561){_0x4e93bb['push'](_0x4e93bb['shift']());}}}(_0x176c,0xc19e8),function(_0x5cd47e,_0x165d59){var _0x3d2ed7=_0x46d3;typeof exports==_0x3d2ed7(0x21e)&&typeof module<'u'?module['exports']=_0x165d59():typeof define==_0x3d2ed7(0x1f0)&&define[_0x3d2ed7(0x1f6)]?define([],_0x165d59):(_0x5cd47e=typeof globalThis<'u'?globalThis:_0x5cd47e||self,_0x5cd47e[_0x3d2ed7(0x210)]=_0x165d59());}(this,function(){var _0x1917e7=_0x46d3;return{'sheets-shape-ui':{'align':{'top':'上','middle':'中央','bottom':'下','left':'左寄せ','center':'中央','right':_0x1917e7(0x19f)},'toolbar':{'verticalAlignMode':{'main':_0x1917e7(0x21f)},'horizontalAlignMode':{'main':_0x1917e7(0x23d)},'fillColor':{'main':_0x1917e7(0x1ff)},'fontSize':_0x1917e7(0x225),'fontSizeIncrease':_0x1917e7(0x1f1),'fontSizeDecrease':_0x1917e7(0x232),'resetColor':_0x1917e7(0x1d5)},'imagePanel':{'crop':{'shape':_0x1917e7(0x214)}},'permission':{'editErr':_0x1917e7(0x1d4)},'title':'図形','insertShape':_0x1917e7(0x1e6),'openPanel':_0x1917e7(0x1a5),'deleteShape':_0x1917e7(0x1cc),'hidePanel':_0x1917e7(0x234),'formatShape':_0x1917e7(0x201),'shapeStyle':_0x1917e7(0x1ed),'shapePosition':_0x1917e7(0x1a2),'toggleFlipH':'水平反転の切り替え','toggleFlipV':_0x1917e7(0x242),'rotateRight90':_0x1917e7(0x1f8),'rotateLeft90':'反時計回りに\x2090\x20度回転','toggleTextVertical':_0x1917e7(0x1c6),'fill':{'title':_0x1917e7(0x22d),'noFill':_0x1917e7(0x1df),'solidFill':_0x1917e7(0x23e),'gradientFill':_0x1917e7(0x211),'pictureFill':_0x1917e7(0x238),'patternFill':_0x1917e7(0x1c3),'color':'色','transparency':_0x1917e7(0x20e),'picture':{'source':'画像ソース','insert':_0x1917e7(0x1fb),'tileAsTexture':_0x1917e7(0x22e),'offsetX':_0x1917e7(0x23b),'offsetY':_0x1917e7(0x198),'scaleX':'倍率\x20X','scaleY':_0x1917e7(0x245),'alignment':'配置','rotateWithShape':'図形と一緒に回転','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'中央','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線','noLine':_0x1917e7(0x1b2),'solidLine':'実線','gradientLine':_0x1917e7(0x22c),'color':'色','transparency':_0x1917e7(0x20e),'width':'幅','dashType':{'title':'実線/点線','solid':'実線','roundDot':'丸点','squareDot':_0x1917e7(0x22a),'dash':'破線','dashDot':_0x1917e7(0x1b8),'longDash':_0x1917e7(0x1f3),'longDashDot':'長一点鎖線','longDashDotDot':_0x1917e7(0x24b)},'capType':{'title':_0x1917e7(0x1b9),'flat':'フラット','round':'丸','square':'四角'},'joinType':{'title':_0x1917e7(0x1d3),'miter':_0x1917e7(0x219),'round':_0x1917e7(0x200),'bevel':_0x1917e7(0x1e1)},'beginArrowType':_0x1917e7(0x1b0),'beginArrowSize':_0x1917e7(0x24e),'endArrowType':_0x1917e7(0x243),'endArrowSize':_0x1917e7(0x1ea),'arrowType':{'none':'なし','arrow':'矢印','openArrow':_0x1917e7(0x1f4),'stealthArrow':_0x1917e7(0x1e4),'diamondArrow':_0x1917e7(0x240),'ovalArrow':_0x1917e7(0x1be)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x1917e7(0x248),'none':'なし','curved':'曲線','freehand':_0x1917e7(0x1ee),'handDrawn':_0x1917e7(0x1aa)}},'shape':{'group':{'line':'線','rectangle':'四角形','basicShape':_0x1917e7(0x1a4),'blockArrow':'ブロック矢印','equationShape':_0x1917e7(0x24f),'flowchart':_0x1917e7(0x1f7),'starAndBanner':_0x1917e7(0x203),'callout':_0x1917e7(0x1fc),'other':'その他'},'type':{'line':'直線','straight-connector1':'矢印','straight-connector2':_0x1917e7(0x20b),'bent-connector3':'カギ線コネクタ','bent-connector3-arrow1':_0x1917e7(0x229),'bent-connector3-arrow2':_0x1917e7(0x223),'curved-connector3':'曲線コネクタ','curved-connector3-arrow1':'曲線矢印コネクタ','curved-connector3-arrow2':'双方向曲線コネクタ','rect':'四角形','round-rect':_0x1917e7(0x202),'snip1-rect':_0x1917e7(0x237),'snip2-same-rect':_0x1917e7(0x1b5),'snip2-diag-rect':_0x1917e7(0x23a),'snip-round-rect':_0x1917e7(0x204),'round1-rect':_0x1917e7(0x231),'round2-same-rect':_0x1917e7(0x21b),'round2-diag-rect':_0x1917e7(0x1dc),'rect-textbox-horizontal':_0x1917e7(0x1ce),'rect-textbox-vertical':_0x1917e7(0x1d1),'ellipse':'楕円','triangle':'二等辺三角形','rt-triangle':'直角三角形','parallelogram':'平行四辺形','trapezoid':'台形','non-isosceles-trapezoid':_0x1917e7(0x19b),'diamond':_0x1917e7(0x209),'pentagon':_0x1917e7(0x233),'hexagon':_0x1917e7(0x1ac),'heptagon':_0x1917e7(0x244),'octagon':_0x1917e7(0x1ab),'decagon':_0x1917e7(0x216),'dodecagon':_0x1917e7(0x1a9),'pie':'円形','chord':'弦','teardrop':'涙形','frame':'額縁','half-frame':'額縁(半分)','corner':'L字','diag-stripe':_0x1917e7(0x246),'plus':'十字','plaque':_0x1917e7(0x1af),'can':'円柱','cube':_0x1917e7(0x1a6),'bevel':_0x1917e7(0x1c7),'donut':_0x1917e7(0x228),'no-smoking':'禁止マーク','block-arc':'アーチ','folder-corner':'折り返し','smiley-face':_0x1917e7(0x249),'heart':_0x1917e7(0x1cf),'lightning-bolt':'稲妻','sun':'太陽','moon':'月','cloud':'雲','arc':'円弧','bracket-pair':_0x1917e7(0x21d),'brace-pair':_0x1917e7(0x1e7),'left-bracket':'左大括弧','right-bracket':_0x1917e7(0x212),'left-brace':_0x1917e7(0x24c),'right-brace':_0x1917e7(0x23c),'right-arrow':_0x1917e7(0x20f),'left-arrow':_0x1917e7(0x1da),'up-arrow':'上矢印','down-arrow':_0x1917e7(0x1c2),'left-right-arrow':_0x1917e7(0x213),'up-down-arrow':'上下矢印','quad-arrow':_0x1917e7(0x1ec),'left-right-up-arrow':'左右上矢印','bent-arrow':_0x1917e7(0x1f9),'uturn-arrow':'Uターン矢印','left-up-arrow':_0x1917e7(0x1fa),'bent-up-arrow':_0x1917e7(0x21c),'curved-right-arrow':_0x1917e7(0x23f),'curved-left-arrow':_0x1917e7(0x1d8),'curved-up-arrow':_0x1917e7(0x226),'curved-down-arrow':_0x1917e7(0x1f5),'striped-right-arrow':_0x1917e7(0x1b7),'notched-right-arrow':_0x1917e7(0x1e3),'home-plate':_0x1917e7(0x1c9),'chevron':'山形','right-arrow-callout':_0x1917e7(0x215),'down-arrow-callout':_0x1917e7(0x1a1),'left-arrow-callout':_0x1917e7(0x1b6),'up-arrow-callout':_0x1917e7(0x241),'left-right-arrow-callout':_0x1917e7(0x1dd),'quad-arrow-callout':_0x1917e7(0x1bc),'circular-arrow':_0x1917e7(0x20a),'math-plus':_0x1917e7(0x19c),'math-minus':_0x1917e7(0x208),'math-multiply':'掛ける','math-divide':'割る','math-equal':_0x1917e7(0x239),'math-not-equal':'ノットイコール','flow-chart-process':'処理','flow-chart-alternate-process':'代替処理','flow-chart-decision':'判断','flow-chart-input-output':_0x1917e7(0x199),'flow-chart-predefined-process':_0x1917e7(0x21a),'flow-chart-internal-storage':_0x1917e7(0x1b1),'flow-chart-document':'書類','flow-chart-multidocument':_0x1917e7(0x1bf),'flow-chart-terminator':'端子','flow-chart-preparation':'準備','flow-chart-manual-input':_0x1917e7(0x24d),'flow-chart-manual-operation':_0x1917e7(0x224),'flow-chart-connector':_0x1917e7(0x1c4),'flow-chart-offpage-connector':_0x1917e7(0x1f2),'flow-chart-punched-card':_0x1917e7(0x19d),'flow-chart-punched-tape':_0x1917e7(0x1ad),'flow-chart-summing-junction':'和','flow-chart-or':_0x1917e7(0x1ba),'flow-chart-collate':'照合','flow-chart-sort':'並べ替え','flow-chart-extract':'抽出','flow-chart-merge':'結合','flow-chart-online-storage':_0x1917e7(0x1c0),'flow-chart-delay':'遅延','flow-chart-magnetic-tape':'磁気テープ','flow-chart-magnetic-disk':_0x1917e7(0x1cd),'flow-chart-magnetic-drum':_0x1917e7(0x1a3),'flow-chart-display':'表示','irregular-seal1':_0x1917e7(0x250),'irregular-seal2':_0x1917e7(0x221),'star4':'星4','star5':'星5','star6':'星6','star7':'星7','star8':'星8','star10':_0x1917e7(0x22b),'star12':'星12','star16':_0x1917e7(0x1eb),'star24':'星24','star32':_0x1917e7(0x251),'ribbon2':_0x1917e7(0x230),'ribbon':_0x1917e7(0x1c8),'ellipse-ribbon2':_0x1917e7(0x1e2),'ellipse-ribbon':_0x1917e7(0x1c5),'vertical-scroll':_0x1917e7(0x1a8),'horizontal-scroll':'巻物(横)','wave':'波','double-wave':_0x1917e7(0x1ae),'wedge-rect-callout':'四角形吹き出し','wedge-round-rect-callout':_0x1917e7(0x205),'wedge-ellipse-callout':_0x1917e7(0x1e9),'cloud-callout':_0x1917e7(0x1a0),'border-callout1':_0x1917e7(0x206),'border-callout2':_0x1917e7(0x247),'border-callout3':_0x1917e7(0x1b4),'accent-callout1':_0x1917e7(0x1e5),'accent-callout2':_0x1917e7(0x218),'accent-callout3':_0x1917e7(0x1e8),'callout1':_0x1917e7(0x1fd),'callout2':_0x1917e7(0x236),'callout3':_0x1917e7(0x1bb),'accent-border-callout1':_0x1917e7(0x1de),'accent-border-callout2':_0x1917e7(0x220),'accent-border-callout3':_0x1917e7(0x1d7),'left-circular-arrow':_0x1917e7(0x19e),'left-right-circular-arrow':'左右環状矢印','swoosh-arrow':_0x1917e7(0x235),'left-right-ribbon':'左右リボン','pie-wedge':'扇形','funnel':_0x1917e7(0x20c),'gear6':'歯車6','gear9':'歯車9','corner-tabs':'コーナー\x20タブ','action-button-back-previous':_0x1917e7(0x1d2),'action-button-forward-next':_0x1917e7(0x1c1),'action-button-beginning':'動作設定ボタン:\x20最初','action-button-end':_0x1917e7(0x19a),'action-button-home':'動作設定ボタン:\x20ホーム','action-button-information':_0x1917e7(0x1d0),'action-button-return':_0x1917e7(0x252),'action-button-movie':_0x1917e7(0x24a),'action-button-document':_0x1917e7(0x1d9),'action-button-sound':_0x1917e7(0x1d6),'action-button-help':'動作設定ボタン:\x20ヘルプ','action-button-blank':_0x1917e7(0x207),'chart-plus':'グラフ\x20プラス','chart-star':_0x1917e7(0x1bd),'chart-x':'グラフ\x20X','flow-chart-offline-storage':_0x1917e7(0x1b3),'line-inv':_0x1917e7(0x1e0),'plaque-tabs':'プラーク\x20タブ','square-tabs':'四角形タブ','up-down-arrow-callout':'上下矢印吹き出し'}}}};}));
27
-
28
- // @univerjs-pro/sheets-outline-ui/locale/ja-JP
29
- function _0x48cb(){var _0x34f415=['1285400tSZdPR','object','50oQCEzp','キャンセル','表示権限がないため、グループ関連の操作を実行できません。','2210964vHiwSG','重なり合うグループが作成されるため、アウトラインを更新できません。','8931984jwodsh','Excel\x20互換のアウトラインは最大\x208\x20レベルまで対応しているため、アウトラインを作成できません。','4127715qbmOoI','選択範囲がアウトライングループ範囲全体を含んでいないため、グループを解除できません。','選択した範囲がシート外にあるため、アウトラインを作成できません。','function','1573245vxfHHN','列\x20{0}\x20-\x20{1}\x20をグループ化','543wfNuPZ','11580NYwuhJ','列\x20{0}\x20-\x20{1}\x20のグループを解除','579540qILxKW','行\x20{0}\x20-\x20{1}\x20をグループ化','14XdxXqC','既存のアウトラインが分割されるため、行または列を移動できません。先に関連するアウトラインを削除してください。','UniverProSheetsOutlineUiJaJP'];_0x48cb=function(){return _0x34f415;};return _0x48cb();}function _0x9c4a(_0x25165d,_0x3e54c9){_0x25165d=_0x25165d-0x131;var _0x48cb6f=_0x48cb();var _0x9c4aca=_0x48cb6f[_0x25165d];return _0x9c4aca;}(function(_0x13f203,_0x13be72){var _0x522af6=_0x9c4a,_0x407b0a=_0x13f203();while(!![]){try{var _0x3a1bf6=-parseInt(_0x522af6(0x142))/0x1+-parseInt(_0x522af6(0x147))/0x2+-parseInt(_0x522af6(0x13f))/0x3*(-parseInt(_0x522af6(0x140))/0x4)+parseInt(_0x522af6(0x139))/0x5+parseInt(_0x522af6(0x135))/0x6*(parseInt(_0x522af6(0x144))/0x7)+-parseInt(_0x522af6(0x137))/0x8+-parseInt(_0x522af6(0x13d))/0x9*(-parseInt(_0x522af6(0x132))/0xa);if(_0x3a1bf6===_0x13be72)break;else _0x407b0a['push'](_0x407b0a['shift']());}catch(_0x54c051){_0x407b0a['push'](_0x407b0a['shift']());}}}(_0x48cb,0x97cf5),function(_0x447503,_0x568296){var _0x597cab=_0x9c4a;typeof exports==_0x597cab(0x131)&&typeof module<'u'?module['exports']=_0x568296():typeof define==_0x597cab(0x13c)&&define['amd']?define([],_0x568296):(_0x447503=typeof globalThis<'u'?globalThis:_0x447503||self,_0x447503[_0x597cab(0x146)]=_0x568296());}(this,function(){var _0x281b97=_0x9c4a;return{'sheets-outline-ui':{'cancel':_0x281b97(0x133),'group':'グループ化','ungroup':'グループ解除','groupRows':_0x281b97(0x143),'groupColumns':_0x281b97(0x13e),'ungroupRows':'行\x20{0}\x20-\x20{1}\x20のグループを解除','ungroupColumns':_0x281b97(0x141),'error':{'permission':_0x281b97(0x134),'invalidRange':'選択した範囲が無効なため、アウトラインを作成できません。','outOfBounds':_0x281b97(0x13b),'crossing':_0x281b97(0x136),'maxDepth':_0x281b97(0x138),'moveSplitsOutline':_0x281b97(0x145),'clearRangeNotContainOutline':_0x281b97(0x13a),'unknown':'操作が無効なため、アウトラインを更新できません。'}}};}));
30
-
31
- // locale/ja-JP
32
- (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/exchange-client/locale/ja-JP"),require("@univerjs-pro/sheets-chart/locale/ja-JP"),require("@univerjs-pro/sheets-chart-ui/locale/ja-JP"),require("@univerjs-pro/sheets-exchange-client/locale/ja-JP"),require("@univerjs-pro/sheets-outline-ui/locale/ja-JP"),require("@univerjs-pro/sheets-pivot/locale/ja-JP"),require("@univerjs-pro/sheets-pivot-ui/locale/ja-JP"),require("@univerjs-pro/sheets-print/locale/ja-JP"),require("@univerjs-pro/sheets-shape-ui/locale/ja-JP"),require("@univerjs-pro/sheets-sparkline-ui/locale/ja-JP")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/exchange-client/locale/ja-JP","@univerjs-pro/sheets-chart/locale/ja-JP","@univerjs-pro/sheets-chart-ui/locale/ja-JP","@univerjs-pro/sheets-exchange-client/locale/ja-JP","@univerjs-pro/sheets-outline-ui/locale/ja-JP","@univerjs-pro/sheets-pivot/locale/ja-JP","@univerjs-pro/sheets-pivot-ui/locale/ja-JP","@univerjs-pro/sheets-print/locale/ja-JP","@univerjs-pro/sheets-shape-ui/locale/ja-JP","@univerjs-pro/sheets-sparkline-ui/locale/ja-JP"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsAdvancedJaJP=r(e.UniverCore,e.UniverProExchangeClientJaJP,e.UniverProSheetsChartJaJP,e.UniverProSheetsChartUiJaJP,e.UniverProSheetsExchangeClientJaJP,e.UniverProSheetsOutlineUiJaJP,e.UniverProSheetsPivotJaJP,e.UniverProSheetsPivotUiJaJP,e.UniverProSheetsPrintJaJP,e.UniverProSheetsShapeUiJaJP,e.UniverProSheetsSparklineUiJaJP))})(this,(function(e,r,i,s,n,t,o,a,u,P,h){"use strict";return e.mergeLocales(r,i,s,n,t,o,a,u,P,h)}));