@univerjs/preset-sheets-advanced 0.25.0 → 1.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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/fr-FR
2
- function _0x39ed(){var _0x59a829=['28043040olYoGS','636veVBGQ','Les\x20données\x20sont\x20trop\x20volumineuses','653ETHxqs','98OBjRtv','10JwZcqp','Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','9RAyLAB','1460XHkoyN','Erreur\x20inconnue','Veuillez\x20patienter...','2668911Galnhs','La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','Téléchargement','13067096tMHvGr','Télécharger\x20à\x20nouveau','Téléchargement\x20réussi','function','7804510ROEVrS','Erreur\x20interne\x20inconnue','4736479RpZzrg','4jWfDUM','Fichier\x20téléchargé\x20avec\x20succès','amd'];_0x39ed=function(){return _0x59a829;};return _0x39ed();}function _0x2034(_0x530494,_0x57600e){_0x530494=_0x530494-0x145;var _0x39ed9d=_0x39ed();var _0x20346b=_0x39ed9d[_0x530494];return _0x20346b;}(function(_0x45be09,_0x1381e0){var _0x532ec6=_0x2034,_0x821047=_0x45be09();while(!![]){try{var _0x5b86c0=parseInt(_0x532ec6(0x15b))/0x1*(parseInt(_0x532ec6(0x148))/0x2)+parseInt(_0x532ec6(0x14b))/0x3+-parseInt(_0x532ec6(0x155))/0x4*(parseInt(_0x532ec6(0x152))/0x5)+-parseInt(_0x532ec6(0x159))/0x6*(parseInt(_0x532ec6(0x15c))/0x7)+-parseInt(_0x532ec6(0x14e))/0x8*(parseInt(_0x532ec6(0x147))/0x9)+parseInt(_0x532ec6(0x145))/0xa*(parseInt(_0x532ec6(0x154))/0xb)+parseInt(_0x532ec6(0x158))/0xc;if(_0x5b86c0===_0x1381e0)break;else _0x821047['push'](_0x821047['shift']());}catch(_0x1b781d){_0x821047['push'](_0x821047['shift']());}}}(_0x39ed,0xe504f),function(_0x55e995,_0x2b554e){var _0x4b51a4=_0x2034;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2b554e():typeof define==_0x4b51a4(0x151)&&define[_0x4b51a4(0x157)]?define([],_0x2b554e):(_0x55e995=typeof globalThis<'u'?globalThis:_0x55e995||self,_0x55e995['UniverProExchangeClientFrFR']=_0x2b554e());}(this,function(){var _0x15729b=_0x2034;return{'exchange-client':{'uploading':'Téléchargement\x20en\x20cours','uploadSuccess':_0x15729b(0x156),'uploadSuccessTip':'{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','downloading':_0x15729b(0x14d),'downloadSuccess':_0x15729b(0x150),'unknownMistake':_0x15729b(0x149),'networkError':'Erreur\x20réseau','tooLarge':_0x15729b(0x15a),'internalError':_0x15729b(0x153),'interrupt':_0x15729b(0x14c),'fileTypeError':_0x15729b(0x146),'wait':_0x15729b(0x14a),'cancel':'Annuler','uploadAgain':_0x15729b(0x14f)}};}));
3
-
4
- // @univerjs-pro/sheets-exchange-client/locale/fr-FR
5
- (function(_0x4d93c3,_0x8903c){var _0xf8a7ef=_0x4a7f,_0x3d91df=_0x4d93c3();while(!![]){try{var _0x15f11d=parseInt(_0xf8a7ef(0x1e5))/0x1*(parseInt(_0xf8a7ef(0x1da))/0x2)+-parseInt(_0xf8a7ef(0x1e1))/0x3*(parseInt(_0xf8a7ef(0x1d7))/0x4)+-parseInt(_0xf8a7ef(0x1dd))/0x5*(-parseInt(_0xf8a7ef(0x1e0))/0x6)+-parseInt(_0xf8a7ef(0x1db))/0x7+-parseInt(_0xf8a7ef(0x1d8))/0x8+-parseInt(_0xf8a7ef(0x1df))/0x9*(-parseInt(_0xf8a7ef(0x1e2))/0xa)+-parseInt(_0xf8a7ef(0x1e4))/0xb;if(_0x15f11d===_0x8903c)break;else _0x3d91df['push'](_0x3d91df['shift']());}catch(_0x4f90c3){_0x3d91df['push'](_0x3d91df['shift']());}}}(_0x2d71,0x88f35),function(_0x215e40,_0x1c5235){var _0x50156c=_0x4a7f;typeof exports==_0x50156c(0x1d9)&&typeof module<'u'?module[_0x50156c(0x1d5)]=_0x1c5235():typeof define==_0x50156c(0x1e3)&&define[_0x50156c(0x1d4)]?define([],_0x1c5235):(_0x215e40=typeof globalThis<'u'?globalThis:_0x215e40||self,_0x215e40[_0x50156c(0x1de)]=_0x1c5235());}(this,function(){var _0x344e12=_0x4a7f;return{'sheets-exchange-client':{'file':_0x344e12(0x1dc),'upload':_0x344e12(0x1e6),'download':_0x344e12(0x1d6)}};}));function _0x4a7f(_0x273a08,_0x153c2a){_0x273a08=_0x273a08-0x1d4;var _0x2d714d=_0x2d71();var _0x4a7f52=_0x2d714d[_0x273a08];return _0x4a7f52;}function _0x2d71(){var _0x3472e5=['2415936sLRUdr','object','706028YqKrFi','543186woUmFC','Fichier','4195btXuHT','UniverProSheetsExchangeClientFrFR','99WOfhKM','6462fWZNlC','258906KnvdML','796330RSKAwv','function','12248995vohoAE','2jzJWGl','Ouvrir\x20(Fichier)','amd','exports','Enregistrer\x20sous','20WBngmr'];_0x2d71=function(){return _0x3472e5;};return _0x2d71();}
6
-
7
- // @univerjs-pro/sheets-pivot/locale/fr-FR
8
- function _0x2492(){var _0x5bdb5c=['{0}\x20année','Valeur','Colonne','10rsaguV','Valeurs','(Vide)','9710exakOJ','valeur','Somme\x20de\x20','function','Jour','exports','Trimestre','vide','21KArCwy','(Autre)','Sous-total','Année-Trimestre','amd','1665cEFKYw','141036uUxvsp','Mois','9963072JCuVkL','Variance\x20pop.\x20de\x20','Max\x20de\x20','Min\x20de\x20','Produit\x20de\x20','{0}\x20année\x20{1}\x20mois','Écart-type\x20de\x20','{0}\x20année\x20{1}\x20mois\x20{2}\x20jour','130300RQgStS','Année-Mois-Jour','Colonne\x20','{0}\x20jour','Total\x20général','Minute','830406IlFesQ','UniverProSheetsPivotFrFR','Nombre\x20de\x20','{0}\x20trimestre','Moyenne\x20de\x20','16YGkShk','526SKcviO','4260872wJlzwi','object','{0}\x20heure','348PIalbj','Ligne'];_0x2492=function(){return _0x5bdb5c;};return _0x2492();}function _0xb5bb(_0x54b632,_0x8ba60e){_0x54b632=_0x54b632-0xe7;var _0x249280=_0x2492();var _0xb5bb0e=_0x249280[_0x54b632];return _0xb5bb0e;}(function(_0x2118e1,_0x3a5a00){var _0x275dcc=_0xb5bb,_0x3f79d8=_0x2118e1();while(!![]){try{var _0x278710=-parseInt(_0x275dcc(0x109))/0x1*(parseInt(_0x275dcc(0x105))/0x2)+-parseInt(_0x275dcc(0xe9))/0x3*(parseInt(_0x275dcc(0xf9))/0x4)+parseInt(_0x275dcc(0x10e))/0x5*(parseInt(_0x275dcc(0xff))/0x6)+parseInt(_0x275dcc(0xef))/0x7*(parseInt(_0x275dcc(0x104))/0x8)+parseInt(_0x275dcc(0xee))/0x9*(-parseInt(_0x275dcc(0x111))/0xa)+-parseInt(_0x275dcc(0x106))/0xb+parseInt(_0x275dcc(0xf1))/0xc;if(_0x278710===_0x3a5a00)break;else _0x3f79d8['push'](_0x3f79d8['shift']());}catch(_0xff4ede){_0x3f79d8['push'](_0x3f79d8['shift']());}}}(_0x2492,0x3fad2),function(_0x497412,_0x165a4c){var _0x42b78d=_0xb5bb;typeof exports==_0x42b78d(0x107)&&typeof module<'u'?module[_0x42b78d(0x116)]=_0x165a4c():typeof define==_0x42b78d(0x114)&&define[_0x42b78d(0xed)]?define([],_0x165a4c):(_0x497412=typeof globalThis<'u'?globalThis:_0x497412||self,_0x497412[_0x42b78d(0x100)]=_0x165a4c());}(this,function(){var _0x55f510=_0xb5bb;return{'sheets-pivot':{'sheet':'Feuille','blankValue':_0x55f510(0x110),'otherValue':_0x55f510(0xea),'columnName':_0x55f510(0xfb),'subTotalText':'Total','grandTotalText':_0x55f510(0xfd),'valueText':_0x55f510(0x10c),'averageName':_0x55f510(0x103),'countName':_0x55f510(0x101),'countNumsName':_0x55f510(0x101),'maxName':_0x55f510(0xf3),'minName':_0x55f510(0xf4),'productName':_0x55f510(0xf5),'stdDevName':_0x55f510(0xf7),'stdDevpName':'Écart-type\x20pop.\x20de\x20','sumName':_0x55f510(0x113),'varName':'Variance\x20de\x20','varpName':_0x55f510(0xf2),'subTotal':_0x55f510(0xeb),'grandTotal':'Total\x20général','value':_0x55f510(0x112),'blank':_0x55f510(0xe8),'other':'autre','emptyPivot':{'filter':'Filtre','row':_0x55f510(0x10a),'column':_0x55f510(0x10d),'values':_0x55f510(0x10f)},'dateGroup':{'year':'Année','month':_0x55f510(0xf0),'day':_0x55f510(0x115),'hour':'Heure','minute':_0x55f510(0xfe),'quarter':_0x55f510(0xe7),'monthDate':'Mois-Jour','yearQuarter':_0x55f510(0xec),'yearMonth':'Année-Mois','yearMonthDate':_0x55f510(0xfa)},'cellDateGroupDisplay':{'minute':'{0}\x20minute','hour':_0x55f510(0x108),'hourMinute':'{0}\x20heure\x20{1}\x20minute','date':_0x55f510(0xfc),'month':'{0}\x20mois','monthDate':'{0}\x20mois\x20{1}\x20jour','quarter':_0x55f510(0x102),'year':_0x55f510(0x10b),'yearMonth':_0x55f510(0xf6),'yearMonthDate':_0x55f510(0xf8),'yearQuarter':'{0}\x20année\x20{1}\x20trimestre'}}};}));
9
-
10
- // @univerjs-pro/sheets-pivot-ui/locale/fr-FR
11
- function _0x410b(_0x2547bc,_0xa7d6c7){_0x2547bc=_0x2547bc-0xc7;var _0x473ffb=_0x473f();var _0x410b46=_0x473ffb[_0x2547bc];return _0x410b46;}(function(_0x2754c5,_0xd4f613){var _0x57a66e=_0x410b,_0x111c27=_0x2754c5();while(!![]){try{var _0x7038bd=-parseInt(_0x57a66e(0x10a))/0x1*(-parseInt(_0x57a66e(0xea))/0x2)+-parseInt(_0x57a66e(0x10c))/0x3+parseInt(_0x57a66e(0xf6))/0x4*(parseInt(_0x57a66e(0x120))/0x5)+parseInt(_0x57a66e(0xe1))/0x6*(-parseInt(_0x57a66e(0x10b))/0x7)+-parseInt(_0x57a66e(0xed))/0x8*(parseInt(_0x57a66e(0x104))/0x9)+parseInt(_0x57a66e(0xe3))/0xa+parseInt(_0x57a66e(0xf3))/0xb;if(_0x7038bd===_0xd4f613)break;else _0x111c27['push'](_0x111c27['shift']());}catch(_0x329b97){_0x111c27['push'](_0x111c27['shift']());}}}(_0x473f,0x8dcac),function(_0x36b678,_0x54a188){var _0x4f8c24=_0x410b;typeof exports==_0x4f8c24(0xe8)&&typeof module<'u'?module[_0x4f8c24(0xec)]=_0x54a188():typeof define==_0x4f8c24(0xfa)&&define[_0x4f8c24(0xe0)]?define([],_0x54a188):(_0x36b678=typeof globalThis<'u'?globalThis:_0x36b678||self,_0x36b678[_0x4f8c24(0xc9)]=_0x54a188());}(this,function(){var _0x1a1c9b=_0x410b;return{'sheets-pivot-ui':{'sheet':_0x1a1c9b(0x112),'title':_0x1a1c9b(0xd2),'sourceRangeLabel':'Source\x20de\x20données','sourceRangePlaceholder':_0x1a1c9b(0xf2),'sourceFieldTile':_0x1a1c9b(0xf1),'sourceFieldDescription':_0x1a1c9b(0xef),'filter':_0x1a1c9b(0x123),'column':'Colonne','row':_0x1a1c9b(0x109),'value':'Valeur','multipleValue':_0x1a1c9b(0xcd),'filterDesc':'Faites\x20glisser\x20les\x20champs\x20pour\x20filtrer\x20les\x20données','columnDesc':_0x1a1c9b(0xf7),'rowDesc':_0x1a1c9b(0xfb),'valueDesc':'Résultats\x20calculés\x20des\x20lignes\x20et\x20colonnes','addToFilter':'Ajouter\x20au\x20filtre','addToColumn':_0x1a1c9b(0x11b),'addToRow':'Ajouter\x20à\x20la\x20ligne','addToValue':_0x1a1c9b(0xc7),'removeField':'Supprimer\x20le\x20champ','filterField':_0x1a1c9b(0xf9),'fieldSettings':_0x1a1c9b(0x113),'moveToRow':'Déplacer\x20vers\x20la\x20ligne','moveToColumn':'Déplacer\x20vers\x20la\x20colonne','dialog':{'fieldName':_0x1a1c9b(0xd3),'sourceName':_0x1a1c9b(0x117),'summarizeBy':_0x1a1c9b(0xde),'format':_0x1a1c9b(0xf5),'ok':'OK','cancel':'Annuler','filter':{'ascending':_0x1a1c9b(0xd9),'descending':_0x1a1c9b(0xd1),'selectAll':_0x1a1c9b(0x106),'clearFilter':_0x1a1c9b(0xda),'blank':_0x1a1c9b(0xc8),'cancel':_0x1a1c9b(0x105),'confirm':'OK'},'numfmt':{'general':_0x1a1c9b(0xce),'accounting':_0x1a1c9b(0xdd),'currency':_0x1a1c9b(0x107),'date':_0x1a1c9b(0x10f),'thousandthPercentile':_0x1a1c9b(0xd8),'fieldSetting':_0x1a1c9b(0x113),'formatTypes':_0x1a1c9b(0x11c),'confirm':'OK','cancel':_0x1a1c9b(0x105),'generalDesc':_0x1a1c9b(0xfe),'accountingDesc':'Le\x20format\x20de\x20nombre\x20comptable\x20aligne\x20les\x20symboles\x20de\x20devise\x20et\x20les\x20décimales\x20dans\x20une\x20colonne.','currencyDesc':_0x1a1c9b(0x121),'dateDesc':_0x1a1c9b(0xfd),'thousandthPercentileDesc':_0x1a1c9b(0x11d),'decimalPlaces':_0x1a1c9b(0xd4),'currencyTypes':_0x1a1c9b(0xe4),'negativeNumberTypes':_0x1a1c9b(0xd6),'dateTypes':_0x1a1c9b(0xe9)},'source':{'insertPivotTable':_0x1a1c9b(0xd0),'sourceData':_0x1a1c9b(0x108),'position':_0x1a1c9b(0xfc),'newSheet':_0x1a1c9b(0xdb),'existingSheet':_0x1a1c9b(0x101),'intersect':_0x1a1c9b(0xe7)}},'subtotal':{'average':_0x1a1c9b(0x111),'count':_0x1a1c9b(0x122),'countNums':_0x1a1c9b(0x10e),'max':_0x1a1c9b(0x103),'min':'Minimum','product':_0x1a1c9b(0x118),'stdDev':_0x1a1c9b(0xe6),'stdDevp':_0x1a1c9b(0xd5),'sum':_0x1a1c9b(0xf0),'var':_0x1a1c9b(0xdf),'varp':_0x1a1c9b(0xe2)},'subTotalText':'Sous-total','grandTotalText':_0x1a1c9b(0x110),'fieldPanel':'Configuration\x20des\x20champs','configPanel':_0x1a1c9b(0xca),'config':{'totalsSection':_0x1a1c9b(0x114),'showRowSubtotal':_0x1a1c9b(0xcc),'showRowGrandTotal':_0x1a1c9b(0x100),'showColSubtotal':'Afficher\x20les\x20sous-totaux\x20des\x20colonnes','showColGrandTotal':_0x1a1c9b(0xcf),'pageSection':_0x1a1c9b(0xf8),'pageWrap':_0x1a1c9b(0xeb),'pageDirection':_0x1a1c9b(0xd7),'pageDownThenOver':'Vers\x20le\x20bas,\x20puis\x20vers\x20la\x20droite','pageOverThenDown':_0x1a1c9b(0x116),'displaySection':_0x1a1c9b(0x102),'repeatRowLabels':'Répéter\x20les\x20étiquettes\x20d\x27éléments'},'perform':{'tips':_0x1a1c9b(0xf4),'info':_0x1a1c9b(0xee),'confirm':_0x1a1c9b(0x10d),'cancel':_0x1a1c9b(0x105),'rowColError':_0x1a1c9b(0x11e)},'msg':{'emptySourceRange':'La\x20plage\x20de\x20la\x20source\x20de\x20données\x20est\x20vide','invalidSize':_0x1a1c9b(0xff),'mergeCellError':'Impossible\x20d\x27insérer\x20des\x20cellules\x20fusionnées\x20dans\x20un\x20tableau\x20croisé\x20dynamique','editCellError':'Impossible\x20de\x20modifier\x20les\x20cellules\x20dans\x20un\x20tableau\x20croisé\x20dynamique','permissionError':_0x1a1c9b(0x119)},'averageName':_0x1a1c9b(0xdc),'countName':'Nombre\x20de\x20','countNumsName':_0x1a1c9b(0x115),'maxName':'Max\x20de\x20','minName':_0x1a1c9b(0x11f),'productName':_0x1a1c9b(0x11a),'stdDevName':'Écart-type\x20de\x20','stdDevpName':'Écart-type\x20pop.\x20de\x20','sumName':_0x1a1c9b(0xe5),'varName':'Variance\x20de\x20','varpName':_0x1a1c9b(0xcb)}};}));function _0x473f(){var _0x519fff=['Nom\x20du\x20champ\x20source\x20:','Produit','Impossible\x20de\x20modifier\x20le\x20tableau\x20croisé\x20dynamique\x20dans\x20une\x20feuille\x20protégée','Produit\x20de\x20','Ajouter\x20à\x20la\x20colonne','Types\x20de\x20format','Le\x20format\x20millième\x20percentile\x20est\x20utilisé\x20pour\x20les\x20nombres\x20généraux,\x20les\x20formats\x20de\x20devise\x20et\x20comptable\x20fournissent\x20des\x20formats\x20spécialisés\x20pour\x20les\x20valeurs\x20monétaires.','Cette\x20modification\x20ne\x20peut\x20pas\x20être\x20apportée\x20aux\x20cellules\x20sélectionnées\x20car\x20elle\x20affecterait\x20le\x20tableau\x20croisé\x20dynamique.\x20Veuillez\x20utiliser\x20la\x20liste\x20de\x20champs\x20pour\x20modifier\x20le\x20rapport.\x20Si\x20vous\x20essayez\x20d\x27insérer\x20ou\x20de\x20supprimer\x20des\x20cellules,\x20déplacez\x20le\x20tableau\x20croisé\x20dynamique\x20et\x20réessayez.','Min\x20de\x20','12930ApdSFs','Le\x20format\x20de\x20devise\x20est\x20utilisé\x20pour\x20les\x20valeurs\x20monétaires\x20générales,\x20le\x20format\x20comptable\x20aligne\x20les\x20décimales\x20dans\x20une\x20colonne\x20de\x20valeurs.','Nombre','Filtre','Ajouter\x20à\x20la\x20valeur','(Vide)','UniverProSheetsPivotUiFrFR','Options\x20avancées','Variance\x20pop.\x20de\x20','Afficher\x20les\x20sous-totaux\x20des\x20lignes','Σ\x20Valeurs','Général','Afficher\x20le\x20total\x20général\x20des\x20colonnes','Insérer\x20un\x20tableau\x20croisé\x20dynamique','Décroissant','Tableau\x20croisé\x20dynamique','Nom\x20du\x20champ','Décimales','Écart-type\x20de\x20population','Types\x20de\x20nombres\x20négatifs','Direction\x20de\x20la\x20mise\x20en\x20page','Millième\x20percentile','Croissant','Effacer\x20le\x20filtre','Nouvelle\x20feuille','Moyenne\x20de\x20','Comptabilité','Synthétiser\x20par','Variance','amd','869802JbpGxf','Variance\x20de\x20population','10914500QSRbVG','Types\x20de\x20devise','Somme\x20de\x20','Écart-type','Ne\x20peut\x20pas\x20chevaucher\x20la\x20source\x20de\x20données','object','Types\x20de\x20date','942ogkDZY','Champs\x20par\x20ligne','exports','9087704hbTVVE','Il\x20y\x20a\x20déjà\x20des\x20données\x20dans\x20la\x20zone\x20cible.\x20Cette\x20action\x20écrasera\x20les\x20données\x20existantes.\x20Voulez-vous\x20continuer\x20?','Faites\x20glisser\x20les\x20champs\x20vers\x20les\x20zones\x20ci-dessous','Somme','Champs\x20de\x20la\x20source\x20de\x20données','La\x20source\x20de\x20données\x20a\x20été\x20mise\x20à\x20jour','19628323jUvSMh','Conseils','Format\x20de\x20nombre','168nKoNTS','Faites\x20glisser\x20les\x20champs\x20vers\x20les\x20colonnes','Mise\x20en\x20page\x20du\x20champ\x20de\x20filtre','Champ\x20de\x20filtre','function','Faites\x20glisser\x20les\x20champs\x20vers\x20les\x20lignes','Emplacement\x20du\x20tableau\x20croisé\x20dynamique','Le\x20format\x20de\x20date\x20affiche\x20les\x20numéros\x20de\x20série\x20de\x20date\x20et\x20d\x27heure\x20sous\x20forme\x20de\x20valeurs\x20de\x20date.','Le\x20format\x20général\x20ne\x20contient\x20aucun\x20format\x20de\x20nombre\x20spécifique.','La\x20plage\x20de\x20la\x20source\x20de\x20données\x20est\x20invalide','Afficher\x20le\x20total\x20général\x20des\x20lignes','Feuille\x20existante','Affichage','Maximum','9Jnptpj','Annuler','Tout\x20sélectionner','Devise','Plage\x20de\x20la\x20source\x20de\x20données','Ligne','197FNTwZo','14yGYpFO','3211695AqEqXP','Confirmer','Nombre\x20de\x20nombres','Date','Total\x20général','Moyenne','Feuille','Paramètres\x20du\x20champ','Sous-totaux\x20et\x20totaux\x20généraux','Nombre\x20de\x20','Vers\x20la\x20droite,\x20puis\x20vers\x20le\x20bas'];_0x473f=function(){return _0x519fff;};return _0x473f();}
12
-
13
- // @univerjs-pro/sheets-print/locale/fr-FR
14
- function _0x19c9(_0x91bf4d,_0x1eb57e){_0x91bf4d=_0x91bf4d-0x1de;var _0x26ca94=_0x26ca();var _0x19c9a4=_0x26ca94[_0x91bf4d];return _0x19c9a4;}(function(_0x2b18e0,_0x238512){var _0x1e7304=_0x19c9,_0x1f3a63=_0x2b18e0();while(!![]){try{var _0x55921f=-parseInt(_0x1e7304(0x1f4))/0x1*(parseInt(_0x1e7304(0x235))/0x2)+parseInt(_0x1e7304(0x234))/0x3*(parseInt(_0x1e7304(0x23b))/0x4)+parseInt(_0x1e7304(0x23e))/0x5+parseInt(_0x1e7304(0x231))/0x6*(-parseInt(_0x1e7304(0x21a))/0x7)+parseInt(_0x1e7304(0x23a))/0x8*(-parseInt(_0x1e7304(0x21c))/0x9)+-parseInt(_0x1e7304(0x1e5))/0xa+parseInt(_0x1e7304(0x1f9))/0xb;if(_0x55921f===_0x238512)break;else _0x1f3a63['push'](_0x1f3a63['shift']());}catch(_0x240ebf){_0x1f3a63['push'](_0x1f3a63['shift']());}}}(_0x26ca,0x66efd),function(_0x8b3d4f,_0x476763){var _0x4441e7=_0x19c9;typeof exports=='object'&&typeof module<'u'?module[_0x4441e7(0x201)]=_0x476763():typeof define=='function'&&define[_0x4441e7(0x1ec)]?define([],_0x476763):(_0x8b3d4f=typeof globalThis<'u'?globalThis:_0x8b3d4f||self,_0x8b3d4f[_0x4441e7(0x21e)]=_0x476763());}(this,function(){var _0x271045=_0x19c9;return{'sheets-print':{'permission':{'printErr':_0x271045(0x1e4)},'header':{'total':_0x271045(0x233),'pages':_0x271045(0x22f),'cancel':_0x271045(0x1fe),'next':'SUIVANT','printing':_0x271045(0x23d)},'menu':_0x271045(0x1ed),'title':_0x271045(0x1ed),'grid':{'title':_0x271045(0x1eb),'showGrid':_0x271045(0x1fc),'showGridLabel':_0x271045(0x211),'closeAndHide':_0x271045(0x1e9)},'screenshot':{'title':_0x271045(0x236),'success':'Image\x20copiée\x20dans\x20le\x20presse-papiers\x20avec\x20succès\x20!','fail':'Échec\x20de\x20la\x20copie\x20de\x20l\x27image\x20dans\x20le\x20presse-papiers\x20!'},'size':{'title':_0x271045(0x207),'letter':_0x271045(0x202),'tabloid':_0x271045(0x237),'legal':'Legal\x20(8.5\x22\x20x\x2014\x22)','statement':_0x271045(0x1e7),'executive':'Executive\x20(7.25\x22\x20x\x2010.5\x22)','folio':_0x271045(0x219),'a3':_0x271045(0x224),'a4':'A4\x20(8.27\x22\x20x\x2011.69\x22)','a5':_0x271045(0x1e8),'b4':'B4\x20(9.84\x22\x20x\x2013.90\x22)','b5':_0x271045(0x1e1)},'margin':{'title':'Marges','normal':_0x271045(0x1e2),'narrow':_0x271045(0x1de),'wide':_0x271045(0x20f),'custom':_0x271045(0x22e),'top':_0x271045(0x203),'bottom':_0x271045(0x216),'left':_0x271045(0x1ee),'right':'Droite'},'area':{'title':_0x271045(0x1ed),'currentSheet':_0x271045(0x214),'workbook':_0x271045(0x200),'currentSelection':_0x271045(0x1f1),'maxRowsEachPage':_0x271045(0x1df),'maxColumnsEachPage':_0x271045(0x20c),'limit':_0x271045(0x21f),'allSelection':_0x271045(0x1ef)},'selection':{'title':'Sélection','allWorkbook':_0x271045(0x22a),'workbookUnit':_0x271045(0x208)},'scale':{'title':_0x271045(0x217),'normal':_0x271045(0x238),'fitWidth':_0x271045(0x215),'fitHeight':_0x271045(0x228),'fitPage':'Ajuster\x20à\x20la\x20page','custom':_0x271045(0x20e)},'orientation':{'title':_0x271045(0x206),'landscape':_0x271045(0x213),'portrait':_0x271045(0x1f0)},'formatting':{'title':_0x271045(0x221),'skeleton':_0x271045(0x20a),'waterMark':_0x271045(0x212)},'align':{'title':_0x271045(0x21b),'horizontal':{'title':_0x271045(0x223),'middle':_0x271045(0x1f7),'start':_0x271045(0x1ee),'end':_0x271045(0x23c)},'vertical':{'title':_0x271045(0x222),'start':_0x271045(0x203),'end':_0x271045(0x216),'middle':'Centre'}},'headerFooter':{'title':'En-têtes\x20&\x20pieds\x20de\x20page','page':_0x271045(0x230),'workbook':_0x271045(0x1e0),'sheet':_0x271045(0x22b),'date':_0x271045(0x218),'time':_0x271045(0x20b),'customHeadFooter':'En-tête/pied\x20de\x20page\x20personnalisé','editCustomHeadFooter':_0x271045(0x205),'header':'En-tête','footer':_0x271045(0x220),'left':_0x271045(0x1ee),'right':_0x271045(0x23c),'center':'Centre','dateFormat':_0x271045(0x22c),'dateA':_0x271045(0x210),'dateB':'MM-JJ','dateC':'L','dateD':_0x271045(0x22d),'timeA':_0x271045(0x204),'timeB':_0x271045(0x1fb),'timeC':'hh:mm:ss','timeD':_0x271045(0x1e6),'display':{'page':'NuméroPage','title':_0x271045(0x232),'sheet':_0x271045(0x227),'dateA':_0x271045(0x1fd),'dateB':_0x271045(0x1f2),'dateC':_0x271045(0x1ff),'dateD':_0x271045(0x239),'dateE':'DateE','dateF':'DateF','timeA':_0x271045(0x1ea),'timeB':_0x271045(0x209),'timeC':'HeureC','timeD':_0x271045(0x1f3),'sheetPage':_0x271045(0x226),'pageTotal':_0x271045(0x1f5),'sheetPageTotal':_0x271045(0x1e3)},'placeholder':_0x271045(0x21d),'submit':'OK'},'freeze':{'title':_0x271045(0x225),'desc':_0x271045(0x1fa),'row':_0x271045(0x229),'column':_0x271045(0x20d)},'limit':{'page':_0x271045(0x1f6),'waterMark':'Version\x20gratuite\x20d\x27Univer,\x20propulsée\x20par\x20univer.ai.','link':_0x271045(0x1f8)}}};}));function _0x26ca(){var _0x3b251a=['Toutes\x20les\x20feuilles','Nom\x20de\x20la\x20feuille','Format\x20de\x20date','MM/JJ','Marges\x20personnalisées','pages','Numéros\x20de\x20page','30MYirlW','TitreClasseur','Total\x20:\x20','262689UUwuzA','6434QaTyFb','Copier\x20comme\x20image','Tabloid\x20(11\x22\x20x\x2017\x22)','Normale\x20(100%)','DateD','8PJUuBq','24NmQaNK','Droite','Impression\x20en\x20cours,\x20veuillez\x20ne\x20pas\x20fermer\x20la\x20page','1183535OnpYtc','Étroites','Lignes\x20max.\x20par\x20page','Titre\x20du\x20classeur','B5\x20(6.93\x22\x20x\x209.84\x22)','Normales','TotalPagesFeuille','La\x20feuille\x20de\x20calcul\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20d\x27imprimer.\x20Pour\x20imprimer,\x20veuillez\x20contacter\x20le\x20créateur.','1467140CJxCOe','hh:mm','Statement\x20(5.5\x22\x20x\x208.5\x22)','A5\x20(5.83\x22\x20x\x208.27\x22)','Fermer\x20et\x20masquer\x20les\x20sauts\x20de\x20page','HeureA','Mise\x20en\x20page\x20d\x27impression','amd','Imprimer','Gauche','Toutes\x20les\x20cellules\x20sélectionnées','Portrait','Cellules\x20sélectionnées','DateB','HeureD','89LazYjW','NombreDePages','La\x20version\x20gratuite\x20ne\x20prend\x20en\x20charge\x20que\x20{limit}\x20pages\x20d\x27impression,\x20veuillez\x20acheter\x20la\x20version\x20commerciale\x20pour\x20les\x20fonctionnalités\x20avancées\x20!','Centre','https://univer.ai/pro','5720979gUkkWK','Allez\x20dans\x20Affichage\x20>\x20Figer\x20pour\x20sélectionner\x20les\x20lignes/colonnes\x20à\x20répéter\x20sur\x20toutes\x20les\x20pages','HH:mm','Afficher\x20les\x20sauts\x20de\x20page','DateA','ANNULER','DateC','Classeur','exports','Letter\x20(8.5\x22\x20x\x2011\x22)','Haut','HH:mm:ss','Modifier\x20l\x27en-tête/pied\x20de\x20page\x20personnalisé','Orientation\x20de\x20la\x20page','Format\x20du\x20papier','feuilles','HeureB','Afficher\x20le\x20quadrillage','Heure\x20actuelle','Colonnes\x20max.\x20par\x20page','Répéter\x20les\x20colonnes\x20figées','Personnalisée','Larges','AAAA-MM-JJ','Afficher\x20les\x20lignes\x20de\x20saut\x20de\x20page','Afficher\x20le\x20filigrane','Paysage','Feuille\x20actuelle','Ajuster\x20à\x20la\x20largeur','Bas','Échelle','Date\x20actuelle','Folio\x20(8.5\x22\x20x\x2013\x22)','38507FJEoHY','Aligner','3600117kAVdGg','Cliquez\x20pour\x20ajouter\x20du\x20texte','UniverProSheetsPrintFrFR','Limite\x20lignes\x20&\x20colonnes','Pied\x20de\x20page','Mise\x20en\x20forme','Vertical','Horizontal','A3\x20(11.69\x22\x20x\x2016.54\x22)','En-têtes\x20de\x20lignes\x20&\x20colonnes','NuméroPageFeuille','NomFeuille','Ajuster\x20à\x20la\x20hauteur','Répéter\x20les\x20lignes\x20figées'];_0x26ca=function(){return _0x3b251a;};return _0x26ca();}
15
-
16
- // @univerjs-pro/sheets-chart/locale/fr-FR
17
- (function(_0x175f9e,_0x3f42e5){var _0x23d634=_0x60e0,_0x4909e3=_0x175f9e();while(!![]){try{var _0x37f4f9=-parseInt(_0x23d634(0x184))/0x1+-parseInt(_0x23d634(0x17c))/0x2*(parseInt(_0x23d634(0x178))/0x3)+parseInt(_0x23d634(0x17b))/0x4+parseInt(_0x23d634(0x187))/0x5+-parseInt(_0x23d634(0x18b))/0x6+parseInt(_0x23d634(0x17e))/0x7+-parseInt(_0x23d634(0x18a))/0x8*(-parseInt(_0x23d634(0x177))/0x9);if(_0x37f4f9===_0x3f42e5)break;else _0x4909e3['push'](_0x4909e3['shift']());}catch(_0x50b164){_0x4909e3['push'](_0x4909e3['shift']());}}}(_0x42a4,0x1d577),function(_0x6a7ff2,_0xf793be){var _0x12432d=_0x60e0;typeof exports==_0x12432d(0x173)&&typeof module<'u'?module[_0x12432d(0x18c)]=_0xf793be():typeof define=='function'&&define[_0x12432d(0x185)]?define([],_0xf793be):(_0x6a7ff2=typeof globalThis<'u'?globalThis:_0x6a7ff2||self,_0x6a7ff2[_0x12432d(0x17d)]=_0xf793be());}(this,function(){var _0x5c6c4a=_0x60e0;return{'sheets-chart':{'category':_0x5c6c4a(0x175),'series':_0x5c6c4a(0x180),'seriesDefaultName':_0x5c6c4a(0x179),'categoryDefaultName':'Catégorie\x20{0}','blank':_0x5c6c4a(0x174),'msg':{'emptyTips':_0x5c6c4a(0x171),'sankeyCircularTips':_0x5c6c4a(0x183)},'bubble':{'emptyTips':_0x5c6c4a(0x188)},'relation':{'emptyTips':_0x5c6c4a(0x18e)},'cloud':{'word':_0x5c6c4a(0x182),'frequency':_0x5c6c4a(0x18d)},'waterfall':{'positive':_0x5c6c4a(0x17a),'negative':_0x5c6c4a(0x172),'subtotal':_0x5c6c4a(0x181)},'pareto':{'lineName':'Pourcentage\x20Cumulé'},'boxplot':{'min':_0x5c6c4a(0x176),'q1':'Premier\x20quartile','median':_0x5c6c4a(0x186),'q3':_0x5c6c4a(0x189),'max':_0x5c6c4a(0x17f)}}};}));function _0x60e0(_0x5367a3,_0x17d493){_0x5367a3=_0x5367a3-0x171;var _0x42a428=_0x42a4();var _0x60e077=_0x42a428[_0x5367a3];return _0x60e077;}function _0x42a4(){var _0x456ff2=['1127886IoDMzK','exports','Fréquence','La\x20source\x20de\x20données\x20pour\x20le\x20graphique\x20de\x20relations\x20est\x20la\x20matrice\x20de\x20co-mots\x20avec\x20la\x20colonne\x20de\x20type\x20supplémentaire\x20dans\x20la\x20deuxième\x20colonne','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','Négatif','object','(Vide)','Category','Valeur\x20minimale','2300256AQkjMt','6ePsSHb','Série\x20{0}','Positif','884148IxPgQn','71050ZesAOz','UniverProSheetsChartFrFR','150304gcMGmP','Valeur\x20maximale','Series','Sous-total','Mot','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','205513UXSauc','amd','Médiane','433170QOPdqN','Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','Troisième\x20quartile','8fxDURY'];_0x42a4=function(){return _0x456ff2;};return _0x42a4();}
18
-
19
- // @univerjs-pro/sheets-chart-ui/locale/fr-FR
20
- function _0x3cd9(_0x5a7554,_0x4ff0cf){_0x5a7554=_0x5a7554-0xba;var _0x37beb6=_0x37be();var _0x3cd903=_0x37beb6[_0x5a7554];return _0x3cd903;}function _0x37be(){var _0x36a854=['Position\x20des\x20graduations','Types\x20de\x20dates','Rectangle','Remplissage\x20en\x20dégradé','Milieu','12967776rTmsHN','Graphique\x20radar','Ligne\x20indicatrice','Style\x20positif','272972ngqZAS','Cercle','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Médiane','Étiquette\x20de\x20la\x20bulle','Graphique\x20en\x20cascade','Graphique\x20de\x20relation','Catégorie','Axe\x20vertical\x20droit','Le\x20format\x20comptabilité\x20aligne\x20les\x20symboles\x20monétaires\x20et\x20les\x20points\x20décimaux\x20dans\x20une\x20colonne.','Triangle','Options\x20de\x20disposition\x20par\x20forces','Lisse','110892dDOBcg','Texte\x20des\x20étiquettes','Catégorie\x20{0}','Multiple','Décimales','Ligne','Types\x20de\x20devises','Rotation\x20des\x20étiquettes','Séquentiel','Titre','Type\x20de\x20graphique','667130gjNYWI','À\x20l’extérieur','Remplir','Style\x20des\x20points\x20de\x20données','Axe\x20droit','{0}\x20avec\x20taille','Tiret','Flèche','Titre\x20principal','Série\x20de\x20Diagramme\x20en\x20Barres','{0}\x20avec\x20couleur','Sous-total','Axe','Utiliser\x20{0}\x20comme\x20catégorie','Forces\x20dirigées','(Vide)','Texte\x20du\x20titre','4163105WkizsJ','Le\x20format\x20monétaire\x20est\x20utilisé\x20pour\x20les\x20valeurs\x20financières\x20générales,\x20tandis\x20que\x20le\x20format\x20comptabilité\x20aligne\x20les\x20décimales\x20dans\x20une\x20colonne\x20de\x20valeurs.','Flèche\x20vide','Série\x20du\x20Pourcentage\x20Cumulé','Centre','Pourcentage\x20Cumulé','L’axe\x20des\x20dates\x20n’est\x20disponible\x20que\x20lorsque\x20toutes\x20les\x20données\x20sont\x20au\x20format\x20date','Agrégat','function','Bordure','Légende','Type\x20de\x20ligne\x20indicatrice','Graphique\x20en\x20aires','Types\x20de\x20formats','Graduation\x20principale','Masquer','Droite','Masquer\x20le\x20panneau\x20de\x20graphique','Graphique\x20en\x20ligne','Répulsion','Réinitialiser','Couleur\x20de\x20fond','Ordre\x20du\x20polynôme','Carré','15880667PNUHyb','Polygone','Titre\x20de\x20l’axe\x20Y\x20droit','Circulaire','Longueur\x20des\x20graduations','Nom\x20de\x20la\x20courbe\x20de\x20tendance','Général','Épaisseur\x20de\x20la\x20courbe\x20de\x20tendance','Graphique\x20de\x20Pareto','Empiler','1kPrVwR','Format','Aucun','Ajouter\x20une\x20série','Taille\x20de\x20la\x20bulle','{0}\x20avec\x20format','Mot','Épingle\x20vide','Graphique\x20combiné','Premier\x20quartile','Afficher\x20les\x20cellules\x20vides\x20comme','Éditeur\x20de\x20graphique','Style\x20du\x20sous-total','Position\x20du\x20titre','Formule','Toutes\x20les\x20séries','Graphique\x20en\x20aires\x20empilées','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','{0}\x20avec\x20forme','Ajouter\x20une\x20courbe\x20de\x20tendance','Titre\x20de\x20l’axe\x20X','Axe\x20gauche','Axe\x20horizontal','Distance\x20entre\x20les\x20nœuds','À\x20l’intérieur','Point\x20de\x20données','855OSPIVP','Afficher\x20le\x20sous-total','Max','Suffixe\x20de\x20valeur\x20du\x20camembert','Graphique\x20en\x20aires\x20empilées\x20en\x20pourcentage','Forme\x20du\x20nuage\x20de\x20mots','Échelle\x20de\x20valeur\x20du\x20camembert','Le\x20format\x20date\x20affiche\x20les\x20numéros\x20de\x20série\x20comme\x20des\x20valeurs\x20de\x20date\x20et\x20d’heure.','Couleur','Annuler','Automatique','Valeur\x20maximale','Afficher\x20les\x20étiquettes','Valeur\x20minimale','zéro','Valeur\x20indicatrice','Pourcentage\x20empilé','350KKDHQr','Losange','Comptabilité','Trou\x20du\x20beignet','Options\x20de\x20l’axe','La\x20source\x20de\x20données\x20pour\x20le\x20graphique\x20de\x20relations\x20est\x20la\x20matrice\x20de\x20co-mots\x20avec\x20la\x20colonne\x20de\x20type\x20supplémentaire\x20dans\x20la\x20deuxième\x20colonne','Couleur\x20de\x20la\x20bordure\x20du\x20graphique','Continu','Graphique\x20de\x20relations','Alignement\x20du\x20titre\x20de\x20l’axe','Forme\x20du\x20nœud\x20de\x20données','Activer\x20l’effet\x20d’apparition\x20en\x20fondu\x20lors\x20de\x20la\x20sélection','Linéaire','Style\x20négatif','Fréquence','Graphique\x20boursier','Mode\x20de\x20sélection\x20de\x20la\x20légende','Paramètres\x20de\x20champ','Gravité','L’élément\x20{0}','Empilé','Couleur\x20de\x20la\x20courbe\x20de\x20tendance','Inverser\x20l’ordre\x20des\x20axes','Épingle','Le\x20format\x20millième\x20est\x20utilisé\x20pour\x20les\x20nombres\x20généraux\x20;\x20les\x20formats\x20monétaire\x20et\x20comptabilité\x20offrent\x20des\x20options\x20spécifiques\x20pour\x20les\x20valeurs\x20financières.','Carte\x20thermique','Positif','Sous-titre','Position','Ouvrir\x20le\x20panneau\x20de\x20graphique','Par\x20défaut','Graphique\x20en\x20entonnoir','Répéter\x20le\x20nuage\x20de\x20mots','Afficher\x20R\x20carré','12lBbZhw','{0}\x20avec\x20épaisseur','Afficher\x20la\x20ligne\x20des\x20étiquettes','R\x20carré','Graphique\x20en\x20barres\x20empilées\x20en\x20pourcentage','Lignes\x20de\x20grille\x20principales','Demi-camembert','Graphique\x20de\x20dispersion','Afficher\x20la\x20ligne\x20de\x20l’axe','Plage\x20de\x20données','Utiliser\x20l’axe\x20des\x20dates','Série\x20{0}','Personnaliser','Fin','Date','Afficher\x20les\x20étiquettes\x20de\x20données','Séries','Carré\x20vide','Camembert\x20en\x20rose','Lignes\x20de\x20grille','Titres\x20du\x20graphique\x20et\x20des\x20axes','lacunes','Texte\x20de\x20légende\x20positif','Troisième\x20quartile','Type\x20de\x20ligne\x20pointillée','Pourcentage','Rectangle\x20arrondi\x20vide','Puissance','Logarithmique','Utiliser\x20la\x20valeur\x20comme\x20taille\x20de\x20nœud','Étiquettes\x20de\x20données','Format\x20du\x20titre','Graphique\x20en\x20bulles','Type\x20de\x20ligne\x20pointillée\x20de\x20la\x20courbe\x20de\x20tendance','Négatif','Plus\x20de\x20paramètres','Graphique\x20en\x20colonnes','Type\x20de\x20disposition','object','Simple','Graphique\x20en\x20nuage\x20de\x20mots','Graphique\x20en\x20camembert','Gauche','Supprimer\x20le\x20graphique','Utiliser\x20la\x20valeur\x20absolue','UniverProSheetsChartUiFrFR','Bas','Chiffres\x20fixes\x20du\x20camembert','Courbe\x20de\x20tendance','Haut','Rectangle\x20arrondi','Graphique\x20de\x20Sankey','93PIzLXa','Position\x20des\x20étiquettes','Couleur\x20de\x20la\x20ligne\x20indicatrice'];_0x37be=function(){return _0x36a854;};return _0x37be();}(function(_0x8975a9,_0x4652e9){var _0x52ca10=_0x3cd9,_0x313c78=_0x8975a9();while(!![]){try{var _0x260329=parseInt(_0x52ca10(0x11f))/0x1*(parseInt(_0x52ca10(0xec))/0x2)+-parseInt(_0x52ca10(0xc8))/0x3*(parseInt(_0x52ca10(0xe1))/0x4)+-parseInt(_0x52ca10(0xfd))/0x5*(parseInt(_0x52ca10(0x16c))/0x6)+parseInt(_0x52ca10(0xd4))/0x7+parseInt(_0x52ca10(0xd0))/0x8+parseInt(_0x52ca10(0x139))/0x9*(-parseInt(_0x52ca10(0x14a))/0xa)+parseInt(_0x52ca10(0x115))/0xb;if(_0x260329===_0x4652e9)break;else _0x313c78['push'](_0x313c78['shift']());}catch(_0x3c5d63){_0x313c78['push'](_0x313c78['shift']());}}}(_0x37be,0xddfc2),function(_0x2c6b71,_0x4f9a28){var _0x8438d6=_0x3cd9;typeof exports==_0x8438d6(0xba)&&typeof module<'u'?module['exports']=_0x4f9a28():typeof define==_0x8438d6(0x105)&&define['amd']?define([],_0x4f9a28):(_0x2c6b71=typeof globalThis<'u'?globalThis:_0x2c6b71||self,_0x2c6b71[_0x8438d6(0xc1)]=_0x4f9a28());}(this,function(){var _0x563dd3=_0x3cd9;return{'sheets-chart-ui':{'permission':{'editErr':_0x563dd3(0xd6)},'insertChart':'Insérer\x20un\x20graphique','editChart':_0x563dd3(0x12a),'openChartPanel':_0x563dd3(0x167),'deleteChart':_0x563dd3(0xbf),'hideChartPanel':_0x563dd3(0x10e),'setupChart':'Configurer','customChart':_0x563dd3(0x178),'default':_0x563dd3(0x168),'reset':_0x563dd3(0x111),'chartType':_0x563dd3(0xeb),'themes':'Thèmes','dataRange':_0x563dd3(0x175),'stack':'Empiler','category':_0x563dd3(0xdb),'aggregate':_0x563dd3(0x104),'allSeries':_0x563dd3(0x12e),'series':_0x563dd3(0x17c),'addSeries':_0x563dd3(0x122),'moreSettings':_0x563dd3(0x18f),'min':'Min','max':_0x563dd3(0x13b),'invalidType':{'gaps':_0x563dd3(0x181),'zero':_0x563dd3(0x147),'connectDataPointsWithStraightLines':'Connecter\x20les\x20points\x20de\x20données\x20avec\x20des\x20lignes\x20droites'},'blank':_0x563dd3(0xfb),'seriesBlock':{'format':_0x563dd3(0x120),'dataPointStyle':_0x563dd3(0xef)},'backgroundColor':_0x563dd3(0x112),'chartBorderColor':_0x563dd3(0x150),'titles':{'title':_0x563dd3(0xea),'mainTitle':_0x563dd3(0xf4),'subTitle':_0x563dd3(0x165),'xAxisTitle':_0x563dd3(0x133),'yAxisTitle':'Titre\x20de\x20l’axe\x20Y','rightYAxisTitle':_0x563dd3(0x117),'titleFormat':_0x563dd3(0x18b),'titleText':_0x563dd3(0xfc),'titlePosition':_0x563dd3(0x12c),'titleAlign':_0x563dd3(0x153)},'axisPositionType':{'start':'Début','center':_0x563dd3(0x101),'end':_0x563dd3(0x179)},'gradientFill':_0x563dd3(0xce),'settingsLabels':{'switchToRowOrColumn':'Basculer\x20vers\x20ligne/colonne','useAsCategoryLabels':_0x563dd3(0xf9),'showEmptyCellsAs':_0x563dd3(0x129)},'positionType':{'auto':_0x563dd3(0x143),'inside':_0x563dd3(0x137),'outside':_0x563dd3(0xed),'top':_0x563dd3(0xc5),'bottom':_0x563dd3(0xc2),'left':'Gauche','right':_0x563dd3(0x10d),'hide':_0x563dd3(0x10c)},'align':{'left':_0x563dd3(0xbe),'center':'Centre','right':_0x563dd3(0x10d)},'alignY':{'top':'Haut','middle':_0x563dd3(0xcf),'bottom':_0x563dd3(0xc2)},'chartStyle':'Style\x20de\x20graphique','chartAndAxisTitles':_0x563dd3(0x180),'legend':_0x563dd3(0x107),'legendSelectMode':_0x563dd3(0x15a),'legendSelectModeType':{'single':_0x563dd3(0xbb),'multiple':_0x563dd3(0xe4),'close':'Fermer'},'legendVisualMapType':{'continuous':_0x563dd3(0x151),'piecewise':'Morceaux'},'axes':{'axis':_0x563dd3(0xf8),'axisOptions':_0x563dd3(0x14e),'horizontalAxis':_0x563dd3(0x135),'verticalAxis':'Axe\x20vertical','rightVerticalAxis':_0x563dd3(0xdc),'leftAxis':_0x563dd3(0x134),'rightAxis':_0x563dd3(0xf0),'useRightAxis':'Utiliser\x20l’axe\x20droit'},'position':_0x563dd3(0x166),'dataLabels':_0x563dd3(0x18a),'gridlinesAndTicks':'Lignes\x20de\x20grille\x20et\x20graduations','indicatorLine':_0x563dd3(0xd2),'indicatorLineType':_0x563dd3(0x108),'indicatorLineColor':_0x563dd3(0xca),'indicatorLabel':'Étiquette\x20indicatrice','indicatorValue':_0x563dd3(0x148),'shape':{'polygon':_0x563dd3(0x116),'circle':_0x563dd3(0xd5),'square':_0x563dd3(0x114),'triangle':_0x563dd3(0xde),'diamond':_0x563dd3(0x14b),'rect':_0x563dd3(0xcd),'roundRect':_0x563dd3(0xc6),'pin':_0x563dd3(0x161),'arrow':_0x563dd3(0xf3),'none':_0x563dd3(0x121),'emptyCircle':'Cercle\x20vide','emptySquare':_0x563dd3(0x17d),'emptyTriangle':'Triangle\x20vide','emptyDiamond':'Losange\x20vide','emptyRect':'Rectangle\x20vide','emptyRoundRect':_0x563dd3(0x186),'emptyPin':_0x563dd3(0x126),'emptyArrow':_0x563dd3(0xff)},'border':_0x563dd3(0x106),'value':'Valeur','fill':_0x563dd3(0xee),'line':_0x563dd3(0xe6),'withOpacity':'{0}\x20avec\x20opacité','withColor':_0x563dd3(0xf6),'withThickness':_0x563dd3(0x16d),'withType':'{0}\x20avec\x20type','withSize':_0x563dd3(0xf1),'withShape':_0x563dd3(0x131),'withFormat':_0x563dd3(0x124),'dataPoint':_0x563dd3(0x138),'dataNodeShape':_0x563dd3(0x154),'addDataPoint':'Ajouter\x20un\x20point\x20de\x20données','point':'Point','percentage':_0x563dd3(0x185),'lineType':{'line':_0x563dd3(0xe6),'smooth':_0x563dd3(0xe0),'step':'Étape'},'stackType':{'stack':_0x563dd3(0x11e),'percent':_0x563dd3(0x149)},'lineDashType':_0x563dd3(0x184),'dashType':{'solid':'Plein','dash':_0x563dd3(0xf2),'dot':'Pointillé'},'color':_0x563dd3(0x141),'gridlines':{'majorGridlines':_0x563dd3(0x171),'text':_0x563dd3(0x17f)},'ticks':{'majorTick':_0x563dd3(0x10b),'tickPosition':_0x563dd3(0xcb),'tickLength':_0x563dd3(0x119)},'none':_0x563dd3(0x121),'theIndexItem':_0x563dd3(0x15d),'seriesDefaultName':_0x563dd3(0x177),'categoryDefaultName':_0x563dd3(0xe3),'styleEditPanel':{'showLabels':_0x563dd3(0x145),'showDataLabels':_0x563dd3(0x17b),'padAngle':'Angle\x20de\x20remplissage\x20des\x20étiquettes','halfPie':_0x563dd3(0x172),'rosePie':_0x563dd3(0x17e),'pieValScale':_0x563dd3(0x13f),'pieValSuffix':_0x563dd3(0x13c),'pieDigitalFixed':_0x563dd3(0xc3),'showLabelLine':_0x563dd3(0x16e),'reverseAxisOrder':_0x563dd3(0x160),'showAxisLine':_0x563dd3(0x174),'labelPosition':_0x563dd3(0xc9),'labelText':_0x563dd3(0xe2),'repeatWordCould':_0x563dd3(0x16a),'gap':'Écart','useAbsValue':_0x563dd3(0xc0),'labelRotate':_0x563dd3(0xe8),'wordCloudShape':_0x563dd3(0x13e),'useDateAxis':_0x563dd3(0x176),'dateAxisTips':_0x563dd3(0x103)},'doughnutHole':_0x563dd3(0x14d),'radar':{'fill':_0x563dd3(0xee)},'msg':{'invalidSource':'La\x20source\x20de\x20données\x20du\x20graphique\x20doit\x20contenir\x20plus\x20d’une\x20ligne\x20et\x20d’une\x20colonne.','emptyTips':'Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','sankeyCircularTips':_0x563dd3(0x130)},'cloud':{'title':'Nuage\x20de\x20mots','word':_0x563dd3(0x125),'frequency':_0x563dd3(0x158)},'trendline':{'name':_0x563dd3(0xc4),'displayName':'Nom\x20de\x20la\x20courbe\x20de\x20tendance','addTrendLine':_0x563dd3(0x132),'trendlineType':'Type\x20de\x20courbe\x20de\x20tendance','trendlineName':_0x563dd3(0x11a),'trendlineColor':_0x563dd3(0x15f),'trendlineThickness':_0x563dd3(0x11c),'trendlineDashType':_0x563dd3(0x18d),'exp':'Exponentielle','linear':_0x563dd3(0x156),'log':_0x563dd3(0x188),'pow':_0x563dd3(0x187),'movingAvg':'Moyenne\x20mobile','poly':'Polynomiale','order':_0x563dd3(0x113),'period':'Période\x20de\x20la\x20moyenne\x20mobile','showFormula':'Afficher\x20la\x20formule','showR2':_0x563dd3(0x16b),'formula':_0x563dd3(0x12d),'r2':_0x563dd3(0x16f)},'bubble':{'xAxis':'Axe\x20X','yAxis':'Axe\x20Y','size':_0x563dd3(0x123),'label':_0x563dd3(0xd8),'emptyTips':'Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y'},'relation':{'title':_0x563dd3(0x152),'auto':'Auto','circular':_0x563dd3(0x118),'force':_0x563dd3(0xfa),'useValueAsSymbolSize':_0x563dd3(0x189),'layoutType':_0x563dd3(0x191),'forceOptions':_0x563dd3(0xdf),'repulsion':_0x563dd3(0x110),'gravity':_0x563dd3(0x15c),'edgeLength':_0x563dd3(0x136),'rotateLabel':'Faire\x20pivoter\x20l’étiquette','emphasis':_0x563dd3(0x155),'emptyTips':_0x563dd3(0x14f)},'waterfall':{'stackType':'Type\x20d\x27empilement','arrangement':_0x563dd3(0xe9),'stacked':_0x563dd3(0x15e),'positive':_0x563dd3(0x164),'negative':_0x563dd3(0x18e),'subtotal':_0x563dd3(0xf7),'showSubtotal':_0x563dd3(0x13a),'positiveStyle':_0x563dd3(0xd3),'negativeStyle':_0x563dd3(0x157),'subtotalStyle':_0x563dd3(0x12b),'positiveLegendText':_0x563dd3(0x182),'negativeLegendText':'Texte\x20de\x20légende\x20négatif','subtotalLegendText':'Texte\x20de\x20légende\x20du\x20sous-total'},'pareto':{'lineName':_0x563dd3(0x102),'lineSeries':_0x563dd3(0x100),'barSeries':_0x563dd3(0xf5)},'visualMapScope':'Portée\x20de\x20la\x20carte\x20visuelle','boxplot':{'min':_0x563dd3(0x146),'q1':_0x563dd3(0x128),'median':_0x563dd3(0xd7),'q3':_0x563dd3(0x183),'max':_0x563dd3(0x144)},'chartTypes':{'line':_0x563dd3(0x10f),'area':_0x563dd3(0x109),'areaStacked':_0x563dd3(0x12f),'areaPercentStacked':_0x563dd3(0x13d),'column':_0x563dd3(0x190),'bar':'Graphique\x20en\x20barres','barStacked':'Graphique\x20en\x20barres\x20empilées','barPercentStacked':_0x563dd3(0x170),'pie':_0x563dd3(0xbd),'donut':'Graphique\x20en\x20beignet','scatter':_0x563dd3(0x173),'radar':_0x563dd3(0xd1),'bubble':_0x563dd3(0x18c),'stock':_0x563dd3(0x159),'combination':_0x563dd3(0x127),'wordCloud':_0x563dd3(0xbc),'funnel':_0x563dd3(0x169),'relation':_0x563dd3(0xda),'waterfall':_0x563dd3(0xd9),'pareto':_0x563dd3(0x11d),'sankey':_0x563dd3(0xc7),'heatmap':_0x563dd3(0x163),'boxplot':'Boîte\x20à\x20moustaches'},'dialog':{'numfmt':{'general':_0x563dd3(0x11b),'accounting':_0x563dd3(0x14c),'currency':'Monétaire','date':_0x563dd3(0x17a),'thousandthPercentile':'Milleième','fieldSetting':_0x563dd3(0x15b),'formatTypes':_0x563dd3(0x10a),'confirm':'OK','cancel':_0x563dd3(0x142),'generalDesc':'Le\x20format\x20général\x20n’applique\x20aucun\x20format\x20numérique\x20spécifique.','accountingDesc':_0x563dd3(0xdd),'currencyDesc':_0x563dd3(0xfe),'dateDesc':_0x563dd3(0x140),'thousandthPercentileDesc':_0x563dd3(0x162),'decimalPlaces':_0x563dd3(0xe5),'currencyTypes':_0x563dd3(0xe7),'negativeNumberTypes':'Types\x20de\x20nombres\x20négatifs','dateTypes':_0x563dd3(0xcc)},'setFormat':'Définir\x20le\x20format\x20de\x20l’étiquette'}}};}));
21
-
22
- // @univerjs-pro/sheets-sparkline-ui/locale/fr-FR
23
- (function(_0x48fa85,_0x594959){var _0x1125b7=_0x57c1,_0x1efd9d=_0x48fa85();while(!![]){try{var _0x3fe040=parseInt(_0x1125b7(0x124))/0x1*(parseInt(_0x1125b7(0x131))/0x2)+-parseInt(_0x1125b7(0x159))/0x3+-parseInt(_0x1125b7(0x154))/0x4*(-parseInt(_0x1125b7(0x121))/0x5)+-parseInt(_0x1125b7(0x11c))/0x6*(parseInt(_0x1125b7(0x15a))/0x7)+parseInt(_0x1125b7(0x13c))/0x8*(parseInt(_0x1125b7(0x13a))/0x9)+-parseInt(_0x1125b7(0x11b))/0xa+parseInt(_0x1125b7(0x122))/0xb;if(_0x3fe040===_0x594959)break;else _0x1efd9d['push'](_0x1efd9d['shift']());}catch(_0x96d0cf){_0x1efd9d['push'](_0x1efd9d['shift']());}}}(_0x5e9b,0x8149f),function(_0x3f1f52,_0x2a070c){var _0x20704b=_0x57c1;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2a070c():typeof define=='function'&&define[_0x20704b(0x140)]?define([],_0x2a070c):(_0x3f1f52=typeof globalThis<'u'?globalThis:_0x3f1f52||self,_0x3f1f52[_0x20704b(0x141)]=_0x2a070c());}(this,function(){var _0x56f9a3=_0x57c1;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x56f9a3(0x13f)},'title':_0x56f9a3(0x132),'remove':_0x56f9a3(0x15d),'edit':_0x56f9a3(0x127),'panel':{'title':'Paramètres\x20du\x20sparkline','basic':_0x56f9a3(0x12d),'advanced':'Paramètres\x20avancés','sourceAndPosition':_0x56f9a3(0x138),'type':_0x56f9a3(0x155),'line':'Ligne','bar':_0x56f9a3(0x14b),'pie':_0x56f9a3(0x125),'profitAndLoss':_0x56f9a3(0x146),'theme':_0x56f9a3(0x14a),'standard':_0x56f9a3(0x156),'custom':_0x56f9a3(0x117),'specialty':_0x56f9a3(0x11e),'distinctive':_0x56f9a3(0x15c),'soft':_0x56f9a3(0x128),'fresh':_0x56f9a3(0x15b),'adjustStyle':_0x56f9a3(0x14c),'sparklineColor':_0x56f9a3(0x157),'lineWidth':_0x56f9a3(0x123),'gradient':_0x56f9a3(0x119),'radius':_0x56f9a3(0x148),'marker':'Marqueur','highPoint':_0x56f9a3(0x12e),'lowPoint':_0x56f9a3(0x152),'firstPoint':_0x56f9a3(0x120),'lastPoint':_0x56f9a3(0x150),'negativePoint':_0x56f9a3(0x13b),'markersPoint':_0x56f9a3(0x14d),'manager':_0x56f9a3(0x12c),'removeItem':'Supprimer\x20l\x27élément','removeGroup':_0x56f9a3(0x139),'composeManager':_0x56f9a3(0x145),'compose':_0x56f9a3(0x118),'unCompose':_0x56f9a3(0x136),'horizontal':_0x56f9a3(0x149),'showZeroAxis':'Afficher\x20l\x27axe\x20zéro','axisColor':_0x56f9a3(0x134),'reverse':_0x56f9a3(0x158),'vertical':'Axe\x20vertical','min':_0x56f9a3(0x12b),'itemMin':_0x56f9a3(0x12f),'groupMin':_0x56f9a3(0x14e),'customMin':_0x56f9a3(0x135),'max':_0x56f9a3(0x147),'itemMax':_0x56f9a3(0x126),'groupMax':_0x56f9a3(0x129),'customMax':_0x56f9a3(0x135),'moreSetting':_0x56f9a3(0x13e),'showHidden':_0x56f9a3(0x153),'showEmptyAs':_0x56f9a3(0x12a),'showNonNumAs':_0x56f9a3(0x13d),'spacing':_0x56f9a3(0x151),'zeroValue':'Valeur\x20zéro','connectWithLine':_0x56f9a3(0x142),'default':_0x56f9a3(0x143)},'selector':{'title':_0x56f9a3(0x127),'changeType':_0x56f9a3(0x15e),'sparkline':'Sparkline','sparklineGroup':_0x56f9a3(0x130),'setSource':_0x56f9a3(0x14f),'setTarget':_0x56f9a3(0x11d),'confirm':_0x56f9a3(0x144),'cancel':_0x56f9a3(0x116),'targetError':_0x56f9a3(0x11f),'singleSourceError':_0x56f9a3(0x133),'multSourceError':_0x56f9a3(0x11a),'resetSourceError':_0x56f9a3(0x137)}}};}));function _0x57c1(_0x2a19aa,_0x29c2d7){_0x2a19aa=_0x2a19aa-0x116;var _0x5e9b12=_0x5e9b();var _0x57c118=_0x5e9b12[_0x2a19aa];return _0x57c118;}function _0x5e9b(){var _0x4269cd=['Personnalisé','Grouper','Remplissage\x20dégradé','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20plusieurs\x20zones','8085460AlBUqF','112974LYvEfZ','Sélectionner\x20l\x27emplacement','Spécial','Plage\x20cible\x20invalide','Premier\x20point','5RuRdRg','3342504mJShQv','Largeur\x20de\x20ligne','453395DZWqve','Secteur','Utiliser\x20la\x20valeur\x20maximale\x20de\x20chaque\x20sparkline','Modifier\x20le\x20sparkline','Doux','Utiliser\x20la\x20valeur\x20maximale\x20du\x20groupe','Afficher\x20les\x20cellules\x20vides\x20comme','Valeur\x20minimale','Gestionnaire','Paramètres\x20de\x20base','Point\x20haut','Utiliser\x20la\x20valeur\x20minimale\x20de\x20chaque\x20sparkline','Groupe\x20de\x20sparklines','2bvFOvQ','Sparkline','La\x20sélection\x20multiple\x20n\x27est\x20pas\x20prise\x20en\x20charge\x20lors\x20de\x20la\x20modification\x20d\x27un\x20seul\x20sparkline','Couleur\x20de\x20l\x27axe','Valeur\x20personnalisée','Dégrouper','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20un\x20seul\x20emplacement','Plage\x20de\x20données\x20et\x20position','Supprimer\x20le\x20groupe','169488ZOeZLw','Point\x20négatif','264pHMUHc','Afficher\x20les\x20cellules\x20non\x20numériques\x20comme','Plus\x20de\x20paramètres','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','amd','UniverProSheetsSparklineUiFrFR','Relier\x20les\x20points\x20de\x20données\x20par\x20une\x20ligne','Par\x20défaut','Confirmer','Gestionnaire\x20de\x20groupe','G/P','Valeur\x20maximale','Afficher\x20les\x20coins\x20arrondis','Axe\x20horizontal','Thème','Barre','Ajuster\x20le\x20style','Marqueurs','Utiliser\x20la\x20valeur\x20minimale\x20du\x20groupe','Sélectionner\x20la\x20plage\x20de\x20données','Dernier\x20point','Espacement','Point\x20bas','Afficher\x20les\x20données\x20masquées','2710440PhFitJ','Type','Standard','Couleur\x20du\x20sparkline','Dessiner\x20les\x20données\x20de\x20droite\x20à\x20gauche','1985175sgxILK','21MOTHQW','Frais','Distinctif','Supprimer\x20le\x20sparkline','Changer\x20le\x20type','Annuler'];_0x5e9b=function(){return _0x4269cd;};return _0x5e9b();}
24
-
25
- // @univerjs-pro/sheets-shape-ui/locale/fr-FR
26
- function _0x461b(){var _0x511ce6=['Bouton\x20d\x27action\x20:\x20Retour','object','Forme\x20en\x20L','Haut','Ligne\x20double\x20fléchée','function','Onglets\x20d\x27angle','Trapèze\x20non\x20isocèle','Étoile\x20à\x2016\x20branches','13674gdZPyb','Rectangle\x20à\x20coins\x20coupés\x20même\x20côté','Stockage\x20interne','Croix','272008orLTws','Préparation','Courbé','Rectangle\x20arrondi','Ligne\x20continue','Légende\x20flèche\x20droite','Ruban\x20vers\x20le\x20haut','Couleur\x20de\x20remplissage','Zone\x20de\x20texte\x20horizontale','Largeur','Fusionner','Légende\x20ligne\x202','Flèche\x20courbe\x20droite','Parallélogramme','Main\x20levée','11KSNBOc','Smiley','7112YqfEwD','Connecteur\x20courbe\x20double\x20fléché','Bouton\x20d\x27action\x20:\x20Son','Bouton\x20d\x27action\x20:\x20Avancer\x20ou\x20Suivant','Flèche\x20losange','Soleil','Basculer\x20le\x20retournement\x20horizontal','Type\x20de\x20jointure','10415330VVipto','Bouton\x20d\x27action\x20:\x20Accueil','Multiplier','Carré','Décision','Bouton\x20d\x27action\x20:\x20Film','Légende\x20nuage','Formes\x20de\x20base','Plat','Arc\x20en\x20bloc','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Supprimer\x20la\x20forme','Dodécagone','Engrenage\x206','Flèches\x20en\x20bloc','Mosaïque\x20d\x27image\x20comme\x20texture','Interdiction\x20de\x20fumer','Rond','centre','Rectangle\x20à\x20coins\x20arrondis\x20diagonaux','Terminaison','Connecteur\x20courbe\x20fléché','Ligne\x20inverse','droite','Cylindre','Bouton\x20d\x27action\x20:\x20Document','Insérer\x20une\x20forme','Retard','10719AnlQes','Jonction\x20de\x20sommation','Flèche\x20quadruple','Explosion\x202','Décagone','Étoile\x20à\x205\x20branches','Rouleau\x20vertical','Légende\x20flèche\x20quadruple','Point\x20carré','Remplissage\x20image\x20ou\x20texture','Cadre','Masquer\x20le\x20panneau\x20des\x20formes','Remplissage\x20motif','Connecteur\x20coudé','Pivoter\x20à\x20droite\x20de\x2090°','Connecteur','Plus','Flèche\x20ovale','Source\x20de\x20l\x27image','Rectangle\x20à\x20un\x20coin\x20arrondi','Insérer...','Bas\x20droite','Carte','Bouton\x20d\x27action\x20:\x20Aide','Crochet\x20gauche','Flèche\x20ouverte','Accès\x20séquentiel','Secteur','Flèche\x20droite','Étoile\x20à\x2010\x20branches','Accolade\x20gauche','Flèche\x20haut','Pentagone','Processus\x20alternatif','Corde','Légende\x20bordure\x20accent\x203','Lune','Assembler','Graphique\x20Plus','Légende\x201','Rouleau\x20horizontal','3ymOstv','Étoile\x20à\x206\x20branches','Nuage','Disque\x20magnétique','Opération\x20manuelle','Rectangles','Décalage\x20Y','Graphique\x20X','Style\x20de\x20la\x20forme','2020wzxFlv','Style\x20d\x27esquisse','Double\x20accolade','Tiret','Triangle\x20isocèle','milieu','Rectangle\x20à\x20coins\x20arrondis\x20même\x20côté','Étoile\x20à\x207\x20branches','Échelle\x20X','Étoile\x20à\x2024\x20branches','Forme','exports','Saisie\x20manuelle','Bas\x20gauche','Connecteur\x20coudé\x20double\x20fléché','Remplissage\x20dégradé','Ligne','Basculer\x20le\x20texte\x20vertical','Étoile\x20à\x2012\x20branches','Légende\x20accent\x202','Taille\x20de\x20flèche\x20de\x20fin','Extraire','Tiret-point','Anneau','Légende\x20flèche\x20haut-bas','Étoiles\x20et\x20bannières','Flèche\x20droite\x20entaillée','Tiret\x20long-point-point','Rectangle\x20à\x20un\x20coin\x20coupé\x20et\x20un\x20arrondi','Légende\x20ligne\x201','Légende\x20accent\x203','Flèche\x20courbe\x20gauche','Flèche\x20demi-tour','Rayure\x20diagonale','Légende\x20ligne\x203','Heptagone','Haut\x20gauche','Demi-cadre','bas','Biseauté','Bouton\x20d\x27action\x20:\x20Information','Bouton\x20d\x27action\x20:\x20Fin','Onglets\x20plaque','Flèche\x20haut-bas','Alignement\x20horizontal','Haut\x20droite','Tiret\x20long-point','Accolade\x20droite','Rogner\x20à\x20la\x20forme','Octogone','Type\x20de\x20terminaison','Chevron','Augmenter\x20la\x20taille\x20de\x20la\x20police','Décalage\x20X','Onglet','Formes\x20d\x27équation','Biseau','Petite','Larme','Flèche\x20circulaire\x20gauche-droite','Flèche\x20courbe\x20haut','Type\x20de\x20tiret','Centre','Bas','Étoile\x20à\x204\x20branches','Triangle\x20rectangle','Organigramme','5173892YJlIza','Affichage','Bouton\x20d\x27action\x20:\x20Début','Légende\x20rectangulaire','Données\x20stockées','Différent','Position\x20de\x20la\x20forme','Ligne\x20dégradée','Alignement\x20vertical','Connecteur\x20courbe','Couleur','Flèche\x20droite\x20rayée','UniverProSheetsShapeUiFrFR','Ouvrir\x20le\x20panneau\x20des\x20formes','Flèche\x20coudée\x20vers\x20le\x20haut','Étoile\x20à\x2032\x20branches','Flèche\x20gauche-haut','5057822HybIbP','Légende\x20accent\x201','Diviser','Tiret\x20long','Flèche\x20circulaire\x20gauche','Légende\x20flèche\x20gauche-droite','Point\x20rond','Rectangle\x20à\x20un\x20coin\x20coupé','2075936WMyerE','Flèche\x20coudée','Alignement','Bouton\x20d\x27action\x20:\x20Retour\x20ou\x20Précédent','Légende\x20flèche\x20haut','Rectangle\x20à\x20coins\x20coupés\x20diagonaux','Rectangle','Grande','Transparence','Dessiné\x20à\x20la\x20main'];_0x461b=function(){return _0x511ce6;};return _0x461b();}function _0x223c(_0x24285a,_0x4adbf5){_0x24285a=_0x24285a-0x1cf;var _0x461bc6=_0x461b();var _0x223cc7=_0x461bc6[_0x24285a];return _0x223cc7;}(function(_0x4d1ac5,_0x47e719){var _0xa92bc6=_0x223c,_0x39a3c5=_0x4d1ac5();while(!![]){try{var _0x22440b=parseInt(_0xa92bc6(0x1e4))/0x1+parseInt(_0xa92bc6(0x2a7))/0x2+parseInt(_0xa92bc6(0x242))/0x3*(parseInt(_0xa92bc6(0x28e))/0x4)+parseInt(_0xa92bc6(0x24b))/0x5*(parseInt(_0xa92bc6(0x1e0))/0x6)+-parseInt(_0xa92bc6(0x29f))/0x7+-parseInt(_0xa92bc6(0x1f5))/0x8*(parseInt(_0xa92bc6(0x219))/0x9)+parseInt(_0xa92bc6(0x1fd))/0xa*(-parseInt(_0xa92bc6(0x1f3))/0xb);if(_0x22440b===_0x47e719)break;else _0x39a3c5['push'](_0x39a3c5['shift']());}catch(_0x567d53){_0x39a3c5['push'](_0x39a3c5['shift']());}}}(_0x461b,0xab367),function(_0x313f45,_0x118ac0){var _0x13d6a0=_0x223c;typeof exports==_0x13d6a0(0x1d8)&&typeof module<'u'?module[_0x13d6a0(0x256)]=_0x118ac0():typeof define==_0x13d6a0(0x1dc)&&define['amd']?define([],_0x118ac0):(_0x313f45=typeof globalThis<'u'?globalThis:_0x313f45||self,_0x313f45[_0x13d6a0(0x29a)]=_0x118ac0());}(this,function(){var _0x17d19f=_0x223c;return{'sheets-shape-ui':{'align':{'top':'haut','middle':_0x17d19f(0x250),'bottom':_0x17d19f(0x271),'left':'gauche','center':_0x17d19f(0x20f),'right':_0x17d19f(0x214)},'toolbar':{'verticalAlignMode':{'main':_0x17d19f(0x296)},'horizontalAlignMode':{'main':_0x17d19f(0x277)},'fillColor':{'main':_0x17d19f(0x1eb)},'fontSize':'Taille\x20de\x20police','fontSizeIncrease':_0x17d19f(0x27f),'fontSizeDecrease':'Diminuer\x20la\x20taille\x20de\x20la\x20police','resetColor':'Réinitialiser'},'imagePanel':{'crop':{'shape':_0x17d19f(0x27b)}},'permission':{'editErr':_0x17d19f(0x207)},'title':_0x17d19f(0x255),'insertShape':_0x17d19f(0x217),'openPanel':_0x17d19f(0x29b),'deleteShape':_0x17d19f(0x208),'hidePanel':_0x17d19f(0x224),'formatShape':'Format\x20de\x20la\x20forme','shapeStyle':_0x17d19f(0x24a),'shapePosition':_0x17d19f(0x294),'toggleFlipH':_0x17d19f(0x1fb),'toggleFlipV':'Basculer\x20le\x20retournement\x20vertical','rotateRight90':_0x17d19f(0x227),'rotateLeft90':'Pivoter\x20à\x20gauche\x20de\x2090°','toggleTextVertical':_0x17d19f(0x25c),'fill':{'title':'Remplissage','noFill':'Aucun\x20remplissage','solidFill':'Remplissage\x20uni','gradientFill':_0x17d19f(0x25a),'pictureFill':_0x17d19f(0x222),'patternFill':_0x17d19f(0x225),'color':_0x17d19f(0x298),'transparency':_0x17d19f(0x1d5),'picture':{'source':_0x17d19f(0x22b),'insert':_0x17d19f(0x22d),'tileAsTexture':_0x17d19f(0x20c),'offsetX':_0x17d19f(0x280),'offsetY':_0x17d19f(0x248),'scaleX':_0x17d19f(0x253),'scaleY':'Échelle\x20Y','alignment':_0x17d19f(0x1cf),'rotateWithShape':'Pivoter\x20avec\x20la\x20forme','align':{'tl':_0x17d19f(0x26f),'t':_0x17d19f(0x1da),'tr':_0x17d19f(0x278),'l':'Gauche','ctr':_0x17d19f(0x289),'r':'Droite','bl':_0x17d19f(0x258),'b':_0x17d19f(0x28a),'br':_0x17d19f(0x22e)}}},'line':{'title':_0x17d19f(0x25b),'noLine':'Aucune\x20ligne','solidLine':_0x17d19f(0x1e8),'gradientLine':_0x17d19f(0x295),'color':'Couleur','transparency':'Transparence','width':_0x17d19f(0x1ed),'dashType':{'title':_0x17d19f(0x288),'solid':'Continue','roundDot':_0x17d19f(0x2a5),'squareDot':_0x17d19f(0x221),'dash':_0x17d19f(0x24e),'dashDot':_0x17d19f(0x261),'longDash':_0x17d19f(0x2a2),'longDashDot':_0x17d19f(0x279),'longDashDotDot':_0x17d19f(0x266)},'capType':{'title':_0x17d19f(0x27d),'flat':_0x17d19f(0x205),'round':_0x17d19f(0x20e),'square':_0x17d19f(0x200)},'joinType':{'title':_0x17d19f(0x1fc),'miter':_0x17d19f(0x281),'round':_0x17d19f(0x20e),'bevel':_0x17d19f(0x272)},'beginArrowType':'Type\x20de\x20flèche\x20de\x20début','beginArrowSize':'Taille\x20de\x20flèche\x20de\x20début','endArrowType':'Type\x20de\x20flèche\x20de\x20fin','endArrowSize':_0x17d19f(0x25f),'arrowType':{'none':'Aucune','arrow':'Flèche','openArrow':_0x17d19f(0x232),'stealthArrow':'Flèche\x20furtive','diamondArrow':_0x17d19f(0x1f9),'ovalArrow':_0x17d19f(0x22a)},'arrowSize':{'small':_0x17d19f(0x284),'medium':'Moyenne','large':_0x17d19f(0x1d4)},'sketchType':{'title':_0x17d19f(0x24c),'none':'Aucun','curved':_0x17d19f(0x1e6),'freehand':_0x17d19f(0x1f2),'handDrawn':_0x17d19f(0x1d6)}},'shape':{'group':{'line':'Lignes','rectangle':_0x17d19f(0x247),'basicShape':_0x17d19f(0x204),'blockArrow':_0x17d19f(0x20b),'equationShape':_0x17d19f(0x282),'flowchart':_0x17d19f(0x28d),'starAndBanner':_0x17d19f(0x264),'callout':'Légendes','other':'Autres'},'type':{'line':_0x17d19f(0x25b),'straight-connector1':'Ligne\x20fléchée','straight-connector2':_0x17d19f(0x1db),'bent-connector3':_0x17d19f(0x226),'bent-connector3-arrow1':'Connecteur\x20coudé\x20fléché','bent-connector3-arrow2':_0x17d19f(0x259),'curved-connector3':_0x17d19f(0x297),'curved-connector3-arrow1':_0x17d19f(0x212),'curved-connector3-arrow2':_0x17d19f(0x1f6),'rect':_0x17d19f(0x1d3),'round-rect':_0x17d19f(0x1e7),'snip1-rect':_0x17d19f(0x2a6),'snip2-same-rect':_0x17d19f(0x1e1),'snip2-diag-rect':_0x17d19f(0x1d2),'snip-round-rect':_0x17d19f(0x267),'round1-rect':_0x17d19f(0x22c),'round2-same-rect':_0x17d19f(0x251),'round2-diag-rect':_0x17d19f(0x210),'rect-textbox-horizontal':_0x17d19f(0x1ec),'rect-textbox-vertical':'Zone\x20de\x20texte\x20verticale','ellipse':'Ovale','triangle':_0x17d19f(0x24f),'rt-triangle':_0x17d19f(0x28c),'parallelogram':_0x17d19f(0x1f1),'trapezoid':'Trapèze','non-isosceles-trapezoid':_0x17d19f(0x1de),'diamond':'Losange','pentagon':_0x17d19f(0x239),'hexagon':'Hexagone','heptagon':_0x17d19f(0x26e),'octagon':_0x17d19f(0x27c),'decagon':_0x17d19f(0x21d),'dodecagon':_0x17d19f(0x209),'pie':_0x17d19f(0x234),'chord':_0x17d19f(0x23b),'teardrop':_0x17d19f(0x285),'frame':_0x17d19f(0x223),'half-frame':_0x17d19f(0x270),'corner':_0x17d19f(0x1d9),'diag-stripe':_0x17d19f(0x26c),'plus':_0x17d19f(0x1e3),'plaque':'Plaque','can':_0x17d19f(0x215),'cube':'Cube','bevel':_0x17d19f(0x283),'donut':_0x17d19f(0x262),'no-smoking':_0x17d19f(0x20d),'block-arc':_0x17d19f(0x206),'folder-corner':'Coin\x20plié','smiley-face':_0x17d19f(0x1f4),'heart':'Cœur','lightning-bolt':'Éclair','sun':_0x17d19f(0x1fa),'moon':_0x17d19f(0x23d),'cloud':_0x17d19f(0x244),'arc':'Arc','bracket-pair':'Double\x20crochet','brace-pair':_0x17d19f(0x24d),'left-bracket':_0x17d19f(0x231),'right-bracket':'Crochet\x20droit','left-brace':_0x17d19f(0x237),'right-brace':_0x17d19f(0x27a),'right-arrow':_0x17d19f(0x235),'left-arrow':'Flèche\x20gauche','up-arrow':_0x17d19f(0x238),'down-arrow':'Flèche\x20bas','left-right-arrow':'Flèche\x20gauche-droite','up-down-arrow':_0x17d19f(0x276),'quad-arrow':_0x17d19f(0x21b),'left-right-up-arrow':'Flèche\x20gauche-droite-haut','bent-arrow':_0x17d19f(0x2a8),'uturn-arrow':_0x17d19f(0x26b),'left-up-arrow':_0x17d19f(0x29e),'bent-up-arrow':_0x17d19f(0x29c),'curved-right-arrow':_0x17d19f(0x1f0),'curved-left-arrow':_0x17d19f(0x26a),'curved-up-arrow':_0x17d19f(0x287),'curved-down-arrow':'Flèche\x20courbe\x20bas','striped-right-arrow':_0x17d19f(0x299),'notched-right-arrow':_0x17d19f(0x265),'home-plate':_0x17d19f(0x239),'chevron':_0x17d19f(0x27e),'right-arrow-callout':_0x17d19f(0x1e9),'down-arrow-callout':'Légende\x20flèche\x20bas','left-arrow-callout':'Légende\x20flèche\x20gauche','up-arrow-callout':_0x17d19f(0x1d1),'left-right-arrow-callout':_0x17d19f(0x2a4),'quad-arrow-callout':_0x17d19f(0x220),'circular-arrow':'Flèche\x20circulaire','math-plus':_0x17d19f(0x229),'math-minus':'Moins','math-multiply':_0x17d19f(0x1ff),'math-divide':_0x17d19f(0x2a1),'math-equal':'Égal','math-not-equal':_0x17d19f(0x293),'flow-chart-process':'Processus','flow-chart-alternate-process':_0x17d19f(0x23a),'flow-chart-decision':_0x17d19f(0x201),'flow-chart-input-output':'Données','flow-chart-predefined-process':'Processus\x20prédéfini','flow-chart-internal-storage':_0x17d19f(0x1e2),'flow-chart-document':'Document','flow-chart-multidocument':'Multidocument','flow-chart-terminator':_0x17d19f(0x211),'flow-chart-preparation':_0x17d19f(0x1e5),'flow-chart-manual-input':_0x17d19f(0x257),'flow-chart-manual-operation':_0x17d19f(0x246),'flow-chart-connector':_0x17d19f(0x228),'flow-chart-offpage-connector':'Connecteur\x20hors\x20page','flow-chart-punched-card':_0x17d19f(0x22f),'flow-chart-punched-tape':'Bande\x20perforée','flow-chart-summing-junction':_0x17d19f(0x21a),'flow-chart-or':'Ou','flow-chart-collate':_0x17d19f(0x23e),'flow-chart-sort':'Trier','flow-chart-extract':_0x17d19f(0x260),'flow-chart-merge':_0x17d19f(0x1ee),'flow-chart-online-storage':_0x17d19f(0x292),'flow-chart-delay':_0x17d19f(0x218),'flow-chart-magnetic-tape':_0x17d19f(0x233),'flow-chart-magnetic-disk':_0x17d19f(0x245),'flow-chart-magnetic-drum':'Stockage\x20à\x20accès\x20direct','flow-chart-display':_0x17d19f(0x28f),'irregular-seal1':'Explosion\x201','irregular-seal2':_0x17d19f(0x21c),'star4':_0x17d19f(0x28b),'star5':_0x17d19f(0x21e),'star6':_0x17d19f(0x243),'star7':_0x17d19f(0x252),'star8':'Étoile\x20à\x208\x20branches','star10':_0x17d19f(0x236),'star12':_0x17d19f(0x25d),'star16':_0x17d19f(0x1df),'star24':_0x17d19f(0x254),'star32':_0x17d19f(0x29d),'ribbon2':_0x17d19f(0x1ea),'ribbon':'Ruban\x20vers\x20le\x20bas','ellipse-ribbon2':'Ruban\x20courbe\x20vers\x20le\x20haut','ellipse-ribbon':'Ruban\x20courbe\x20vers\x20le\x20bas','vertical-scroll':_0x17d19f(0x21f),'horizontal-scroll':_0x17d19f(0x241),'wave':'Vague','double-wave':'Double\x20vague','wedge-rect-callout':_0x17d19f(0x291),'wedge-round-rect-callout':'Légende\x20rectangulaire\x20arrondie','wedge-ellipse-callout':'Légende\x20ovale','cloud-callout':_0x17d19f(0x203),'border-callout1':_0x17d19f(0x268),'border-callout2':_0x17d19f(0x1ef),'border-callout3':_0x17d19f(0x26d),'accent-callout1':_0x17d19f(0x2a0),'accent-callout2':_0x17d19f(0x25e),'accent-callout3':_0x17d19f(0x269),'callout1':_0x17d19f(0x240),'callout2':'Légende\x202','callout3':'Légende\x203','accent-border-callout1':'Légende\x20bordure\x20accent\x201','accent-border-callout2':'Légende\x20bordure\x20accent\x202','accent-border-callout3':_0x17d19f(0x23c),'left-circular-arrow':_0x17d19f(0x2a3),'left-right-circular-arrow':_0x17d19f(0x286),'swoosh-arrow':'Flèche\x20swoosh','left-right-ribbon':'Ruban\x20gauche-droite','pie-wedge':'Secteur\x20circulaire','funnel':'Entonnoir','gear6':_0x17d19f(0x20a),'gear9':'Engrenage\x209','corner-tabs':_0x17d19f(0x1dd),'action-button-back-previous':_0x17d19f(0x1d0),'action-button-forward-next':_0x17d19f(0x1f8),'action-button-beginning':_0x17d19f(0x290),'action-button-end':_0x17d19f(0x274),'action-button-home':_0x17d19f(0x1fe),'action-button-information':_0x17d19f(0x273),'action-button-return':_0x17d19f(0x1d7),'action-button-movie':_0x17d19f(0x202),'action-button-document':_0x17d19f(0x216),'action-button-sound':_0x17d19f(0x1f7),'action-button-help':_0x17d19f(0x230),'action-button-blank':'Bouton\x20d\x27action\x20:\x20Vide','chart-plus':_0x17d19f(0x23f),'chart-star':'Graphique\x20Étoile','chart-x':_0x17d19f(0x249),'flow-chart-offline-storage':'Stockage\x20hors\x20ligne','line-inv':_0x17d19f(0x213),'plaque-tabs':_0x17d19f(0x275),'square-tabs':'Onglets\x20carrés','up-down-arrow-callout':_0x17d19f(0x263)}}}};}));
27
-
28
- // @univerjs-pro/sheets-outline-ui/locale/fr-FR
29
- function _0x3674(_0x389317,_0x38a9dd){_0x389317=_0x389317-0x1d5;var _0x259296=_0x2592();var _0x367481=_0x259296[_0x389317];return _0x367481;}(function(_0x18266e,_0x5407b4){var _0xd559f3=_0x3674,_0x1c68ac=_0x18266e();while(!![]){try{var _0x850311=-parseInt(_0xd559f3(0x1e8))/0x1+-parseInt(_0xd559f3(0x1e7))/0x2+parseInt(_0xd559f3(0x1db))/0x3*(-parseInt(_0xd559f3(0x1dd))/0x4)+-parseInt(_0xd559f3(0x1d5))/0x5+parseInt(_0xd559f3(0x1d6))/0x6+parseInt(_0xd559f3(0x1e5))/0x7+parseInt(_0xd559f3(0x1e6))/0x8;if(_0x850311===_0x5407b4)break;else _0x1c68ac['push'](_0x1c68ac['shift']());}catch(_0xa8155a){_0x1c68ac['push'](_0x1c68ac['shift']());}}}(_0x2592,0x38560),function(_0x38a465,_0x1ec98d){var _0x21e7e1=_0x3674;typeof exports==_0x21e7e1(0x1e3)&&typeof module<'u'?module['exports']=_0x1ec98d():typeof define=='function'&&define[_0x21e7e1(0x1e4)]?define([],_0x1ec98d):(_0x38a465=typeof globalThis<'u'?globalThis:_0x38a465||self,_0x38a465[_0x21e7e1(0x1da)]=_0x1ec98d());}(this,function(){var _0x54ebb9=_0x3674;return{'sheets-outline-ui':{'cancel':_0x54ebb9(0x1d8),'group':'Grouper','ungroup':_0x54ebb9(0x1e2),'groupRows':_0x54ebb9(0x1de),'groupColumns':_0x54ebb9(0x1dc),'ungroupRows':_0x54ebb9(0x1e1),'ungroupColumns':_0x54ebb9(0x1e0),'error':{'permission':'Vous\x20n’avez\x20pas\x20l’autorisation\x20d’affichage,\x20les\x20opérations\x20de\x20groupement\x20ne\x20peuvent\x20donc\x20pas\x20être\x20effectuées.','invalidRange':'Impossible\x20de\x20créer\x20le\x20plan,\x20car\x20la\x20plage\x20sélectionnée\x20n’est\x20pas\x20valide.','outOfBounds':_0x54ebb9(0x1d9),'crossing':_0x54ebb9(0x1df),'maxDepth':'Impossible\x20de\x20créer\x20le\x20plan,\x20car\x20les\x20plans\x20compatibles\x20avec\x20Excel\x20prennent\x20en\x20charge\x20jusqu’à\x208\x20niveaux.','moveSplitsOutline':'Impossible\x20de\x20déplacer\x20les\x20lignes\x20ou\x20colonnes,\x20car\x20cela\x20fractionnerait\x20un\x20plan\x20existant.\x20Supprimez\x20d’abord\x20le\x20plan\x20concerné.','clearRangeNotContainOutline':_0x54ebb9(0x1e9),'unknown':_0x54ebb9(0x1d7)}}};}));function _0x2592(){var _0x416b8d=['Impossible\x20de\x20mettre\x20à\x20jour\x20le\x20plan,\x20car\x20l’opération\x20n’est\x20pas\x20valide.','Annuler','Impossible\x20de\x20créer\x20le\x20plan,\x20car\x20la\x20plage\x20sélectionnée\x20est\x20en\x20dehors\x20de\x20la\x20feuille.','UniverProSheetsOutlineUiFrFR','45rTkAPQ','Grouper\x20les\x20colonnes\x20{0}\x20-\x20{1}','36152fpKMxv','Grouper\x20les\x20lignes\x20{0}\x20-\x20{1}','Impossible\x20de\x20mettre\x20à\x20jour\x20le\x20plan,\x20car\x20le\x20résultat\x20créerait\x20des\x20groupes\x20qui\x20se\x20chevauchent.','Dégrouper\x20les\x20colonnes\x20{0}\x20-\x20{1}','Dégrouper\x20les\x20lignes\x20{0}\x20-\x20{1}','Dégrouper','object','amd','163373MhIKxG','10056216ngkSWr','894958bcrxzZ','79140SDGcIH','Impossible\x20de\x20dégrouper,\x20car\x20la\x20plage\x20sélectionnée\x20ne\x20contient\x20pas\x20entièrement\x20la\x20plage\x20du\x20groupe\x20de\x20plan.','2207870akmsmH','324894IbXDZl'];_0x2592=function(){return _0x416b8d;};return _0x2592();}
30
-
31
- // locale/fr-FR
32
- (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/exchange-client/locale/fr-FR"),require("@univerjs-pro/sheets-chart/locale/fr-FR"),require("@univerjs-pro/sheets-chart-ui/locale/fr-FR"),require("@univerjs-pro/sheets-exchange-client/locale/fr-FR"),require("@univerjs-pro/sheets-outline-ui/locale/fr-FR"),require("@univerjs-pro/sheets-pivot/locale/fr-FR"),require("@univerjs-pro/sheets-pivot-ui/locale/fr-FR"),require("@univerjs-pro/sheets-print/locale/fr-FR"),require("@univerjs-pro/sheets-shape-ui/locale/fr-FR"),require("@univerjs-pro/sheets-sparkline-ui/locale/fr-FR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/exchange-client/locale/fr-FR","@univerjs-pro/sheets-chart/locale/fr-FR","@univerjs-pro/sheets-chart-ui/locale/fr-FR","@univerjs-pro/sheets-exchange-client/locale/fr-FR","@univerjs-pro/sheets-outline-ui/locale/fr-FR","@univerjs-pro/sheets-pivot/locale/fr-FR","@univerjs-pro/sheets-pivot-ui/locale/fr-FR","@univerjs-pro/sheets-print/locale/fr-FR","@univerjs-pro/sheets-shape-ui/locale/fr-FR","@univerjs-pro/sheets-sparkline-ui/locale/fr-FR"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsAdvancedFrFR=r(e.UniverCore,e.UniverProExchangeClientFrFR,e.UniverProSheetsChartFrFR,e.UniverProSheetsChartUiFrFR,e.UniverProSheetsExchangeClientFrFR,e.UniverProSheetsOutlineUiFrFR,e.UniverProSheetsPivotFrFR,e.UniverProSheetsPivotUiFrFR,e.UniverProSheetsPrintFrFR,e.UniverProSheetsShapeUiFrFR,e.UniverProSheetsSparklineUiFrFR))})(this,(function(e,r,i,s,n,t,o,u,h,F,c){"use strict";return e.mergeLocales(r,i,s,n,t,o,u,h,F,c)}));
@@ -1,32 +0,0 @@
1
- // @univerjs-pro/exchange-client/locale/id-ID
2
- function _0x487a(){var _0x2f0d34=['Harap\x20tunggu...','926879pyrXyW','5608188DQcbQE','Mengunduh','1907998AIBrus','function','16wqMFLI','3ylakhf','amd','5RAtXRy','121022JbQPFF','12789931RwFfEU','Data\x20terlalu\x20besar','9853152VITwTj','Batal','Kesalahan\x20jaringan','UniverProExchangeClientIdID','1110kISWrD','2790472Lksgdd','object'];_0x487a=function(){return _0x2f0d34;};return _0x487a();}function _0xf377(_0x521832,_0x6ef70d){_0x521832=_0x521832-0x1ac;var _0x487a80=_0x487a();var _0xf377b3=_0x487a80[_0x521832];return _0xf377b3;}(function(_0x102634,_0x3ab0f8){var _0x5bfb17=_0xf377,_0x1eb827=_0x102634();while(!![]){try{var _0x536f92=-parseInt(_0x5bfb17(0x1bc))/0x1+parseInt(_0x5bfb17(0x1bf))/0x2+parseInt(_0x5bfb17(0x1ae))/0x3*(parseInt(_0x5bfb17(0x1b9))/0x4)+parseInt(_0x5bfb17(0x1b0))/0x5*(-parseInt(_0x5bfb17(0x1b4))/0x6)+parseInt(_0x5bfb17(0x1b2))/0x7+parseInt(_0x5bfb17(0x1ad))/0x8*(parseInt(_0x5bfb17(0x1bd))/0x9)+parseInt(_0x5bfb17(0x1b8))/0xa*(-parseInt(_0x5bfb17(0x1b1))/0xb);if(_0x536f92===_0x3ab0f8)break;else _0x1eb827['push'](_0x1eb827['shift']());}catch(_0x3a0927){_0x1eb827['push'](_0x1eb827['shift']());}}}(_0x487a,0xe4341),function(_0x3824b1,_0x31f4f0){var _0x5a9d01=_0xf377;typeof exports==_0x5a9d01(0x1ba)&&typeof module<'u'?module['exports']=_0x31f4f0():typeof define==_0x5a9d01(0x1ac)&&define[_0x5a9d01(0x1af)]?define([],_0x31f4f0):(_0x3824b1=typeof globalThis<'u'?globalThis:_0x3824b1||self,_0x3824b1[_0x5a9d01(0x1b7)]=_0x31f4f0());}(this,function(){var _0x334be8=_0xf377;return{'exchange-client':{'uploading':'Mengunggah','uploadSuccess':'File\x20berhasil\x20diunggah','uploadSuccessTip':'{0}\x20file\x20berhasil\x20diunggah','downloading':_0x334be8(0x1be),'downloadSuccess':'Unduhan\x20berhasil','unknownMistake':'Kesalahan\x20tidak\x20diketahui','networkError':_0x334be8(0x1b6),'tooLarge':_0x334be8(0x1b3),'internalError':'Kesalahan\x20internal\x20tidak\x20diketahui','interrupt':'Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','fileTypeError':'File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah','wait':_0x334be8(0x1bb),'cancel':_0x334be8(0x1b5),'uploadAgain':'Unggah\x20ulang'}};}));
3
-
4
- // @univerjs-pro/sheets-exchange-client/locale/id-ID
5
- function _0x430c(_0x46770d,_0x492e9f){_0x46770d=_0x46770d-0x6a;var _0x2f347b=_0x2f34();var _0x430cf4=_0x2f347b[_0x46770d];return _0x430cf4;}function _0x2f34(){var _0x415013=['45583oRcBzZ','20567063KsDKVd','906PFgXXb','11469736meIBwJ','778520fFVzXJ','Simpan\x20Sebagai','UniverProSheetsExchangeClientIdID','File','7CPonUW','51515nNEOUJ','amd','exports','2uvqWTc','object','108AJOqBV','1264923hBnzas','Buka(File)','5434028jIrtho'];_0x2f34=function(){return _0x415013;};return _0x2f34();}(function(_0x2b79c7,_0x439e9b){var _0x162e31=_0x430c,_0x1b8d31=_0x2b79c7();while(!![]){try{var _0x2b1dc6=-parseInt(_0x162e31(0x75))/0x1*(-parseInt(_0x162e31(0x6f))/0x2)+-parseInt(_0x162e31(0x72))/0x3+parseInt(_0x162e31(0x74))/0x4+-parseInt(_0x162e31(0x6c))/0x5*(parseInt(_0x162e31(0x77))/0x6)+-parseInt(_0x162e31(0x6b))/0x7*(parseInt(_0x162e31(0x78))/0x8)+parseInt(_0x162e31(0x71))/0x9*(parseInt(_0x162e31(0x79))/0xa)+parseInt(_0x162e31(0x76))/0xb;if(_0x2b1dc6===_0x439e9b)break;else _0x1b8d31['push'](_0x1b8d31['shift']());}catch(_0x226573){_0x1b8d31['push'](_0x1b8d31['shift']());}}}(_0x2f34,0xc2908),function(_0x3f3553,_0x1feb70){var _0x54abd1=_0x430c;typeof exports==_0x54abd1(0x70)&&typeof module<'u'?module[_0x54abd1(0x6e)]=_0x1feb70():typeof define=='function'&&define[_0x54abd1(0x6d)]?define([],_0x1feb70):(_0x3f3553=typeof globalThis<'u'?globalThis:_0x3f3553||self,_0x3f3553[_0x54abd1(0x7b)]=_0x1feb70());}(this,function(){var _0x5c6cca=_0x430c;return{'sheets-exchange-client':{'file':_0x5c6cca(0x6a),'upload':_0x5c6cca(0x73),'download':_0x5c6cca(0x7a)}};}));
6
-
7
- // @univerjs-pro/sheets-pivot/locale/id-ID
8
- function _0x4b8c(_0x3c6f39,_0x4e71ae){_0x3c6f39=_0x3c6f39-0x107;var _0x2424f9=_0x2424();var _0x4b8c51=_0x2424f9[_0x3c6f39];return _0x4b8c51;}(function(_0x40c627,_0x38d7bf){var _0x5ab84e=_0x4b8c,_0x41186f=_0x40c627();while(!![]){try{var _0x366f81=parseInt(_0x5ab84e(0x132))/0x1+parseInt(_0x5ab84e(0x122))/0x2*(parseInt(_0x5ab84e(0x12e))/0x3)+parseInt(_0x5ab84e(0x110))/0x4+-parseInt(_0x5ab84e(0x12b))/0x5*(-parseInt(_0x5ab84e(0x117))/0x6)+-parseInt(_0x5ab84e(0x125))/0x7*(-parseInt(_0x5ab84e(0x111))/0x8)+-parseInt(_0x5ab84e(0x127))/0x9*(parseInt(_0x5ab84e(0x113))/0xa)+parseInt(_0x5ab84e(0x10c))/0xb*(-parseInt(_0x5ab84e(0x133))/0xc);if(_0x366f81===_0x38d7bf)break;else _0x41186f['push'](_0x41186f['shift']());}catch(_0x158739){_0x41186f['push'](_0x41186f['shift']());}}}(_0x2424,0x66373),function(_0x185f8b,_0x15cc18){var _0x5bf5dc=_0x4b8c;typeof exports==_0x5bf5dc(0x129)&&typeof module<'u'?module[_0x5bf5dc(0x11c)]=_0x15cc18():typeof define=='function'&&define[_0x5bf5dc(0x12c)]?define([],_0x15cc18):(_0x185f8b=typeof globalThis<'u'?globalThis:_0x185f8b||self,_0x185f8b[_0x5bf5dc(0x11e)]=_0x15cc18());}(this,function(){var _0x12b46b=_0x4b8c;return{'sheets-pivot':{'sheet':_0x12b46b(0x12d),'blankValue':_0x12b46b(0x126),'otherValue':_0x12b46b(0x123),'columnName':_0x12b46b(0x114),'subTotalText':_0x12b46b(0x115),'grandTotalText':'Total\x20Keseluruhan','valueText':'Nilai','averageName':_0x12b46b(0x116),'countName':'Jumlah\x20dari\x20','countNumsName':_0x12b46b(0x137),'maxName':'Maks\x20dari\x20','minName':_0x12b46b(0x11d),'productName':_0x12b46b(0x11b),'stdDevName':_0x12b46b(0x107),'stdDevpName':_0x12b46b(0x120),'sumName':_0x12b46b(0x137),'varName':_0x12b46b(0x109),'varpName':_0x12b46b(0x124),'subTotal':'Subtotal','grandTotal':_0x12b46b(0x108),'value':'nilai','blank':_0x12b46b(0x12a),'other':_0x12b46b(0x11f),'emptyPivot':{'filter':'Filter','row':'Baris','column':'Kolom','values':_0x12b46b(0x121)},'dateGroup':{'year':_0x12b46b(0x10f),'month':_0x12b46b(0x10d),'day':_0x12b46b(0x10b),'hour':_0x12b46b(0x134),'minute':_0x12b46b(0x136),'quarter':_0x12b46b(0x118),'monthDate':_0x12b46b(0x11a),'yearQuarter':_0x12b46b(0x131),'yearMonth':_0x12b46b(0x12f),'yearMonthDate':'Tahun-Bulan-Hari'},'cellDateGroupDisplay':{'minute':_0x12b46b(0x112),'hour':_0x12b46b(0x135),'hourMinute':_0x12b46b(0x119),'date':'{0}\x20hari','month':_0x12b46b(0x10a),'monthDate':_0x12b46b(0x138),'quarter':_0x12b46b(0x10e),'year':_0x12b46b(0x128),'yearMonth':_0x12b46b(0x139),'yearMonthDate':_0x12b46b(0x130),'yearQuarter':'{0}\x20tahun\x20{1}\x20kuartal'}}};}));function _0x2424(){var _0x3e8efd=['object','kosong','5nxMrbM','amd','Lembar','1158hMnzfl','Tahun-Bulan','{0}\x20tahun\x20{1}\x20bulan\x20{2}\x20hari','Tahun-Kuartal','693830QVqMdk','731316Xmktiu','Jam','{0}\x20jam','Menit','Jumlah\x20dari\x20','{0}\x20bulan\x20{1}\x20hari','{0}\x20tahun\x20{1}\x20bulan','StdDev\x20dari\x20','Total\x20Keseluruhan','Var\x20dari\x20','{0}\x20bulan','Hari','121lPJXjL','Bulan','{0}\x20kuartal','Tahun','72616tKtmHM','8JKsbsg','{0}\x20menit','300760eaDzYh','Kolom\x20','Total','Rata-rata\x20dari\x20','5148mNELWJ','Kuartal','{0}\x20jam\x20{1}\x20menit','Bulan-Hari','Hasil\x20Kali\x20dari\x20','exports','Min\x20dari\x20','UniverProSheetsPivotIdID','lainnya','StdDevp\x20dari\x20','Nilai','86HFEkKb','(Lainnya)','Varp\x20dari\x20','4201512WQqHPr','(Kosong)','72evZAEf','{0}\x20tahun'];_0x2424=function(){return _0x3e8efd;};return _0x2424();}
9
-
10
- // @univerjs-pro/sheets-pivot-ui/locale/id-ID
11
- function _0x3dd1(_0x6502a7,_0x133654){_0x6502a7=_0x6502a7-0xfd;var _0xd97813=_0xd978();var _0x3dd1e4=_0xd97813[_0x6502a7];return _0x3dd1e4;}(function(_0x35c150,_0x1cb93f){var _0xe358a7=_0x3dd1,_0x201e26=_0x35c150();while(!![]){try{var _0x1728eb=-parseInt(_0xe358a7(0x100))/0x1+parseInt(_0xe358a7(0x102))/0x2*(-parseInt(_0xe358a7(0x10d))/0x3)+-parseInt(_0xe358a7(0x14e))/0x4+-parseInt(_0xe358a7(0x10e))/0x5*(-parseInt(_0xe358a7(0x123))/0x6)+-parseInt(_0xe358a7(0x135))/0x7*(parseInt(_0xe358a7(0x157))/0x8)+-parseInt(_0xe358a7(0x12a))/0x9*(parseInt(_0xe358a7(0x148))/0xa)+parseInt(_0xe358a7(0x144))/0xb;if(_0x1728eb===_0x1cb93f)break;else _0x201e26['push'](_0x201e26['shift']());}catch(_0x783749){_0x201e26['push'](_0x201e26['shift']());}}}(_0xd978,0xd6aed),function(_0x2e6f5c,_0x4dcf62){var _0x2a5ba7=_0x3dd1;typeof exports=='object'&&typeof module<'u'?module[_0x2a5ba7(0x133)]=_0x4dcf62():typeof define=='function'&&define[_0x2a5ba7(0x140)]?define([],_0x4dcf62):(_0x2e6f5c=typeof globalThis<'u'?globalThis:_0x2e6f5c||self,_0x2e6f5c[_0x2a5ba7(0x150)]=_0x4dcf62());}(this,function(){var _0x16f945=_0x3dd1;return{'sheets-pivot-ui':{'sheet':_0x16f945(0x11e),'title':_0x16f945(0x116),'sourceRangeLabel':_0x16f945(0x122),'sourceRangePlaceholder':_0x16f945(0x111),'sourceFieldTile':_0x16f945(0x12f),'sourceFieldDescription':_0x16f945(0x146),'filter':_0x16f945(0xfd),'column':_0x16f945(0x15a),'row':'Baris','value':_0x16f945(0x115),'multipleValue':'Σ\x20Nilai','filterDesc':_0x16f945(0x120),'columnDesc':'Seret\x20bidang\x20ke\x20kolom','rowDesc':_0x16f945(0x127),'valueDesc':_0x16f945(0x119),'addToFilter':_0x16f945(0x156),'addToColumn':_0x16f945(0x11a),'addToRow':_0x16f945(0x11c),'addToValue':'Tambahkan\x20ke\x20Nilai','removeField':_0x16f945(0x10b),'filterField':_0x16f945(0x138),'fieldSettings':_0x16f945(0x15c),'moveToRow':_0x16f945(0x15b),'moveToColumn':'Pindahkan\x20ke\x20Kolom','dialog':{'fieldName':_0x16f945(0x152),'sourceName':_0x16f945(0x121),'summarizeBy':_0x16f945(0x141),'format':'Format\x20Angka','ok':'OK','cancel':'Batal','filter':{'ascending':_0x16f945(0x118),'descending':_0x16f945(0x154),'selectAll':_0x16f945(0x109),'clearFilter':_0x16f945(0xfe),'blank':_0x16f945(0x12e),'cancel':_0x16f945(0xff),'confirm':'OK'},'numfmt':{'general':_0x16f945(0x11f),'accounting':_0x16f945(0x14c),'currency':_0x16f945(0x106),'date':'Tanggal','thousandthPercentile':_0x16f945(0x13d),'fieldSetting':'Pengaturan\x20Bidang','formatTypes':'Jenis\x20Format','confirm':'OK','cancel':_0x16f945(0xff),'generalDesc':_0x16f945(0x149),'accountingDesc':_0x16f945(0x13c),'currencyDesc':_0x16f945(0x10c),'dateDesc':'Format\x20tanggal\x20menampilkan\x20nomor\x20seri\x20tanggal\x20dan\x20waktu\x20sebagai\x20nilai\x20tanggal.','thousandthPercentileDesc':_0x16f945(0x101),'decimalPlaces':_0x16f945(0x134),'currencyTypes':_0x16f945(0x112),'negativeNumberTypes':_0x16f945(0x108),'dateTypes':_0x16f945(0x10f)},'source':{'insertPivotTable':_0x16f945(0x137),'sourceData':_0x16f945(0x114),'position':'Penempatan\x20Tabel\x20Pivot','newSheet':_0x16f945(0x128),'existingSheet':_0x16f945(0x12b),'intersect':_0x16f945(0x130)}},'subtotal':{'average':_0x16f945(0x129),'count':_0x16f945(0x103),'countNums':_0x16f945(0x126),'max':_0x16f945(0x110),'min':_0x16f945(0x158),'product':_0x16f945(0x14d),'stdDev':_0x16f945(0x153),'stdDevp':_0x16f945(0x10a),'sum':'Jumlah','var':_0x16f945(0x12c),'varp':_0x16f945(0x14f)},'subTotalText':_0x16f945(0x13b),'grandTotalText':_0x16f945(0x139),'fieldPanel':_0x16f945(0x136),'configPanel':_0x16f945(0x143),'config':{'totalsSection':'Subtotal\x20&\x20Total\x20Keseluruhan','showRowSubtotal':_0x16f945(0x155),'showRowGrandTotal':_0x16f945(0x13e),'showColSubtotal':_0x16f945(0x147),'showColGrandTotal':_0x16f945(0x125),'pageSection':_0x16f945(0x13a),'pageWrap':'Bidang\x20per\x20baris','pageDirection':_0x16f945(0x12d),'pageDownThenOver':_0x16f945(0x104),'pageOverThenDown':_0x16f945(0x142),'displaySection':'Tampilan','repeatRowLabels':_0x16f945(0x11d)},'perform':{'tips':'Tips','info':_0x16f945(0x145),'confirm':_0x16f945(0x113),'cancel':_0x16f945(0xff),'rowColError':_0x16f945(0x14a)},'msg':{'emptySourceRange':_0x16f945(0x11b),'invalidSize':_0x16f945(0x159),'mergeCellError':_0x16f945(0x105),'editCellError':_0x16f945(0x117),'permissionError':_0x16f945(0x107)},'averageName':_0x16f945(0x131),'countName':'Jumlah\x20dari\x20','countNumsName':_0x16f945(0x151),'maxName':_0x16f945(0x132),'minName':'Min\x20dari\x20','productName':'Hasil\x20Kali\x20dari\x20','stdDevName':_0x16f945(0x124),'stdDevpName':_0x16f945(0x14b),'sumName':_0x16f945(0x151),'varName':_0x16f945(0x13f),'varpName':'Varp\x20dari\x20'}};}));function _0xd978(){var _0x3d0f80=['(Kosong)','Bidang\x20Sumber\x20Data','Tidak\x20dapat\x20tumpang\x20tindih\x20dengan\x20data\x20sumber','Rata-rata\x20dari\x20','Maks\x20dari\x20','exports','Tempat\x20Desimal','14SkgNZl','Konfigurasi\x20Bidang','Sisipkan\x20Tabel\x20Pivot','Filter\x20Bidang','Total\x20Keseluruhan','Tata\x20Letak\x20Bidang\x20Filter','Subtotal','Format\x20angka\x20akuntansi\x20menyelaraskan\x20simbol\x20mata\x20uang\x20dan\x20titik\x20desimal\x20dalam\x20kolom.','Persentil\x20Ribuan','Tampilkan\x20total\x20keseluruhan\x20baris','Var\x20dari\x20','amd','Ringkas\x20berdasarkan','Ke\x20samping,\x20lalu\x20ke\x20bawah','Opsi\x20Lanjutan','55200574JclCdx','Sudah\x20ada\x20data\x20di\x20area\x20target.\x20Tindakan\x20ini\x20akan\x20menimpa\x20data\x20yang\x20ada.\x20Apakah\x20Anda\x20ingin\x20melanjutkan?','Seret\x20bidang\x20ke\x20area\x20di\x20bawah','Tampilkan\x20subtotal\x20kolom','130MnCFXv','Format\x20umum\x20tidak\x20berisi\x20format\x20angka\x20tertentu.','Perubahan\x20ini\x20tidak\x20dapat\x20dilakukan\x20pada\x20sel\x20yang\x20dipilih\x20karena\x20akan\x20memengaruhi\x20tabel\x20pivot.\x20Harap\x20gunakan\x20daftar\x20bidang\x20untuk\x20mengubah\x20laporan.\x20Jika\x20Anda\x20mencoba\x20menyisipkan\x20atau\x20menghapus\x20sel,\x20pindahkan\x20tabel\x20pivot\x20dan\x20coba\x20lagi.','StdDevp\x20dari\x20','Akuntansi','Hasil\x20Kali','282492CPTAlj','Varians\x20Populasi','UniverProSheetsPivotUiIdID','Jumlah\x20dari\x20','Nama\x20Bidang','Deviasi\x20Standar','Turun','Tampilkan\x20subtotal\x20baris','Tambahkan\x20ke\x20Filter','6320696iuxhxY','Minimum','Rentang\x20sumber\x20data\x20tidak\x20valid','Kolom','Pindahkan\x20ke\x20Baris','Pengaturan\x20Bidang','Filter','Hapus\x20Filter','Batal','1262912PNjRrz','Format\x20persentil\x20ribuan\x20digunakan\x20untuk\x20angka\x20umum,\x20format\x20mata\x20uang\x20dan\x20akuntansi\x20menyediakan\x20format\x20khusus\x20untuk\x20nilai\x20moneter.','19268nEtnrV','Jumlah','Ke\x20bawah,\x20lalu\x20ke\x20samping','Tidak\x20dapat\x20menyisipkan\x20sel\x20yang\x20digabungkan\x20ke\x20tabel\x20pivot','Mata\x20Uang','Tidak\x20dapat\x20mengedit\x20tabel\x20pivot\x20dalam\x20lembar\x20yang\x20dilindungi','Jenis\x20Angka\x20Negatif','Pilih\x20Semua','Deviasi\x20Standar\x20Populasi','Hapus\x20Bidang','Format\x20mata\x20uang\x20digunakan\x20untuk\x20nilai\x20moneter\x20umum,\x20format\x20akuntansi\x20menyelaraskan\x20titik\x20desimal\x20dalam\x20kolom\x20nilai.','39DiWjhK','15FGNDBI','Jenis\x20Tanggal','Maksimum','Sumber\x20data\x20telah\x20diperbarui','Jenis\x20Mata\x20Uang','Konfirmasi','Rentang\x20Sumber\x20Data','Nilai','Tabel\x20Pivot','Tidak\x20dapat\x20mengedit\x20sel\x20dalam\x20tabel\x20pivot','Naik','Hasil\x20perhitungan\x20baris\x20dan\x20kolom','Tambahkan\x20ke\x20Kolom','Rentang\x20sumber\x20data\x20kosong','Tambahkan\x20ke\x20Baris','Ulangi\x20label\x20item','Lembar','Umum','Seret\x20bidang\x20untuk\x20menyaring\x20data','Nama\x20Bidang\x20Sumber:','Sumber\x20Data','882858JXokqR','StdDev\x20dari\x20','Tampilkan\x20total\x20keseluruhan\x20kolom','Jumlah\x20Angka','Seret\x20bidang\x20ke\x20baris','Lembar\x20Baru','Rata-rata','1067103UifTSr','Lembar\x20yang\x20Ada','Varians','Arah\x20tata\x20letak'];_0xd978=function(){return _0x3d0f80;};return _0xd978();}
12
-
13
- // @univerjs-pro/sheets-print/locale/id-ID
14
- function _0x5c9d(_0x2203a8,_0x18de7b){_0x2203a8=_0x2203a8-0xe3;var _0x5a0dd2=_0x5a0d();var _0x5c9db0=_0x5a0dd2[_0x2203a8];return _0x5c9db0;}function _0x5a0d(){var _0x284fe2=['Horizontal','NamaLembar','Sel\x20yang\x20dipilih','Sesuaikan\x20dengan\x20halaman','Kiri','Pilihan','Klik\x20untuk\x20menambahkan\x20teks','Format','Tanggal\x20saat\x20ini','Nomor\x20kustom','Atas','Orientasi\x20halaman','A5\x20(5.83\x22\x20x\x208.27\x22)','TimeC','TotalHalaman','B4\x20(9.84\x22\x20x\x2013.90\x22)','Footer','Sesuaikan\x20dengan\x20tinggi','324268AtNNPX','Cetak','Potret','Sempit','Tengah','Header\x20&\x20footer','BATAL','Sesuaikan\x20dengan\x20lebar','3tZEOlq','object','Lembar\x20kerja\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20untuk\x20mencetak.\x20Untuk\x20mencetak,\x20silakan\x20hubungi\x20pembuatnya.','Nomor\x20halaman','Tutup\x20dan\x20sembunyikan\x20pemutus\x20halaman','Edit\x20header/footer\x20kustom','MM/DD','Semua\x20sel\x20yang\x20dipilih','48105cGmZRP','hh:mm','27KyqMCg','MM-DD','Lembar\x20saat\x20ini','Executive\x20(7.25\x22\x20x\x2010.5\x22)','5jTcNtt','TotalHalamanLembar','TimeA','181838wwhhXN','Nama\x20lembar','NomorHalamanLembar','538703HuloWE','2204202VpnJnW','Tampilkan\x20watermark','Baris\x20maks\x20per\x20halaman','Header\x20baris\x20&\x20kolom','Vertikal','352384lyGWJM','DateA','Lanskap','Tabloid\x20(11\x22\x20x\x2017\x22)','Statement\x20(5.5\x22\x20x\x208.5\x22)','hh:mm:ss','Ulangi\x20kolom\x20yang\x20dibekukan','Semua\x20lembar','JudulBukuKerja','Skala','DateD','Buku\x20kerja','Gambar\x20berhasil\x20disimpan\x20ke\x20clipboard!','Header','50yMvobh','Gambar\x20gagal\x20disimpan\x20ke\x20clipboard!','Tampilkan\x20garis\x20kisi','A4\x20(8.27\x22\x20x\x2011.69\x22)','Margin\x20Kustom','exports','https://univer.ai/pro','NomorHalaman','1718633wtvKKV','Kanan','HH:mm:ss','amd','Bawah','Kolom\x20maks\x20per\x20halaman','Versi\x20gratis\x20hanya\x20mendukung\x20{limit}\x20halaman\x20pencetakan,\x20silakan\x20beli\x20versi\x20komersial\x20untuk\x20fitur\x20lanjutan!','HH:mm','Lebar','Ulangi\x20baris\x20yang\x20dibekukan','Total:\x20','Tampilkan\x20garis\x20pemutus\x20halaman','A3\x20(11.69\x22\x20x\x2016.54\x22)','Judul\x20buku\x20kerja','Normal\x20(100%)','Salin\x20sebagai\x20gambar','Mencetak,\x20jangan\x20tutup\x20halaman','Normal','Ukuran\x20Kertas','YYYY-MM-DD','DateB'];_0x5a0d=function(){return _0x284fe2;};return _0x5a0d();}(function(_0x4d6063,_0xd8d90d){var _0x110251=_0x5c9d,_0x16dda1=_0x4d6063();while(!![]){try{var _0x257885=parseInt(_0x110251(0xe9))/0x1+-parseInt(_0x110251(0xf2))/0x2*(-parseInt(_0x110251(0x140))/0x3)+parseInt(_0x110251(0x138))/0x4*(parseInt(_0x110251(0xef))/0x5)+parseInt(_0x110251(0xf6))/0x6+-parseInt(_0x110251(0x111))/0x7+-parseInt(_0x110251(0xfb))/0x8*(-parseInt(_0x110251(0xeb))/0x9)+parseInt(_0x110251(0x109))/0xa*(-parseInt(_0x110251(0xf5))/0xb);if(_0x257885===_0xd8d90d)break;else _0x16dda1['push'](_0x16dda1['shift']());}catch(_0x4bc106){_0x16dda1['push'](_0x16dda1['shift']());}}}(_0x5a0d,0x37f62),function(_0x240f26,_0x5a809f){var _0x35c09c=_0x5c9d;typeof exports==_0x35c09c(0x141)&&typeof module<'u'?module[_0x35c09c(0x10e)]=_0x5a809f():typeof define=='function'&&define[_0x35c09c(0x114)]?define([],_0x5a809f):(_0x240f26=typeof globalThis<'u'?globalThis:_0x240f26||self,_0x240f26['UniverProSheetsPrintIdID']=_0x5a809f());}(this,function(){var _0x5cee6a=_0x5c9d;return{'sheets-print':{'permission':{'printErr':_0x5cee6a(0xe3)},'header':{'total':_0x5cee6a(0x11b),'pages':'halaman','cancel':_0x5cee6a(0x13e),'next':'BERIKUTNYA','printing':_0x5cee6a(0x121)},'menu':_0x5cee6a(0x139),'title':_0x5cee6a(0x139),'grid':{'title':'Tata\x20Letak\x20Cetak','showGrid':'Tampilkan\x20Pemutus\x20Halaman','showGridLabel':_0x5cee6a(0x11c),'closeAndHide':_0x5cee6a(0xe5)},'screenshot':{'title':_0x5cee6a(0x120),'success':_0x5cee6a(0x107),'fail':_0x5cee6a(0x10a)},'size':{'title':_0x5cee6a(0x123),'letter':'Letter\x20(8.5\x22\x20x\x2011\x22)','tabloid':_0x5cee6a(0xfe),'legal':'Legal\x20(8.5\x22\x20x\x2014\x22)','statement':_0x5cee6a(0xff),'executive':_0x5cee6a(0xee),'folio':'Folio\x20(8.5\x22\x20x\x2013\x22)','a3':_0x5cee6a(0x11d),'a4':_0x5cee6a(0x10c),'a5':_0x5cee6a(0x132),'b4':_0x5cee6a(0x135),'b5':'B5\x20(6.93\x22\x20x\x209.84\x22)'},'margin':{'title':'Margin','normal':_0x5cee6a(0x122),'narrow':_0x5cee6a(0x13b),'wide':_0x5cee6a(0x119),'custom':_0x5cee6a(0x10d),'top':_0x5cee6a(0x130),'bottom':_0x5cee6a(0x115),'left':'Kiri','right':_0x5cee6a(0x112)},'area':{'title':_0x5cee6a(0x139),'currentSheet':_0x5cee6a(0xed),'workbook':_0x5cee6a(0x106),'currentSelection':_0x5cee6a(0x128),'maxRowsEachPage':_0x5cee6a(0xf8),'maxColumnsEachPage':_0x5cee6a(0x116),'limit':'Batas\x20Baris\x20&\x20Kolom','allSelection':_0x5cee6a(0xe8)},'selection':{'title':_0x5cee6a(0x12b),'allWorkbook':_0x5cee6a(0x102),'workbookUnit':'lembar'},'scale':{'title':_0x5cee6a(0x104),'normal':_0x5cee6a(0x11f),'fitWidth':_0x5cee6a(0x13f),'fitHeight':_0x5cee6a(0x137),'fitPage':_0x5cee6a(0x129),'custom':_0x5cee6a(0x12f)},'orientation':{'title':_0x5cee6a(0x131),'landscape':_0x5cee6a(0xfd),'portrait':_0x5cee6a(0x13a)},'formatting':{'title':_0x5cee6a(0x12d),'skeleton':_0x5cee6a(0x10b),'waterMark':_0x5cee6a(0xf7)},'align':{'title':'Perataan','horizontal':{'title':_0x5cee6a(0x126),'middle':_0x5cee6a(0x13c),'start':_0x5cee6a(0x12a),'end':'Kanan'},'vertical':{'title':_0x5cee6a(0xfa),'start':_0x5cee6a(0x130),'end':_0x5cee6a(0x115),'middle':_0x5cee6a(0x13c)}},'headerFooter':{'title':_0x5cee6a(0x13d),'page':_0x5cee6a(0xe4),'workbook':_0x5cee6a(0x11e),'sheet':_0x5cee6a(0xf3),'date':_0x5cee6a(0x12e),'time':'Waktu\x20saat\x20ini','customHeadFooter':'Header/footer\x20kustom','editCustomHeadFooter':_0x5cee6a(0xe6),'header':_0x5cee6a(0x108),'footer':_0x5cee6a(0x136),'left':'Kiri','right':_0x5cee6a(0x112),'center':_0x5cee6a(0x13c),'dateFormat':'Format\x20tanggal','dateA':_0x5cee6a(0x124),'dateB':_0x5cee6a(0xec),'dateC':'L','dateD':_0x5cee6a(0xe7),'timeA':_0x5cee6a(0x113),'timeB':_0x5cee6a(0x118),'timeC':_0x5cee6a(0x100),'timeD':_0x5cee6a(0xea),'display':{'page':_0x5cee6a(0x110),'title':_0x5cee6a(0x103),'sheet':_0x5cee6a(0x127),'dateA':_0x5cee6a(0xfc),'dateB':_0x5cee6a(0x125),'dateC':'DateC','dateD':_0x5cee6a(0x105),'dateE':'DateE','dateF':'DateF','timeA':_0x5cee6a(0xf1),'timeB':'TimeB','timeC':_0x5cee6a(0x133),'timeD':'TimeD','sheetPage':_0x5cee6a(0xf4),'pageTotal':_0x5cee6a(0x134),'sheetPageTotal':_0x5cee6a(0xf0)},'placeholder':_0x5cee6a(0x12c),'submit':'Ok'},'freeze':{'title':_0x5cee6a(0xf9),'desc':'Pergi\x20ke\x20Tampilan\x20>\x20Bekukan\x20untuk\x20memilih\x20baris/kolom\x20mana\x20yang\x20akan\x20diulang\x20di\x20semua\x20halaman','row':_0x5cee6a(0x11a),'column':_0x5cee6a(0x101)},'limit':{'page':_0x5cee6a(0x117),'waterMark':'Univer\x20free\x20version,\x20powered\x20by\x20univer.ai.','link':_0x5cee6a(0x10f)}}};}));
15
-
16
- // @univerjs-pro/sheets-chart/locale/id-ID
17
- (function(_0x5430c3,_0xe1dc7){var _0x51ce36=_0x3d04,_0x5db20c=_0x5430c3();while(!![]){try{var _0x5a7743=-parseInt(_0x51ce36(0xe7))/0x1*(-parseInt(_0x51ce36(0xfa))/0x2)+-parseInt(_0x51ce36(0xf2))/0x3+parseInt(_0x51ce36(0xe8))/0x4*(-parseInt(_0x51ce36(0xee))/0x5)+parseInt(_0x51ce36(0xeb))/0x6*(parseInt(_0x51ce36(0xf0))/0x7)+-parseInt(_0x51ce36(0xe5))/0x8+parseInt(_0x51ce36(0xfb))/0x9*(parseInt(_0x51ce36(0xe6))/0xa)+parseInt(_0x51ce36(0xed))/0xb;if(_0x5a7743===_0xe1dc7)break;else _0x5db20c['push'](_0x5db20c['shift']());}catch(_0x5b356b){_0x5db20c['push'](_0x5db20c['shift']());}}}(_0x223c,0xd43f8),function(_0x968538,_0x3c619d){var _0x57157f=_0x3d04;typeof exports==_0x57157f(0xea)&&typeof module<'u'?module[_0x57157f(0xe0)]=_0x3c619d():typeof define==_0x57157f(0xec)&&define[_0x57157f(0xef)]?define([],_0x3c619d):(_0x968538=typeof globalThis<'u'?globalThis:_0x968538||self,_0x968538[_0x57157f(0xf1)]=_0x3c619d());}(this,function(){var _0x531027=_0x3d04;return{'sheets-chart':{'category':_0x531027(0xdd),'series':_0x531027(0xf6),'seriesDefaultName':_0x531027(0xf9),'categoryDefaultName':'Kategori\x20{0}','blank':'(Kosong)','msg':{'emptyTips':_0x531027(0xf3),'sankeyCircularTips':_0x531027(0xf8)},'bubble':{'emptyTips':_0x531027(0xf5)},'relation':{'emptyTips':_0x531027(0xde)},'cloud':{'word':_0x531027(0xe9),'frequency':_0x531027(0xe4)},'waterfall':{'positive':_0x531027(0xe1),'negative':'Negatif','subtotal':'Subtotal'},'pareto':{'lineName':_0x531027(0xf7)},'boxplot':{'min':_0x531027(0xdf),'q1':_0x531027(0xf4),'median':'Median','q3':_0x531027(0xe3),'max':_0x531027(0xe2)}}};}));function _0x3d04(_0x56633e,_0x1d9fd9){_0x56633e=_0x56633e-0xdd;var _0x223c4a=_0x223c();var _0x3d04b2=_0x223c4a[_0x56633e];return _0x3d04b2;}function _0x223c(){var _0x5b0ba4=['6cXQAsB','function','25974872OaTvew','8569630sqxGuH','amd','981211ADQgmN','UniverProSheetsChartIdID','4214133fmtyNE','Tambahkan\x20seri\x20untuk\x20mulai\x20memvisualisasikan\x20data\x20Anda','Kuartal\x20pertama','Grafik\x20gelembung\x20memerlukan\x20setidaknya\x202\x20kolom:\x20Sumbu\x20X,\x20Sumbu\x20Y','Seri','Persentase\x20Kumulatif','Grafik\x20Sankey\x20tidak\x20boleh\x20mengandung\x20data\x20melingkar','Seri\x20{0}','2sRFWcw','2470599vQUAXu','Kategori','Sumber\x20data\x20untuk\x20grafik\x20relasi\x20adalah\x20matriks\x20co-word\x20dengan\x20kolom\x20tipe\x20tambahan\x20di\x20kolom\x20kedua','Minimum','exports','Positif','Maksimum','Kuartal\x20ketiga','Frekuensi','1298008Dntelp','10cCERgO','1374220pALORg','4pLyKva','Kata','object'];_0x223c=function(){return _0x5b0ba4;};return _0x223c();}
18
-
19
- // @univerjs-pro/sheets-chart-ui/locale/id-ID
20
- function _0x5d56(_0x186b93,_0x4b86f3){_0x186b93=_0x186b93-0xa8;var _0x59731b=_0x5973();var _0x5d5620=_0x59731b[_0x186b93];return _0x5d5620;}function _0x5973(){var _0x3468b3=['Pai\x20mawar','Sisipkan\x20grafik','Berdasarkan\x20bagian','Gunakan\x20sumbu\x20kanan','Urutan\x20polinomial','Bawah','Negatif','Kuartal\x20ketiga','Awal','Sumber\x20data\x20grafik\x20harus\x20lebih\x20dari\x201\x20baris\x20dan\x201\x20kolom.','Linear','Perataan\x20judul\x20sumbu','Tutup','Wajik','Persentase','Tolakan','Judul\x20sumbu\x20X','Awan\x20kata','Format\x20tanggal\x20menampilkan\x20nomor\x20seri\x20tanggal\x20dan\x20waktu\x20sebagai\x20nilai\x20tanggal.','Bentuk\x20awan\x20kata','Grafik\x20corong','Format\x20umum\x20tidak\x20mengandung\x20format\x20angka\x20tertentu.','Sub\x20judul','Jenis\x20tata\x20letak','Logaritmik','Jenis\x20garis\x20putus-putus\x20garis\x20tren','Garis\x20kisi\x20utama','Jenis\x20Angka\x20Negatif','1467004fhhvdv','Otomatis','Tengah','Nilai','3360172jdovJD','Batas','Akhiran\x20nilai','Pin\x20kosong','Label\x20data','Tanda\x20centang\x20utama','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20silakan\x20hubungi\x20pembuatnya.','Kiri','Grafik\x20Pareto','Seri\x20Grafik\x20Batang','Lingkaran','Isian\x20gradasi','Grafik\x20area\x20tumpuk\x20persen','Teks\x20Legenda\x20Subtotal','Kategori\x20{0}','Median','Cakupan\x20peta\x20visual','Default','Judul\x20sumbu\x20Y','Tambah\x20seri','Ulangi\x20awan\x20kata','Pengaturan','Kustomisasi','Garis\x20indikator','2773594CZnGaP','Gaya\x20titik\x20data','Garis\x20kisi\x20dan\x20tanda\x20centang','Tampilkan\x20R\x20kuadrat','Grafik\x20area','Persentil\x20Ribuan','12423663HcDCHc','Sumbu\x20horizontal','Warna\x20latar\x20belakang','Legenda','Subtotal','Gunakan\x20nilai\x20absolut','Frekuensi','Rentang\x20data','Kategori','nol','Jenis\x20tumpuk','Tampilkan\x20garis\x20label','Umum','Grafik\x20radar','Teks\x20Legenda\x20Positif','Grafik\x20saham','Sumbu\x20vertikal\x20kanan','Garis\x20tren','(Kosong)','{0}\x20dengan\x20format','4836nznBIp','Digital\x20tetap','function','{0}\x20dengan\x20opacity','Grafik\x20area\x20bertumpuk','Jarak\x20simpul','1035624fpXiPt','Grafik\x20sebar','Di\x20luar','Opsi\x20sumbu','Persegi\x20panjang','Sumbu\x20kiri','Warna\x20batas\x20grafik','Tampilkan\x20sel\x20kosong\x20sebagai','Hubungkan\x20titik\x20data\x20dengan\x20garis\x20lurus','Polinomial','Jenis\x20grafik','Editor\x20grafik','Tambah\x20garis\x20tren','Lubang\x20donat','UniverProSheetsChartUiIdID','Judul\x20sumbu\x20Y\x20kanan','Arahkan\x20dengan\x20gaya','Sumbu\x20kanan','Ukuran\x20gelembung','Tunggal','Sumbu','Posisi\x20judul','Persegi\x20panjang\x20membulat','Warna\x20garis\x20tren','221469MKNCad','Grafik\x20donat','Sembunyikan\x20panel\x20grafik','Tampilkan\x20rumus','Tempat\x20Desimal','Jenis\x20Tanggal','{0}\x20dengan\x20jenis','Tampilkan\x20garis\x20sumbu','Kuartal\x20pertama','Grafik\x20boxplot','Ditumpuk','Wajik\x20kosong','{0}\x20dengan\x20ukuran','Positif','Gunakan\x20{0}\x20sebagai\x20kategori','Min','amd','Segitiga\x20kosong','Tumpuk','Titik\x20data','Tampilkan\x20label','84myuShw','Celah','Teks\x20Legenda\x20Negatif','Agregat','Format','Tema','Sembunyikan','Jenis\x20garis\x20tren','Nilai\x20indikator','Maks','Aktifkan\x20efek\x20fade-in\x20pilihan','Teks\x20judul','Nama\x20garis\x20tren','Kanan','Tambahkan\x20seri\x20untuk\x20mulai\x20memvisualisasikan\x20data\x20Anda','Gravitasi','Minimum','Peta\x20panas','Grafik\x20air\x20terjun','Atas','Padat','Atur\x20ulang','Ganda','Grafik\x20batang\x20bertumpuk','Putar\x20label','Jenis\x20garis\x20indikator','Grafik\x20batang\x20tumpuk\x20persen','Kontinu','{0}\x20dengan\x20warna','Pin','Warna','Panjang\x20tanda\x20centang','Sumbu\x20X','Segitiga','Di\x20dalam','R\x20kuadrat','Posisi\x20label','Panah','Rumus','Garis','Bentuk\x20simpul\x20data','Tampilkan\x20Subtotal','Format\x20persentil\x20ribuan\x20digunakan\x20untuk\x20angka\x20umum,\x20format\x20mata\x20uang\x20dan\x20akuntansi\x20menyediakan\x20format\x20khusus\x20untuk\x20nilai\x20moneter.','Seri\x20Persentase\x20Kumulatif','Beralih\x20ke\x20baris/kolom','Mata\x20uang','Grafik\x20relasi','Gunakan\x20nilai\x20sebagai\x20ukuran\x20simpul','Persegi\x20panjang\x20kosong','Seri\x20{0}','Atur\x20format\x20label','Grafik\x20gelembung\x20memerlukan\x20setidaknya\x202\x20kolom:\x20Sumbu\x20X,\x20Sumbu\x20Y','Label\x20indikator','Gaya\x20Negatif','Gaya\x20Positif','Format\x20judul','Titik','Gaya\x20Subtotal','Melingkar','Tumpuk\x20persen','Ketebalan\x20garis\x20tren','Putus-putus','Grafik\x20Sankey','Judul\x20utama','Kata','Hapus\x20grafik','Semua\x20seri','Jenis\x20Format','Grafik\x20kombinasi','Mode\x20pilih\x20legenda','Panah\x20kosong','Format\x20mata\x20uang\x20digunakan\x20untuk\x20nilai\x20moneter\x20umum,\x20format\x20akuntansi\x20menyelaraskan\x20titik\x20desimal\x20dalam\x20sebuah\x20kolom\x20nilai.','Isian','Halus','Pengaturan\x20lebih\x20lanjut','Akhir','Skala\x20nilai','Rata-rata\x20bergerak','Item\x20ke-{0}','8905yANrfZ','celah'];_0x5973=function(){return _0x3468b3;};return _0x5973();}(function(_0x1e8c5a,_0x5b22cb){var _0x31e432=_0x5d56,_0x215752=_0x1e8c5a();while(!![]){try{var _0x336e19=parseInt(_0x31e432(0xd0))/0x1+-parseInt(_0x31e432(0xec))/0x2+parseInt(_0x31e432(0x124))/0x3+-parseInt(_0x31e432(0xd4))/0x4+parseInt(_0x31e432(0xb2))/0x5*(parseInt(_0x31e432(0x106))/0x6)+parseInt(_0x31e432(0x139))/0x7*(parseInt(_0x31e432(0x10c))/0x8)+-parseInt(_0x31e432(0xf2))/0x9;if(_0x336e19===_0x5b22cb)break;else _0x215752['push'](_0x215752['shift']());}catch(_0x348637){_0x215752['push'](_0x215752['shift']());}}}(_0x5973,0xe1386),function(_0x5176c3,_0x1448b2){var _0x4a52f=_0x5d56;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x1448b2():typeof define==_0x4a52f(0x108)&&define[_0x4a52f(0x134)]?define([],_0x1448b2):(_0x5176c3=typeof globalThis<'u'?globalThis:_0x5176c3||self,_0x5176c3[_0x4a52f(0x11a)]=_0x1448b2());}(this,function(){var _0x36e038=_0x5d56;return{'sheets-chart-ui':{'permission':{'editErr':_0x36e038(0xda)},'insertChart':_0x36e038(0xb5),'editChart':_0x36e038(0x117),'openChartPanel':'Buka\x20panel\x20grafik','deleteChart':_0x36e038(0x17a),'hideChartPanel':_0x36e038(0x126),'setupChart':_0x36e038(0xe9),'customChart':_0x36e038(0xea),'default':_0x36e038(0xe5),'reset':_0x36e038(0x14e),'chartType':_0x36e038(0x116),'themes':_0x36e038(0x13e),'dataRange':_0x36e038(0xf9),'stack':_0x36e038(0x136),'category':_0x36e038(0xfa),'aggregate':_0x36e038(0x13c),'allSeries':_0x36e038(0x17b),'series':'Seri','addSeries':_0x36e038(0xe7),'moreSettings':_0x36e038(0xad),'min':_0x36e038(0x133),'max':_0x36e038(0x142),'invalidType':{'gaps':_0x36e038(0xb3),'zero':_0x36e038(0xfb),'connectDataPointsWithStraightLines':_0x36e038(0x114)},'blank':_0x36e038(0x104),'seriesBlock':{'format':_0x36e038(0x13d),'dataPointStyle':_0x36e038(0xed)},'backgroundColor':_0x36e038(0xf4),'chartBorderColor':_0x36e038(0x112),'titles':{'title':'Judul','mainTitle':_0x36e038(0x178),'subTitle':_0x36e038(0xca),'xAxisTitle':_0x36e038(0xc4),'yAxisTitle':_0x36e038(0xe6),'rightYAxisTitle':_0x36e038(0x11b),'titleFormat':_0x36e038(0x170),'titleText':_0x36e038(0x144),'titlePosition':_0x36e038(0x121),'titleAlign':_0x36e038(0xbf)},'axisPositionType':{'start':_0x36e038(0xbc),'center':'Tengah','end':_0x36e038(0xae)},'gradientFill':_0x36e038(0xdf),'settingsLabels':{'switchToRowOrColumn':_0x36e038(0x165),'useAsCategoryLabels':_0x36e038(0x132),'showEmptyCellsAs':_0x36e038(0x113)},'positionType':{'auto':_0x36e038(0xd1),'inside':_0x36e038(0x15b),'outside':_0x36e038(0x10e),'top':_0x36e038(0x14c),'bottom':_0x36e038(0xb9),'left':_0x36e038(0xdb),'right':_0x36e038(0x146),'hide':_0x36e038(0x13f)},'align':{'left':_0x36e038(0xdb),'center':_0x36e038(0xd2),'right':'Kanan'},'alignY':{'top':_0x36e038(0x14c),'middle':_0x36e038(0xd2),'bottom':_0x36e038(0xb9)},'chartStyle':'Gaya\x20grafik','chartAndAxisTitles':'Judul\x20grafik\x20dan\x20sumbu','legend':_0x36e038(0xf5),'legendSelectMode':_0x36e038(0xa8),'legendSelectModeType':{'single':_0x36e038(0x11f),'multiple':_0x36e038(0x14f),'close':_0x36e038(0xc0)},'legendVisualMapType':{'continuous':_0x36e038(0x154),'piecewise':_0x36e038(0xb6)},'axes':{'axis':_0x36e038(0x120),'axisOptions':_0x36e038(0x10f),'horizontalAxis':_0x36e038(0xf3),'verticalAxis':'Sumbu\x20vertikal','rightVerticalAxis':_0x36e038(0x102),'leftAxis':_0x36e038(0x111),'rightAxis':_0x36e038(0x11d),'useRightAxis':_0x36e038(0xb7)},'position':'Posisi','dataLabels':_0x36e038(0xd8),'gridlinesAndTicks':_0x36e038(0xee),'indicatorLine':_0x36e038(0xeb),'indicatorLineType':_0x36e038(0x152),'indicatorLineColor':'Warna\x20garis\x20indikator','indicatorLabel':_0x36e038(0x16d),'indicatorValue':_0x36e038(0x141),'shape':{'polygon':'Poligon','circle':_0x36e038(0xde),'square':'Persegi','triangle':_0x36e038(0x15a),'diamond':_0x36e038(0xc1),'rect':_0x36e038(0x110),'roundRect':_0x36e038(0x122),'pin':_0x36e038(0x156),'arrow':_0x36e038(0x15e),'none':'Tidak\x20ada','emptyCircle':'Lingkaran\x20kosong','emptySquare':'Persegi\x20kosong','emptyTriangle':_0x36e038(0x135),'emptyDiamond':_0x36e038(0x12f),'emptyRect':_0x36e038(0x169),'emptyRoundRect':'Persegi\x20panjang\x20membulat\x20kosong','emptyPin':_0x36e038(0xd7),'emptyArrow':_0x36e038(0xa9)},'border':_0x36e038(0xd5),'value':_0x36e038(0xd3),'fill':_0x36e038(0xab),'line':_0x36e038(0x160),'withOpacity':_0x36e038(0x109),'withColor':_0x36e038(0x155),'withThickness':'{0}\x20dengan\x20ketebalan','withType':_0x36e038(0x12a),'withSize':_0x36e038(0x130),'withShape':'{0}\x20dengan\x20bentuk','withFormat':_0x36e038(0x105),'dataPoint':_0x36e038(0x137),'dataNodeShape':_0x36e038(0x161),'addDataPoint':'Tambah\x20titik\x20data','point':'Titik','percentage':_0x36e038(0xc2),'lineType':{'line':'Garis','smooth':_0x36e038(0xac),'step':'Langkah'},'stackType':{'stack':_0x36e038(0x136),'percent':_0x36e038(0x174)},'lineDashType':'Jenis\x20garis\x20putus-putus','dashType':{'solid':_0x36e038(0x14d),'dash':_0x36e038(0x176),'dot':_0x36e038(0x171)},'color':_0x36e038(0x157),'gridlines':{'majorGridlines':_0x36e038(0xce),'text':'Garis\x20kisi'},'ticks':{'majorTick':_0x36e038(0xd9),'tickPosition':'Posisi\x20tanda\x20centang','tickLength':_0x36e038(0x158)},'none':'Tidak\x20ada','theIndexItem':_0x36e038(0xb1),'seriesDefaultName':_0x36e038(0x16a),'categoryDefaultName':_0x36e038(0xe2),'styleEditPanel':{'showLabels':_0x36e038(0x138),'showDataLabels':'Tampilkan\x20label\x20data','padAngle':'Sudut\x20padding\x20label','halfPie':'Setengah\x20pai','rosePie':_0x36e038(0xb4),'pieValScale':_0x36e038(0xaf),'pieValSuffix':_0x36e038(0xd6),'pieDigitalFixed':_0x36e038(0x107),'showLabelLine':_0x36e038(0xfd),'reverseAxisOrder':'Balikkan\x20urutan\x20sumbu','showAxisLine':_0x36e038(0x12b),'labelPosition':_0x36e038(0x15d),'labelText':'Teks\x20label','repeatWordCould':_0x36e038(0xe8),'gap':_0x36e038(0x13a),'useAbsValue':_0x36e038(0xf7),'labelRotate':_0x36e038(0x151),'wordCloudShape':_0x36e038(0xc7),'useDateAxis':'Gunakan\x20sumbu\x20tanggal','dateAxisTips':'Sumbu\x20tanggal\x20hanya\x20tersedia\x20ketika\x20semua\x20data\x20dalam\x20format\x20tanggal'},'doughnutHole':_0x36e038(0x119),'radar':{'fill':'Isian'},'msg':{'invalidSource':_0x36e038(0xbd),'emptyTips':_0x36e038(0x147),'sankeyCircularTips':'Grafik\x20Sankey\x20tidak\x20boleh\x20mengandung\x20data\x20melingkar'},'cloud':{'title':_0x36e038(0xc5),'word':_0x36e038(0x179),'frequency':_0x36e038(0xf8)},'trendline':{'name':_0x36e038(0x103),'displayName':_0x36e038(0x145),'addTrendLine':_0x36e038(0x118),'trendlineType':_0x36e038(0x140),'trendlineName':_0x36e038(0x145),'trendlineColor':_0x36e038(0x123),'trendlineThickness':_0x36e038(0x175),'trendlineDashType':_0x36e038(0xcd),'exp':'Eksponensial','linear':_0x36e038(0xbe),'log':_0x36e038(0xcc),'pow':'Pangkat','movingAvg':_0x36e038(0xb0),'poly':_0x36e038(0x115),'order':_0x36e038(0xb8),'period':'Periode\x20rata-rata\x20bergerak','showFormula':_0x36e038(0x127),'showR2':_0x36e038(0xef),'formula':_0x36e038(0x15f),'r2':_0x36e038(0x15c)},'bubble':{'xAxis':_0x36e038(0x159),'yAxis':'Sumbu\x20Y','size':_0x36e038(0x11e),'label':'Label\x20gelembung','emptyTips':_0x36e038(0x16c)},'relation':{'title':_0x36e038(0x167),'auto':_0x36e038(0xd1),'circular':_0x36e038(0x173),'force':_0x36e038(0x11c),'useValueAsSymbolSize':_0x36e038(0x168),'layoutType':_0x36e038(0xcb),'forceOptions':'Opsi\x20arah\x20gaya','repulsion':_0x36e038(0xc3),'gravity':_0x36e038(0x148),'edgeLength':_0x36e038(0x10b),'rotateLabel':_0x36e038(0x151),'emphasis':_0x36e038(0x143),'emptyTips':'Sumber\x20data\x20untuk\x20grafik\x20relasi\x20adalah\x20matriks\x20co-word\x20dengan\x20kolom\x20tipe\x20tambahan\x20di\x20kolom\x20kedua'},'waterfall':{'stackType':_0x36e038(0xfc),'arrangement':'Sekuensial','stacked':_0x36e038(0x12e),'positive':_0x36e038(0x131),'negative':_0x36e038(0xba),'subtotal':_0x36e038(0xf6),'showSubtotal':_0x36e038(0x162),'positiveStyle':_0x36e038(0x16f),'negativeStyle':_0x36e038(0x16e),'subtotalStyle':_0x36e038(0x172),'positiveLegendText':_0x36e038(0x100),'negativeLegendText':_0x36e038(0x13b),'subtotalLegendText':_0x36e038(0xe1)},'pareto':{'lineName':'Persentase\x20Kumulatif','lineSeries':_0x36e038(0x164),'barSeries':_0x36e038(0xdd)},'visualMapScope':_0x36e038(0xe4),'boxplot':{'min':_0x36e038(0x149),'q1':_0x36e038(0x12c),'median':_0x36e038(0xe3),'q3':_0x36e038(0xbb),'max':'Maksimum'},'chartTypes':{'line':'Grafik\x20garis','area':_0x36e038(0xf0),'areaStacked':_0x36e038(0x10a),'areaPercentStacked':_0x36e038(0xe0),'column':'Grafik\x20kolom','bar':'Grafik\x20batang','barStacked':_0x36e038(0x150),'barPercentStacked':_0x36e038(0x153),'pie':'Grafik\x20pai','donut':_0x36e038(0x125),'scatter':_0x36e038(0x10d),'radar':_0x36e038(0xff),'bubble':'Grafik\x20gelembung','stock':_0x36e038(0x101),'combination':_0x36e038(0x17d),'wordCloud':'Grafik\x20awan\x20kata','funnel':_0x36e038(0xc8),'relation':_0x36e038(0x167),'waterfall':_0x36e038(0x14b),'pareto':_0x36e038(0xdc),'sankey':_0x36e038(0x177),'heatmap':_0x36e038(0x14a),'boxplot':_0x36e038(0x12d)},'dialog':{'numfmt':{'general':_0x36e038(0xfe),'accounting':'Akuntansi','currency':_0x36e038(0x166),'date':'Tanggal','thousandthPercentile':_0x36e038(0xf1),'fieldSetting':'Pengaturan\x20Bidang','formatTypes':_0x36e038(0x17c),'confirm':'OK','cancel':'Batal','generalDesc':_0x36e038(0xc9),'accountingDesc':'Format\x20angka\x20akuntansi\x20menyelaraskan\x20simbol\x20mata\x20uang\x20dan\x20titik\x20desimal\x20dalam\x20sebuah\x20kolom.','currencyDesc':_0x36e038(0xaa),'dateDesc':_0x36e038(0xc6),'thousandthPercentileDesc':_0x36e038(0x163),'decimalPlaces':_0x36e038(0x128),'currencyTypes':'Jenis\x20Mata\x20Uang','negativeNumberTypes':_0x36e038(0xcf),'dateTypes':_0x36e038(0x129)},'setFormat':_0x36e038(0x16b)}}};}));
21
-
22
- // @univerjs-pro/sheets-sparkline-ui/locale/id-ID
23
- function _0x4340(_0x52cbe3,_0x383414){_0x52cbe3=_0x52cbe3-0xe6;var _0x502bbb=_0x502b();var _0x4340cd=_0x502bbb[_0x52cbe3];return _0x4340cd;}(function(_0x5ba616,_0x508f64){var _0x4f9348=_0x4340,_0x1c2c71=_0x5ba616();while(!![]){try{var _0x221bc0=-parseInt(_0x4f9348(0x119))/0x1+-parseInt(_0x4f9348(0x115))/0x2*(parseInt(_0x4f9348(0xec))/0x3)+-parseInt(_0x4f9348(0x11b))/0x4+parseInt(_0x4f9348(0x104))/0x5*(parseInt(_0x4f9348(0xe6))/0x6)+parseInt(_0x4f9348(0xea))/0x7*(parseInt(_0x4f9348(0xfc))/0x8)+-parseInt(_0x4f9348(0xed))/0x9*(-parseInt(_0x4f9348(0x110))/0xa)+parseInt(_0x4f9348(0xff))/0xb*(parseInt(_0x4f9348(0x10f))/0xc);if(_0x221bc0===_0x508f64)break;else _0x1c2c71['push'](_0x1c2c71['shift']());}catch(_0x7cc4c6){_0x1c2c71['push'](_0x1c2c71['shift']());}}}(_0x502b,0x9e654),function(_0xc78055,_0x11dcde){var _0x419f3f=_0x4340;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x11dcde():typeof define==_0x419f3f(0xe9)&&define[_0x419f3f(0x10b)]?define([],_0x11dcde):(_0xc78055=typeof globalThis<'u'?globalThis:_0xc78055||self,_0xc78055[_0x419f3f(0xe7)]=_0x11dcde());}(this,function(){var _0xf07489=_0x4340;return{'sheets-sparkline-ui':{'permission':{'editErr':_0xf07489(0x11f)},'title':_0xf07489(0x103),'remove':_0xf07489(0x108),'edit':_0xf07489(0xe8),'panel':{'title':_0xf07489(0x123),'basic':_0xf07489(0x106),'advanced':'Pengaturan\x20Lanjutan','sourceAndPosition':_0xf07489(0x126),'type':_0xf07489(0x10a),'line':_0xf07489(0x107),'bar':'Batang','pie':_0xf07489(0x11a),'profitAndLoss':_0xf07489(0xf6),'theme':'Tema','standard':'Standar','custom':_0xf07489(0x118),'specialty':_0xf07489(0xf0),'distinctive':'Khas','soft':_0xf07489(0x112),'fresh':'Segar','adjustStyle':'Sesuaikan\x20Gaya','sparklineColor':_0xf07489(0x11d),'lineWidth':_0xf07489(0x125),'gradient':_0xf07489(0x117),'radius':_0xf07489(0x102),'marker':_0xf07489(0x120),'highPoint':'Titik\x20Tertinggi','lowPoint':_0xf07489(0x101),'firstPoint':_0xf07489(0xf1),'lastPoint':'Titik\x20Terakhir','negativePoint':_0xf07489(0x11c),'markersPoint':_0xf07489(0x120),'manager':_0xf07489(0x105),'removeItem':_0xf07489(0xfb),'removeGroup':_0xf07489(0xf8),'composeManager':'Pengelola\x20Grup','compose':'Kelompokkan','unCompose':_0xf07489(0xf4),'horizontal':'Sumbu\x20Horizontal','showZeroAxis':_0xf07489(0x109),'axisColor':_0xf07489(0x121),'reverse':_0xf07489(0xef),'vertical':'Sumbu\x20Vertikal','min':_0xf07489(0xeb),'itemMin':_0xf07489(0x10e),'groupMin':_0xf07489(0xf2),'customMin':'Nilai\x20Kustom','max':'Nilai\x20Maksimum','itemMax':_0xf07489(0x127),'groupMax':_0xf07489(0xf5),'customMax':_0xf07489(0xfd),'moreSetting':_0xf07489(0x122),'showHidden':_0xf07489(0xfe),'showEmptyAs':_0xf07489(0xf3),'showNonNumAs':_0xf07489(0x100),'spacing':_0xf07489(0xf7),'zeroValue':'Nilai\x20Nol','connectWithLine':_0xf07489(0x111),'default':_0xf07489(0x10d)},'selector':{'title':_0xf07489(0xe8),'changeType':'Ubah\x20Jenis','sparkline':_0xf07489(0x103),'sparklineGroup':_0xf07489(0x11e),'setSource':_0xf07489(0xfa),'setTarget':_0xf07489(0x116),'confirm':_0xf07489(0x113),'cancel':_0xf07489(0xf9),'targetError':_0xf07489(0xee),'singleSourceError':_0xf07489(0x114),'multSourceError':_0xf07489(0x10c),'resetSourceError':_0xf07489(0x124)}}};}));function _0x502b(){var _0x680735=['Rentang\x20Data\x20dan\x20Posisi','Gunakan\x20Nilai\x20Maksimum\x20Setiap\x20Sparkline','4079814PoEQXs','UniverProSheetsSparklineUiIdID','Edit\x20Sparkline','function','56091ghTCxg','Nilai\x20Minimum','1101AgEYNQ','36BAJySF','Rentang\x20target\x20tidak\x20valid','Gambar\x20Data\x20dari\x20Kanan\x20ke\x20Kiri','Spesialitas','Titik\x20Pertama','Gunakan\x20Nilai\x20Minimum\x20Grup','Tampilkan\x20Sel\x20Kosong\x20Sebagai','Batal\x20Kelompokkan','Gunakan\x20Nilai\x20Maksimum\x20Grup','M/K','Jarak','Hapus\x20Grup','Batal','Pilih\x20Rentang\x20Data','Hapus\x20Item','1136SNKEzR','Nilai\x20Kustom','Tampilkan\x20Data\x20Tersembunyi','231tpSYre','Tampilkan\x20Sel\x20Non-Numerik\x20Sebagai','Titik\x20Terendah','Tampilkan\x20Sudut\x20Membulat','Sparkline','5YWwWsn','Pengelola','Pengaturan\x20Dasar','Garis','Hapus\x20Sparkline','Tampilkan\x20Sumbu\x20Nol','Jenis','amd','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20beberapa\x20area','Default','Gunakan\x20Nilai\x20Minimum\x20Setiap\x20Sparkline','231780vBljkG','733270kkTuoF','Hubungkan\x20Titik\x20Data\x20dengan\x20Garis','Lembut','Konfirmasi','Multi-seleksi\x20tidak\x20didukung\x20saat\x20mengedit\x20satu\x20sparkline','746QulmAo','Pilih\x20Penempatan','Isian\x20Gradien','Kustom','1113825bWbERt','Pie','2468936EOEBwd','Titik\x20Negatif','Warna\x20Sparkline','Grup\x20Sparkline','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Penanda','Warna\x20Sumbu','Pengaturan\x20Lainnya','Pengaturan\x20Sparkline','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20satu\x20penempatan','Lebar\x20Garis'];_0x502b=function(){return _0x680735;};return _0x502b();}
24
-
25
- // @univerjs-pro/sheets-shape-ui/locale/id-ID
26
- function _0x3dee(_0x5e641a,_0x3201af){_0x5e641a=_0x5e641a-0x1a9;var _0x86cf56=_0x86cf();var _0x3deef5=_0x86cf56[_0x5e641a];return _0x3deef5;}(function(_0x2023aa,_0x5a1a1c){var _0x1b977a=_0x3dee,_0x579b30=_0x2023aa();while(!![]){try{var _0x2be05d=parseInt(_0x1b977a(0x212))/0x1*(-parseInt(_0x1b977a(0x1b4))/0x2)+-parseInt(_0x1b977a(0x1d7))/0x3*(parseInt(_0x1b977a(0x20a))/0x4)+parseInt(_0x1b977a(0x289))/0x5*(-parseInt(_0x1b977a(0x231))/0x6)+parseInt(_0x1b977a(0x25b))/0x7*(parseInt(_0x1b977a(0x21f))/0x8)+-parseInt(_0x1b977a(0x249))/0x9*(parseInt(_0x1b977a(0x1e1))/0xa)+parseInt(_0x1b977a(0x1c2))/0xb*(parseInt(_0x1b977a(0x28b))/0xc)+parseInt(_0x1b977a(0x1f0))/0xd;if(_0x2be05d===_0x5a1a1c)break;else _0x579b30['push'](_0x579b30['shift']());}catch(_0x280262){_0x579b30['push'](_0x579b30['shift']());}}}(_0x86cf,0x7c61f),function(_0x14c144,_0xdd3ca0){var _0x154d70=_0x3dee;typeof exports==_0x154d70(0x1f3)&&typeof module<'u'?module[_0x154d70(0x1ba)]=_0xdd3ca0():typeof define==_0x154d70(0x1af)&&define[_0x154d70(0x240)]?define([],_0xdd3ca0):(_0x14c144=typeof globalThis<'u'?globalThis:_0x14c144||self,_0x14c144[_0x154d70(0x1bd)]=_0xdd3ca0());}(this,function(){var _0x4334db=_0x3dee;return{'sheets-shape-ui':{'align':{'top':_0x4334db(0x1b1),'middle':'tengah','bottom':_0x4334db(0x203),'left':_0x4334db(0x1dd),'center':'tengah','right':'kanan'},'toolbar':{'verticalAlignMode':{'main':'Perataan\x20vertikal'},'horizontalAlignMode':{'main':_0x4334db(0x24a)},'fillColor':{'main':'Warna\x20isian'},'fontSize':_0x4334db(0x253),'fontSizeIncrease':'Perbesar\x20ukuran\x20font','fontSizeDecrease':_0x4334db(0x1b7),'resetColor':_0x4334db(0x28e)},'imagePanel':{'crop':{'shape':_0x4334db(0x1ec)}},'permission':{'editErr':_0x4334db(0x244)},'title':_0x4334db(0x1aa),'insertShape':'Sisipkan\x20Bentuk','openPanel':_0x4334db(0x1f4),'deleteShape':'Hapus\x20Bentuk','hidePanel':_0x4334db(0x256),'formatShape':_0x4334db(0x229),'shapeStyle':'Gaya\x20Bentuk','shapePosition':_0x4334db(0x1b2),'toggleFlipH':_0x4334db(0x263),'toggleFlipV':'Balik\x20Vertikal','rotateRight90':'Putar\x20Kanan\x2090°','rotateLeft90':_0x4334db(0x23e),'toggleTextVertical':_0x4334db(0x221),'fill':{'title':_0x4334db(0x22d),'noFill':_0x4334db(0x264),'solidFill':_0x4334db(0x286),'gradientFill':'Isian\x20gradien','pictureFill':'Isian\x20gambar\x20atau\x20tekstur','patternFill':_0x4334db(0x1df),'color':_0x4334db(0x1c7),'transparency':_0x4334db(0x1ab),'picture':{'source':'Sumber\x20gambar','insert':'Sisipkan...','tileAsTexture':_0x4334db(0x1d1),'offsetX':_0x4334db(0x1ed),'offsetY':_0x4334db(0x26f),'scaleX':_0x4334db(0x251),'scaleY':'Skala\x20Y','alignment':_0x4334db(0x22a),'rotateWithShape':_0x4334db(0x284),'align':{'tl':'Kiri\x20Atas','t':_0x4334db(0x24e),'tr':_0x4334db(0x28f),'l':_0x4334db(0x1fb),'ctr':_0x4334db(0x1f8),'r':_0x4334db(0x28c),'bl':_0x4334db(0x238),'b':_0x4334db(0x205),'br':_0x4334db(0x1fe)}}},'line':{'title':_0x4334db(0x279),'noLine':_0x4334db(0x222),'solidLine':_0x4334db(0x245),'gradientLine':'Garis\x20gradien','color':_0x4334db(0x1c7),'transparency':_0x4334db(0x1ab),'width':_0x4334db(0x217),'dashType':{'title':_0x4334db(0x1d5),'solid':'Solid','roundDot':_0x4334db(0x1b9),'squareDot':_0x4334db(0x22b),'dash':_0x4334db(0x200),'dashDot':_0x4334db(0x1f9),'longDash':_0x4334db(0x216),'longDashDot':_0x4334db(0x1cb),'longDashDotDot':_0x4334db(0x241)},'capType':{'title':_0x4334db(0x290),'flat':_0x4334db(0x1ad),'round':_0x4334db(0x28d),'square':_0x4334db(0x1cf)},'joinType':{'title':'Jenis\x20sambungan','miter':_0x4334db(0x278),'round':'Bulat','bevel':_0x4334db(0x21b)},'beginArrowType':_0x4334db(0x1c8),'beginArrowSize':_0x4334db(0x219),'endArrowType':_0x4334db(0x23c),'endArrowSize':_0x4334db(0x239),'arrowType':{'none':'Tidak\x20ada','arrow':_0x4334db(0x233),'openArrow':_0x4334db(0x275),'stealthArrow':_0x4334db(0x1b0),'diamondArrow':_0x4334db(0x1c4),'ovalArrow':_0x4334db(0x209)},'arrowSize':{'small':_0x4334db(0x220),'medium':_0x4334db(0x1e3),'large':'Besar'},'sketchType':{'title':_0x4334db(0x265),'none':_0x4334db(0x26a),'curved':_0x4334db(0x1c3),'freehand':'Tangan\x20bebas','handDrawn':_0x4334db(0x243)}},'shape':{'group':{'line':'Garis','rectangle':_0x4334db(0x218),'basicShape':_0x4334db(0x24c),'blockArrow':'Panah\x20Blok','equationShape':_0x4334db(0x274),'flowchart':_0x4334db(0x248),'starAndBanner':_0x4334db(0x1cc),'callout':'Tanda\x20Panggilan','other':_0x4334db(0x269)},'type':{'line':_0x4334db(0x279),'straight-connector1':_0x4334db(0x210),'straight-connector2':_0x4334db(0x204),'bent-connector3':'Penyambung\x20Siku','bent-connector3-arrow1':_0x4334db(0x1b5),'bent-connector3-arrow2':_0x4334db(0x1ae),'curved-connector3':_0x4334db(0x1db),'curved-connector3-arrow1':'Penyambung\x20Melengkung\x20Panah','curved-connector3-arrow2':_0x4334db(0x1f5),'rect':'Persegi\x20Panjang','round-rect':_0x4334db(0x1e4),'snip1-rect':_0x4334db(0x1da),'snip2-same-rect':'Persegi\x20Panjang\x20Sudut\x20Potong\x20Sisi\x20Sama','snip2-diag-rect':_0x4334db(0x280),'snip-round-rect':_0x4334db(0x1ee),'round1-rect':_0x4334db(0x27b),'round2-same-rect':'Persegi\x20Panjang\x20Sudut\x20Membulat\x20Sisi\x20Sama','round2-diag-rect':'Persegi\x20Panjang\x20Sudut\x20Membulat\x20Diagonal','rect-textbox-horizontal':_0x4334db(0x270),'rect-textbox-vertical':'Kotak\x20Teks\x20Vertikal','ellipse':_0x4334db(0x28a),'triangle':'Segitiga\x20Sama\x20Kaki','rt-triangle':_0x4334db(0x27f),'parallelogram':_0x4334db(0x1d3),'trapezoid':_0x4334db(0x1c1),'non-isosceles-trapezoid':'Trapesium\x20Tidak\x20Sama\x20Kaki','diamond':_0x4334db(0x24f),'pentagon':_0x4334db(0x20b),'hexagon':_0x4334db(0x277),'heptagon':_0x4334db(0x1de),'octagon':_0x4334db(0x214),'decagon':_0x4334db(0x1f2),'dodecagon':_0x4334db(0x1e7),'pie':_0x4334db(0x1bc),'chord':_0x4334db(0x1d8),'teardrop':_0x4334db(0x1f7),'frame':'Bingkai','half-frame':'Setengah\x20Bingkai','corner':_0x4334db(0x1e9),'diag-stripe':_0x4334db(0x23f),'plus':_0x4334db(0x20f),'plaque':_0x4334db(0x207),'can':_0x4334db(0x246),'cube':'Kubus','bevel':_0x4334db(0x21b),'donut':_0x4334db(0x276),'no-smoking':'Dilarang\x20Merokok','block-arc':_0x4334db(0x27e),'folder-corner':_0x4334db(0x258),'smiley-face':_0x4334db(0x25a),'heart':'Hati','lightning-bolt':_0x4334db(0x1ac),'sun':'Matahari','moon':'Bulan','cloud':_0x4334db(0x268),'arc':'Busur','bracket-pair':'Kurung\x20Ganda','brace-pair':'Kurung\x20Kurawal\x20Ganda','left-bracket':_0x4334db(0x267),'right-bracket':'Kurung\x20Kanan','left-brace':_0x4334db(0x252),'right-brace':_0x4334db(0x287),'right-arrow':_0x4334db(0x1ff),'left-arrow':_0x4334db(0x234),'up-arrow':'Panah\x20Atas','down-arrow':_0x4334db(0x22c),'left-right-arrow':_0x4334db(0x20e),'up-down-arrow':_0x4334db(0x20c),'quad-arrow':_0x4334db(0x1c0),'left-right-up-arrow':_0x4334db(0x1c5),'bent-arrow':'Panah\x20Bengkok','uturn-arrow':_0x4334db(0x227),'left-up-arrow':_0x4334db(0x247),'bent-up-arrow':_0x4334db(0x1d0),'curved-right-arrow':_0x4334db(0x1d9),'curved-left-arrow':_0x4334db(0x1e6),'curved-up-arrow':_0x4334db(0x1e2),'curved-down-arrow':_0x4334db(0x282),'striped-right-arrow':_0x4334db(0x23a),'notched-right-arrow':'Panah\x20Kanan\x20Berlekuk','home-plate':'Pentagon','chevron':_0x4334db(0x1d6),'right-arrow-callout':'Tanda\x20Panggilan\x20Panah\x20Kanan','down-arrow-callout':'Tanda\x20Panggilan\x20Panah\x20Bawah','left-arrow-callout':_0x4334db(0x211),'up-arrow-callout':_0x4334db(0x215),'left-right-arrow-callout':_0x4334db(0x254),'quad-arrow-callout':_0x4334db(0x22f),'circular-arrow':'Panah\x20Melingkar','math-plus':_0x4334db(0x1ef),'math-minus':'Kurang','math-multiply':_0x4334db(0x1f1),'math-divide':_0x4334db(0x1b6),'math-equal':_0x4334db(0x27d),'math-not-equal':_0x4334db(0x1fa),'flow-chart-process':_0x4334db(0x1c9),'flow-chart-alternate-process':_0x4334db(0x250),'flow-chart-decision':'Keputusan','flow-chart-input-output':_0x4334db(0x223),'flow-chart-predefined-process':_0x4334db(0x1f6),'flow-chart-internal-storage':_0x4334db(0x201),'flow-chart-document':_0x4334db(0x202),'flow-chart-multidocument':_0x4334db(0x259),'flow-chart-terminator':_0x4334db(0x261),'flow-chart-preparation':_0x4334db(0x25d),'flow-chart-manual-input':'Input\x20Manual','flow-chart-manual-operation':_0x4334db(0x26e),'flow-chart-connector':_0x4334db(0x213),'flow-chart-offpage-connector':_0x4334db(0x1e8),'flow-chart-punched-card':'Kartu','flow-chart-punched-tape':_0x4334db(0x262),'flow-chart-summing-junction':_0x4334db(0x260),'flow-chart-or':_0x4334db(0x21c),'flow-chart-collate':_0x4334db(0x26d),'flow-chart-sort':_0x4334db(0x232),'flow-chart-extract':_0x4334db(0x236),'flow-chart-merge':_0x4334db(0x24d),'flow-chart-online-storage':_0x4334db(0x1a9),'flow-chart-delay':_0x4334db(0x1c6),'flow-chart-magnetic-tape':'Penyimpanan\x20Akses\x20Sekuensial','flow-chart-magnetic-disk':_0x4334db(0x225),'flow-chart-magnetic-drum':_0x4334db(0x21a),'flow-chart-display':'Tampilan','irregular-seal1':'Ledakan\x201','irregular-seal2':_0x4334db(0x273),'star4':_0x4334db(0x206),'star5':_0x4334db(0x281),'star6':_0x4334db(0x285),'star7':'Bintang\x207\x20Sudut','star8':'Bintang\x208\x20Sudut','star10':_0x4334db(0x23b),'star12':_0x4334db(0x1d2),'star16':_0x4334db(0x288),'star24':_0x4334db(0x1bf),'star32':_0x4334db(0x1bb),'ribbon2':_0x4334db(0x21e),'ribbon':_0x4334db(0x271),'ellipse-ribbon2':_0x4334db(0x27c),'ellipse-ribbon':'Pita\x20Melengkung\x20Bawah','vertical-scroll':_0x4334db(0x23d),'horizontal-scroll':_0x4334db(0x1b3),'wave':'Gelombang','double-wave':_0x4334db(0x235),'wedge-rect-callout':_0x4334db(0x25f),'wedge-round-rect-callout':_0x4334db(0x1e0),'wedge-ellipse-callout':_0x4334db(0x1b8),'cloud-callout':_0x4334db(0x25e),'border-callout1':_0x4334db(0x255),'border-callout2':'Tanda\x20Panggilan\x20Garis\x202','border-callout3':_0x4334db(0x1ce),'accent-callout1':_0x4334db(0x26c),'accent-callout2':_0x4334db(0x1cd),'accent-callout3':_0x4334db(0x20d),'callout1':_0x4334db(0x224),'callout2':_0x4334db(0x1d4),'callout3':'Tanda\x20Panggilan\x203','accent-border-callout1':_0x4334db(0x272),'accent-border-callout2':_0x4334db(0x25c),'accent-border-callout3':'Tanda\x20Panggilan\x20Batas\x20Aksen\x203','left-circular-arrow':_0x4334db(0x237),'left-right-circular-arrow':'Panah\x20Melingkar\x20Kiri-Kanan','swoosh-arrow':'Panah\x20Swoosh','left-right-ribbon':_0x4334db(0x242),'pie-wedge':_0x4334db(0x208),'funnel':'Corong','gear6':_0x4334db(0x1ca),'gear9':_0x4334db(0x226),'corner-tabs':_0x4334db(0x1be),'action-button-back-previous':_0x4334db(0x1fd),'action-button-forward-next':_0x4334db(0x1e5),'action-button-beginning':'Tombol\x20Aksi:\x20Awal','action-button-end':_0x4334db(0x257),'action-button-home':'Tombol\x20Aksi:\x20Beranda','action-button-information':_0x4334db(0x230),'action-button-return':_0x4334db(0x228),'action-button-movie':_0x4334db(0x266),'action-button-document':_0x4334db(0x21d),'action-button-sound':_0x4334db(0x1eb),'action-button-help':_0x4334db(0x22e),'action-button-blank':_0x4334db(0x27a),'chart-plus':_0x4334db(0x1dc),'chart-star':_0x4334db(0x283),'chart-x':_0x4334db(0x1ea),'flow-chart-offline-storage':'Penyimpanan\x20Offline','line-inv':_0x4334db(0x1fc),'plaque-tabs':_0x4334db(0x26b),'square-tabs':'Tab\x20Persegi','up-down-arrow-callout':_0x4334db(0x24b)}}}};}));function _0x86cf(){var _0x2d97b7=['UniverProSheetsShapeUiIdID','Tab\x20Sudut','Bintang\x2024\x20Sudut','Panah\x20Empat\x20Arah','Trapesium','282403omXhlj','Melengkung','Panah\x20Berlian','Panah\x20Kiri-Kanan-Atas','Tunda','Warna','Jenis\x20panah\x20awal','Proses','Gigi\x206','Putus\x20Panjang\x20Titik','Bintang\x20dan\x20Spanduk','Tanda\x20Panggilan\x20Aksen\x202','Tanda\x20Panggilan\x20Garis\x203','Persegi','Panah\x20Bengkok\x20Atas','Ulangi\x20gambar\x20sebagai\x20tekstur','Bintang\x2012\x20Sudut','Jajar\x20Genjang','Tanda\x20Panggilan\x202','Jenis\x20putus-putus','Chevron','1099041Ahiyny','Tali\x20Busur','Panah\x20Melengkung\x20Kanan','Persegi\x20Panjang\x20Sudut\x20Potong\x20Tunggal','Penyambung\x20Melengkung','Grafik\x20Plus','kiri','Heptagon','Isian\x20pola','Tanda\x20Panggilan\x20Persegi\x20Panjang\x20Membulat','220630pEvRja','Panah\x20Melengkung\x20Atas','Sedang','Persegi\x20Panjang\x20Membulat','Tombol\x20Aksi:\x20Maju\x20atau\x20Berikutnya','Panah\x20Melengkung\x20Kiri','Dodekagon','Penyambung\x20Halaman\x20Lain','Bentuk-L','Grafik\x20X','Tombol\x20Aksi:\x20Suara','Pangkas\x20ke\x20Bentuk','Offset\x20X','Persegi\x20Panjang\x20Sudut\x20Potong\x20dan\x20Membulat\x20Tunggal','Tambah','22579557mFWQkn','Kali','Dekagon','object','Buka\x20Panel\x20Bentuk','Penyambung\x20Melengkung\x20Panah\x20Ganda','Proses\x20Terdefinisi','Tetesan\x20Air','Tengah','Putus-Titik','Tidak\x20Sama\x20Dengan','Kiri','Garis\x20Terbalik','Tombol\x20Aksi:\x20Kembali\x20atau\x20Sebelumnya','Kanan\x20Bawah','Panah\x20Kanan','Putus','Penyimpanan\x20Internal','Dokumen','bawah','Garis\x20Panah\x20Ganda','Bawah','Bintang\x204\x20Sudut','Plakat','Irisan\x20Pie','Panah\x20Oval','4sGUehu','Pentagon','Panah\x20Atas-Bawah','Tanda\x20Panggilan\x20Aksen\x203','Panah\x20Kiri-Kanan','Silang','Garis\x20Panah','Tanda\x20Panggilan\x20Panah\x20Kiri','328061yxLxmX','Penyambung','Oktagon','Tanda\x20Panggilan\x20Panah\x20Atas','Putus\x20Panjang','Lebar','Persegi\x20Panjang','Ukuran\x20panah\x20awal','Penyimpanan\x20Akses\x20Langsung','Bevel','Atau','Tombol\x20Aksi:\x20Dokumen','Pita\x20Atas','12144SeKRNG','Kecil','Ubah\x20Teks\x20Vertikal','Tanpa\x20garis','Data','Tanda\x20Panggilan\x201','Disk\x20Magnetik','Gigi\x209','Panah\x20Putar\x20Balik','Tombol\x20Aksi:\x20Kembali','Format\x20Bentuk','Perataan','Titik\x20Persegi','Panah\x20Bawah','Isian','Tombol\x20Aksi:\x20Bantuan','Tanda\x20Panggilan\x20Panah\x20Empat\x20Arah','Tombol\x20Aksi:\x20Informasi','1272594fQRypp','Urutkan','Panah','Panah\x20Kiri','Gelombang\x20Ganda','Ekstrak','Panah\x20Melingkar\x20Kiri','Kiri\x20Bawah','Ukuran\x20panah\x20akhir','Panah\x20Kanan\x20Bergaris','Bintang\x2010\x20Sudut','Jenis\x20panah\x20akhir','Gulir\x20Vertikal','Putar\x20Kiri\x2090°','Garis\x20Diagonal','amd','Putus\x20Panjang\x20Titik\x20Titik','Pita\x20Kiri-Kanan','Gambar\x20tangan','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Garis\x20solid','Silinder','Panah\x20Kiri-Atas','Diagram\x20Alir','171MAWGTe','Perataan\x20horizontal','Tanda\x20Panggilan\x20Panah\x20Atas-Bawah','Bentuk\x20Dasar','Gabungkan','Atas','Berlian','Proses\x20Alternatif','Skala\x20X','Kurung\x20Kurawal\x20Kiri','Ukuran\x20font','Tanda\x20Panggilan\x20Panah\x20Kiri-Kanan','Tanda\x20Panggilan\x20Garis\x201','Sembunyikan\x20Panel\x20Bentuk','Tombol\x20Aksi:\x20Akhir','Sudut\x20Dilipat','Multi\x20Dokumen','Wajah\x20Senyum','427KOXvAO','Tanda\x20Panggilan\x20Batas\x20Aksen\x202','Persiapan','Tanda\x20Panggilan\x20Awan','Tanda\x20Panggilan\x20Persegi\x20Panjang','Persimpangan\x20Penjumlahan','Terminasi','Pita\x20Tertinju','Balik\x20Horizontal','Tanpa\x20isian','Gaya\x20sketsa','Tombol\x20Aksi:\x20Film','Kurung\x20Kiri','Awan','Lainnya','Tidak\x20ada','Tab\x20Plakat','Tanda\x20Panggilan\x20Aksen\x201','Kolasi','Operasi\x20Manual','Offset\x20Y','Kotak\x20Teks\x20Horizontal','Pita\x20Bawah','Tanda\x20Panggilan\x20Batas\x20Aksen\x201','Ledakan\x202','Bentuk\x20Persamaan','Panah\x20Terbuka','Donat','Heksagon','Miter','Garis','Tombol\x20Aksi:\x20Kosong','Persegi\x20Panjang\x20Sudut\x20Membulat\x20Tunggal','Pita\x20Melengkung\x20Atas','Sama\x20Dengan','Busur\x20Blok','Segitiga\x20Siku-Siku','Persegi\x20Panjang\x20Sudut\x20Potong\x20Diagonal','Bintang\x205\x20Sudut','Panah\x20Melengkung\x20Bawah','Grafik\x20Bintang','Putar\x20dengan\x20bentuk','Bintang\x206\x20Sudut','Isian\x20solid','Kurung\x20Kurawal\x20Kanan','Bintang\x2016\x20Sudut','5yzhCeO','Oval','156zpMTul','Kanan','Bulat','Atur\x20ulang','Kanan\x20Atas','Jenis\x20ujung','Data\x20Tersimpan','Bentuk','Transparansi','Petir','Datar','Penyambung\x20Siku\x20Panah\x20Ganda','function','Panah\x20Siluman','atas','Posisi\x20Bentuk','Gulir\x20Horizontal','4eEvvYX','Penyambung\x20Siku\x20Panah','Bagi','Perkecil\x20ukuran\x20font','Tanda\x20Panggilan\x20Oval','Titik\x20Bulat','exports','Bintang\x2032\x20Sudut','Pie'];_0x86cf=function(){return _0x2d97b7;};return _0x86cf();}
27
-
28
- // @univerjs-pro/sheets-outline-ui/locale/id-ID
29
- function _0x100e(){var _0x34a910=['Batal\x20kelompokkan\x20baris\x20{0}\x20-\x20{1}','Tidak\x20dapat\x20memperbarui\x20kerangka\x20karena\x20operasi\x20tidak\x20valid.','Batal\x20kelompokkan\x20kolom\x20{0}\x20-\x20{1}','Tidak\x20dapat\x20membuat\x20kerangka\x20karena\x20rentang\x20yang\x20dipilih\x20berada\x20di\x20luar\x20lembar.','44LXrhhN','3592EfiBDu','object','3297QsmzwT','Tidak\x20dapat\x20memindahkan\x20baris\x20atau\x20kolom\x20karena\x20akan\x20memisahkan\x20kerangka\x20yang\x20ada.\x20Hapus\x20kerangka\x20terkait\x20terlebih\x20dahulu.','5356638OnMKtQ','Kelompokkan\x20kolom\x20{0}\x20-\x20{1}','1096445LkkNXb','522NRbEGN','5407800IQEhdw','483880dXcZsU','8mteskz','Kelompokkan\x20baris\x20{0}\x20-\x20{1}','Batal','Tidak\x20dapat\x20membuat\x20kerangka\x20karena\x20kerangka\x20yang\x20kompatibel\x20dengan\x20Excel\x20mendukung\x20hingga\x208\x20tingkat.','Kelompokkan','Tidak\x20dapat\x20memperbarui\x20kerangka\x20karena\x20hasilnya\x20akan\x20membuat\x20grup\x20yang\x20tumpang\x20tindih.','440kahvyU','function','568728FiiXBa'];_0x100e=function(){return _0x34a910;};return _0x100e();}function _0x13e8(_0x50eae5,_0xef93bf){_0x50eae5=_0x50eae5-0x1be;var _0x100eda=_0x100e();var _0x13e8ec=_0x100eda[_0x50eae5];return _0x13e8ec;}(function(_0x190a2b,_0x5be5a3){var _0x46836e=_0x13e8,_0x50a789=_0x190a2b();while(!![]){try{var _0x207b90=parseInt(_0x46836e(0x1be))/0x1*(parseInt(_0x46836e(0x1cd))/0x2)+parseInt(_0x46836e(0x1c8))/0x3*(-parseInt(_0x46836e(0x1c6))/0x4)+parseInt(_0x46836e(0x1ce))/0x5+parseInt(_0x46836e(0x1c0))/0x6+-parseInt(_0x46836e(0x1cc))/0x7*(parseInt(_0x46836e(0x1d0))/0x8)+parseInt(_0x46836e(0x1ca))/0x9+parseInt(_0x46836e(0x1cf))/0xa*(parseInt(_0x46836e(0x1c5))/0xb);if(_0x207b90===_0x5be5a3)break;else _0x50a789['push'](_0x50a789['shift']());}catch(_0x2c38a1){_0x50a789['push'](_0x50a789['shift']());}}}(_0x100e,0xe49c1),function(_0x41c081,_0x1cda14){var _0x23ca0f=_0x13e8;typeof exports==_0x23ca0f(0x1c7)&&typeof module<'u'?module['exports']=_0x1cda14():typeof define==_0x23ca0f(0x1bf)&&define['amd']?define([],_0x1cda14):(_0x41c081=typeof globalThis<'u'?globalThis:_0x41c081||self,_0x41c081['UniverProSheetsOutlineUiIdID']=_0x1cda14());}(this,function(){var _0x1e312a=_0x13e8;return{'sheets-outline-ui':{'cancel':_0x1e312a(0x1d2),'group':_0x1e312a(0x1d4),'ungroup':'Batal\x20Kelompokkan','groupRows':_0x1e312a(0x1d1),'groupColumns':_0x1e312a(0x1cb),'ungroupRows':_0x1e312a(0x1c1),'ungroupColumns':_0x1e312a(0x1c3),'error':{'permission':'Anda\x20tidak\x20memiliki\x20izin\x20tampilan,\x20sehingga\x20operasi\x20pengelompokan\x20tidak\x20dapat\x20dilakukan.','invalidRange':'Tidak\x20dapat\x20membuat\x20kerangka\x20karena\x20rentang\x20yang\x20dipilih\x20tidak\x20valid.','outOfBounds':_0x1e312a(0x1c4),'crossing':_0x1e312a(0x1d5),'maxDepth':_0x1e312a(0x1d3),'moveSplitsOutline':_0x1e312a(0x1c9),'clearRangeNotContainOutline':'Tidak\x20dapat\x20membatalkan\x20pengelompokan\x20karena\x20rentang\x20yang\x20dipilih\x20tidak\x20sepenuhnya\x20berisi\x20rentang\x20grup\x20kerangka.','unknown':_0x1e312a(0x1c2)}}};}));
30
-
31
- // locale/id-ID
32
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs-pro/exchange-client/locale/id-ID"),require("@univerjs-pro/sheets-chart/locale/id-ID"),require("@univerjs-pro/sheets-chart-ui/locale/id-ID"),require("@univerjs-pro/sheets-exchange-client/locale/id-ID"),require("@univerjs-pro/sheets-outline-ui/locale/id-ID"),require("@univerjs-pro/sheets-pivot/locale/id-ID"),require("@univerjs-pro/sheets-pivot-ui/locale/id-ID"),require("@univerjs-pro/sheets-print/locale/id-ID"),require("@univerjs-pro/sheets-shape-ui/locale/id-ID"),require("@univerjs-pro/sheets-sparkline-ui/locale/id-ID")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/exchange-client/locale/id-ID","@univerjs-pro/sheets-chart/locale/id-ID","@univerjs-pro/sheets-chart-ui/locale/id-ID","@univerjs-pro/sheets-exchange-client/locale/id-ID","@univerjs-pro/sheets-outline-ui/locale/id-ID","@univerjs-pro/sheets-pivot/locale/id-ID","@univerjs-pro/sheets-pivot-ui/locale/id-ID","@univerjs-pro/sheets-print/locale/id-ID","@univerjs-pro/sheets-shape-ui/locale/id-ID","@univerjs-pro/sheets-sparkline-ui/locale/id-ID"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsAdvancedIdID=i(e.UniverCore,e.UniverProExchangeClientIdID,e.UniverProSheetsChartIdID,e.UniverProSheetsChartUiIdID,e.UniverProSheetsExchangeClientIdID,e.UniverProSheetsOutlineUiIdID,e.UniverProSheetsPivotIdID,e.UniverProSheetsPivotUiIdID,e.UniverProSheetsPrintIdID,e.UniverProSheetsShapeUiIdID,e.UniverProSheetsSparklineUiIdID))})(this,(function(e,i,r,s,n,t,o,u,h,d,I){"use strict";return e.mergeLocales(i,r,s,n,t,o,u,h,d,I)}));