@univerjs/preset-sheets-advanced 0.25.1 → 1.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/lib/cjs/index.js +198 -1
- package/lib/cjs/locales/ar-SA.js +27 -1
- package/lib/cjs/locales/ca-ES.js +27 -1
- package/lib/cjs/locales/de-DE.js +27 -1
- package/lib/cjs/locales/en-US.js +27 -1
- package/lib/cjs/locales/es-ES.js +27 -1
- package/lib/cjs/locales/fa-IR.js +27 -1
- package/lib/cjs/locales/fr-FR.js +27 -1
- package/lib/cjs/locales/id-ID.js +27 -1
- package/lib/cjs/locales/it-IT.js +27 -1
- package/lib/cjs/locales/ja-JP.js +27 -1
- package/lib/cjs/locales/ko-KR.js +27 -1
- package/lib/cjs/locales/pl-PL.js +27 -1
- package/lib/cjs/locales/pt-BR.js +27 -1
- package/lib/cjs/locales/ru-RU.js +27 -1
- package/lib/cjs/locales/sk-SK.js +27 -1
- package/lib/cjs/locales/vi-VN.js +27 -1
- package/lib/cjs/locales/zh-CN.js +27 -1
- package/lib/cjs/locales/zh-HK.js +27 -1
- package/lib/cjs/locales/zh-TW.js +27 -1
- package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
- package/lib/cjs/worker.js +17 -1
- package/lib/es/index.js +103 -91
- package/lib/es/locales/ar-SA.js +16 -26
- package/lib/es/locales/ca-ES.js +16 -26
- package/lib/es/locales/de-DE.js +16 -26
- package/lib/es/locales/en-US.js +16 -26
- package/lib/es/locales/es-ES.js +16 -26
- package/lib/es/locales/fa-IR.js +16 -26
- package/lib/es/locales/fr-FR.js +16 -26
- package/lib/es/locales/id-ID.js +16 -26
- package/lib/es/locales/it-IT.js +16 -26
- package/lib/es/locales/ja-JP.js +16 -26
- package/lib/es/locales/ko-KR.js +16 -26
- package/lib/es/locales/pl-PL.js +16 -26
- package/lib/es/locales/pt-BR.js +16 -26
- package/lib/es/locales/ru-RU.js +16 -26
- package/lib/es/locales/sk-SK.js +16 -26
- package/lib/es/locales/vi-VN.js +16 -26
- package/lib/es/locales/zh-CN.js +16 -26
- package/lib/es/locales/zh-HK.js +16 -26
- package/lib/es/locales/zh-TW.js +16 -26
- package/lib/es/worker.js +15 -19
- package/lib/index.css +2762 -1
- package/lib/index.js +103 -91
- package/lib/locales/ar-SA.js +16 -26
- package/lib/locales/ca-ES.js +16 -26
- package/lib/locales/de-DE.js +16 -26
- package/lib/locales/en-US.js +16 -26
- package/lib/locales/es-ES.js +16 -26
- package/lib/locales/fa-IR.js +16 -26
- package/lib/locales/fr-FR.js +16 -26
- package/lib/locales/id-ID.js +16 -26
- package/lib/locales/it-IT.js +16 -26
- package/lib/locales/ja-JP.js +16 -26
- package/lib/locales/ko-KR.js +16 -26
- package/lib/locales/pl-PL.js +16 -26
- package/lib/locales/pt-BR.js +16 -26
- package/lib/locales/ru-RU.js +16 -26
- package/lib/locales/sk-SK.js +16 -26
- package/lib/locales/vi-VN.js +16 -26
- package/lib/locales/zh-CN.js +16 -26
- package/lib/locales/zh-HK.js +16 -26
- package/lib/locales/zh-TW.js +16 -26
- package/lib/types/index.d.ts +2 -2
- package/lib/types/locales/ar-SA.d.ts +1 -3
- package/lib/types/locales/ca-ES.d.ts +1 -3
- package/lib/types/locales/de-DE.d.ts +1 -3
- package/lib/types/locales/en-US.d.ts +1 -3
- package/lib/types/locales/es-ES.d.ts +1 -3
- package/lib/types/locales/fa-IR.d.ts +1 -3
- package/lib/types/locales/fr-FR.d.ts +1 -3
- package/lib/types/locales/id-ID.d.ts +1 -3
- package/lib/types/locales/it-IT.d.ts +1 -3
- package/lib/types/locales/ja-JP.d.ts +1 -3
- package/lib/types/locales/ko-KR.d.ts +1 -3
- package/lib/types/locales/pl-PL.d.ts +1 -3
- package/lib/types/locales/pt-BR.d.ts +1 -3
- package/lib/types/locales/ru-RU.d.ts +1 -3
- package/lib/types/locales/sk-SK.d.ts +1 -3
- package/lib/types/locales/vi-VN.d.ts +1 -3
- package/lib/types/locales/zh-CN.d.ts +1 -3
- package/lib/types/locales/zh-HK.d.ts +1 -3
- package/lib/types/locales/zh-TW.d.ts +1 -3
- package/lib/types/preset.d.ts +34 -0
- package/lib/types/worker.d.ts +1 -1
- package/lib/worker.js +15 -19
- package/package.json +36 -39
- package/LICENSE +0 -176
- package/lib/types/types.d.ts +0 -11
- package/lib/types/umd.d.ts +0 -41
- package/lib/umd/index.js +0 -89
- package/lib/umd/locales/ar-SA.js +0 -32
- package/lib/umd/locales/ca-ES.js +0 -32
- package/lib/umd/locales/de-DE.js +0 -32
- package/lib/umd/locales/en-US.js +0 -32
- package/lib/umd/locales/es-ES.js +0 -32
- package/lib/umd/locales/fa-IR.js +0 -32
- package/lib/umd/locales/fr-FR.js +0 -32
- package/lib/umd/locales/id-ID.js +0 -32
- package/lib/umd/locales/it-IT.js +0 -32
- package/lib/umd/locales/ja-JP.js +0 -32
- package/lib/umd/locales/ko-KR.js +0 -32
- package/lib/umd/locales/pl-PL.js +0 -32
- package/lib/umd/locales/pt-BR.js +0 -32
- package/lib/umd/locales/ru-RU.js +0 -32
- package/lib/umd/locales/sk-SK.js +0 -32
- package/lib/umd/locales/vi-VN.js +0 -32
- package/lib/umd/locales/zh-CN.js +0 -32
- package/lib/umd/locales/zh-HK.js +0 -32
- package/lib/umd/locales/zh-TW.js +0 -32
- package/lib/umd/worker.js +0 -1
package/lib/umd/locales/fr-FR.js
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
// @univerjs-pro/exchange-client/locale/fr-FR
|
|
2
|
-
(function(_0x41f80b,_0x2bc6ab){var _0x23b299=_0x3cdd,_0xafc3cc=_0x41f80b();while(!![]){try{var _0x3e55cb=-parseInt(_0x23b299(0x1bb))/0x1+parseInt(_0x23b299(0x1ae))/0x2+-parseInt(_0x23b299(0x1ba))/0x3+parseInt(_0x23b299(0x1c0))/0x4*(parseInt(_0x23b299(0x1b3))/0x5)+parseInt(_0x23b299(0x1b9))/0x6*(parseInt(_0x23b299(0x1b8))/0x7)+parseInt(_0x23b299(0x1b7))/0x8*(parseInt(_0x23b299(0x1b5))/0x9)+-parseInt(_0x23b299(0x1bc))/0xa;if(_0x3e55cb===_0x2bc6ab)break;else _0xafc3cc['push'](_0xafc3cc['shift']());}catch(_0x5a3507){_0xafc3cc['push'](_0xafc3cc['shift']());}}}(_0x2509,0x582da),function(_0x1f7c27,_0x28f84c){var _0x251b26=_0x3cdd;typeof exports==_0x251b26(0x1bd)&&typeof module<'u'?module[_0x251b26(0x1c1)]=_0x28f84c():typeof define=='function'&&define[_0x251b26(0x1bf)]?define([],_0x28f84c):(_0x1f7c27=typeof globalThis<'u'?globalThis:_0x1f7c27||self,_0x1f7c27[_0x251b26(0x1b1)]=_0x28f84c());}(this,function(){var _0x1a0307=_0x3cdd;return{'exchange-client':{'uploading':'Téléchargement\x20en\x20cours','uploadSuccess':'Fichier\x20téléchargé\x20avec\x20succès','uploadSuccessTip':'{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','downloading':_0x1a0307(0x1c2),'downloadSuccess':'Téléchargement\x20réussi','unknownMistake':_0x1a0307(0x1b2),'networkError':_0x1a0307(0x1c3),'tooLarge':_0x1a0307(0x1b4),'internalError':_0x1a0307(0x1ad),'interrupt':_0x1a0307(0x1b6),'fileTypeError':_0x1a0307(0x1b0),'wait':_0x1a0307(0x1c4),'cancel':_0x1a0307(0x1be),'uploadAgain':_0x1a0307(0x1af)}};}));function _0x3cdd(_0x41657d,_0x5453cc){_0x41657d=_0x41657d-0x1ad;var _0x250949=_0x2509();var _0x3cdd8f=_0x250949[_0x41657d];return _0x3cdd8f;}function _0x2509(){var _0x35632c=['Les\x20données\x20sont\x20trop\x20volumineuses','648801UqJaZd','La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','16NjFTxj','757771fJdTOU','18jYeftc','599313IfDYOB','69688nmDDTC','5657100uEJTLC','object','Annuler','amd','8VIEtzn','exports','Téléchargement','Erreur\x20réseau','Veuillez\x20patienter...','Erreur\x20interne\x20inconnue','1043932BCUPMp','Télécharger\x20à\x20nouveau','Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','UniverProExchangeClientFrFR','Erreur\x20inconnue','513610lReFyh'];_0x2509=function(){return _0x35632c;};return _0x2509();}
|
|
3
|
-
|
|
4
|
-
// @univerjs-pro/sheets-exchange-client/locale/fr-FR
|
|
5
|
-
function _0x456b(_0x3f71e3,_0x130d7e){_0x3f71e3=_0x3f71e3-0x67;var _0x4fc3bf=_0x4fc3();var _0x456bb0=_0x4fc3bf[_0x3f71e3];return _0x456bb0;}function _0x4fc3(){var _0x26bf36=['1385964nVgzOV','4631765BZFmhM','11763576VpfxLc','Enregistrer\x20sous','Fichier','21104dRyyWQ','6tuRYPU','857880ZUbMTP','UniverProSheetsExchangeClientFrFR','185604hseiRC','51DRRdOa','function','700748IzdZId','2191qkGZtP'];_0x4fc3=function(){return _0x26bf36;};return _0x4fc3();}(function(_0x107162,_0x42a195){var _0x2e3ed8=_0x456b,_0x42ad90=_0x107162();while(!![]){try{var _0x26399a=parseInt(_0x2e3ed8(0x6a))/0x1+-parseInt(_0x2e3ed8(0x6c))/0x2+parseInt(_0x2e3ed8(0x68))/0x3*(-parseInt(_0x2e3ed8(0x67))/0x4)+-parseInt(_0x2e3ed8(0x6d))/0x5*(-parseInt(_0x2e3ed8(0x72))/0x6)+-parseInt(_0x2e3ed8(0x6b))/0x7*(parseInt(_0x2e3ed8(0x71))/0x8)+parseInt(_0x2e3ed8(0x6e))/0x9+parseInt(_0x2e3ed8(0x73))/0xa;if(_0x26399a===_0x42a195)break;else _0x42ad90['push'](_0x42ad90['shift']());}catch(_0x2d6590){_0x42ad90['push'](_0x42ad90['shift']());}}}(_0x4fc3,0xadf0c),function(_0x5ee85a,_0x51167d){var _0x3cb9fa=_0x456b;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x51167d():typeof define==_0x3cb9fa(0x69)&&define['amd']?define([],_0x51167d):(_0x5ee85a=typeof globalThis<'u'?globalThis:_0x5ee85a||self,_0x5ee85a[_0x3cb9fa(0x74)]=_0x51167d());}(this,function(){var _0x28f7fd=_0x456b;return{'sheets-exchange-client':{'file':_0x28f7fd(0x70),'upload':'Ouvrir\x20(Fichier)','download':_0x28f7fd(0x6f)}};}));
|
|
6
|
-
|
|
7
|
-
// @univerjs-pro/sheets-pivot/locale/fr-FR
|
|
8
|
-
function _0x48e9(){var _0x31e021=['1395036yTmbSm','{0}\x20année\x20{1}\x20trimestre','141354iKbJLb','object','Heure','145ldczNn','Année-Mois-Jour','Valeur','Somme\x20de\x20','{0}\x20heure\x20{1}\x20minute','UniverProSheetsPivotFrFR','Total\x20général','11srkrHv','autre','Moyenne\x20de\x20','Écart-type\x20de\x20','Mois-Jour','Max\x20de\x20','function','Variance\x20pop.\x20de\x20','Année','{0}\x20mois','9557622DFZwnJ','vide','{0}\x20jour','Jour','Variance\x20de\x20','Mois','Trimestre','{0}\x20année\x20{1}\x20mois','707dEZCqt','Minute','21592kUnngu','4KZorEK','Filtre','Min\x20de\x20','Écart-type\x20pop.\x20de\x20','37909770qmxbBK','Feuille','{0}\x20année','(Autre)','(Vide)','3177308BHFpZU','valeur','Total','Année-Mois','Nombre\x20de\x20','1401678xTpDGe','{0}\x20heure','{0}\x20mois\x20{1}\x20jour','{0}\x20minute'];_0x48e9=function(){return _0x31e021;};return _0x48e9();}function _0x4ca4(_0x4ba862,_0x719ccf){_0x4ba862=_0x4ba862-0x175;var _0x48e98f=_0x48e9();var _0x4ca478=_0x48e98f[_0x4ba862];return _0x4ca478;}(function(_0x4d907b,_0x46e659){var _0xbf4fb6=_0x4ca4,_0x3f1b5a=_0x4d907b();while(!![]){try{var _0x1eb8ac=-parseInt(_0xbf4fb6(0x190))/0x1+-parseInt(_0xbf4fb6(0x17e))/0x2*(parseInt(_0xbf4fb6(0x18c))/0x3)+parseInt(_0xbf4fb6(0x187))/0x4+parseInt(_0xbf4fb6(0x195))/0x5*(-parseInt(_0xbf4fb6(0x192))/0x6)+-parseInt(_0xbf4fb6(0x17b))/0x7*(-parseInt(_0xbf4fb6(0x17d))/0x8)+-parseInt(_0xbf4fb6(0x1a6))/0x9+parseInt(_0xbf4fb6(0x182))/0xa*(parseInt(_0xbf4fb6(0x19c))/0xb);if(_0x1eb8ac===_0x46e659)break;else _0x3f1b5a['push'](_0x3f1b5a['shift']());}catch(_0x2b2758){_0x3f1b5a['push'](_0x3f1b5a['shift']());}}}(_0x48e9,0xbf38e),function(_0x2445d8,_0x483d4c){var _0x545423=_0x4ca4;typeof exports==_0x545423(0x193)&&typeof module<'u'?module['exports']=_0x483d4c():typeof define==_0x545423(0x1a2)&&define['amd']?define([],_0x483d4c):(_0x2445d8=typeof globalThis<'u'?globalThis:_0x2445d8||self,_0x2445d8[_0x545423(0x19a)]=_0x483d4c());}(this,function(){var _0x35ec02=_0x4ca4;return{'sheets-pivot':{'sheet':_0x35ec02(0x183),'blankValue':_0x35ec02(0x186),'otherValue':_0x35ec02(0x185),'columnName':'Colonne\x20','subTotalText':_0x35ec02(0x189),'grandTotalText':_0x35ec02(0x19b),'valueText':_0x35ec02(0x197),'averageName':_0x35ec02(0x19e),'countName':'Nombre\x20de\x20','countNumsName':_0x35ec02(0x18b),'maxName':_0x35ec02(0x1a1),'minName':_0x35ec02(0x180),'productName':'Produit\x20de\x20','stdDevName':_0x35ec02(0x19f),'stdDevpName':_0x35ec02(0x181),'sumName':_0x35ec02(0x198),'varName':_0x35ec02(0x177),'varpName':_0x35ec02(0x1a3),'subTotal':'Sous-total','grandTotal':_0x35ec02(0x19b),'value':_0x35ec02(0x188),'blank':_0x35ec02(0x1a7),'other':_0x35ec02(0x19d),'emptyPivot':{'filter':_0x35ec02(0x17f),'row':'Ligne','column':'Colonne','values':'Valeurs'},'dateGroup':{'year':_0x35ec02(0x1a4),'month':_0x35ec02(0x178),'day':_0x35ec02(0x176),'hour':_0x35ec02(0x194),'minute':_0x35ec02(0x17c),'quarter':_0x35ec02(0x179),'monthDate':_0x35ec02(0x1a0),'yearQuarter':'Année-Trimestre','yearMonth':_0x35ec02(0x18a),'yearMonthDate':_0x35ec02(0x196)},'cellDateGroupDisplay':{'minute':_0x35ec02(0x18f),'hour':_0x35ec02(0x18d),'hourMinute':_0x35ec02(0x199),'date':_0x35ec02(0x175),'month':_0x35ec02(0x1a5),'monthDate':_0x35ec02(0x18e),'quarter':'{0}\x20trimestre','year':_0x35ec02(0x184),'yearMonth':_0x35ec02(0x17a),'yearMonthDate':'{0}\x20année\x20{1}\x20mois\x20{2}\x20jour','yearQuarter':_0x35ec02(0x191)}}};}));
|
|
9
|
-
|
|
10
|
-
// @univerjs-pro/sheets-pivot-ui/locale/fr-FR
|
|
11
|
-
function _0xa961(_0x7c4142,_0x4bce98){_0x7c4142=_0x7c4142-0x144;var _0x158d89=_0x158d();var _0xa961bd=_0x158d89[_0x7c4142];return _0xa961bd;}function _0x158d(){var _0x45e05d=['Date','Variance\x20de\x20','function','amd','Confirmer','Afficher\x20le\x20total\x20général\x20des\x20lignes','Croissant','La\x20plage\x20de\x20la\x20source\x20de\x20données\x20est\x20invalide','Moyenne','Impossible\x20de\x20modifier\x20les\x20cellules\x20dans\x20un\x20tableau\x20croisé\x20dynamique','UniverProSheetsPivotUiFrFR','Nom\x20du\x20champ\x20source\x20:','Colonne','1440jcgGdU','Faites\x20glisser\x20les\x20champs\x20vers\x20les\x20colonnes','Σ\x20Valeurs','64719jaciLu','Variance\x20de\x20population','Écart-type\x20de\x20','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.','Ajouter\x20à\x20la\x20ligne','Total\x20général','Format\x20de\x20nombre','75335NNeNdZ','Minimum','Valeur','Paramètres\x20du\x20champ','1630STGrkP','Insérer\x20un\x20tableau\x20croisé\x20dynamique','Moyenne\x20de\x20','Source\x20de\x20données','Ajouter\x20à\x20la\x20valeur','570qGnYoi','Variance','Max\x20de\x20','Emplacement\x20du\x20tableau\x20croisé\x20dynamique','Déplacer\x20vers\x20la\x20ligne','Direction\x20de\x20la\x20mise\x20en\x20page','Annuler','2zUfQSe','Afficher\x20les\x20sous-totaux\x20des\x20lignes','Impossible\x20d\x27insérer\x20des\x20cellules\x20fusionnées\x20dans\x20un\x20tableau\x20croisé\x20dynamique','Ligne','16iRCkVl','Vers\x20le\x20bas,\x20puis\x20vers\x20la\x20droite','(Vide)','Tableau\x20croisé\x20dynamique','Afficher\x20les\x20sous-totaux\x20des\x20colonnes','Plage\x20de\x20la\x20source\x20de\x20données','Somme','La\x20plage\x20de\x20la\x20source\x20de\x20données\x20est\x20vide','Devise','Millième\x20percentile','Champs\x20par\x20ligne','Sous-totaux\x20et\x20totaux\x20généraux','Variance\x20pop.\x20de\x20','Types\x20de\x20date','Ajouter\x20à\x20la\x20colonne','Options\x20avancées','Nom\x20du\x20champ','Configuration\x20des\x20champs','Nouvelle\x20feuille','Supprimer\x20le\x20champ','92xUYplC','La\x20source\x20de\x20données\x20a\x20été\x20mise\x20à\x20jour','Répéter\x20les\x20étiquettes\x20d\x27éléments','1947242adhkAb','Filtre','Ne\x20peut\x20pas\x20chevaucher\x20la\x20source\x20de\x20données','Déplacer\x20vers\x20la\x20colonne','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.','Types\x20de\x20format','Afficher\x20le\x20total\x20général\x20des\x20colonnes','Comptabilité','Produit','120717MkUAML','199979JjRDoY','Affichage','Maximum','Champs\x20de\x20la\x20source\x20de\x20données','Min\x20de\x20','Nombre\x20de\x20','Effacer\x20le\x20filtre','660167ACaTzl','Écart-type','Le\x20format\x20de\x20nombre\x20comptable\x20aligne\x20les\x20symboles\x20de\x20devise\x20et\x20les\x20décimales\x20dans\x20une\x20colonne.','Feuille','Mise\x20en\x20page\x20du\x20champ\x20de\x20filtre','395521BzDLTo','Décroissant','Impossible\x20de\x20modifier\x20le\x20tableau\x20croisé\x20dynamique\x20dans\x20une\x20feuille\x20protégée'];_0x158d=function(){return _0x45e05d;};return _0x158d();}(function(_0x32fda0,_0x3df84d){var _0xe87378=_0xa961,_0x25b1c4=_0x32fda0();while(!![]){try{var _0x5b5244=-parseInt(_0xe87378(0x192))/0x1*(parseInt(_0xe87378(0x166))/0x2)+-parseInt(_0xe87378(0x18a))/0x3*(parseInt(_0xe87378(0x17e))/0x4)+parseInt(_0xe87378(0x156))/0x5*(parseInt(_0xe87378(0x15f))/0x6)+parseInt(_0xe87378(0x197))/0x7*(parseInt(_0xe87378(0x16a))/0x8)+-parseInt(_0xe87378(0x14f))/0x9*(parseInt(_0xe87378(0x15a))/0xa)+parseInt(_0xe87378(0x181))/0xb+parseInt(_0xe87378(0x14c))/0xc*(parseInt(_0xe87378(0x18b))/0xd);if(_0x5b5244===_0x3df84d)break;else _0x25b1c4['push'](_0x25b1c4['shift']());}catch(_0x2c266d){_0x25b1c4['push'](_0x25b1c4['shift']());}}}(_0x158d,0xc5a54),function(_0x287535,_0x3f473b){var _0x2ff10a=_0xa961;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x3f473b():typeof define==_0x2ff10a(0x19c)&&define[_0x2ff10a(0x19d)]?define([],_0x3f473b):(_0x287535=typeof globalThis<'u'?globalThis:_0x287535||self,_0x287535[_0x2ff10a(0x149)]=_0x3f473b());}(this,function(){var _0xf7aa56=_0xa961;return{'sheets-pivot-ui':{'sheet':_0xf7aa56(0x195),'title':_0xf7aa56(0x16d),'sourceRangeLabel':_0xf7aa56(0x15d),'sourceRangePlaceholder':_0xf7aa56(0x17f),'sourceFieldTile':_0xf7aa56(0x18e),'sourceFieldDescription':'Faites\x20glisser\x20les\x20champs\x20vers\x20les\x20zones\x20ci-dessous','filter':_0xf7aa56(0x182),'column':_0xf7aa56(0x14b),'row':_0xf7aa56(0x169),'value':_0xf7aa56(0x158),'multipleValue':_0xf7aa56(0x14e),'filterDesc':'Faites\x20glisser\x20les\x20champs\x20pour\x20filtrer\x20les\x20données','columnDesc':_0xf7aa56(0x14d),'rowDesc':'Faites\x20glisser\x20les\x20champs\x20vers\x20les\x20lignes','valueDesc':'Résultats\x20calculés\x20des\x20lignes\x20et\x20colonnes','addToFilter':'Ajouter\x20au\x20filtre','addToColumn':_0xf7aa56(0x178),'addToRow':_0xf7aa56(0x153),'addToValue':_0xf7aa56(0x15e),'removeField':_0xf7aa56(0x17d),'filterField':'Champ\x20de\x20filtre','fieldSettings':_0xf7aa56(0x159),'moveToRow':_0xf7aa56(0x163),'moveToColumn':_0xf7aa56(0x184),'dialog':{'fieldName':_0xf7aa56(0x17a),'sourceName':_0xf7aa56(0x14a),'summarizeBy':'Synthétiser\x20par','format':_0xf7aa56(0x155),'ok':'OK','cancel':'Annuler','filter':{'ascending':_0xf7aa56(0x145),'descending':_0xf7aa56(0x198),'selectAll':'Tout\x20sélectionner','clearFilter':_0xf7aa56(0x191),'blank':_0xf7aa56(0x16c),'cancel':_0xf7aa56(0x165),'confirm':'OK'},'numfmt':{'general':'Général','accounting':_0xf7aa56(0x188),'currency':_0xf7aa56(0x172),'date':_0xf7aa56(0x19a),'thousandthPercentile':_0xf7aa56(0x173),'fieldSetting':_0xf7aa56(0x159),'formatTypes':_0xf7aa56(0x186),'confirm':'OK','cancel':_0xf7aa56(0x165),'generalDesc':'Le\x20format\x20général\x20ne\x20contient\x20aucun\x20format\x20de\x20nombre\x20spécifique.','accountingDesc':_0xf7aa56(0x194),'currencyDesc':'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.','dateDesc':'Le\x20format\x20de\x20date\x20affiche\x20les\x20numéros\x20de\x20série\x20de\x20date\x20et\x20d\x27heure\x20sous\x20forme\x20de\x20valeurs\x20de\x20date.','thousandthPercentileDesc':_0xf7aa56(0x152),'decimalPlaces':'Décimales','currencyTypes':'Types\x20de\x20devise','negativeNumberTypes':'Types\x20de\x20nombres\x20négatifs','dateTypes':_0xf7aa56(0x177)},'source':{'insertPivotTable':_0xf7aa56(0x15b),'sourceData':_0xf7aa56(0x16f),'position':_0xf7aa56(0x162),'newSheet':_0xf7aa56(0x17c),'existingSheet':'Feuille\x20existante','intersect':_0xf7aa56(0x183)}},'subtotal':{'average':_0xf7aa56(0x147),'count':'Nombre','countNums':'Nombre\x20de\x20nombres','max':_0xf7aa56(0x18d),'min':_0xf7aa56(0x157),'product':_0xf7aa56(0x189),'stdDev':_0xf7aa56(0x193),'stdDevp':'Écart-type\x20de\x20population','sum':_0xf7aa56(0x170),'var':_0xf7aa56(0x160),'varp':_0xf7aa56(0x150)},'subTotalText':'Sous-total','grandTotalText':_0xf7aa56(0x154),'fieldPanel':_0xf7aa56(0x17b),'configPanel':_0xf7aa56(0x179),'config':{'totalsSection':_0xf7aa56(0x175),'showRowSubtotal':_0xf7aa56(0x167),'showRowGrandTotal':_0xf7aa56(0x144),'showColSubtotal':_0xf7aa56(0x16e),'showColGrandTotal':_0xf7aa56(0x187),'pageSection':_0xf7aa56(0x196),'pageWrap':_0xf7aa56(0x174),'pageDirection':_0xf7aa56(0x164),'pageDownThenOver':_0xf7aa56(0x16b),'pageOverThenDown':'Vers\x20la\x20droite,\x20puis\x20vers\x20le\x20bas','displaySection':_0xf7aa56(0x18c),'repeatRowLabels':_0xf7aa56(0x180)},'perform':{'tips':'Conseils','info':'Il\x20y\x20a\x20déjà\x20des\x20données\x20dans\x20la\x20zone\x20cible.\x20Cette\x20action\x20écrasera\x20les\x20données\x20existantes.\x20Voulez-vous\x20continuer\x20?','confirm':_0xf7aa56(0x19e),'cancel':'Annuler','rowColError':_0xf7aa56(0x185)},'msg':{'emptySourceRange':_0xf7aa56(0x171),'invalidSize':_0xf7aa56(0x146),'mergeCellError':_0xf7aa56(0x168),'editCellError':_0xf7aa56(0x148),'permissionError':_0xf7aa56(0x199)},'averageName':_0xf7aa56(0x15c),'countName':_0xf7aa56(0x190),'countNumsName':'Nombre\x20de\x20','maxName':_0xf7aa56(0x161),'minName':_0xf7aa56(0x18f),'productName':'Produit\x20de\x20','stdDevName':_0xf7aa56(0x151),'stdDevpName':'Écart-type\x20pop.\x20de\x20','sumName':'Somme\x20de\x20','varName':_0xf7aa56(0x19b),'varpName':_0xf7aa56(0x176)}};}));
|
|
12
|
-
|
|
13
|
-
// @univerjs-pro/sheets-print/locale/fr-FR
|
|
14
|
-
function _0x3cee(_0x2956c8,_0x2578c1){_0x2956c8=_0x2956c8-0x15f;var _0xf22ee0=_0xf22e();var _0x3ceec4=_0xf22ee0[_0x2956c8];return _0x3ceec4;}function _0xf22e(){var _0x391b5c=['Répéter\x20les\x20colonnes\x20figées','Droite','B4\x20(9.84\x22\x20x\x2013.90\x22)','Modifier\x20l\x27en-tête/pied\x20de\x20page\x20personnalisé','TotalPagesFeuille','937304KRkFNQ','Afficher\x20le\x20quadrillage','Gauche','B5\x20(6.93\x22\x20x\x209.84\x22)','Ajuster\x20à\x20la\x20hauteur','Toutes\x20les\x20feuilles','Classeur','hh:mm','DateF','Imprimer','exports','En-têtes\x20&\x20pieds\x20de\x20page','Toutes\x20les\x20cellules\x20sélectionnées','Feuille\x20actuelle','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!','NomFeuille','NombreDePages','Cliquez\x20pour\x20ajouter\x20du\x20texte','184qDxWmo','Pied\x20de\x20page','Échelle','https://univer.ai/pro','Statement\x20(5.5\x22\x20x\x208.5\x22)','HeureC','A3\x20(11.69\x22\x20x\x2016.54\x22)','HH:mm:ss','Vertical','49kodREy','ANNULER','function','Sélection','43533gXsegj','Letter\x20(8.5\x22\x20x\x2011\x22)','Copier\x20comme\x20image','DateD','27MYJKGg','1895qVrdTW','762740GuhXpQ','Échec\x20de\x20la\x20copie\x20de\x20l\x27image\x20dans\x20le\x20presse-papiers\x20!','Ajuster\x20à\x20la\x20largeur','Total\x20:\x20','Larges','Répéter\x20les\x20lignes\x20figées','Étroites','HeureA','A5\x20(5.83\x22\x20x\x208.27\x22)','UniverProSheetsPrintFrFR','Ajuster\x20à\x20la\x20page','Version\x20gratuite\x20d\x27Univer,\x20propulsée\x20par\x20univer.ai.','473436AyvDAR','Normales','Colonnes\x20max.\x20par\x20page','Tabloid\x20(11\x22\x20x\x2017\x22)','Numéros\x20de\x20page','MM-JJ','SUIVANT','DateA','Orientation\x20de\x20la\x20page','NuméroPageFeuille','DateB','Nom\x20de\x20la\x20feuille','Bas','Centre','DateE','Aligner','Horizontal','Limite\x20lignes\x20&\x20colonnes','Fermer\x20et\x20masquer\x20les\x20sauts\x20de\x20page','object','HeureD','900631HnCcpb','AAAA-MM-JJ','Cellules\x20sélectionnées','En-tête/pied\x20de\x20page\x20personnalisé','92mcvJoU','Afficher\x20les\x20sauts\x20de\x20page','Portrait','Allez\x20dans\x20Affichage\x20>\x20Figer\x20pour\x20sélectionner\x20les\x20lignes/colonnes\x20à\x20répéter\x20sur\x20toutes\x20les\x20pages','MM/JJ','Date\x20actuelle','NuméroPage','Paysage','Afficher\x20les\x20lignes\x20de\x20saut\x20de\x20page','10700668zCFjfY'];_0xf22e=function(){return _0x391b5c;};return _0xf22e();}(function(_0x48e466,_0x42ce48){var _0x19ebc9=_0x3cee,_0x34f18b=_0x48e466();while(!![]){try{var _0x505ff2=parseInt(_0x19ebc9(0x162))/0x1+parseInt(_0x19ebc9(0x166))/0x2*(parseInt(_0x19ebc9(0x194))/0x3)+parseInt(_0x19ebc9(0x187))/0x4*(parseInt(_0x19ebc9(0x199))/0x5)+parseInt(_0x19ebc9(0x1a6))/0x6*(-parseInt(_0x19ebc9(0x190))/0x7)+-parseInt(_0x19ebc9(0x175))/0x8*(-parseInt(_0x19ebc9(0x198))/0x9)+parseInt(_0x19ebc9(0x19a))/0xa+-parseInt(_0x19ebc9(0x16f))/0xb;if(_0x505ff2===_0x42ce48)break;else _0x34f18b['push'](_0x34f18b['shift']());}catch(_0x158775){_0x34f18b['push'](_0x34f18b['shift']());}}}(_0xf22e,0x7730c),function(_0x2f5c61,_0x57c656){var _0xe18b17=_0x3cee;typeof exports==_0xe18b17(0x160)&&typeof module<'u'?module[_0xe18b17(0x17f)]=_0x57c656():typeof define==_0xe18b17(0x192)&&define['amd']?define([],_0x57c656):(_0x2f5c61=typeof globalThis<'u'?globalThis:_0x2f5c61||self,_0x2f5c61[_0xe18b17(0x1a3)]=_0x57c656());}(this,function(){var _0x2f86a2=_0x3cee;return{'sheets-print':{'permission':{'printErr':'La\x20feuille\x20de\x20calcul\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20d\x27imprimer.\x20Pour\x20imprimer,\x20veuillez\x20contacter\x20le\x20créateur.'},'header':{'total':_0x2f86a2(0x19d),'pages':'pages','cancel':_0x2f86a2(0x191),'next':_0x2f86a2(0x1ac),'printing':'Impression\x20en\x20cours,\x20veuillez\x20ne\x20pas\x20fermer\x20la\x20page'},'menu':_0x2f86a2(0x17e),'title':_0x2f86a2(0x17e),'grid':{'title':'Mise\x20en\x20page\x20d\x27impression','showGrid':_0x2f86a2(0x167),'showGridLabel':_0x2f86a2(0x16e),'closeAndHide':_0x2f86a2(0x15f)},'screenshot':{'title':_0x2f86a2(0x196),'success':'Image\x20copiée\x20dans\x20le\x20presse-papiers\x20avec\x20succès\x20!','fail':_0x2f86a2(0x19b)},'size':{'title':'Format\x20du\x20papier','letter':_0x2f86a2(0x195),'tabloid':_0x2f86a2(0x1a9),'legal':'Legal\x20(8.5\x22\x20x\x2014\x22)','statement':_0x2f86a2(0x18b),'executive':'Executive\x20(7.25\x22\x20x\x2010.5\x22)','folio':'Folio\x20(8.5\x22\x20x\x2013\x22)','a3':_0x2f86a2(0x18d),'a4':'A4\x20(8.27\x22\x20x\x2011.69\x22)','a5':_0x2f86a2(0x1a2),'b4':_0x2f86a2(0x172),'b5':_0x2f86a2(0x178)},'margin':{'title':'Marges','normal':_0x2f86a2(0x1a7),'narrow':_0x2f86a2(0x1a0),'wide':_0x2f86a2(0x19e),'custom':'Marges\x20personnalisées','top':'Haut','bottom':'Bas','left':_0x2f86a2(0x177),'right':'Droite'},'area':{'title':_0x2f86a2(0x17e),'currentSheet':_0x2f86a2(0x182),'workbook':_0x2f86a2(0x17b),'currentSelection':_0x2f86a2(0x164),'maxRowsEachPage':'Lignes\x20max.\x20par\x20page','maxColumnsEachPage':_0x2f86a2(0x1a8),'limit':_0x2f86a2(0x1b7),'allSelection':_0x2f86a2(0x181)},'selection':{'title':_0x2f86a2(0x193),'allWorkbook':_0x2f86a2(0x17a),'workbookUnit':'feuilles'},'scale':{'title':_0x2f86a2(0x189),'normal':'Normale\x20(100%)','fitWidth':_0x2f86a2(0x19c),'fitHeight':_0x2f86a2(0x179),'fitPage':_0x2f86a2(0x1a4),'custom':'Personnalisée'},'orientation':{'title':_0x2f86a2(0x1ae),'landscape':_0x2f86a2(0x16d),'portrait':_0x2f86a2(0x168)},'formatting':{'title':'Mise\x20en\x20forme','skeleton':_0x2f86a2(0x176),'waterMark':'Afficher\x20le\x20filigrane'},'align':{'title':_0x2f86a2(0x1b5),'horizontal':{'title':_0x2f86a2(0x1b6),'middle':'Centre','start':_0x2f86a2(0x177),'end':_0x2f86a2(0x171)},'vertical':{'title':_0x2f86a2(0x18f),'start':'Haut','end':_0x2f86a2(0x1b2),'middle':_0x2f86a2(0x1b3)}},'headerFooter':{'title':_0x2f86a2(0x180),'page':_0x2f86a2(0x1aa),'workbook':'Titre\x20du\x20classeur','sheet':_0x2f86a2(0x1b1),'date':_0x2f86a2(0x16b),'time':'Heure\x20actuelle','customHeadFooter':_0x2f86a2(0x165),'editCustomHeadFooter':_0x2f86a2(0x173),'header':'En-tête','footer':_0x2f86a2(0x188),'left':_0x2f86a2(0x177),'right':'Droite','center':'Centre','dateFormat':'Format\x20de\x20date','dateA':_0x2f86a2(0x163),'dateB':_0x2f86a2(0x1ab),'dateC':'L','dateD':_0x2f86a2(0x16a),'timeA':_0x2f86a2(0x18e),'timeB':'HH:mm','timeC':'hh:mm:ss','timeD':_0x2f86a2(0x17c),'display':{'page':_0x2f86a2(0x16c),'title':'TitreClasseur','sheet':_0x2f86a2(0x184),'dateA':_0x2f86a2(0x1ad),'dateB':_0x2f86a2(0x1b0),'dateC':'DateC','dateD':_0x2f86a2(0x197),'dateE':_0x2f86a2(0x1b4),'dateF':_0x2f86a2(0x17d),'timeA':_0x2f86a2(0x1a1),'timeB':'HeureB','timeC':_0x2f86a2(0x18c),'timeD':_0x2f86a2(0x161),'sheetPage':_0x2f86a2(0x1af),'pageTotal':_0x2f86a2(0x185),'sheetPageTotal':_0x2f86a2(0x174)},'placeholder':_0x2f86a2(0x186),'submit':'OK'},'freeze':{'title':'En-têtes\x20de\x20lignes\x20&\x20colonnes','desc':_0x2f86a2(0x169),'row':_0x2f86a2(0x19f),'column':_0x2f86a2(0x170)},'limit':{'page':_0x2f86a2(0x183),'waterMark':_0x2f86a2(0x1a5),'link':_0x2f86a2(0x18a)}}};}));
|
|
15
|
-
|
|
16
|
-
// @univerjs-pro/sheets-chart/locale/fr-FR
|
|
17
|
-
function _0x5d47(){var _0x1d2bce=['(Vide)','7330048dptNrG','exports','311572QCMZzj','UniverProSheetsChartFrFR','Médiane','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','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','1047738QmNzba','Sous-total','Fréquence','Pourcentage\x20Cumulé','Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','Series','Catégorie\x20{0}','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','Série\x20{0}','amd','1934118TrcQNo','3719821cFzieh','1026570HFSPay','function','Positif','object','Négatif','Troisième\x20quartile','27TDYGCl','44814eRWGLD','Valeur\x20maximale'];_0x5d47=function(){return _0x1d2bce;};return _0x5d47();}function _0x2704(_0x3b8cbf,_0x11ec53){_0x3b8cbf=_0x3b8cbf-0x115;var _0x5d4796=_0x5d47();var _0x270444=_0x5d4796[_0x3b8cbf];return _0x270444;}(function(_0x2afd24,_0x58e982){var _0x23e367=_0x2704,_0x17630f=_0x2afd24();while(!![]){try{var _0x40dcfb=-parseInt(_0x23e367(0x120))/0x1+-parseInt(_0x23e367(0x12a))/0x2+-parseInt(_0x23e367(0x11f))/0x3*(-parseInt(_0x23e367(0x125))/0x4)+parseInt(_0x23e367(0x119))/0x5+-parseInt(_0x23e367(0x117))/0x6+-parseInt(_0x23e367(0x118))/0x7+parseInt(_0x23e367(0x123))/0x8;if(_0x40dcfb===_0x58e982)break;else _0x17630f['push'](_0x17630f['shift']());}catch(_0x3fc973){_0x17630f['push'](_0x17630f['shift']());}}}(_0x5d47,0x61b28),function(_0x288342,_0x95d8f){var _0x3f49d1=_0x2704;typeof exports==_0x3f49d1(0x11c)&&typeof module<'u'?module[_0x3f49d1(0x124)]=_0x95d8f():typeof define==_0x3f49d1(0x11a)&&define[_0x3f49d1(0x116)]?define([],_0x95d8f):(_0x288342=typeof globalThis<'u'?globalThis:_0x288342||self,_0x288342[_0x3f49d1(0x126)]=_0x95d8f());}(this,function(){var _0x20d0a9=_0x2704;return{'sheets-chart':{'category':'Category','series':_0x20d0a9(0x12f),'seriesDefaultName':_0x20d0a9(0x115),'categoryDefaultName':_0x20d0a9(0x130),'blank':_0x20d0a9(0x122),'msg':{'emptyTips':_0x20d0a9(0x131),'sankeyCircularTips':_0x20d0a9(0x128)},'bubble':{'emptyTips':_0x20d0a9(0x12e)},'relation':{'emptyTips':_0x20d0a9(0x129)},'cloud':{'word':'Mot','frequency':_0x20d0a9(0x12c)},'waterfall':{'positive':_0x20d0a9(0x11b),'negative':_0x20d0a9(0x11d),'subtotal':_0x20d0a9(0x12b)},'pareto':{'lineName':_0x20d0a9(0x12d)},'boxplot':{'min':'Valeur\x20minimale','q1':'Premier\x20quartile','median':_0x20d0a9(0x127),'q3':_0x20d0a9(0x11e),'max':_0x20d0a9(0x121)}}};}));
|
|
18
|
-
|
|
19
|
-
// @univerjs-pro/sheets-chart-ui/locale/fr-FR
|
|
20
|
-
function _0x3a6c(_0x56e451,_0x22c89c){_0x56e451=_0x56e451-0xc5;var _0x17fab8=_0x17fa();var _0x3a6cdc=_0x17fab8[_0x56e451];return _0x3a6cdc;}(function(_0x266bba,_0x1e4e8c){var _0x2e5fb4=_0x3a6c,_0x2a815b=_0x266bba();while(!![]){try{var _0x260151=parseInt(_0x2e5fb4(0x16c))/0x1*(-parseInt(_0x2e5fb4(0x167))/0x2)+-parseInt(_0x2e5fb4(0xed))/0x3+-parseInt(_0x2e5fb4(0x16d))/0x4+-parseInt(_0x2e5fb4(0xe2))/0x5*(parseInt(_0x2e5fb4(0x121))/0x6)+-parseInt(_0x2e5fb4(0xe9))/0x7+-parseInt(_0x2e5fb4(0xf3))/0x8+-parseInt(_0x2e5fb4(0x144))/0x9*(-parseInt(_0x2e5fb4(0x106))/0xa);if(_0x260151===_0x1e4e8c)break;else _0x2a815b['push'](_0x2a815b['shift']());}catch(_0x5f2507){_0x2a815b['push'](_0x2a815b['shift']());}}}(_0x17fa,0x37a76),function(_0x47d05b,_0x2ba75c){var _0x20d44a=_0x3a6c;typeof exports==_0x20d44a(0xce)&&typeof module<'u'?module[_0x20d44a(0x107)]=_0x2ba75c():typeof define==_0x20d44a(0x147)&&define[_0x20d44a(0x18f)]?define([],_0x2ba75c):(_0x47d05b=typeof globalThis<'u'?globalThis:_0x47d05b||self,_0x47d05b['UniverProSheetsChartUiFrFR']=_0x2ba75c());}(this,function(){var _0x1154ed=_0x3a6c;return{'sheets-chart-ui':{'permission':{'editErr':_0x1154ed(0x110)},'insertChart':'Insérer\x20un\x20graphique','editChart':_0x1154ed(0x159),'openChartPanel':'Ouvrir\x20le\x20panneau\x20de\x20graphique','deleteChart':'Supprimer\x20le\x20graphique','hideChartPanel':_0x1154ed(0x18b),'setupChart':_0x1154ed(0xcb),'customChart':_0x1154ed(0x10f),'default':_0x1154ed(0x168),'reset':'Réinitialiser','chartType':_0x1154ed(0x14b),'themes':_0x1154ed(0x11b),'dataRange':'Plage\x20de\x20données','stack':_0x1154ed(0x156),'category':_0x1154ed(0x18e),'aggregate':'Agrégat','allSeries':'Toutes\x20les\x20séries','series':_0x1154ed(0x105),'addSeries':_0x1154ed(0x15a),'moreSettings':_0x1154ed(0x157),'min':'Min','max':_0x1154ed(0xe1),'invalidType':{'gaps':'lacunes','zero':'zéro','connectDataPointsWithStraightLines':_0x1154ed(0x112)},'blank':_0x1154ed(0xee),'seriesBlock':{'format':_0x1154ed(0x179),'dataPointStyle':_0x1154ed(0x114)},'backgroundColor':'Couleur\x20de\x20fond','chartBorderColor':_0x1154ed(0xea),'titles':{'title':_0x1154ed(0x188),'mainTitle':'Titre\x20principal','subTitle':'Sous-titre','xAxisTitle':_0x1154ed(0x138),'yAxisTitle':_0x1154ed(0x11c),'rightYAxisTitle':'Titre\x20de\x20l’axe\x20Y\x20droit','titleFormat':_0x1154ed(0x140),'titleText':'Texte\x20du\x20titre','titlePosition':'Position\x20du\x20titre','titleAlign':_0x1154ed(0xc9)},'axisPositionType':{'start':_0x1154ed(0x12c),'center':_0x1154ed(0x173),'end':_0x1154ed(0x154)},'gradientFill':_0x1154ed(0x175),'settingsLabels':{'switchToRowOrColumn':'Basculer\x20vers\x20ligne/colonne','useAsCategoryLabels':_0x1154ed(0x145),'showEmptyCellsAs':_0x1154ed(0x17d)},'positionType':{'auto':_0x1154ed(0xec),'inside':_0x1154ed(0xd3),'outside':_0x1154ed(0xc6),'top':_0x1154ed(0x185),'bottom':_0x1154ed(0x176),'left':_0x1154ed(0x177),'right':'Droite','hide':_0x1154ed(0x158)},'align':{'left':_0x1154ed(0x177),'center':_0x1154ed(0x173),'right':_0x1154ed(0x12d)},'alignY':{'top':_0x1154ed(0x185),'middle':_0x1154ed(0x15e),'bottom':'Bas'},'chartStyle':_0x1154ed(0x141),'chartAndAxisTitles':'Titres\x20du\x20graphique\x20et\x20des\x20axes','legend':_0x1154ed(0x11e),'legendSelectMode':'Mode\x20de\x20sélection\x20de\x20la\x20légende','legendSelectModeType':{'single':_0x1154ed(0x13f),'multiple':_0x1154ed(0xfa),'close':_0x1154ed(0xdc)},'legendVisualMapType':{'continuous':'Continu','piecewise':_0x1154ed(0xd5)},'axes':{'axis':_0x1154ed(0x103),'axisOptions':_0x1154ed(0x130),'horizontalAxis':_0x1154ed(0x16f),'verticalAxis':_0x1154ed(0x174),'rightVerticalAxis':'Axe\x20vertical\x20droit','leftAxis':'Axe\x20gauche','rightAxis':_0x1154ed(0x153),'useRightAxis':_0x1154ed(0xfe)},'position':_0x1154ed(0x186),'dataLabels':_0x1154ed(0x109),'gridlinesAndTicks':_0x1154ed(0x152),'indicatorLine':_0x1154ed(0x143),'indicatorLineType':_0x1154ed(0xe0),'indicatorLineColor':'Couleur\x20de\x20la\x20ligne\x20indicatrice','indicatorLabel':'Étiquette\x20indicatrice','indicatorValue':_0x1154ed(0x14f),'shape':{'polygon':_0x1154ed(0x16a),'circle':'Cercle','square':_0x1154ed(0xf7),'triangle':_0x1154ed(0x191),'diamond':_0x1154ed(0x133),'rect':'Rectangle','roundRect':_0x1154ed(0x182),'pin':_0x1154ed(0xd6),'arrow':_0x1154ed(0x135),'none':_0x1154ed(0x11a),'emptyCircle':_0x1154ed(0x187),'emptySquare':_0x1154ed(0xf1),'emptyTriangle':_0x1154ed(0xd1),'emptyDiamond':_0x1154ed(0x17b),'emptyRect':'Rectangle\x20vide','emptyRoundRect':'Rectangle\x20arrondi\x20vide','emptyPin':_0x1154ed(0x148),'emptyArrow':_0x1154ed(0x192)},'border':_0x1154ed(0x17a),'value':_0x1154ed(0x14c),'fill':'Remplir','line':_0x1154ed(0x14a),'withOpacity':_0x1154ed(0x10c),'withColor':_0x1154ed(0x170),'withThickness':'{0}\x20avec\x20épaisseur','withType':_0x1154ed(0xe6),'withSize':'{0}\x20avec\x20taille','withShape':'{0}\x20avec\x20forme','withFormat':_0x1154ed(0x146),'dataPoint':_0x1154ed(0x14d),'dataNodeShape':_0x1154ed(0x163),'addDataPoint':'Ajouter\x20un\x20point\x20de\x20données','point':_0x1154ed(0xf9),'percentage':_0x1154ed(0x115),'lineType':{'line':_0x1154ed(0x14a),'smooth':'Lisse','step':_0x1154ed(0x183)},'stackType':{'stack':_0x1154ed(0x156),'percent':_0x1154ed(0x17e)},'lineDashType':'Type\x20de\x20ligne\x20pointillée','dashType':{'solid':_0x1154ed(0x193),'dash':_0x1154ed(0x13b),'dot':_0x1154ed(0xf2)},'color':_0x1154ed(0x129),'gridlines':{'majorGridlines':_0x1154ed(0xdb),'text':_0x1154ed(0x10a)},'ticks':{'majorTick':'Graduation\x20principale','tickPosition':_0x1154ed(0x12e),'tickLength':_0x1154ed(0x139)},'none':'Aucun','theIndexItem':_0x1154ed(0x17f),'seriesDefaultName':_0x1154ed(0x189),'categoryDefaultName':'Catégorie\x20{0}','styleEditPanel':{'showLabels':_0x1154ed(0xe5),'showDataLabels':_0x1154ed(0x181),'padAngle':_0x1154ed(0x10b),'halfPie':_0x1154ed(0x11f),'rosePie':'Camembert\x20en\x20rose','pieValScale':_0x1154ed(0x116),'pieValSuffix':_0x1154ed(0x142),'pieDigitalFixed':_0x1154ed(0xd0),'showLabelLine':_0x1154ed(0x125),'reverseAxisOrder':_0x1154ed(0x122),'showAxisLine':_0x1154ed(0xf5),'labelPosition':_0x1154ed(0x102),'labelText':_0x1154ed(0x18a),'repeatWordCould':_0x1154ed(0xc5),'gap':_0x1154ed(0x155),'useAbsValue':_0x1154ed(0x128),'labelRotate':'Rotation\x20des\x20étiquettes','wordCloudShape':_0x1154ed(0x13d),'useDateAxis':'Utiliser\x20l’axe\x20des\x20dates','dateAxisTips':_0x1154ed(0xcf)},'doughnutHole':_0x1154ed(0xf6),'radar':{'fill':_0x1154ed(0xef)},'msg':{'invalidSource':_0x1154ed(0xff),'emptyTips':_0x1154ed(0x14e),'sankeyCircularTips':_0x1154ed(0x111)},'cloud':{'title':'Nuage\x20de\x20mots','word':_0x1154ed(0x194),'frequency':_0x1154ed(0x13a)},'trendline':{'name':'Courbe\x20de\x20tendance','displayName':_0x1154ed(0xde),'addTrendLine':_0x1154ed(0x12b),'trendlineType':'Type\x20de\x20courbe\x20de\x20tendance','trendlineName':'Nom\x20de\x20la\x20courbe\x20de\x20tendance','trendlineColor':_0x1154ed(0x172),'trendlineThickness':_0x1154ed(0xd8),'trendlineDashType':_0x1154ed(0xcd),'exp':_0x1154ed(0x104),'linear':_0x1154ed(0x101),'log':'Logarithmique','pow':_0x1154ed(0xe8),'movingAvg':_0x1154ed(0x17c),'poly':_0x1154ed(0x166),'order':_0x1154ed(0x12f),'period':_0x1154ed(0xd7),'showFormula':_0x1154ed(0x184),'showR2':_0x1154ed(0x113),'formula':'Formule','r2':_0x1154ed(0xdd)},'bubble':{'xAxis':'Axe\x20X','yAxis':_0x1154ed(0xda),'size':_0x1154ed(0xd2),'label':'Étiquette\x20de\x20la\x20bulle','emptyTips':_0x1154ed(0xeb)},'relation':{'title':'Graphique\x20de\x20relations','auto':_0x1154ed(0x190),'circular':'Circulaire','force':_0x1154ed(0x16b),'useValueAsSymbolSize':_0x1154ed(0x12a),'layoutType':_0x1154ed(0x127),'forceOptions':_0x1154ed(0xfb),'repulsion':'Répulsion','gravity':_0x1154ed(0x18c),'edgeLength':'Distance\x20entre\x20les\x20nœuds','rotateLabel':_0x1154ed(0xca),'emphasis':_0x1154ed(0x18d),'emptyTips':_0x1154ed(0x178)},'waterfall':{'stackType':_0x1154ed(0x171),'arrangement':_0x1154ed(0x137),'stacked':_0x1154ed(0xd9),'positive':_0x1154ed(0xf0),'negative':'Négatif','subtotal':'Sous-total','showSubtotal':'Afficher\x20le\x20sous-total','positiveStyle':_0x1154ed(0x150),'negativeStyle':_0x1154ed(0x11d),'subtotalStyle':_0x1154ed(0x124),'positiveLegendText':_0x1154ed(0x100),'negativeLegendText':_0x1154ed(0xcc),'subtotalLegendText':_0x1154ed(0x119)},'pareto':{'lineName':'Pourcentage\x20Cumulé','lineSeries':_0x1154ed(0xe4),'barSeries':_0x1154ed(0xf8)},'visualMapScope':_0x1154ed(0x164),'boxplot':{'min':_0x1154ed(0xfd),'q1':'Premier\x20quartile','median':_0x1154ed(0x160),'q3':'Troisième\x20quartile','max':_0x1154ed(0xfc)},'chartTypes':{'line':'Graphique\x20en\x20ligne','area':_0x1154ed(0x149),'areaStacked':_0x1154ed(0x151),'areaPercentStacked':_0x1154ed(0xc7),'column':_0x1154ed(0x136),'bar':_0x1154ed(0x16e),'barStacked':_0x1154ed(0xe7),'barPercentStacked':_0x1154ed(0x15d),'pie':'Graphique\x20en\x20camembert','donut':_0x1154ed(0xf4),'scatter':_0x1154ed(0x126),'radar':_0x1154ed(0x15b),'bubble':'Graphique\x20en\x20bulles','stock':_0x1154ed(0x123),'combination':'Graphique\x20combiné','wordCloud':_0x1154ed(0xdf),'funnel':_0x1154ed(0x120),'relation':_0x1154ed(0x134),'waterfall':_0x1154ed(0x162),'pareto':_0x1154ed(0x161),'sankey':_0x1154ed(0x10e),'heatmap':_0x1154ed(0xc8),'boxplot':_0x1154ed(0x118)},'dialog':{'numfmt':{'general':_0x1154ed(0x169),'accounting':'Comptabilité','currency':'Monétaire','date':_0x1154ed(0x131),'thousandthPercentile':_0x1154ed(0x180),'fieldSetting':'Paramètres\x20de\x20champ','formatTypes':_0x1154ed(0xd4),'confirm':'OK','cancel':_0x1154ed(0x132),'generalDesc':_0x1154ed(0x10d),'accountingDesc':_0x1154ed(0x165),'currencyDesc':_0x1154ed(0xe3),'dateDesc':_0x1154ed(0x15c),'thousandthPercentileDesc':_0x1154ed(0x108),'decimalPlaces':_0x1154ed(0x117),'currencyTypes':'Types\x20de\x20devises','negativeNumberTypes':_0x1154ed(0x13e),'dateTypes':_0x1154ed(0x15f)},'setFormat':_0x1154ed(0x13c)}}};}));function _0x17fa(){var _0x310770=['Milleième','Afficher\x20les\x20étiquettes\x20de\x20données','Rectangle\x20arrondi','Étape','Afficher\x20la\x20formule','Haut','Position','Cercle\x20vide','Titre','Série\x20{0}','Texte\x20des\x20étiquettes','Masquer\x20le\x20panneau\x20de\x20graphique','Gravité','Activer\x20l’effet\x20d’apparition\x20en\x20fondu\x20lors\x20de\x20la\x20sélection','Catégorie','amd','Auto','Triangle','Flèche\x20vide','Plein','Mot','Répéter\x20le\x20nuage\x20de\x20mots','À\x20l’extérieur','Graphique\x20en\x20aires\x20empilées\x20en\x20pourcentage','Carte\x20thermique','Alignement\x20du\x20titre\x20de\x20l’axe','Faire\x20pivoter\x20l’étiquette','Configurer','Texte\x20de\x20légende\x20négatif','Type\x20de\x20ligne\x20pointillée\x20de\x20la\x20courbe\x20de\x20tendance','object','L’axe\x20des\x20dates\x20n’est\x20disponible\x20que\x20lorsque\x20toutes\x20les\x20données\x20sont\x20au\x20format\x20date','Chiffres\x20fixes\x20du\x20camembert','Triangle\x20vide','Taille\x20de\x20la\x20bulle','À\x20l’intérieur','Types\x20de\x20formats','Morceaux','Épingle','Période\x20de\x20la\x20moyenne\x20mobile','Épaisseur\x20de\x20la\x20courbe\x20de\x20tendance','Empilé','Axe\x20Y','Lignes\x20de\x20grille\x20principales','Fermer','R\x20carré','Nom\x20de\x20la\x20courbe\x20de\x20tendance','Graphique\x20en\x20nuage\x20de\x20mots','Type\x20de\x20ligne\x20indicatrice','Max','161295FUsuPK','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.','Série\x20du\x20Pourcentage\x20Cumulé','Afficher\x20les\x20étiquettes','{0}\x20avec\x20type','Graphique\x20en\x20barres\x20empilées','Puissance','1653092vnXgCg','Couleur\x20de\x20la\x20bordure\x20du\x20graphique','Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','Automatique','558696qJPPgW','(Vide)','Remplir','Positif','Carré\x20vide','Pointillé','162784hQjmhT','Graphique\x20en\x20beignet','Afficher\x20la\x20ligne\x20de\x20l’axe','Trou\x20du\x20beignet','Carré','Série\x20de\x20Diagramme\x20en\x20Barres','Point','Multiple','Options\x20de\x20disposition\x20par\x20forces','Valeur\x20maximale','Valeur\x20minimale','Utiliser\x20l’axe\x20droit','La\x20source\x20de\x20données\x20du\x20graphique\x20doit\x20contenir\x20plus\x20d’une\x20ligne\x20et\x20d’une\x20colonne.','Texte\x20de\x20légende\x20positif','Linéaire','Position\x20des\x20étiquettes','Axe','Exponentielle','Séries','154460gLHPDN','exports','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.','Étiquettes\x20de\x20données','Lignes\x20de\x20grille','Angle\x20de\x20remplissage\x20des\x20étiquettes','{0}\x20avec\x20opacité','Le\x20format\x20général\x20n’applique\x20aucun\x20format\x20numérique\x20spécifique.','Graphique\x20de\x20Sankey','Personnaliser','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','Connecter\x20les\x20points\x20de\x20données\x20avec\x20des\x20lignes\x20droites','Afficher\x20R\x20carré','Style\x20des\x20points\x20de\x20données','Pourcentage','Échelle\x20de\x20valeur\x20du\x20camembert','Décimales','Boîte\x20à\x20moustaches','Texte\x20de\x20légende\x20du\x20sous-total','Aucun','Thèmes','Titre\x20de\x20l’axe\x20Y','Style\x20négatif','Légende','Demi-camembert','Graphique\x20en\x20entonnoir','30uAbqAn','Inverser\x20l’ordre\x20des\x20axes','Graphique\x20boursier','Style\x20du\x20sous-total','Afficher\x20la\x20ligne\x20des\x20étiquettes','Graphique\x20de\x20dispersion','Type\x20de\x20disposition','Utiliser\x20la\x20valeur\x20absolue','Couleur','Utiliser\x20la\x20valeur\x20comme\x20taille\x20de\x20nœud','Ajouter\x20une\x20courbe\x20de\x20tendance','Début','Droite','Position\x20des\x20graduations','Ordre\x20du\x20polynôme','Options\x20de\x20l’axe','Date','Annuler','Losange','Graphique\x20de\x20relation','Flèche','Graphique\x20en\x20colonnes','Séquentiel','Titre\x20de\x20l’axe\x20X','Longueur\x20des\x20graduations','Fréquence','Tiret','Définir\x20le\x20format\x20de\x20l’étiquette','Forme\x20du\x20nuage\x20de\x20mots','Types\x20de\x20nombres\x20négatifs','Simple','Format\x20du\x20titre','Style\x20de\x20graphique','Suffixe\x20de\x20valeur\x20du\x20camembert','Ligne\x20indicatrice','657txkGMe','Utiliser\x20{0}\x20comme\x20catégorie','{0}\x20avec\x20format','function','Épingle\x20vide','Graphique\x20en\x20aires','Ligne','Type\x20de\x20graphique','Valeur','Point\x20de\x20données','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','Valeur\x20indicatrice','Style\x20positif','Graphique\x20en\x20aires\x20empilées','Lignes\x20de\x20grille\x20et\x20graduations','Axe\x20droit','Fin','Écart','Empiler','Plus\x20de\x20paramètres','Masquer','Éditeur\x20de\x20graphique','Ajouter\x20une\x20série','Graphique\x20radar','Le\x20format\x20date\x20affiche\x20les\x20numéros\x20de\x20série\x20comme\x20des\x20valeurs\x20de\x20date\x20et\x20d’heure.','Graphique\x20en\x20barres\x20empilées\x20en\x20pourcentage','Milieu','Types\x20de\x20dates','Médiane','Graphique\x20de\x20Pareto','Graphique\x20en\x20cascade','Forme\x20du\x20nœud\x20de\x20données','Portée\x20de\x20la\x20carte\x20visuelle','Le\x20format\x20comptabilité\x20aligne\x20les\x20symboles\x20monétaires\x20et\x20les\x20points\x20décimaux\x20dans\x20une\x20colonne.','Polynomiale','14942vjpPWE','Par\x20défaut','Général','Polygone','Forces\x20dirigées','7GLMqFr','973088EUrGZg','Graphique\x20en\x20barres','Axe\x20horizontal','{0}\x20avec\x20couleur','Type\x20d\x27empilement','Couleur\x20de\x20la\x20courbe\x20de\x20tendance','Centre','Axe\x20vertical','Remplissage\x20en\x20dégradé','Bas','Gauche','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','Format','Bordure','Losange\x20vide','Moyenne\x20mobile','Afficher\x20les\x20cellules\x20vides\x20comme','Pourcentage\x20empilé','L’élément\x20{0}'];_0x17fa=function(){return _0x310770;};return _0x17fa();}
|
|
21
|
-
|
|
22
|
-
// @univerjs-pro/sheets-sparkline-ui/locale/fr-FR
|
|
23
|
-
(function(_0xff18b2,_0xbc5487){var _0x538a27=_0x4792,_0x3068b1=_0xff18b2();while(!![]){try{var _0xffb217=parseInt(_0x538a27(0x114))/0x1+-parseInt(_0x538a27(0xe9))/0x2+parseInt(_0x538a27(0xde))/0x3+-parseInt(_0x538a27(0x112))/0x4+-parseInt(_0x538a27(0xef))/0x5*(-parseInt(_0x538a27(0x115))/0x6)+parseInt(_0x538a27(0xf1))/0x7+parseInt(_0x538a27(0x11a))/0x8*(-parseInt(_0x538a27(0xf3))/0x9);if(_0xffb217===_0xbc5487)break;else _0x3068b1['push'](_0x3068b1['shift']());}catch(_0xf4d6ca){_0x3068b1['push'](_0x3068b1['shift']());}}}(_0xfaf0,0x8e7d6),function(_0x426553,_0x492d02){var _0xfde5dd=_0x4792;typeof exports=='object'&&typeof module<'u'?module[_0xfde5dd(0xeb)]=_0x492d02():typeof define=='function'&&define['amd']?define([],_0x492d02):(_0x426553=typeof globalThis<'u'?globalThis:_0x426553||self,_0x426553[_0xfde5dd(0xe3)]=_0x492d02());}(this,function(){var _0x30d736=_0x4792;return{'sheets-sparkline-ui':{'permission':{'editErr':'La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.'},'title':_0x30d736(0x111),'remove':'Supprimer\x20le\x20sparkline','edit':_0x30d736(0xfe),'panel':{'title':_0x30d736(0x10f),'basic':_0x30d736(0xfd),'advanced':_0x30d736(0x102),'sourceAndPosition':_0x30d736(0x10c),'type':'Type','line':'Ligne','bar':_0x30d736(0xed),'pie':_0x30d736(0xdc),'profitAndLoss':_0x30d736(0x109),'theme':_0x30d736(0x107),'standard':_0x30d736(0xe7),'custom':_0x30d736(0xec),'specialty':_0x30d736(0x110),'distinctive':'Distinctif','soft':_0x30d736(0xe6),'fresh':_0x30d736(0x103),'adjustStyle':_0x30d736(0xf4),'sparklineColor':_0x30d736(0xff),'lineWidth':_0x30d736(0x11b),'gradient':_0x30d736(0x108),'radius':_0x30d736(0x100),'marker':_0x30d736(0x10b),'highPoint':'Point\x20haut','lowPoint':_0x30d736(0xe4),'firstPoint':_0x30d736(0xe5),'lastPoint':_0x30d736(0x105),'negativePoint':'Point\x20négatif','markersPoint':_0x30d736(0xdf),'manager':_0x30d736(0xee),'removeItem':_0x30d736(0x118),'removeGroup':_0x30d736(0x10d),'composeManager':_0x30d736(0x117),'compose':_0x30d736(0xf5),'unCompose':_0x30d736(0xfc),'horizontal':_0x30d736(0xf9),'showZeroAxis':_0x30d736(0xe8),'axisColor':_0x30d736(0xe1),'reverse':_0x30d736(0xf0),'vertical':_0x30d736(0x10a),'min':_0x30d736(0xea),'itemMin':_0x30d736(0xf2),'groupMin':_0x30d736(0xfa),'customMin':_0x30d736(0xf7),'max':_0x30d736(0x113),'itemMax':_0x30d736(0xfb),'groupMax':_0x30d736(0xf6),'customMax':_0x30d736(0xf7),'moreSetting':_0x30d736(0x116),'showHidden':'Afficher\x20les\x20données\x20masquées','showEmptyAs':_0x30d736(0xe2),'showNonNumAs':_0x30d736(0x101),'spacing':'Espacement','zeroValue':'Valeur\x20zéro','connectWithLine':'Relier\x20les\x20points\x20de\x20données\x20par\x20une\x20ligne','default':'Par\x20défaut'},'selector':{'title':_0x30d736(0xfe),'changeType':'Changer\x20le\x20type','sparkline':'Sparkline','sparklineGroup':'Groupe\x20de\x20sparklines','setSource':_0x30d736(0xe0),'setTarget':_0x30d736(0x10e),'confirm':_0x30d736(0xdd),'cancel':_0x30d736(0x106),'targetError':'Plage\x20cible\x20invalide','singleSourceError':_0x30d736(0x104),'multSourceError':_0x30d736(0xf8),'resetSourceError':_0x30d736(0x119)}}};}));function _0x4792(_0x3d168f,_0x3c8110){_0x3d168f=_0x3d168f-0xdc;var _0xfaf030=_0xfaf0();var _0x479274=_0xfaf030[_0x3d168f];return _0x479274;}function _0xfaf0(){var _0xdb1585=['Sélectionner\x20l\x27emplacement','Paramètres\x20du\x20sparkline','Spécial','Sparkline','3563364jZgDIR','Valeur\x20maximale','656725dlGQgX','1184514YMnthX','Plus\x20de\x20paramètres','Gestionnaire\x20de\x20groupe','Supprimer\x20l\x27élément','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20un\x20seul\x20emplacement','8HCzfgV','Largeur\x20de\x20ligne','Secteur','Confirmer','2490366cNKleA','Marqueurs','Sélectionner\x20la\x20plage\x20de\x20données','Couleur\x20de\x20l\x27axe','Afficher\x20les\x20cellules\x20vides\x20comme','UniverProSheetsSparklineUiFrFR','Point\x20bas','Premier\x20point','Doux','Standard','Afficher\x20l\x27axe\x20zéro','259908CvSezG','Valeur\x20minimale','exports','Personnalisé','Barre','Gestionnaire','5syvWxq','Dessiner\x20les\x20données\x20de\x20droite\x20à\x20gauche','6757268mGjOfu','Utiliser\x20la\x20valeur\x20minimale\x20de\x20chaque\x20sparkline','9406413SmUqAK','Ajuster\x20le\x20style','Grouper','Utiliser\x20la\x20valeur\x20maximale\x20du\x20groupe','Valeur\x20personnalisée','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20plusieurs\x20zones','Axe\x20horizontal','Utiliser\x20la\x20valeur\x20minimale\x20du\x20groupe','Utiliser\x20la\x20valeur\x20maximale\x20de\x20chaque\x20sparkline','Dégrouper','Paramètres\x20de\x20base','Modifier\x20le\x20sparkline','Couleur\x20du\x20sparkline','Afficher\x20les\x20coins\x20arrondis','Afficher\x20les\x20cellules\x20non\x20numériques\x20comme','Paramètres\x20avancés','Frais','La\x20sélection\x20multiple\x20n\x27est\x20pas\x20prise\x20en\x20charge\x20lors\x20de\x20la\x20modification\x20d\x27un\x20seul\x20sparkline','Dernier\x20point','Annuler','Thème','Remplissage\x20dégradé','G/P','Axe\x20vertical','Marqueur','Plage\x20de\x20données\x20et\x20position','Supprimer\x20le\x20groupe'];_0xfaf0=function(){return _0xdb1585;};return _0xfaf0();}
|
|
24
|
-
|
|
25
|
-
// @univerjs-pro/sheets-shape-ui/locale/fr-FR
|
|
26
|
-
function _0xcf7b(){var _0x42326e=['443947IeHgku','Légende\x20flèche\x20gauche','Coin\x20plié','Préparation','Rectangle\x20à\x20coins\x20coupés\x20diagonaux','Rectangle\x20à\x20coins\x20coupés\x20même\x20côté','Type\x20de\x20jointure','Corde','Rouleau\x20vertical','Décagone','Remplissage','Zone\x20de\x20texte\x20verticale','Flèche\x20losange','Étoile\x20à\x208\x20branches','1136jRQrAx','Flèche\x20droite','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Continue','Rectangle\x20à\x20un\x20coin\x20arrondi','Onglets\x20carrés','Processus','Ruban\x20vers\x20le\x20bas','Légende\x203','UniverProSheetsShapeUiFrFR','Remplissage\x20dégradé','Ligne\x20double\x20fléchée','Rectangle','Biseauté','Explosion\x202','Pentagone','Réinitialiser','Cylindre','Triangle\x20isocèle','Connecteur\x20courbe\x20double\x20fléché','Étoile\x20à\x207\x20branches','Arc','Trapèze','function','Ligne\x20fléchée','Pivoter\x20à\x20gauche\x20de\x2090°','Extraire','Formes\x20d\x27équation','Légende\x20bordure\x20accent\x201','Heptagone','Saisie\x20manuelle','Légende\x202','Basculer\x20le\x20texte\x20vertical','Terminaison','haut','Légende\x20bordure\x20accent\x203','Basculer\x20le\x20retournement\x20horizontal','Courbé','bas','Étoile\x20à\x206\x20branches','2684082ARBoKp','Type\x20de\x20flèche\x20de\x20début','Flèche\x20swoosh','Bouton\x20d\x27action\x20:\x20Information','Stockage\x20hors\x20ligne','Dodécagone','Haut','Légende\x201','Graphique\x20Étoile','Flèche\x20coudée','Aucune','Double\x20crochet','Connecteur\x20coudé','Données','Style\x20de\x20la\x20forme','Soleil','Multiplier','object','Chevron','Stockage\x20interne','Anneau','Connecteur\x20coudé\x20double\x20fléché','Bouton\x20d\x27action\x20:\x20Retour','Supprimer\x20la\x20forme','Largeur','Ruban\x20courbe\x20vers\x20le\x20bas','Centre','35GMrDCF','Tiret\x20long-point-point','Biseau','Engrenage\x206','Flèche\x20gauche','Flèche\x20bas','Alignement','Rouleau\x20horizontal','Plat','Haut\x20droite','Flèche\x20courbe\x20bas','Connecteur\x20coudé\x20fléché','Basculer\x20le\x20retournement\x20vertical','Aucun\x20remplissage','Flèche','Étoile\x20à\x2016\x20branches','Ovale','Moins','Parallélogramme','Légende\x20rectangulaire','Flèche\x20gauche-droite-haut','Accolade\x20droite','Hexagone','Stockage\x20à\x20accès\x20direct','Rectangle\x20à\x20un\x20coin\x20coupé','Gauche','Haut\x20gauche','Légende\x20nuage','Bouton\x20d\x27action\x20:\x20Début','Forme\x20en\x20L','11634pmaotk','Éclair','Tiret\x20long-point','Flèches\x20en\x20bloc','Rectangle\x20à\x20un\x20coin\x20coupé\x20et\x20un\x20arrondi','Bouton\x20d\x27action\x20:\x20Fin','Zone\x20de\x20texte\x20horizontale','Étoile\x20à\x2012\x20branches','Aucun','Bouton\x20d\x27action\x20:\x20Accueil','Carré','Tiret\x20long','Jonction\x20de\x20sommation','Flèche\x20ouverte','Croix','Ligne\x20dégradée','Pivoter\x20avec\x20la\x20forme','Document','Rond','Engrenage\x209','Point\x20rond','Flèche\x20ovale','Différent','Interdiction\x20de\x20fumer','Graphique\x20Plus','Tiret','Légende\x20accent\x203','Alignement\x20horizontal','Droite','Explosion\x201','59524XEANpM','Format\x20de\x20la\x20forme','Ligne\x20continue','Bouton\x20d\x27action\x20:\x20Avancer\x20ou\x20Suivant','Étoiles\x20et\x20bannières','Pivoter\x20à\x20droite\x20de\x2090°','Légende\x20ligne\x201','Double\x20vague','Rectangle\x20à\x20coins\x20arrondis\x20même\x20côté','Couleur','Cœur','Onglets\x20d\x27angle','Retard','Étoile\x20à\x2032\x20branches','Insérer\x20une\x20forme','Smiley','Point\x20carré','625278RMKAPQ','Bande\x20perforée','Connecteur\x20hors\x20page','Bouton\x20d\x27action\x20:\x20Vide','Flèche\x20courbe\x20haut','Légende\x20flèche\x20bas','Rectangle\x20à\x20coins\x20arrondis\x20diagonaux','Étoile\x20à\x2024\x20branches','Flèche\x20courbe\x20droite','Légende\x20flèche\x20gauche-droite','Forme','Légende\x20flèche\x20quadruple','milieu','Flèche\x20circulaire\x20gauche-droite','Carte','Accolade\x20gauche','Multidocument','Flèche\x20quadruple','Type\x20de\x20flèche\x20de\x20fin','Aucune\x20ligne','Échelle\x20X','Remplissage\x20uni','Onglets\x20plaque','Rogner\x20à\x20la\x20forme','Flèche\x20gauche-droite','Flèche\x20circulaire','Entonnoir','Plaque','Taille\x20de\x20flèche\x20de\x20début','Onglet','Trapèze\x20non\x20isocèle','Affichage','Flèche\x20courbe\x20gauche','Style\x20d\x27esquisse','Larme','Vague','Tiret-point','Flèche\x20droite\x20entaillée','Accès\x20séquentiel','Ligne','Bouton\x20d\x27action\x20:\x20Film','Lignes','Remplissage\x20motif','Autres','Bas\x20gauche','Ligne\x20inverse','Fusionner','Légende\x20ovale','Bouton\x20d\x27action\x20:\x20Aide','Assembler','Flèche\x20circulaire\x20gauche','637762mqTMhZ','Masquer\x20le\x20panneau\x20des\x20formes','Secteur','Main\x20levée','Crochet\x20gauche','Grande','8130420PpREmo','gauche','Petite','Décision','Formes\x20de\x20base','Connecteur\x20courbe\x20fléché','Transparence','Moyenne','Flèche\x20coudée\x20vers\x20le\x20haut','Organigramme','Disque\x20magnétique','Cube','Plus','Arc\x20en\x20bloc','droite','Bouton\x20d\x27action\x20:\x20Retour\x20ou\x20Précédent','Flèche\x20gauche-haut','Source\x20de\x20l\x27image'];_0xcf7b=function(){return _0x42326e;};return _0xcf7b();}function _0xd1f5(_0x1142a1,_0x41300a){_0x1142a1=_0x1142a1-0x1f0;var _0xcf7ba8=_0xcf7b();var _0xd1f5bc=_0xcf7ba8[_0x1142a1];return _0xd1f5bc;}(function(_0x369e3d,_0x5dc501){var _0x1f4a60=_0xd1f5,_0x1b0c9b=_0x369e3d();while(!![]){try{var _0x1e3139=parseInt(_0x1f4a60(0x273))/0x1+parseInt(_0x1f4a60(0x25b))/0x2+-parseInt(_0x1f4a60(0x228))/0x3+parseInt(_0x1f4a60(0x217))/0x4*(-parseInt(_0x1f4a60(0x2c4))/0x5)+parseInt(_0x1f4a60(0x2a9))/0x6+-parseInt(_0x1f4a60(0x1f9))/0x7*(-parseInt(_0x1f4a60(0x281))/0x8)+-parseInt(_0x1f4a60(0x261))/0x9;if(_0x1e3139===_0x5dc501)break;else _0x1b0c9b['push'](_0x1b0c9b['shift']());}catch(_0x590d17){_0x1b0c9b['push'](_0x1b0c9b['shift']());}}}(_0xcf7b,0x3833e),function(_0x81acfe,_0x4c0d48){var _0x3f5f09=_0xd1f5;typeof exports==_0x3f5f09(0x2ba)&&typeof module<'u'?module['exports']=_0x4c0d48():typeof define==_0x3f5f09(0x298)&&define['amd']?define([],_0x4c0d48):(_0x81acfe=typeof globalThis<'u'?globalThis:_0x81acfe||self,_0x81acfe[_0x3f5f09(0x28a)]=_0x4c0d48());}(this,function(){var _0x35ab42=_0xd1f5;return{'sheets-shape-ui':{'align':{'top':_0x35ab42(0x2a3),'middle':_0x35ab42(0x234),'bottom':_0x35ab42(0x2a7),'left':_0x35ab42(0x262),'center':'centre','right':_0x35ab42(0x26f)},'toolbar':{'verticalAlignMode':{'main':'Alignement\x20vertical'},'horizontalAlignMode':{'main':_0x35ab42(0x214)},'fillColor':{'main':'Couleur\x20de\x20remplissage'},'fontSize':'Taille\x20de\x20police','fontSizeIncrease':'Augmenter\x20la\x20taille\x20de\x20la\x20police','fontSizeDecrease':'Diminuer\x20la\x20taille\x20de\x20la\x20police','resetColor':_0x35ab42(0x291)},'imagePanel':{'crop':{'shape':_0x35ab42(0x23f)}},'permission':{'editErr':_0x35ab42(0x283)},'title':_0x35ab42(0x232),'insertShape':_0x35ab42(0x225),'openPanel':'Ouvrir\x20le\x20panneau\x20des\x20formes','deleteShape':_0x35ab42(0x2c0),'hidePanel':_0x35ab42(0x25c),'formatShape':_0x35ab42(0x218),'shapeStyle':_0x35ab42(0x2b7),'shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':_0x35ab42(0x2a5),'toggleFlipV':_0x35ab42(0x2d0),'rotateRight90':_0x35ab42(0x21c),'rotateLeft90':_0x35ab42(0x29a),'toggleTextVertical':_0x35ab42(0x2a1),'fill':{'title':_0x35ab42(0x27d),'noFill':_0x35ab42(0x2d1),'solidFill':_0x35ab42(0x23d),'gradientFill':_0x35ab42(0x28b),'pictureFill':'Remplissage\x20image\x20ou\x20texture','patternFill':_0x35ab42(0x252),'color':_0x35ab42(0x220),'transparency':_0x35ab42(0x267),'picture':{'source':_0x35ab42(0x272),'insert':'Insérer...','tileAsTexture':'Mosaïque\x20d\x27image\x20comme\x20texture','offsetX':'Décalage\x20X','offsetY':'Décalage\x20Y','scaleX':_0x35ab42(0x23c),'scaleY':'Échelle\x20Y','alignment':_0x35ab42(0x2ca),'rotateWithShape':_0x35ab42(0x209),'align':{'tl':_0x35ab42(0x1f5),'t':_0x35ab42(0x2af),'tr':_0x35ab42(0x2cd),'l':_0x35ab42(0x1f4),'ctr':_0x35ab42(0x2c3),'r':_0x35ab42(0x215),'bl':_0x35ab42(0x254),'b':'Bas','br':'Bas\x20droite'}}},'line':{'title':_0x35ab42(0x24f),'noLine':_0x35ab42(0x23b),'solidLine':_0x35ab42(0x219),'gradientLine':_0x35ab42(0x208),'color':'Couleur','transparency':'Transparence','width':_0x35ab42(0x2c1),'dashType':{'title':'Type\x20de\x20tiret','solid':_0x35ab42(0x284),'roundDot':_0x35ab42(0x20d),'squareDot':_0x35ab42(0x227),'dash':_0x35ab42(0x212),'dashDot':_0x35ab42(0x24c),'longDash':_0x35ab42(0x204),'longDashDot':_0x35ab42(0x1fb),'longDashDotDot':_0x35ab42(0x2c5)},'capType':{'title':'Type\x20de\x20terminaison','flat':_0x35ab42(0x2cc),'round':_0x35ab42(0x20b),'square':_0x35ab42(0x203)},'joinType':{'title':_0x35ab42(0x279),'miter':_0x35ab42(0x245),'round':_0x35ab42(0x20b),'bevel':_0x35ab42(0x28e)},'beginArrowType':_0x35ab42(0x2aa),'beginArrowSize':_0x35ab42(0x244),'endArrowType':_0x35ab42(0x23a),'endArrowSize':'Taille\x20de\x20flèche\x20de\x20fin','arrowType':{'none':_0x35ab42(0x2b3),'arrow':_0x35ab42(0x2d2),'openArrow':_0x35ab42(0x206),'stealthArrow':'Flèche\x20furtive','diamondArrow':_0x35ab42(0x27f),'ovalArrow':_0x35ab42(0x20e)},'arrowSize':{'small':_0x35ab42(0x263),'medium':_0x35ab42(0x268),'large':_0x35ab42(0x260)},'sketchType':{'title':_0x35ab42(0x249),'none':_0x35ab42(0x201),'curved':_0x35ab42(0x2a6),'freehand':_0x35ab42(0x25e),'handDrawn':'Dessiné\x20à\x20la\x20main'}},'shape':{'group':{'line':_0x35ab42(0x251),'rectangle':'Rectangles','basicShape':_0x35ab42(0x265),'blockArrow':_0x35ab42(0x1fc),'equationShape':_0x35ab42(0x29c),'flowchart':_0x35ab42(0x26a),'starAndBanner':_0x35ab42(0x21b),'callout':'Légendes','other':_0x35ab42(0x253)},'type':{'line':_0x35ab42(0x24f),'straight-connector1':_0x35ab42(0x299),'straight-connector2':_0x35ab42(0x28c),'bent-connector3':_0x35ab42(0x2b5),'bent-connector3-arrow1':_0x35ab42(0x2cf),'bent-connector3-arrow2':_0x35ab42(0x2be),'curved-connector3':'Connecteur\x20courbe','curved-connector3-arrow1':_0x35ab42(0x266),'curved-connector3-arrow2':_0x35ab42(0x294),'rect':_0x35ab42(0x28d),'round-rect':'Rectangle\x20arrondi','snip1-rect':_0x35ab42(0x1f3),'snip2-same-rect':_0x35ab42(0x278),'snip2-diag-rect':_0x35ab42(0x277),'snip-round-rect':_0x35ab42(0x1fd),'round1-rect':_0x35ab42(0x285),'round2-same-rect':_0x35ab42(0x21f),'round2-diag-rect':_0x35ab42(0x22e),'rect-textbox-horizontal':_0x35ab42(0x1ff),'rect-textbox-vertical':_0x35ab42(0x27e),'ellipse':_0x35ab42(0x2d4),'triangle':_0x35ab42(0x293),'rt-triangle':'Triangle\x20rectangle','parallelogram':_0x35ab42(0x2d6),'trapezoid':_0x35ab42(0x297),'non-isosceles-trapezoid':_0x35ab42(0x246),'diamond':'Losange','pentagon':_0x35ab42(0x290),'hexagon':_0x35ab42(0x1f1),'heptagon':_0x35ab42(0x29e),'octagon':'Octogone','decagon':_0x35ab42(0x27c),'dodecagon':_0x35ab42(0x2ae),'pie':_0x35ab42(0x25d),'chord':_0x35ab42(0x27a),'teardrop':_0x35ab42(0x24a),'frame':'Cadre','half-frame':'Demi-cadre','corner':_0x35ab42(0x1f8),'diag-stripe':'Rayure\x20diagonale','plus':_0x35ab42(0x207),'plaque':_0x35ab42(0x243),'can':_0x35ab42(0x292),'cube':_0x35ab42(0x26c),'bevel':_0x35ab42(0x2c6),'donut':_0x35ab42(0x2bd),'no-smoking':_0x35ab42(0x210),'block-arc':_0x35ab42(0x26e),'folder-corner':_0x35ab42(0x275),'smiley-face':_0x35ab42(0x226),'heart':_0x35ab42(0x221),'lightning-bolt':_0x35ab42(0x1fa),'sun':_0x35ab42(0x2b8),'moon':'Lune','cloud':'Nuage','arc':_0x35ab42(0x296),'bracket-pair':_0x35ab42(0x2b4),'brace-pair':'Double\x20accolade','left-bracket':_0x35ab42(0x25f),'right-bracket':'Crochet\x20droit','left-brace':_0x35ab42(0x237),'right-brace':_0x35ab42(0x1f0),'right-arrow':_0x35ab42(0x282),'left-arrow':_0x35ab42(0x2c8),'up-arrow':'Flèche\x20haut','down-arrow':_0x35ab42(0x2c9),'left-right-arrow':_0x35ab42(0x240),'up-down-arrow':'Flèche\x20haut-bas','quad-arrow':_0x35ab42(0x239),'left-right-up-arrow':_0x35ab42(0x2d8),'bent-arrow':_0x35ab42(0x2b2),'uturn-arrow':'Flèche\x20demi-tour','left-up-arrow':_0x35ab42(0x271),'bent-up-arrow':_0x35ab42(0x269),'curved-right-arrow':_0x35ab42(0x230),'curved-left-arrow':_0x35ab42(0x248),'curved-up-arrow':_0x35ab42(0x22c),'curved-down-arrow':_0x35ab42(0x2ce),'striped-right-arrow':'Flèche\x20droite\x20rayée','notched-right-arrow':_0x35ab42(0x24d),'home-plate':_0x35ab42(0x290),'chevron':_0x35ab42(0x2bb),'right-arrow-callout':'Légende\x20flèche\x20droite','down-arrow-callout':_0x35ab42(0x22d),'left-arrow-callout':_0x35ab42(0x274),'up-arrow-callout':'Légende\x20flèche\x20haut','left-right-arrow-callout':_0x35ab42(0x231),'quad-arrow-callout':_0x35ab42(0x233),'circular-arrow':_0x35ab42(0x241),'math-plus':_0x35ab42(0x26d),'math-minus':_0x35ab42(0x2d5),'math-multiply':_0x35ab42(0x2b9),'math-divide':'Diviser','math-equal':'Égal','math-not-equal':_0x35ab42(0x20f),'flow-chart-process':_0x35ab42(0x287),'flow-chart-alternate-process':'Processus\x20alternatif','flow-chart-decision':_0x35ab42(0x264),'flow-chart-input-output':_0x35ab42(0x2b6),'flow-chart-predefined-process':'Processus\x20prédéfini','flow-chart-internal-storage':_0x35ab42(0x2bc),'flow-chart-document':_0x35ab42(0x20a),'flow-chart-multidocument':_0x35ab42(0x238),'flow-chart-terminator':_0x35ab42(0x2a2),'flow-chart-preparation':_0x35ab42(0x276),'flow-chart-manual-input':_0x35ab42(0x29f),'flow-chart-manual-operation':'Opération\x20manuelle','flow-chart-connector':'Connecteur','flow-chart-offpage-connector':_0x35ab42(0x22a),'flow-chart-punched-card':_0x35ab42(0x236),'flow-chart-punched-tape':_0x35ab42(0x229),'flow-chart-summing-junction':_0x35ab42(0x205),'flow-chart-or':'Ou','flow-chart-collate':_0x35ab42(0x259),'flow-chart-sort':'Trier','flow-chart-extract':_0x35ab42(0x29b),'flow-chart-merge':_0x35ab42(0x256),'flow-chart-online-storage':'Données\x20stockées','flow-chart-delay':_0x35ab42(0x223),'flow-chart-magnetic-tape':_0x35ab42(0x24e),'flow-chart-magnetic-disk':_0x35ab42(0x26b),'flow-chart-magnetic-drum':_0x35ab42(0x1f2),'flow-chart-display':_0x35ab42(0x247),'irregular-seal1':_0x35ab42(0x216),'irregular-seal2':_0x35ab42(0x28f),'star4':'Étoile\x20à\x204\x20branches','star5':'Étoile\x20à\x205\x20branches','star6':_0x35ab42(0x2a8),'star7':_0x35ab42(0x295),'star8':_0x35ab42(0x280),'star10':'Étoile\x20à\x2010\x20branches','star12':_0x35ab42(0x200),'star16':_0x35ab42(0x2d3),'star24':_0x35ab42(0x22f),'star32':_0x35ab42(0x224),'ribbon2':'Ruban\x20vers\x20le\x20haut','ribbon':_0x35ab42(0x288),'ellipse-ribbon2':'Ruban\x20courbe\x20vers\x20le\x20haut','ellipse-ribbon':_0x35ab42(0x2c2),'vertical-scroll':_0x35ab42(0x27b),'horizontal-scroll':_0x35ab42(0x2cb),'wave':_0x35ab42(0x24b),'double-wave':_0x35ab42(0x21e),'wedge-rect-callout':_0x35ab42(0x2d7),'wedge-round-rect-callout':'Légende\x20rectangulaire\x20arrondie','wedge-ellipse-callout':_0x35ab42(0x257),'cloud-callout':_0x35ab42(0x1f6),'border-callout1':_0x35ab42(0x21d),'border-callout2':'Légende\x20ligne\x202','border-callout3':'Légende\x20ligne\x203','accent-callout1':'Légende\x20accent\x201','accent-callout2':'Légende\x20accent\x202','accent-callout3':_0x35ab42(0x213),'callout1':_0x35ab42(0x2b0),'callout2':_0x35ab42(0x2a0),'callout3':_0x35ab42(0x289),'accent-border-callout1':_0x35ab42(0x29d),'accent-border-callout2':'Légende\x20bordure\x20accent\x202','accent-border-callout3':_0x35ab42(0x2a4),'left-circular-arrow':_0x35ab42(0x25a),'left-right-circular-arrow':_0x35ab42(0x235),'swoosh-arrow':_0x35ab42(0x2ab),'left-right-ribbon':'Ruban\x20gauche-droite','pie-wedge':'Secteur\x20circulaire','funnel':_0x35ab42(0x242),'gear6':_0x35ab42(0x2c7),'gear9':_0x35ab42(0x20c),'corner-tabs':_0x35ab42(0x222),'action-button-back-previous':_0x35ab42(0x270),'action-button-forward-next':_0x35ab42(0x21a),'action-button-beginning':_0x35ab42(0x1f7),'action-button-end':_0x35ab42(0x1fe),'action-button-home':_0x35ab42(0x202),'action-button-information':_0x35ab42(0x2ac),'action-button-return':_0x35ab42(0x2bf),'action-button-movie':_0x35ab42(0x250),'action-button-document':'Bouton\x20d\x27action\x20:\x20Document','action-button-sound':'Bouton\x20d\x27action\x20:\x20Son','action-button-help':_0x35ab42(0x258),'action-button-blank':_0x35ab42(0x22b),'chart-plus':_0x35ab42(0x211),'chart-star':_0x35ab42(0x2b1),'chart-x':'Graphique\x20X','flow-chart-offline-storage':_0x35ab42(0x2ad),'line-inv':_0x35ab42(0x255),'plaque-tabs':_0x35ab42(0x23e),'square-tabs':_0x35ab42(0x286),'up-down-arrow-callout':'Légende\x20flèche\x20haut-bas'}}}};}));
|
|
27
|
-
|
|
28
|
-
// @univerjs-pro/sheets-outline-ui/locale/fr-FR
|
|
29
|
-
(function(_0x207fcf,_0x3bbe8d){var _0x17c1c4=_0x5d00,_0x23b065=_0x207fcf();while(!![]){try{var _0x38c63c=parseInt(_0x17c1c4(0x17f))/0x1*(-parseInt(_0x17c1c4(0x179))/0x2)+-parseInt(_0x17c1c4(0x17a))/0x3*(-parseInt(_0x17c1c4(0x18d))/0x4)+parseInt(_0x17c1c4(0x178))/0x5+parseInt(_0x17c1c4(0x17c))/0x6+parseInt(_0x17c1c4(0x185))/0x7*(parseInt(_0x17c1c4(0x17e))/0x8)+-parseInt(_0x17c1c4(0x17b))/0x9+parseInt(_0x17c1c4(0x18a))/0xa;if(_0x38c63c===_0x3bbe8d)break;else _0x23b065['push'](_0x23b065['shift']());}catch(_0xcc6cd5){_0x23b065['push'](_0x23b065['shift']());}}}(_0x2d34,0x380a9),function(_0x5d59d3,_0x40f32a){var _0x5b907b=_0x5d00;typeof exports==_0x5b907b(0x18b)&&typeof module<'u'?module['exports']=_0x40f32a():typeof define=='function'&&define['amd']?define([],_0x40f32a):(_0x5d59d3=typeof globalThis<'u'?globalThis:_0x5d59d3||self,_0x5d59d3[_0x5b907b(0x187)]=_0x40f32a());}(this,function(){var _0x155420=_0x5d00;return{'sheets-outline-ui':{'cancel':'Annuler','group':'Grouper','ungroup':_0x155420(0x189),'groupRows':'Grouper\x20les\x20lignes\x20{0}\x20-\x20{1}','groupColumns':_0x155420(0x188),'ungroupRows':_0x155420(0x18c),'ungroupColumns':_0x155420(0x186),'error':{'permission':_0x155420(0x182),'invalidRange':_0x155420(0x184),'outOfBounds':_0x155420(0x183),'crossing':'Impossible\x20de\x20mettre\x20à\x20jour\x20le\x20plan,\x20car\x20le\x20résultat\x20créerait\x20des\x20groupes\x20qui\x20se\x20chevauchent.','maxDepth':_0x155420(0x181),'moveSplitsOutline':'Impossible\x20de\x20déplacer\x20les\x20lignes\x20ou\x20colonnes,\x20car\x20cela\x20fractionnerait\x20un\x20plan\x20existant.\x20Supprimez\x20d’abord\x20le\x20plan\x20concerné.','clearRangeNotContainOutline':_0x155420(0x180),'unknown':_0x155420(0x17d)}}};}));function _0x5d00(_0x413aa6,_0x1f214d){_0x413aa6=_0x413aa6-0x178;var _0x2d34a3=_0x2d34();var _0x5d007e=_0x2d34a3[_0x413aa6];return _0x5d007e;}function _0x2d34(){var _0x1586d4=['830340ygPXuI','object','Dégrouper\x20les\x20lignes\x20{0}\x20-\x20{1}','238692binvlH','604675FcASip','19636FGcBlV','9hYFauS','3622212wXoGgf','690882ZhHgYx','Impossible\x20de\x20mettre\x20à\x20jour\x20le\x20plan,\x20car\x20l’opération\x20n’est\x20pas\x20valide.','242768BKdDZL','8xFHXZS','Impossible\x20de\x20dégrouper,\x20car\x20la\x20plage\x20sélectionnée\x20ne\x20contient\x20pas\x20entièrement\x20la\x20plage\x20du\x20groupe\x20de\x20plan.','Impossible\x20de\x20créer\x20le\x20plan,\x20car\x20les\x20plans\x20compatibles\x20avec\x20Excel\x20prennent\x20en\x20charge\x20jusqu’à\x208\x20niveaux.','Vous\x20n’avez\x20pas\x20l’autorisation\x20d’affichage,\x20les\x20opérations\x20de\x20groupement\x20ne\x20peuvent\x20donc\x20pas\x20être\x20effectuées.','Impossible\x20de\x20créer\x20le\x20plan,\x20car\x20la\x20plage\x20sélectionnée\x20est\x20en\x20dehors\x20de\x20la\x20feuille.','Impossible\x20de\x20créer\x20le\x20plan,\x20car\x20la\x20plage\x20sélectionnée\x20n’est\x20pas\x20valide.','49rAipwG','Dégrouper\x20les\x20colonnes\x20{0}\x20-\x20{1}','UniverProSheetsOutlineUiFrFR','Grouper\x20les\x20colonnes\x20{0}\x20-\x20{1}','Dégrouper'];_0x2d34=function(){return _0x1586d4;};return _0x2d34();}
|
|
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)}));
|
package/lib/umd/locales/id-ID.js
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
// @univerjs-pro/exchange-client/locale/id-ID
|
|
2
|
-
function _0x593a(_0x44423a,_0x3c1652){_0x44423a=_0x44423a-0x1e5;var _0x35d49c=_0x35d4();var _0x593a19=_0x35d49c[_0x44423a];return _0x593a19;}function _0x35d4(){var _0x279b95=['2253251mXKHvy','Kesalahan\x20internal\x20tidak\x20diketahui','function','1635690zhROEg','25598223fwWhlF','File\x20berhasil\x20diunggah','7424958HsscyJ','exports','7338352iKntHe','File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah','Harap\x20tunggu...','5Kugzln','4200940aAZDPm','356871LmmMPf','Data\x20terlalu\x20besar','Mengunggah','Unduhan\x20berhasil','Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','Unggah\x20ulang','{0}\x20file\x20berhasil\x20diunggah','UniverProExchangeClientIdID','amd','Kesalahan\x20jaringan','3OAfbhs'];_0x35d4=function(){return _0x279b95;};return _0x35d4();}(function(_0x2dc79c,_0x420216){var _0x49870b=_0x593a,_0x13d93e=_0x2dc79c();while(!![]){try{var _0x278ee4=parseInt(_0x49870b(0x1eb))/0x1+parseInt(_0x49870b(0x1f9))/0x2*(-parseInt(_0x49870b(0x1f5))/0x3)+parseInt(_0x49870b(0x1ea))/0x4*(-parseInt(_0x49870b(0x1e9))/0x5)+-parseInt(_0x49870b(0x1fc))/0x6+-parseInt(_0x49870b(0x1f6))/0x7+parseInt(_0x49870b(0x1e6))/0x8+parseInt(_0x49870b(0x1fa))/0x9;if(_0x278ee4===_0x420216)break;else _0x13d93e['push'](_0x13d93e['shift']());}catch(_0xeed0ce){_0x13d93e['push'](_0x13d93e['shift']());}}}(_0x35d4,0xa8b02),function(_0x4f7172,_0x413928){var _0x54464a=_0x593a;typeof exports=='object'&&typeof module<'u'?module[_0x54464a(0x1e5)]=_0x413928():typeof define==_0x54464a(0x1f8)&&define[_0x54464a(0x1f3)]?define([],_0x413928):(_0x4f7172=typeof globalThis<'u'?globalThis:_0x4f7172||self,_0x4f7172[_0x54464a(0x1f2)]=_0x413928());}(this,function(){var _0x33f0cf=_0x593a;return{'exchange-client':{'uploading':_0x33f0cf(0x1ed),'uploadSuccess':_0x33f0cf(0x1fb),'uploadSuccessTip':_0x33f0cf(0x1f1),'downloading':'Mengunduh','downloadSuccess':_0x33f0cf(0x1ee),'unknownMistake':'Kesalahan\x20tidak\x20diketahui','networkError':_0x33f0cf(0x1f4),'tooLarge':_0x33f0cf(0x1ec),'internalError':_0x33f0cf(0x1f7),'interrupt':_0x33f0cf(0x1ef),'fileTypeError':_0x33f0cf(0x1e7),'wait':_0x33f0cf(0x1e8),'cancel':'Batal','uploadAgain':_0x33f0cf(0x1f0)}};}));
|
|
3
|
-
|
|
4
|
-
// @univerjs-pro/sheets-exchange-client/locale/id-ID
|
|
5
|
-
function _0xbfc6(){var _0x392946=['657ajOoJQ','197732FwETbe','133SbNigU','466212SnRGiC','1106478iiSlRY','40Vlbzka','object','1354RpzhIz','exports','165tUXCjQ','amd','File','3552828cCXvAe','271689NPKGwf','6600580BtFSRf','33pBpvJj','UniverProSheetsExchangeClientIdID','Simpan\x20Sebagai'];_0xbfc6=function(){return _0x392946;};return _0xbfc6();}function _0x541f(_0x5adf99,_0x2d724e){_0x5adf99=_0x5adf99-0x1dd;var _0xbfc6aa=_0xbfc6();var _0x541f47=_0xbfc6aa[_0x5adf99];return _0x541f47;}(function(_0x1bae79,_0x47b4cb){var _0x502b1c=_0x541f,_0x30c2e9=_0x1bae79();while(!![]){try{var _0x861f83=-parseInt(_0x502b1c(0x1eb))/0x1+-parseInt(_0x502b1c(0x1e5))/0x2*(-parseInt(_0x502b1c(0x1de))/0x3)+parseInt(_0x502b1c(0x1df))/0x4*(parseInt(_0x502b1c(0x1e7))/0x5)+parseInt(_0x502b1c(0x1e1))/0x6*(parseInt(_0x502b1c(0x1e0))/0x7)+parseInt(_0x502b1c(0x1e3))/0x8*(-parseInt(_0x502b1c(0x1e2))/0x9)+-parseInt(_0x502b1c(0x1ec))/0xa+-parseInt(_0x502b1c(0x1ed))/0xb*(parseInt(_0x502b1c(0x1ea))/0xc);if(_0x861f83===_0x47b4cb)break;else _0x30c2e9['push'](_0x30c2e9['shift']());}catch(_0x579be4){_0x30c2e9['push'](_0x30c2e9['shift']());}}}(_0xbfc6,0xc87ea),function(_0x4127ff,_0xe0f7ba){var _0x86989a=_0x541f;typeof exports==_0x86989a(0x1e4)&&typeof module<'u'?module[_0x86989a(0x1e6)]=_0xe0f7ba():typeof define=='function'&&define[_0x86989a(0x1e8)]?define([],_0xe0f7ba):(_0x4127ff=typeof globalThis<'u'?globalThis:_0x4127ff||self,_0x4127ff[_0x86989a(0x1ee)]=_0xe0f7ba());}(this,function(){var _0x3de318=_0x541f;return{'sheets-exchange-client':{'file':_0x3de318(0x1e9),'upload':'Buka(File)','download':_0x3de318(0x1dd)}};}));
|
|
6
|
-
|
|
7
|
-
// @univerjs-pro/sheets-pivot/locale/id-ID
|
|
8
|
-
function _0x3df6(){var _0xb5ec66=['lainnya','6518752yDVyup','Tahun','1ayvBCZ','Total\x20Keseluruhan','Rata-rata\x20dari\x20','230AyqURh','Subtotal','12796856AgJTMp','6hFhpsp','3622954EVGaoC','{0}\x20kuartal','55858902IKSNxU','Maks\x20dari\x20','{0}\x20bulan','{0}\x20bulan\x20{1}\x20hari','Menit','Bulan','Nilai','(Kosong)','5363615DolpCL','object','Kolom\x20','Lembar','7KQNMYu','Var\x20dari\x20','{0}\x20tahun\x20{1}\x20kuartal','4525089Wfkbjw','function','94455NnTuXc','(Lainnya)','Hasil\x20Kali\x20dari\x20','UniverProSheetsPivotIdID','Total','Tahun-Bulan-Hari','Hari','exports','{0}\x20menit','kosong','amd','Jumlah\x20dari\x20','Varp\x20dari\x20','Min\x20dari\x20','Kolom','Tahun-Kuartal','{0}\x20tahun\x20{1}\x20bulan','Kuartal','Bulan-Hari'];_0x3df6=function(){return _0xb5ec66;};return _0x3df6();}function _0x5761(_0x1e9392,_0x17d9e5){_0x1e9392=_0x1e9392-0x139;var _0x3df692=_0x3df6();var _0x576168=_0x3df692[_0x1e9392];return _0x576168;}(function(_0x18a3e5,_0x48a403){var _0x579ee9=_0x5761,_0x127e3e=_0x18a3e5();while(!![]){try{var _0x5b34b4=parseInt(_0x579ee9(0x154))/0x1*(-parseInt(_0x579ee9(0x15b))/0x2)+-parseInt(_0x579ee9(0x13c))/0x3+parseInt(_0x579ee9(0x152))/0x4+parseInt(_0x579ee9(0x165))/0x5*(-parseInt(_0x579ee9(0x15a))/0x6)+parseInt(_0x579ee9(0x139))/0x7*(-parseInt(_0x579ee9(0x159))/0x8)+parseInt(_0x579ee9(0x13e))/0x9*(parseInt(_0x579ee9(0x157))/0xa)+parseInt(_0x579ee9(0x15d))/0xb;if(_0x5b34b4===_0x48a403)break;else _0x127e3e['push'](_0x127e3e['shift']());}catch(_0x3f98b3){_0x127e3e['push'](_0x127e3e['shift']());}}}(_0x3df6,0xe9a39),function(_0x1a4c09,_0x4e9c8f){var _0x3b5131=_0x5761;typeof exports==_0x3b5131(0x166)&&typeof module<'u'?module[_0x3b5131(0x145)]=_0x4e9c8f():typeof define==_0x3b5131(0x13d)&&define[_0x3b5131(0x148)]?define([],_0x4e9c8f):(_0x1a4c09=typeof globalThis<'u'?globalThis:_0x1a4c09||self,_0x1a4c09[_0x3b5131(0x141)]=_0x4e9c8f());}(this,function(){var _0x157a47=_0x5761;return{'sheets-pivot':{'sheet':_0x157a47(0x168),'blankValue':_0x157a47(0x164),'otherValue':_0x157a47(0x13f),'columnName':_0x157a47(0x167),'subTotalText':_0x157a47(0x142),'grandTotalText':_0x157a47(0x155),'valueText':'Nilai','averageName':_0x157a47(0x156),'countName':_0x157a47(0x149),'countNumsName':_0x157a47(0x149),'maxName':_0x157a47(0x15e),'minName':_0x157a47(0x14b),'productName':_0x157a47(0x140),'stdDevName':'StdDev\x20dari\x20','stdDevpName':'StdDevp\x20dari\x20','sumName':_0x157a47(0x149),'varName':_0x157a47(0x13a),'varpName':_0x157a47(0x14a),'subTotal':_0x157a47(0x158),'grandTotal':_0x157a47(0x155),'value':'nilai','blank':_0x157a47(0x147),'other':_0x157a47(0x151),'emptyPivot':{'filter':'Filter','row':'Baris','column':_0x157a47(0x14c),'values':_0x157a47(0x163)},'dateGroup':{'year':_0x157a47(0x153),'month':_0x157a47(0x162),'day':_0x157a47(0x144),'hour':'Jam','minute':_0x157a47(0x161),'quarter':_0x157a47(0x14f),'monthDate':_0x157a47(0x150),'yearQuarter':_0x157a47(0x14d),'yearMonth':'Tahun-Bulan','yearMonthDate':_0x157a47(0x143)},'cellDateGroupDisplay':{'minute':_0x157a47(0x146),'hour':'{0}\x20jam','hourMinute':'{0}\x20jam\x20{1}\x20menit','date':'{0}\x20hari','month':_0x157a47(0x15f),'monthDate':_0x157a47(0x160),'quarter':_0x157a47(0x15c),'year':'{0}\x20tahun','yearMonth':_0x157a47(0x14e),'yearMonthDate':'{0}\x20tahun\x20{1}\x20bulan\x20{2}\x20hari','yearQuarter':_0x157a47(0x13b)}}};}));
|
|
9
|
-
|
|
10
|
-
// @univerjs-pro/sheets-pivot-ui/locale/id-ID
|
|
11
|
-
function _0x4d69(){var _0x20c6ab=['Maksimum','Lembar\x20Baru','Varians\x20Populasi','Format\x20persentil\x20ribuan\x20digunakan\x20untuk\x20angka\x20umum,\x20format\x20mata\x20uang\x20dan\x20akuntansi\x20menyediakan\x20format\x20khusus\x20untuk\x20nilai\x20moneter.','Lembar\x20yang\x20Ada','Pindahkan\x20ke\x20Kolom','Seret\x20bidang\x20untuk\x20menyaring\x20data','Deviasi\x20Standar','StdDevp\x20dari\x20','264AOvBAn','Sumber\x20data\x20telah\x20diperbarui','Tambahkan\x20ke\x20Nilai','Tambahkan\x20ke\x20Filter','Filter','Rentang\x20Sumber\x20Data','Format\x20mata\x20uang\x20digunakan\x20untuk\x20nilai\x20moneter\x20umum,\x20format\x20akuntansi\x20menyelaraskan\x20titik\x20desimal\x20dalam\x20kolom\x20nilai.','exports','777133zawEPk','(Kosong)','Tambahkan\x20ke\x20Kolom','Hasil\x20Kali','Jenis\x20Format','Jumlah\x20Angka','Tampilkan\x20total\x20keseluruhan\x20kolom','Akuntansi','UniverProSheetsPivotUiIdID','Tidak\x20dapat\x20mengedit\x20sel\x20dalam\x20tabel\x20pivot','17220Imxfcx','Jenis\x20Tanggal','function','Batal','Subtotal','Tambahkan\x20ke\x20Baris','Sumber\x20Data','Ringkas\x20berdasarkan','7609651SWuyBs','9416040YnHtRZ','Turun','Pilih\x20Semua','Persentil\x20Ribuan','471429lxvKhD','Format\x20Angka','Arah\x20tata\x20letak','Seret\x20bidang\x20ke\x20area\x20di\x20bawah','Bidang\x20per\x20baris','Format\x20angka\x20akuntansi\x20menyelaraskan\x20simbol\x20mata\x20uang\x20dan\x20titik\x20desimal\x20dalam\x20kolom.','3640394vluhXk','Ke\x20samping,\x20lalu\x20ke\x20bawah','Jumlah','Rentang\x20sumber\x20data\x20tidak\x20valid','Penempatan\x20Tabel\x20Pivot','Jumlah\x20dari\x20','Nama\x20Bidang\x20Sumber:','Maks\x20dari\x20','Nama\x20Bidang','6NJkpAI','Format\x20tanggal\x20menampilkan\x20nomor\x20seri\x20tanggal\x20dan\x20waktu\x20sebagai\x20nilai\x20tanggal.','Tidak\x20dapat\x20mengedit\x20tabel\x20pivot\x20dalam\x20lembar\x20yang\x20dilindungi','Lembar','Tempat\x20Desimal','Deviasi\x20Standar\x20Populasi','24432034lUyrhO','Opsi\x20Lanjutan','StdDev\x20dari\x20','Filter\x20Bidang','Tampilan','Tampilkan\x20subtotal\x20baris','Mata\x20Uang','12WuSlTt','Min\x20dari\x20','Naik','Minimum','Tata\x20Letak\x20Bidang\x20Filter','Format\x20umum\x20tidak\x20berisi\x20format\x20angka\x20tertentu.','Baris','Rata-rata\x20dari\x20','Sudah\x20ada\x20data\x20di\x20area\x20target.\x20Tindakan\x20ini\x20akan\x20menimpa\x20data\x20yang\x20ada.\x20Apakah\x20Anda\x20ingin\x20melanjutkan?','Varp\x20dari\x20','Hapus\x20Bidang','3nTJsCq','Pengaturan\x20Bidang','Tabel\x20Pivot','Rentang\x20sumber\x20data\x20kosong','1190UYSfdB','Jenis\x20Mata\x20Uang','Bidang\x20Sumber\x20Data'];_0x4d69=function(){return _0x20c6ab;};return _0x4d69();}function _0x45f5(_0x31cab8,_0x5ec2db){_0x31cab8=_0x31cab8-0xa8;var _0x4d69c9=_0x4d69();var _0x45f58b=_0x4d69c9[_0x31cab8];return _0x45f58b;}(function(_0x170dcb,_0x2da6f3){var _0x3963d5=_0x45f5,_0x560c9e=_0x170dcb();while(!![]){try{var _0x25babc=-parseInt(_0x3963d5(0xb6))/0x1+parseInt(_0x3963d5(0xd3))/0x2*(-parseInt(_0x3963d5(0xf4))/0x3)+-parseInt(_0x3963d5(0xc0))/0x4*(-parseInt(_0x3963d5(0xf8))/0x5)+-parseInt(_0x3963d5(0xdc))/0x6*(-parseInt(_0x3963d5(0xc8))/0x7)+parseInt(_0x3963d5(0xae))/0x8*(-parseInt(_0x3963d5(0xcd))/0x9)+parseInt(_0x3963d5(0xc9))/0xa+-parseInt(_0x3963d5(0xe2))/0xb*(-parseInt(_0x3963d5(0xe9))/0xc);if(_0x25babc===_0x2da6f3)break;else _0x560c9e['push'](_0x560c9e['shift']());}catch(_0x23906a){_0x560c9e['push'](_0x560c9e['shift']());}}}(_0x4d69,0xe78fe),function(_0x43bb08,_0x2e9b31){var _0x3924b7=_0x45f5;typeof exports=='object'&&typeof module<'u'?module[_0x3924b7(0xb5)]=_0x2e9b31():typeof define==_0x3924b7(0xc2)&&define['amd']?define([],_0x2e9b31):(_0x43bb08=typeof globalThis<'u'?globalThis:_0x43bb08||self,_0x43bb08[_0x3924b7(0xbe)]=_0x2e9b31());}(this,function(){var _0x5aa8c6=_0x45f5;return{'sheets-pivot-ui':{'sheet':_0x5aa8c6(0xdf),'title':_0x5aa8c6(0xf6),'sourceRangeLabel':_0x5aa8c6(0xc6),'sourceRangePlaceholder':_0x5aa8c6(0xaf),'sourceFieldTile':_0x5aa8c6(0xfa),'sourceFieldDescription':_0x5aa8c6(0xd0),'filter':_0x5aa8c6(0xb2),'column':'Kolom','row':_0x5aa8c6(0xef),'value':'Nilai','multipleValue':'Σ\x20Nilai','filterDesc':_0x5aa8c6(0xab),'columnDesc':'Seret\x20bidang\x20ke\x20kolom','rowDesc':'Seret\x20bidang\x20ke\x20baris','valueDesc':'Hasil\x20perhitungan\x20baris\x20dan\x20kolom','addToFilter':_0x5aa8c6(0xb1),'addToColumn':_0x5aa8c6(0xb8),'addToRow':_0x5aa8c6(0xc5),'addToValue':_0x5aa8c6(0xb0),'removeField':_0x5aa8c6(0xf3),'filterField':_0x5aa8c6(0xe5),'fieldSettings':_0x5aa8c6(0xf5),'moveToRow':'Pindahkan\x20ke\x20Baris','moveToColumn':_0x5aa8c6(0xaa),'dialog':{'fieldName':_0x5aa8c6(0xdb),'sourceName':_0x5aa8c6(0xd9),'summarizeBy':_0x5aa8c6(0xc7),'format':_0x5aa8c6(0xce),'ok':'OK','cancel':_0x5aa8c6(0xc3),'filter':{'ascending':_0x5aa8c6(0xeb),'descending':_0x5aa8c6(0xca),'selectAll':_0x5aa8c6(0xcb),'clearFilter':'Hapus\x20Filter','blank':_0x5aa8c6(0xb7),'cancel':_0x5aa8c6(0xc3),'confirm':'OK'},'numfmt':{'general':'Umum','accounting':_0x5aa8c6(0xbd),'currency':_0x5aa8c6(0xe8),'date':'Tanggal','thousandthPercentile':_0x5aa8c6(0xcc),'fieldSetting':'Pengaturan\x20Bidang','formatTypes':_0x5aa8c6(0xba),'confirm':'OK','cancel':_0x5aa8c6(0xc3),'generalDesc':_0x5aa8c6(0xee),'accountingDesc':_0x5aa8c6(0xd2),'currencyDesc':_0x5aa8c6(0xb4),'dateDesc':_0x5aa8c6(0xdd),'thousandthPercentileDesc':_0x5aa8c6(0xa8),'decimalPlaces':_0x5aa8c6(0xe0),'currencyTypes':_0x5aa8c6(0xf9),'negativeNumberTypes':'Jenis\x20Angka\x20Negatif','dateTypes':_0x5aa8c6(0xc1)},'source':{'insertPivotTable':'Sisipkan\x20Tabel\x20Pivot','sourceData':_0x5aa8c6(0xb3),'position':_0x5aa8c6(0xd7),'newSheet':_0x5aa8c6(0xfc),'existingSheet':_0x5aa8c6(0xa9),'intersect':'Tidak\x20dapat\x20tumpang\x20tindih\x20dengan\x20data\x20sumber'}},'subtotal':{'average':'Rata-rata','count':_0x5aa8c6(0xd5),'countNums':_0x5aa8c6(0xbb),'max':_0x5aa8c6(0xfb),'min':_0x5aa8c6(0xec),'product':_0x5aa8c6(0xb9),'stdDev':_0x5aa8c6(0xac),'stdDevp':_0x5aa8c6(0xe1),'sum':'Jumlah','var':'Varians','varp':_0x5aa8c6(0xfd)},'subTotalText':_0x5aa8c6(0xc4),'grandTotalText':'Total\x20Keseluruhan','fieldPanel':'Konfigurasi\x20Bidang','configPanel':_0x5aa8c6(0xe3),'config':{'totalsSection':'Subtotal\x20&\x20Total\x20Keseluruhan','showRowSubtotal':_0x5aa8c6(0xe7),'showRowGrandTotal':'Tampilkan\x20total\x20keseluruhan\x20baris','showColSubtotal':'Tampilkan\x20subtotal\x20kolom','showColGrandTotal':_0x5aa8c6(0xbc),'pageSection':_0x5aa8c6(0xed),'pageWrap':_0x5aa8c6(0xd1),'pageDirection':_0x5aa8c6(0xcf),'pageDownThenOver':'Ke\x20bawah,\x20lalu\x20ke\x20samping','pageOverThenDown':_0x5aa8c6(0xd4),'displaySection':_0x5aa8c6(0xe6),'repeatRowLabels':'Ulangi\x20label\x20item'},'perform':{'tips':'Tips','info':_0x5aa8c6(0xf1),'confirm':'Konfirmasi','cancel':_0x5aa8c6(0xc3),'rowColError':'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.'},'msg':{'emptySourceRange':_0x5aa8c6(0xf7),'invalidSize':_0x5aa8c6(0xd6),'mergeCellError':'Tidak\x20dapat\x20menyisipkan\x20sel\x20yang\x20digabungkan\x20ke\x20tabel\x20pivot','editCellError':_0x5aa8c6(0xbf),'permissionError':_0x5aa8c6(0xde)},'averageName':_0x5aa8c6(0xf0),'countName':'Jumlah\x20dari\x20','countNumsName':_0x5aa8c6(0xd8),'maxName':_0x5aa8c6(0xda),'minName':_0x5aa8c6(0xea),'productName':'Hasil\x20Kali\x20dari\x20','stdDevName':_0x5aa8c6(0xe4),'stdDevpName':_0x5aa8c6(0xad),'sumName':_0x5aa8c6(0xd8),'varName':'Var\x20dari\x20','varpName':_0x5aa8c6(0xf2)}};}));
|
|
12
|
-
|
|
13
|
-
// @univerjs-pro/sheets-print/locale/id-ID
|
|
14
|
-
(function(_0xaa092b,_0x4b7e83){var _0x53fa35=_0x18e9,_0x3e8bb8=_0xaa092b();while(!![]){try{var _0x237d5f=parseInt(_0x53fa35(0x15a))/0x1+-parseInt(_0x53fa35(0x145))/0x2*(parseInt(_0x53fa35(0x127))/0x3)+-parseInt(_0x53fa35(0x14d))/0x4*(-parseInt(_0x53fa35(0x140))/0x5)+parseInt(_0x53fa35(0x157))/0x6+-parseInt(_0x53fa35(0x118))/0x7+parseInt(_0x53fa35(0x144))/0x8+parseInt(_0x53fa35(0x142))/0x9;if(_0x237d5f===_0x4b7e83)break;else _0x3e8bb8['push'](_0x3e8bb8['shift']());}catch(_0x507bac){_0x3e8bb8['push'](_0x3e8bb8['shift']());}}}(_0x10e7,0x61c49),function(_0x34cc4c,_0x244a7f){var _0x587364=_0x18e9;typeof exports==_0x587364(0x11a)&&typeof module<'u'?module['exports']=_0x244a7f():typeof define==_0x587364(0x137)&&define['amd']?define([],_0x244a7f):(_0x34cc4c=typeof globalThis<'u'?globalThis:_0x34cc4c||self,_0x34cc4c['UniverProSheetsPrintIdID']=_0x244a7f());}(this,function(){var _0x1b69e0=_0x18e9;return{'sheets-print':{'permission':{'printErr':'Lembar\x20kerja\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20untuk\x20mencetak.\x20Untuk\x20mencetak,\x20silakan\x20hubungi\x20pembuatnya.'},'header':{'total':_0x1b69e0(0x153),'pages':_0x1b69e0(0x139),'cancel':_0x1b69e0(0x14b),'next':_0x1b69e0(0x148),'printing':_0x1b69e0(0x15e)},'menu':_0x1b69e0(0x131),'title':'Cetak','grid':{'title':'Tata\x20Letak\x20Cetak','showGrid':'Tampilkan\x20Pemutus\x20Halaman','showGridLabel':_0x1b69e0(0x12b),'closeAndHide':_0x1b69e0(0x13b)},'screenshot':{'title':'Salin\x20sebagai\x20gambar','success':_0x1b69e0(0x134),'fail':_0x1b69e0(0x136)},'size':{'title':_0x1b69e0(0x11b),'letter':_0x1b69e0(0x147),'tabloid':_0x1b69e0(0x167),'legal':_0x1b69e0(0x114),'statement':'Statement\x20(5.5\x22\x20x\x208.5\x22)','executive':_0x1b69e0(0x133),'folio':'Folio\x20(8.5\x22\x20x\x2013\x22)','a3':'A3\x20(11.69\x22\x20x\x2016.54\x22)','a4':_0x1b69e0(0x13d),'a5':_0x1b69e0(0x115),'b4':_0x1b69e0(0x135),'b5':_0x1b69e0(0x113)},'margin':{'title':_0x1b69e0(0x128),'normal':_0x1b69e0(0x121),'narrow':_0x1b69e0(0x151),'wide':_0x1b69e0(0x141),'custom':_0x1b69e0(0x11d),'top':_0x1b69e0(0x161),'bottom':_0x1b69e0(0x158),'left':_0x1b69e0(0x15d),'right':_0x1b69e0(0x14e)},'area':{'title':_0x1b69e0(0x131),'currentSheet':_0x1b69e0(0x11e),'workbook':_0x1b69e0(0x112),'currentSelection':_0x1b69e0(0x12e),'maxRowsEachPage':_0x1b69e0(0x12f),'maxColumnsEachPage':_0x1b69e0(0x13e),'limit':_0x1b69e0(0x166),'allSelection':_0x1b69e0(0x138)},'selection':{'title':_0x1b69e0(0x154),'allWorkbook':_0x1b69e0(0x152),'workbookUnit':_0x1b69e0(0x13f)},'scale':{'title':_0x1b69e0(0x156),'normal':'Normal\x20(100%)','fitWidth':'Sesuaikan\x20dengan\x20lebar','fitHeight':_0x1b69e0(0x14f),'fitPage':_0x1b69e0(0x111),'custom':'Nomor\x20kustom'},'orientation':{'title':'Orientasi\x20halaman','landscape':_0x1b69e0(0x143),'portrait':_0x1b69e0(0x11c)},'formatting':{'title':_0x1b69e0(0x120),'skeleton':_0x1b69e0(0x132),'waterMark':_0x1b69e0(0x159)},'align':{'title':_0x1b69e0(0x15f),'horizontal':{'title':_0x1b69e0(0x117),'middle':'Tengah','start':_0x1b69e0(0x15d),'end':_0x1b69e0(0x14e)},'vertical':{'title':_0x1b69e0(0x126),'start':_0x1b69e0(0x161),'end':_0x1b69e0(0x158),'middle':_0x1b69e0(0x129)}},'headerFooter':{'title':_0x1b69e0(0x15b),'page':_0x1b69e0(0x13a),'workbook':_0x1b69e0(0x150),'sheet':'Nama\x20lembar','date':_0x1b69e0(0x116),'time':_0x1b69e0(0x162),'customHeadFooter':_0x1b69e0(0x119),'editCustomHeadFooter':_0x1b69e0(0x124),'header':'Header','footer':'Footer','left':_0x1b69e0(0x15d),'right':_0x1b69e0(0x14e),'center':_0x1b69e0(0x129),'dateFormat':'Format\x20tanggal','dateA':'YYYY-MM-DD','dateB':_0x1b69e0(0x123),'dateC':'L','dateD':_0x1b69e0(0x165),'timeA':'HH:mm:ss','timeB':'HH:mm','timeC':_0x1b69e0(0x12c),'timeD':_0x1b69e0(0x164),'display':{'page':_0x1b69e0(0x160),'title':'JudulBukuKerja','sheet':_0x1b69e0(0x14a),'dateA':_0x1b69e0(0x155),'dateB':_0x1b69e0(0x12a),'dateC':_0x1b69e0(0x14c),'dateD':'DateD','dateE':_0x1b69e0(0x149),'dateF':_0x1b69e0(0x110),'timeA':_0x1b69e0(0x12d),'timeB':_0x1b69e0(0x146),'timeC':'TimeC','timeD':'TimeD','sheetPage':_0x1b69e0(0x125),'pageTotal':_0x1b69e0(0x163),'sheetPageTotal':_0x1b69e0(0x11f)},'placeholder':_0x1b69e0(0x13c),'submit':'Ok'},'freeze':{'title':_0x1b69e0(0x130),'desc':_0x1b69e0(0x15c),'row':'Ulangi\x20baris\x20yang\x20dibekukan','column':'Ulangi\x20kolom\x20yang\x20dibekukan'},'limit':{'page':'Versi\x20gratis\x20hanya\x20mendukung\x20{limit}\x20halaman\x20pencetakan,\x20silakan\x20beli\x20versi\x20komersial\x20untuk\x20fitur\x20lanjutan!','waterMark':'Univer\x20free\x20version,\x20powered\x20by\x20univer.ai.','link':_0x1b69e0(0x122)}}};}));function _0x18e9(_0x5267d3,_0x179f4b){_0x5267d3=_0x5267d3-0x110;var _0x10e76c=_0x10e7();var _0x18e916=_0x10e76c[_0x5267d3];return _0x18e916;}function _0x10e7(){var _0x46ca83=['Potret','Margin\x20Kustom','Lembar\x20saat\x20ini','TotalHalamanLembar','Format','Normal','https://univer.ai/pro','MM-DD','Edit\x20header/footer\x20kustom','NomorHalamanLembar','Vertikal','3fQwfTR','Margin','Tengah','DateB','Tampilkan\x20garis\x20pemutus\x20halaman','hh:mm:ss','TimeA','Sel\x20yang\x20dipilih','Baris\x20maks\x20per\x20halaman','Header\x20baris\x20&\x20kolom','Cetak','Tampilkan\x20garis\x20kisi','Executive\x20(7.25\x22\x20x\x2010.5\x22)','Gambar\x20berhasil\x20disimpan\x20ke\x20clipboard!','B4\x20(9.84\x22\x20x\x2013.90\x22)','Gambar\x20gagal\x20disimpan\x20ke\x20clipboard!','function','Semua\x20sel\x20yang\x20dipilih','halaman','Nomor\x20halaman','Tutup\x20dan\x20sembunyikan\x20pemutus\x20halaman','Klik\x20untuk\x20menambahkan\x20teks','A4\x20(8.27\x22\x20x\x2011.69\x22)','Kolom\x20maks\x20per\x20halaman','lembar','17275OUSquM','Lebar','658260CkluVP','Lanskap','3345784dJoxmn','108592xAtOTf','TimeB','Letter\x20(8.5\x22\x20x\x2011\x22)','BERIKUTNYA','DateE','NamaLembar','BATAL','DateC','476NLIVQU','Kanan','Sesuaikan\x20dengan\x20tinggi','Judul\x20buku\x20kerja','Sempit','Semua\x20lembar','Total:\x20','Pilihan','DateA','Skala','1090002HojjnW','Bawah','Tampilkan\x20watermark','106783krrCTU','Header\x20&\x20footer','Pergi\x20ke\x20Tampilan\x20>\x20Bekukan\x20untuk\x20memilih\x20baris/kolom\x20mana\x20yang\x20akan\x20diulang\x20di\x20semua\x20halaman','Kiri','Mencetak,\x20jangan\x20tutup\x20halaman','Perataan','NomorHalaman','Atas','Waktu\x20saat\x20ini','TotalHalaman','hh:mm','MM/DD','Batas\x20Baris\x20&\x20Kolom','Tabloid\x20(11\x22\x20x\x2017\x22)','DateF','Sesuaikan\x20dengan\x20halaman','Buku\x20kerja','B5\x20(6.93\x22\x20x\x209.84\x22)','Legal\x20(8.5\x22\x20x\x2014\x22)','A5\x20(5.83\x22\x20x\x208.27\x22)','Tanggal\x20saat\x20ini','Horizontal','5153435OuySro','Header/footer\x20kustom','object','Ukuran\x20Kertas'];_0x10e7=function(){return _0x46ca83;};return _0x10e7();}
|
|
15
|
-
|
|
16
|
-
// @univerjs-pro/sheets-chart/locale/id-ID
|
|
17
|
-
function _0x2015(_0x2a0160,_0x480e77){_0x2a0160=_0x2a0160-0x154;var _0x512358=_0x5123();var _0x2015f7=_0x512358[_0x2a0160];return _0x2015f7;}(function(_0x1a5e52,_0x1c95ab){var _0x2fd023=_0x2015,_0x3c9886=_0x1a5e52();while(!![]){try{var _0x29cd5a=parseInt(_0x2fd023(0x16d))/0x1*(-parseInt(_0x2fd023(0x15f))/0x2)+parseInt(_0x2fd023(0x163))/0x3*(-parseInt(_0x2fd023(0x161))/0x4)+parseInt(_0x2fd023(0x15e))/0x5*(-parseInt(_0x2fd023(0x169))/0x6)+-parseInt(_0x2fd023(0x16e))/0x7+parseInt(_0x2fd023(0x160))/0x8*(parseInt(_0x2fd023(0x173))/0x9)+parseInt(_0x2fd023(0x15a))/0xa*(parseInt(_0x2fd023(0x166))/0xb)+parseInt(_0x2fd023(0x177))/0xc;if(_0x29cd5a===_0x1c95ab)break;else _0x3c9886['push'](_0x3c9886['shift']());}catch(_0x25b65c){_0x3c9886['push'](_0x3c9886['shift']());}}}(_0x5123,0x1acd9),function(_0x1b7e8c,_0x3ea6da){var _0x263a67=_0x2015;typeof exports==_0x263a67(0x164)&&typeof module<'u'?module['exports']=_0x3ea6da():typeof define==_0x263a67(0x154)&&define[_0x263a67(0x171)]?define([],_0x3ea6da):(_0x1b7e8c=typeof globalThis<'u'?globalThis:_0x1b7e8c||self,_0x1b7e8c[_0x263a67(0x15b)]=_0x3ea6da());}(this,function(){var _0x3651ba=_0x2015;return{'sheets-chart':{'category':_0x3651ba(0x16c),'series':_0x3651ba(0x168),'seriesDefaultName':_0x3651ba(0x172),'categoryDefaultName':_0x3651ba(0x175),'blank':_0x3651ba(0x16a),'msg':{'emptyTips':_0x3651ba(0x156),'sankeyCircularTips':_0x3651ba(0x176)},'bubble':{'emptyTips':_0x3651ba(0x170)},'relation':{'emptyTips':_0x3651ba(0x167)},'cloud':{'word':_0x3651ba(0x158),'frequency':_0x3651ba(0x157)},'waterfall':{'positive':_0x3651ba(0x159),'negative':_0x3651ba(0x16f),'subtotal':_0x3651ba(0x16b)},'pareto':{'lineName':_0x3651ba(0x165)},'boxplot':{'min':_0x3651ba(0x15c),'q1':_0x3651ba(0x155),'median':_0x3651ba(0x15d),'q3':_0x3651ba(0x162),'max':_0x3651ba(0x174)}}};}));function _0x5123(){var _0x2cc6e5=['Seri\x20{0}','2088VrNBAx','Maksimum','Kategori\x20{0}','Grafik\x20Sankey\x20tidak\x20boleh\x20mengandung\x20data\x20melingkar','4559676RRPNqf','function','Kuartal\x20pertama','Tambahkan\x20seri\x20untuk\x20mulai\x20memvisualisasikan\x20data\x20Anda','Frekuensi','Kata','Positif','225140CurmGV','UniverProSheetsChartIdID','Minimum','Median','1041005iEUbKV','367186AvvYkS','536kmlJEU','186748ncDKKT','Kuartal\x20ketiga','3SdoKYc','object','Persentase\x20Kumulatif','77scYhtx','Sumber\x20data\x20untuk\x20grafik\x20relasi\x20adalah\x20matriks\x20co-word\x20dengan\x20kolom\x20tipe\x20tambahan\x20di\x20kolom\x20kedua','Seri','6ONUlln','(Kosong)','Subtotal','Kategori','1pqixpu','33943DwmlIv','Negatif','Grafik\x20gelembung\x20memerlukan\x20setidaknya\x202\x20kolom:\x20Sumbu\x20X,\x20Sumbu\x20Y','amd'];_0x5123=function(){return _0x2cc6e5;};return _0x5123();}
|
|
18
|
-
|
|
19
|
-
// @univerjs-pro/sheets-chart-ui/locale/id-ID
|
|
20
|
-
function _0x2c5b(){var _0x45e3d5=['Garis\x20kisi','Seri\x20Persentase\x20Kumulatif','Negatif','Langkah','Lubang\x20donat','Persegi\x20panjang','Judul\x20grafik\x20dan\x20sumbu','Label\x20indikator','Pengaturan','Tema','Gunakan\x20{0}\x20sebagai\x20kategori','Bentuk\x20simpul\x20data','Gaya\x20titik\x20data','Rata-rata\x20bergerak','Bawah','{0}\x20dengan\x20format','Grafik\x20area','amd','Halus','Pin\x20kosong','Posisi','Sumbu\x20vertikal','Sumbu\x20tanggal\x20hanya\x20tersedia\x20ketika\x20semua\x20data\x20dalam\x20format\x20tanggal','Seri','Grafik\x20batang','Grafik\x20saham','Rumus','Format\x20mata\x20uang\x20digunakan\x20untuk\x20nilai\x20moneter\x20umum,\x20format\x20akuntansi\x20menyelaraskan\x20titik\x20desimal\x20dalam\x20sebuah\x20kolom\x20nilai.','Jenis\x20Tanggal','Tanda\x20centang\x20utama','Persegi\x20kosong','Awan\x20kata','Otomatis','Tempat\x20Desimal','Ditumpuk','Berdasarkan\x20bagian','Nama\x20garis\x20tren','Tampilkan\x20garis\x20sumbu','134036EYjgyv','Garis\x20tren','Judul\x20utama','Garis\x20kisi\x20dan\x20tanda\x20centang','Jenis\x20grafik','Kuartal\x20pertama','Persentase','Pin','Sembunyikan\x20panel\x20grafik','Batas','Kategori\x20{0}','Gaya\x20Subtotal','Panah\x20kosong','Grafik\x20batang\x20tumpuk\x20persen','Legenda','Jenis\x20Mata\x20Uang','Garis','Gaya\x20Negatif','Tampilkan\x20rumus','Warna\x20garis\x20indikator','Pangkat','Grafik\x20area\x20tumpuk\x20persen','Sumbu\x20horizontal','Aktifkan\x20efek\x20fade-in\x20pilihan','Label\x20data','1989981wmTNld','Mata\x20uang','Grafik\x20donat','Grafik\x20kombinasi','Grafik\x20sebar','Nilai\x20indikator','Poligon','Format\x20angka\x20akuntansi\x20menyelaraskan\x20simbol\x20mata\x20uang\x20dan\x20titik\x20desimal\x20dalam\x20sebuah\x20kolom.','Awal','Grafik\x20boxplot','UniverProSheetsChartUiIdID','Sumbu\x20X','Persentil\x20Ribuan','Subtotal','Titik\x20data','11253KwoIVJ','exports','Warna\x20latar\x20belakang','Hapus\x20grafik','Garis\x20indikator','Segitiga\x20kosong','Kanan','12NDjxDM','Tidak\x20ada','Tanggal','Kontinu','Warna\x20garis\x20tren','Item\x20ke-{0}','Di\x20luar','Gunakan\x20nilai\x20absolut','Gaya\x20Positif','Editor\x20grafik','7735955IImQSD','Wajik','{0}\x20dengan\x20bentuk','{0}\x20dengan\x20warna','Min','Frekuensi','Umum','Sumber\x20data\x20grafik\x20harus\x20lebih\x20dari\x201\x20baris\x20dan\x201\x20kolom.','Polinomial','Grafik\x20gelembung\x20memerlukan\x20setidaknya\x202\x20kolom:\x20Sumbu\x20X,\x20Sumbu\x20Y','Jenis\x20Format','Warna\x20batas\x20grafik','Titik','Beralih\x20ke\x20baris/kolom','Sekuensial','Atas','Grafik\x20awan\x20kata','Pai\x20mawar','Garis\x20kisi\x20utama','Judul\x20sumbu\x20X','Kategori','Jenis\x20garis\x20putus-putus\x20garis\x20tren','Sumbu\x20kiri','Perataan\x20judul\x20sumbu','Grafik\x20area\x20bertumpuk','Mode\x20pilih\x20legenda','Grafik\x20relasi','Positif','Judul\x20sumbu\x20Y\x20kanan','Rentang\x20data','Opsi\x20arah\x20gaya','Grafik\x20Pareto','nol','Maksimum','Persentase\x20Kumulatif','2033744XCwiUr','Eksponensial','Segitiga','Tambah\x20seri','{0}\x20dengan\x20jenis','Atur\x20ulang','Format\x20judul','Nilai','Lingkaran','Tumpuk','Tambah\x20garis\x20tren','Akhiran\x20nilai','R\x20kuadrat','Tambahkan\x20seri\x20untuk\x20mulai\x20memvisualisasikan\x20data\x20Anda','Tampilkan\x20label','Posisi\x20judul','Akhir','Urutan\x20polinomial','Tambah\x20titik\x20data','Sembunyikan','Jenis\x20garis\x20indikator','Kustomisasi','Tolakan','Semua\x20seri','Gunakan\x20sumbu\x20tanggal','Tunggal','Sub\x20judul','Grafik\x20batang\x20bertumpuk','Pengaturan\x20Bidang','Jenis\x20garis\x20tren','1782808AqzraG','Akuntansi','Teks\x20Legenda\x20Negatif','Digital\x20tetap','Isian\x20gradasi','Kuartal\x20ketiga','Tampilkan\x20garis\x20label','Jenis\x20tata\x20letak','object','Seri\x20Grafik\x20Batang','Default','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20silakan\x20hubungi\x20pembuatnya.','Teks\x20Legenda\x20Subtotal','Persegi','Putar\x20label','Ulangi\x20awan\x20kata','Opsi\x20sumbu','Grafik\x20garis','Judul','Kiri','Tampilkan\x20Subtotal','Median','Hubungkan\x20titik\x20data\x20dengan\x20garis\x20lurus','Bentuk\x20awan\x20kata','Jenis\x20tumpuk','Seri\x20{0}','Setengah\x20pai','Tampilkan\x20label\x20data','Posisi\x20tanda\x20centang','Atur\x20format\x20label','Cakupan\x20peta\x20visual','Label\x20gelembung','Tutup','Format\x20persentil\x20ribuan\x20digunakan\x20untuk\x20angka\x20umum,\x20format\x20mata\x20uang\x20dan\x20akuntansi\x20menyediakan\x20format\x20khusus\x20untuk\x20nilai\x20moneter.','Tengah','342085BVHuux'];_0x2c5b=function(){return _0x45e3d5;};return _0x2c5b();}function _0x19be(_0x4f94be,_0xfd3394){_0x4f94be=_0x4f94be-0x83;var _0x2c5bd1=_0x2c5b();var _0x19be2e=_0x2c5bd1[_0x4f94be];return _0x19be2e;}(function(_0x16e0b6,_0x597a3d){var _0x1087a3=_0x19be,_0x5e0e2b=_0x16e0b6();while(!![]){try{var _0x297dd9=-parseInt(_0x1087a3(0xf7))/0x1+-parseInt(_0x1087a3(0x11e))/0x2+-parseInt(_0x1087a3(0x146))/0x3+parseInt(_0x1087a3(0xb6))/0x4+parseInt(_0x1087a3(0x93))/0x5+parseInt(_0x1087a3(0x89))/0x6*(-parseInt(_0x1087a3(0x137))/0x7)+-parseInt(_0x1087a3(0xd4))/0x8;if(_0x297dd9===_0x597a3d)break;else _0x5e0e2b['push'](_0x5e0e2b['shift']());}catch(_0x20d9a){_0x5e0e2b['push'](_0x5e0e2b['shift']());}}}(_0x2c5b,0xcfd9c),function(_0x4902a6,_0x339a10){var _0xef2991=_0x19be;typeof exports==_0xef2991(0xdc)&&typeof module<'u'?module[_0xef2991(0x83)]=_0x339a10():typeof define=='function'&&define[_0xef2991(0x109)]?define([],_0x339a10):(_0x4902a6=typeof globalThis<'u'?globalThis:_0x4902a6||self,_0x4902a6[_0xef2991(0x141)]=_0x339a10());}(this,function(){var _0x5b5b91=_0x19be;return{'sheets-chart-ui':{'permission':{'editErr':_0x5b5b91(0xdf)},'insertChart':'Sisipkan\x20grafik','editChart':_0x5b5b91(0x92),'openChartPanel':'Buka\x20panel\x20grafik','deleteChart':_0x5b5b91(0x85),'hideChartPanel':_0x5b5b91(0x126),'setupChart':_0x5b5b91(0x100),'customChart':_0x5b5b91(0xcb),'default':_0x5b5b91(0xde),'reset':_0x5b5b91(0xbb),'chartType':_0x5b5b91(0x122),'themes':_0x5b5b91(0x101),'dataRange':_0x5b5b91(0xb0),'stack':_0x5b5b91(0xbf),'category':_0x5b5b91(0xa7),'aggregate':'Agregat','allSeries':_0x5b5b91(0xcd),'series':_0x5b5b91(0x10f),'addSeries':_0x5b5b91(0xb9),'moreSettings':'Pengaturan\x20lebih\x20lanjut','min':_0x5b5b91(0x97),'max':'Maks','invalidType':{'gaps':'celah','zero':_0x5b5b91(0xb3),'connectDataPointsWithStraightLines':_0x5b5b91(0xea)},'blank':'(Kosong)','seriesBlock':{'format':'Format','dataPointStyle':_0x5b5b91(0x104)},'backgroundColor':_0x5b5b91(0x84),'chartBorderColor':_0x5b5b91(0x9e),'titles':{'title':_0x5b5b91(0xe6),'mainTitle':_0x5b5b91(0x120),'subTitle':_0x5b5b91(0xd0),'xAxisTitle':_0x5b5b91(0xa6),'yAxisTitle':'Judul\x20sumbu\x20Y','rightYAxisTitle':_0x5b5b91(0xaf),'titleFormat':_0x5b5b91(0xbc),'titleText':'Teks\x20judul','titlePosition':_0x5b5b91(0xc5),'titleAlign':_0x5b5b91(0xaa)},'axisPositionType':{'start':_0x5b5b91(0x13f),'center':'Tengah','end':_0x5b5b91(0xc6)},'gradientFill':_0x5b5b91(0xd8),'settingsLabels':{'switchToRowOrColumn':_0x5b5b91(0xa0),'useAsCategoryLabels':_0x5b5b91(0x102),'showEmptyCellsAs':'Tampilkan\x20sel\x20kosong\x20sebagai'},'positionType':{'auto':_0x5b5b91(0x118),'inside':'Di\x20dalam','outside':_0x5b5b91(0x8f),'top':'Atas','bottom':_0x5b5b91(0x106),'left':_0x5b5b91(0xe7),'right':_0x5b5b91(0x88),'hide':_0x5b5b91(0xc9)},'align':{'left':_0x5b5b91(0xe7),'center':_0x5b5b91(0xf6),'right':_0x5b5b91(0x88)},'alignY':{'top':_0x5b5b91(0xa2),'middle':_0x5b5b91(0xf6),'bottom':'Bawah'},'chartStyle':'Gaya\x20grafik','chartAndAxisTitles':_0x5b5b91(0xfe),'legend':_0x5b5b91(0x12c),'legendSelectMode':_0x5b5b91(0xac),'legendSelectModeType':{'single':_0x5b5b91(0xcf),'multiple':'Ganda','close':_0x5b5b91(0xf4)},'legendVisualMapType':{'continuous':_0x5b5b91(0x8c),'piecewise':_0x5b5b91(0x11b)},'axes':{'axis':'Sumbu','axisOptions':_0x5b5b91(0xe4),'horizontalAxis':_0x5b5b91(0x134),'verticalAxis':_0x5b5b91(0x10d),'rightVerticalAxis':'Sumbu\x20vertikal\x20kanan','leftAxis':_0x5b5b91(0xa9),'rightAxis':'Sumbu\x20kanan','useRightAxis':'Gunakan\x20sumbu\x20kanan'},'position':_0x5b5b91(0x10c),'dataLabels':_0x5b5b91(0x136),'gridlinesAndTicks':_0x5b5b91(0x121),'indicatorLine':_0x5b5b91(0x86),'indicatorLineType':_0x5b5b91(0xca),'indicatorLineColor':_0x5b5b91(0x131),'indicatorLabel':_0x5b5b91(0xff),'indicatorValue':_0x5b5b91(0x13c),'shape':{'polygon':_0x5b5b91(0x13d),'circle':_0x5b5b91(0xbe),'square':_0x5b5b91(0xe1),'triangle':_0x5b5b91(0xb8),'diamond':_0x5b5b91(0x94),'rect':_0x5b5b91(0xfd),'roundRect':'Persegi\x20panjang\x20membulat','pin':_0x5b5b91(0x125),'arrow':'Panah','none':'Tidak\x20ada','emptyCircle':'Lingkaran\x20kosong','emptySquare':_0x5b5b91(0x116),'emptyTriangle':_0x5b5b91(0x87),'emptyDiamond':'Wajik\x20kosong','emptyRect':'Persegi\x20panjang\x20kosong','emptyRoundRect':'Persegi\x20panjang\x20membulat\x20kosong','emptyPin':_0x5b5b91(0x10b),'emptyArrow':_0x5b5b91(0x12a)},'border':_0x5b5b91(0x127),'value':_0x5b5b91(0xbd),'fill':'Isian','line':'Garis','withOpacity':'{0}\x20dengan\x20opacity','withColor':_0x5b5b91(0x96),'withThickness':'{0}\x20dengan\x20ketebalan','withType':_0x5b5b91(0xba),'withSize':'{0}\x20dengan\x20ukuran','withShape':_0x5b5b91(0x95),'withFormat':_0x5b5b91(0x107),'dataPoint':_0x5b5b91(0x145),'dataNodeShape':_0x5b5b91(0x103),'addDataPoint':_0x5b5b91(0xc8),'point':_0x5b5b91(0x9f),'percentage':_0x5b5b91(0x124),'lineType':{'line':_0x5b5b91(0x12e),'smooth':_0x5b5b91(0x10a),'step':_0x5b5b91(0xfb)},'stackType':{'stack':_0x5b5b91(0xbf),'percent':'Tumpuk\x20persen'},'lineDashType':'Jenis\x20garis\x20putus-putus','dashType':{'solid':'Padat','dash':'Putus-putus','dot':_0x5b5b91(0x9f)},'color':'Warna','gridlines':{'majorGridlines':_0x5b5b91(0xa5),'text':_0x5b5b91(0xf8)},'ticks':{'majorTick':_0x5b5b91(0x115),'tickPosition':_0x5b5b91(0xf0),'tickLength':'Panjang\x20tanda\x20centang'},'none':_0x5b5b91(0x8a),'theIndexItem':_0x5b5b91(0x8e),'seriesDefaultName':_0x5b5b91(0xed),'categoryDefaultName':_0x5b5b91(0x128),'styleEditPanel':{'showLabels':_0x5b5b91(0xc4),'showDataLabels':_0x5b5b91(0xef),'padAngle':'Sudut\x20padding\x20label','halfPie':_0x5b5b91(0xee),'rosePie':_0x5b5b91(0xa4),'pieValScale':'Skala\x20nilai','pieValSuffix':_0x5b5b91(0xc1),'pieDigitalFixed':_0x5b5b91(0xd7),'showLabelLine':_0x5b5b91(0xda),'reverseAxisOrder':'Balikkan\x20urutan\x20sumbu','showAxisLine':_0x5b5b91(0x11d),'labelPosition':'Posisi\x20label','labelText':'Teks\x20label','repeatWordCould':_0x5b5b91(0xe3),'gap':'Celah','useAbsValue':_0x5b5b91(0x90),'labelRotate':_0x5b5b91(0xe2),'wordCloudShape':_0x5b5b91(0xeb),'useDateAxis':_0x5b5b91(0xce),'dateAxisTips':_0x5b5b91(0x10e)},'doughnutHole':_0x5b5b91(0xfc),'radar':{'fill':'Isian'},'msg':{'invalidSource':_0x5b5b91(0x9a),'emptyTips':_0x5b5b91(0xc3),'sankeyCircularTips':'Grafik\x20Sankey\x20tidak\x20boleh\x20mengandung\x20data\x20melingkar'},'cloud':{'title':_0x5b5b91(0x117),'word':'Kata','frequency':_0x5b5b91(0x98)},'trendline':{'name':_0x5b5b91(0x11f),'displayName':_0x5b5b91(0x11c),'addTrendLine':_0x5b5b91(0xc0),'trendlineType':_0x5b5b91(0xd3),'trendlineName':'Nama\x20garis\x20tren','trendlineColor':_0x5b5b91(0x8d),'trendlineThickness':'Ketebalan\x20garis\x20tren','trendlineDashType':_0x5b5b91(0xa8),'exp':_0x5b5b91(0xb7),'linear':'Linear','log':'Logaritmik','pow':_0x5b5b91(0x132),'movingAvg':_0x5b5b91(0x105),'poly':_0x5b5b91(0x9b),'order':_0x5b5b91(0xc7),'period':'Periode\x20rata-rata\x20bergerak','showFormula':_0x5b5b91(0x130),'showR2':'Tampilkan\x20R\x20kuadrat','formula':_0x5b5b91(0x112),'r2':_0x5b5b91(0xc2)},'bubble':{'xAxis':_0x5b5b91(0x142),'yAxis':'Sumbu\x20Y','size':'Ukuran\x20gelembung','label':_0x5b5b91(0xf3),'emptyTips':_0x5b5b91(0x9c)},'relation':{'title':_0x5b5b91(0xad),'auto':'Otomatis','circular':'Melingkar','force':'Arahkan\x20dengan\x20gaya','useValueAsSymbolSize':'Gunakan\x20nilai\x20sebagai\x20ukuran\x20simpul','layoutType':_0x5b5b91(0xdb),'forceOptions':_0x5b5b91(0xb1),'repulsion':_0x5b5b91(0xcc),'gravity':'Gravitasi','edgeLength':'Jarak\x20simpul','rotateLabel':_0x5b5b91(0xe2),'emphasis':_0x5b5b91(0x135),'emptyTips':'Sumber\x20data\x20untuk\x20grafik\x20relasi\x20adalah\x20matriks\x20co-word\x20dengan\x20kolom\x20tipe\x20tambahan\x20di\x20kolom\x20kedua'},'waterfall':{'stackType':_0x5b5b91(0xec),'arrangement':_0x5b5b91(0xa1),'stacked':_0x5b5b91(0x11a),'positive':_0x5b5b91(0xae),'negative':_0x5b5b91(0xfa),'subtotal':_0x5b5b91(0x144),'showSubtotal':_0x5b5b91(0xe8),'positiveStyle':_0x5b5b91(0x91),'negativeStyle':_0x5b5b91(0x12f),'subtotalStyle':_0x5b5b91(0x129),'positiveLegendText':'Teks\x20Legenda\x20Positif','negativeLegendText':_0x5b5b91(0xd6),'subtotalLegendText':_0x5b5b91(0xe0)},'pareto':{'lineName':_0x5b5b91(0xb5),'lineSeries':_0x5b5b91(0xf9),'barSeries':_0x5b5b91(0xdd)},'visualMapScope':_0x5b5b91(0xf2),'boxplot':{'min':'Minimum','q1':_0x5b5b91(0x123),'median':_0x5b5b91(0xe9),'q3':_0x5b5b91(0xd9),'max':_0x5b5b91(0xb4)},'chartTypes':{'line':_0x5b5b91(0xe5),'area':_0x5b5b91(0x108),'areaStacked':_0x5b5b91(0xab),'areaPercentStacked':_0x5b5b91(0x133),'column':'Grafik\x20kolom','bar':_0x5b5b91(0x110),'barStacked':_0x5b5b91(0xd1),'barPercentStacked':_0x5b5b91(0x12b),'pie':'Grafik\x20pai','donut':_0x5b5b91(0x139),'scatter':_0x5b5b91(0x13b),'radar':'Grafik\x20radar','bubble':'Grafik\x20gelembung','stock':_0x5b5b91(0x111),'combination':_0x5b5b91(0x13a),'wordCloud':_0x5b5b91(0xa3),'funnel':'Grafik\x20corong','relation':'Grafik\x20relasi','waterfall':'Grafik\x20air\x20terjun','pareto':_0x5b5b91(0xb2),'sankey':'Grafik\x20Sankey','heatmap':'Peta\x20panas','boxplot':_0x5b5b91(0x140)},'dialog':{'numfmt':{'general':_0x5b5b91(0x99),'accounting':_0x5b5b91(0xd5),'currency':_0x5b5b91(0x138),'date':_0x5b5b91(0x8b),'thousandthPercentile':_0x5b5b91(0x143),'fieldSetting':_0x5b5b91(0xd2),'formatTypes':_0x5b5b91(0x9d),'confirm':'OK','cancel':'Batal','generalDesc':'Format\x20umum\x20tidak\x20mengandung\x20format\x20angka\x20tertentu.','accountingDesc':_0x5b5b91(0x13e),'currencyDesc':_0x5b5b91(0x113),'dateDesc':'Format\x20tanggal\x20menampilkan\x20nomor\x20seri\x20tanggal\x20dan\x20waktu\x20sebagai\x20nilai\x20tanggal.','thousandthPercentileDesc':_0x5b5b91(0xf5),'decimalPlaces':_0x5b5b91(0x119),'currencyTypes':_0x5b5b91(0x12d),'negativeNumberTypes':'Jenis\x20Angka\x20Negatif','dateTypes':_0x5b5b91(0x114)},'setFormat':_0x5b5b91(0xf1)}}};}));
|
|
21
|
-
|
|
22
|
-
// @univerjs-pro/sheets-sparkline-ui/locale/id-ID
|
|
23
|
-
function _0x54fc(_0x59c4b6,_0x2ff9d4){_0x59c4b6=_0x59c4b6-0x181;var _0x4e07b4=_0x4e07();var _0x54fc6c=_0x4e07b4[_0x59c4b6];return _0x54fc6c;}(function(_0x22463b,_0x165f47){var _0xd6d605=_0x54fc,_0x510a37=_0x22463b();while(!![]){try{var _0x4f95f0=parseInt(_0xd6d605(0x1b3))/0x1*(parseInt(_0xd6d605(0x18d))/0x2)+-parseInt(_0xd6d605(0x1ba))/0x3+parseInt(_0xd6d605(0x199))/0x4*(-parseInt(_0xd6d605(0x1ae))/0x5)+parseInt(_0xd6d605(0x182))/0x6+-parseInt(_0xd6d605(0x186))/0x7*(parseInt(_0xd6d605(0x193))/0x8)+parseInt(_0xd6d605(0x1aa))/0x9*(-parseInt(_0xd6d605(0x196))/0xa)+-parseInt(_0xd6d605(0x1ab))/0xb*(-parseInt(_0xd6d605(0x1c5))/0xc);if(_0x4f95f0===_0x165f47)break;else _0x510a37['push'](_0x510a37['shift']());}catch(_0xb2149a){_0x510a37['push'](_0x510a37['shift']());}}}(_0x4e07,0xb16db),function(_0x22c8fd,_0x595975){var _0x582191=_0x54fc;typeof exports==_0x582191(0x197)&&typeof module<'u'?module['exports']=_0x595975():typeof define==_0x582191(0x1b6)&&define['amd']?define([],_0x595975):(_0x22c8fd=typeof globalThis<'u'?globalThis:_0x22c8fd||self,_0x22c8fd[_0x582191(0x192)]=_0x595975());}(this,function(){var _0x306c44=_0x54fc;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x306c44(0x18b)},'title':_0x306c44(0x194),'remove':_0x306c44(0x1b9),'edit':_0x306c44(0x184),'panel':{'title':_0x306c44(0x19b),'basic':'Pengaturan\x20Dasar','advanced':_0x306c44(0x1c0),'sourceAndPosition':_0x306c44(0x187),'type':_0x306c44(0x1c3),'line':'Garis','bar':_0x306c44(0x191),'pie':_0x306c44(0x19c),'profitAndLoss':_0x306c44(0x1a2),'theme':_0x306c44(0x1bb),'standard':_0x306c44(0x19f),'custom':'Kustom','specialty':_0x306c44(0x1a7),'distinctive':_0x306c44(0x1c4),'soft':_0x306c44(0x1a5),'fresh':_0x306c44(0x18a),'adjustStyle':_0x306c44(0x1b1),'sparklineColor':'Warna\x20Sparkline','lineWidth':_0x306c44(0x183),'gradient':'Isian\x20Gradien','radius':_0x306c44(0x18e),'marker':'Penanda','highPoint':_0x306c44(0x1c1),'lowPoint':_0x306c44(0x18c),'firstPoint':_0x306c44(0x185),'lastPoint':_0x306c44(0x1be),'negativePoint':_0x306c44(0x1a9),'markersPoint':_0x306c44(0x1a1),'manager':'Pengelola','removeItem':_0x306c44(0x1a0),'removeGroup':_0x306c44(0x1bf),'composeManager':_0x306c44(0x188),'compose':'Kelompokkan','unCompose':_0x306c44(0x190),'horizontal':'Sumbu\x20Horizontal','showZeroAxis':_0x306c44(0x1ad),'axisColor':_0x306c44(0x198),'reverse':_0x306c44(0x1af),'vertical':_0x306c44(0x1b8),'min':_0x306c44(0x1a3),'itemMin':_0x306c44(0x195),'groupMin':'Gunakan\x20Nilai\x20Minimum\x20Grup','customMin':_0x306c44(0x19a),'max':_0x306c44(0x1a8),'itemMax':_0x306c44(0x181),'groupMax':_0x306c44(0x1b7),'customMax':'Nilai\x20Kustom','moreSetting':_0x306c44(0x1b2),'showHidden':_0x306c44(0x1b0),'showEmptyAs':_0x306c44(0x18f),'showNonNumAs':_0x306c44(0x1a6),'spacing':_0x306c44(0x1b5),'zeroValue':_0x306c44(0x1bd),'connectWithLine':'Hubungkan\x20Titik\x20Data\x20dengan\x20Garis','default':_0x306c44(0x1bc)},'selector':{'title':_0x306c44(0x184),'changeType':_0x306c44(0x1c2),'sparkline':_0x306c44(0x194),'sparklineGroup':'Grup\x20Sparkline','setSource':_0x306c44(0x19d),'setTarget':_0x306c44(0x189),'confirm':_0x306c44(0x1ac),'cancel':'Batal','targetError':_0x306c44(0x1a4),'singleSourceError':_0x306c44(0x1b4),'multSourceError':'Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20beberapa\x20area','resetSourceError':_0x306c44(0x19e)}}};}));function _0x4e07(){var _0x3d79cc=['10532EDQxRq','Nilai\x20Kustom','Pengaturan\x20Sparkline','Pie','Pilih\x20Rentang\x20Data','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20satu\x20penempatan','Standar','Hapus\x20Item','Penanda','M/K','Nilai\x20Minimum','Rentang\x20target\x20tidak\x20valid','Lembut','Tampilkan\x20Sel\x20Non-Numerik\x20Sebagai','Spesialitas','Nilai\x20Maksimum','Titik\x20Negatif','680994qCHwKM','23170026QwQFxM','Konfirmasi','Tampilkan\x20Sumbu\x20Nol','1055ESJkmH','Gambar\x20Data\x20dari\x20Kanan\x20ke\x20Kiri','Tampilkan\x20Data\x20Tersembunyi','Sesuaikan\x20Gaya','Pengaturan\x20Lainnya','232xglNON','Multi-seleksi\x20tidak\x20didukung\x20saat\x20mengedit\x20satu\x20sparkline','Jarak','function','Gunakan\x20Nilai\x20Maksimum\x20Grup','Sumbu\x20Vertikal','Hapus\x20Sparkline','1203414VbtqMz','Tema','Default','Nilai\x20Nol','Titik\x20Terakhir','Hapus\x20Grup','Pengaturan\x20Lanjutan','Titik\x20Tertinggi','Ubah\x20Jenis','Jenis','Khas','12EnBaZD','Gunakan\x20Nilai\x20Maksimum\x20Setiap\x20Sparkline','4886724FbaTDg','Lebar\x20Garis','Edit\x20Sparkline','Titik\x20Pertama','5019574FQylXp','Rentang\x20Data\x20dan\x20Posisi','Pengelola\x20Grup','Pilih\x20Penempatan','Segar','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Titik\x20Terendah','9524FlrLfl','Tampilkan\x20Sudut\x20Membulat','Tampilkan\x20Sel\x20Kosong\x20Sebagai','Batal\x20Kelompokkan','Batang','UniverProSheetsSparklineUiIdID','16YsiPui','Sparkline','Gunakan\x20Nilai\x20Minimum\x20Setiap\x20Sparkline','120ijpfQo','object','Warna\x20Sumbu'];_0x4e07=function(){return _0x3d79cc;};return _0x4e07();}
|
|
24
|
-
|
|
25
|
-
// @univerjs-pro/sheets-shape-ui/locale/id-ID
|
|
26
|
-
function _0x4db4(){var _0x413a7f=['Tombol\x20Aksi:\x20Akhir','Donat','Diagram\x20Alir','Input\x20Manual','Tengah','Grafik\x20Bintang','Bintang\x2032\x20Sudut','Segitiga\x20Sama\x20Kaki','Penyambung\x20Siku\x20Panah\x20Ganda','Kanan\x20Atas','Bevel','Corong','Tambah','Panah\x20Bengkok','Tanda\x20Panggilan\x203','Kurung\x20Kurawal\x20Kiri','Jajar\x20Genjang','Bentuk-L','Bintang\x20dan\x20Spanduk','Pita\x20Melengkung\x20Bawah','Pita\x20Atas','Plakat','bawah','Balik\x20Vertikal','Panah\x20Kiri','Titik\x20Bulat','Tombol\x20Aksi:\x20Awal','Bintang\x2012\x20Sudut','Terminasi','Dilarang\x20Merokok','Penyambung\x20Siku','Kiri\x20Atas','2195286XmrFOw','Chevron','Kurung\x20Kanan','3362600PqPBXN','Kiri','Tanda\x20Panggilan\x20Persegi\x20Panjang\x20Membulat','Setengah\x20Bingkai','Tombol\x20Aksi:\x20Suara','Trapesium','4GMFKhG','Tombol\x20Aksi:\x20Informasi','Kotak\x20Teks\x20Horizontal','Ledakan\x202','Hapus\x20Bentuk','Bentuk\x20Persamaan','Persegi\x20Panjang\x20Sudut\x20Potong\x20Diagonal','Perbesar\x20ukuran\x20font','Tetesan\x20Air','Ekstrak','UniverProSheetsShapeUiIdID','Bintang\x2024\x20Sudut','Data\x20Tersimpan','Tombol\x20Aksi:\x20Bantuan','exports','Isian\x20pola','Bintang\x207\x20Sudut','Panah\x20Bawah','Titik\x20Persegi','Tanda\x20Panggilan\x20Garis\x202','Sama\x20Dengan','Proses','Bintang\x2016\x20Sudut','Tombol\x20Aksi:\x20Kembali\x20atau\x20Sebelumnya','Panah\x20Melengkung\x20Bawah','14mIlTwX','Lainnya','Ukuran\x20font','Penyimpanan\x20Akses\x20Langsung','Bintang\x2010\x20Sudut','Offset\x20Y','Gabungkan','Panah\x20Atas-Bawah','Kecil','Bagi','Tanda\x20Panggilan','Gigi\x209','Persimpangan\x20Penjumlahan','Panah\x20Swoosh','Jenis\x20panah\x20awal','Gaya\x20Bentuk','Pentagon','Bintang\x208\x20Sudut','Heptagon','Busur','Panah\x20Kiri-Kanan-Atas','Putus\x20Panjang','Tanda\x20Panggilan\x20Aksen\x201','Tanda\x20Panggilan\x20Awan','Format\x20Bentuk','Tanda\x20Panggilan\x20Persegi\x20Panjang','Penyambung','Dekagon','Kurang','Persegi\x20Panjang\x20Membulat','Ukuran\x20panah\x20akhir','Kotak\x20Teks\x20Vertikal','Atas','Skala\x20Y','Bawah','Tanda\x20Panggilan\x20Panah\x20Kanan','Gulir\x20Vertikal','Tanda\x20Panggilan\x20Panah\x20Kiri-Kanan','Panah\x20Melengkung\x20Kiri','Panah\x20Berlian','Gelombang\x20Ganda','Posisi\x20Bentuk','Panah\x20Kanan\x20Bergaris','kiri','Persegi\x20Panjang\x20Sudut\x20Membulat\x20Sisi\x20Sama','Panah\x20Siluman','Segitiga\x20Siku-Siku','Penyambung\x20Melengkung\x20Panah','Tanda\x20Panggilan\x20Batas\x20Aksen\x201','Garis\x20Panah\x20Ganda','Tombol\x20Aksi:\x20Film','8FnIfLH','Tanda\x20Panggilan\x20Batas\x20Aksen\x203','Tanda\x20Panggilan\x20Panah\x20Kiri','Panah\x20Terbuka','Panah\x20Oval','Awan','Proses\x20Alternatif','Proses\x20Terdefinisi','Skala\x20X','Oktagon','Urutkan','Kurung\x20Kiri','Kiri\x20Bawah','Garis\x20Terbalik','Penyimpanan\x20Internal','Isian\x20gambar\x20atau\x20tekstur','Perataan\x20horizontal','Panah\x20Kanan\x20Berlekuk','10pabVSn','Lebar','Warna','15039621VhtLme','Dokumen','Jenis\x20ujung','Panah','Garis','Hati','Panah\x20Melingkar\x20Kiri-Kanan','Persegi\x20Panjang\x20Sudut\x20Potong\x20dan\x20Membulat\x20Tunggal','Tanpa\x20isian','Putar\x20Kiri\x2090°','Penyambung\x20Melengkung\x20Panah\x20Ganda','Bentuk\x20Dasar','Garis\x20Panah','Penyambung\x20Melengkung','Jenis\x20sambungan','Kurung\x20Ganda','361926aMGdgK','Kubus','Berlian','Panah\x20Melengkung\x20Kanan','Panah\x20Melingkar','Bintang\x206\x20Sudut','Persegi\x20Panjang\x20Sudut\x20Membulat\x20Diagonal','Gaya\x20sketsa','Gelombang','Penyambung\x20Siku\x20Panah','Panah\x20Empat\x20Arah','Kolasi','kanan','Sedang','Transparansi','Tombol\x20Aksi:\x20Maju\x20atau\x20Berikutnya','Sumber\x20gambar','Pita\x20Bawah','Garis\x20gradien','Tanda\x20Panggilan\x20Panah\x20Atas','Kartu','Persegi\x20Panjang','Panah\x20Putar\x20Balik','Solid','Tampilan','Ubah\x20Teks\x20Vertikal','Tanda\x20Panggilan\x20Garis\x203','Tombol\x20Aksi:\x20Dokumen','Panah\x20Melengkung\x20Atas','4203030ZPolVd','Kurung\x20Kurawal\x20Ganda','Panah\x20Bengkok\x20Atas','Perataan\x20vertikal','Kali','Putus\x20Panjang\x20Titik','Atur\x20ulang','Buka\x20Panel\x20Bentuk','Persegi\x20Panjang\x20Sudut\x20Membulat\x20Tunggal','Tali\x20Busur','Ukuran\x20panah\x20awal','Jenis\x20panah\x20akhir','Tanda\x20Panggilan\x20Panah\x20Atas-Bawah','Penyambung\x20Halaman\x20Lain','43496299loPabI','2701704skKHnb','Pie','Dodekagon','Persegi\x20Panjang\x20Sudut\x20Potong\x20Sisi\x20Sama','Matahari','Putus','Gulir\x20Horizontal','Bingkai','Kanan\x20Bawah','tengah','Bulat','Gambar\x20tangan','Garis\x20Diagonal','Isian','Bulan','Pangkas\x20ke\x20Bentuk','Tanda\x20Panggilan\x20Aksen\x202','Pita\x20Tertinju','Bintang\x205\x20Sudut','Kurung\x20Kurawal\x20Kanan','Tab\x20Plakat','Panah\x20Atas','Warna\x20isian','Disk\x20Magnetik','Gigi\x206','Panah\x20Blok','Grafik\x20X','Petir','Tunda','Tanda\x20Panggilan\x20Garis\x201'];_0x4db4=function(){return _0x413a7f;};return _0x4db4();}function _0xf5f6(_0x499691,_0x25fbdd){_0x499691=_0x499691-0x15a;var _0x4db4cf=_0x4db4();var _0xf5f6b8=_0x4db4cf[_0x499691];return _0xf5f6b8;}(function(_0xc2c80,_0x5157b5){var _0x394921=_0xf5f6,_0x499567=_0xc2c80();while(!![]){try{var _0x502564=-parseInt(_0x394921(0x206))/0x1*(-parseInt(_0x394921(0x195))/0x2)+parseInt(_0x394921(0x18c))/0x3*(parseInt(_0x394921(0x1e1))/0x4)+-parseInt(_0x394921(0x18f))/0x5+-parseInt(_0x394921(0x223))/0x6*(-parseInt(_0x394921(0x1ae))/0x7)+parseInt(_0x394921(0x232))/0x8+-parseInt(_0x394921(0x1f6))/0x9*(-parseInt(_0x394921(0x1f3))/0xa)+-parseInt(_0x394921(0x231))/0xb;if(_0x502564===_0x5157b5)break;else _0x499567['push'](_0x499567['shift']());}catch(_0x42859b){_0x499567['push'](_0x499567['shift']());}}}(_0x4db4,0xecec7),function(_0xbf4573,_0x4ed9ad){var _0x45f72c=_0xf5f6;typeof exports=='object'&&typeof module<'u'?module[_0x45f72c(0x1a3)]=_0x4ed9ad():typeof define=='function'&&define['amd']?define([],_0x4ed9ad):(_0xbf4573=typeof globalThis<'u'?globalThis:_0xbf4573||self,_0xbf4573[_0x45f72c(0x19f)]=_0x4ed9ad());}(this,function(){var _0x393272=_0xf5f6;return{'sheets-shape-ui':{'align':{'top':'atas','middle':'tengah','bottom':_0x393272(0x182),'left':_0x393272(0x1d9),'center':_0x393272(0x23b),'right':_0x393272(0x212)},'toolbar':{'verticalAlignMode':{'main':_0x393272(0x226)},'horizontalAlignMode':{'main':_0x393272(0x1f1)},'fillColor':{'main':_0x393272(0x164)},'fontSize':_0x393272(0x1b0),'fontSizeIncrease':_0x393272(0x19c),'fontSizeDecrease':'Perkecil\x20ukuran\x20font','resetColor':_0x393272(0x229)},'imagePanel':{'crop':{'shape':_0x393272(0x15d)}},'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.'},'title':'Bentuk','insertShape':'Sisipkan\x20Bentuk','openPanel':_0x393272(0x22a),'deleteShape':_0x393272(0x199),'hidePanel':'Sembunyikan\x20Panel\x20Bentuk','formatShape':_0x393272(0x1c6),'shapeStyle':_0x393272(0x1bd),'shapePosition':_0x393272(0x1d7),'toggleFlipH':'Balik\x20Horizontal','toggleFlipV':_0x393272(0x183),'rotateRight90':'Putar\x20Kanan\x2090°','rotateLeft90':_0x393272(0x1ff),'toggleTextVertical':_0x393272(0x21f),'fill':{'title':_0x393272(0x15b),'noFill':_0x393272(0x1fe),'solidFill':'Isian\x20solid','gradientFill':'Isian\x20gradien','pictureFill':_0x393272(0x1f0),'patternFill':_0x393272(0x1a4),'color':_0x393272(0x1f5),'transparency':_0x393272(0x214),'picture':{'source':_0x393272(0x216),'insert':'Sisipkan...','tileAsTexture':'Ulangi\x20gambar\x20sebagai\x20tekstur','offsetX':'Offset\x20X','offsetY':_0x393272(0x1b3),'scaleX':_0x393272(0x1e9),'scaleY':_0x393272(0x1cf),'alignment':'Perataan','rotateWithShape':'Putar\x20dengan\x20bentuk','align':{'tl':_0x393272(0x18b),'t':_0x393272(0x1ce),'tr':_0x393272(0x175),'l':_0x393272(0x190),'ctr':_0x393272(0x170),'r':'Kanan','bl':_0x393272(0x1ed),'b':_0x393272(0x1d0),'br':_0x393272(0x23a)}}},'line':{'title':_0x393272(0x1fa),'noLine':'Tanpa\x20garis','solidLine':'Garis\x20solid','gradientLine':_0x393272(0x218),'color':_0x393272(0x1f5),'transparency':'Transparansi','width':_0x393272(0x1f4),'dashType':{'title':'Jenis\x20putus-putus','solid':_0x393272(0x21d),'roundDot':_0x393272(0x185),'squareDot':_0x393272(0x1a7),'dash':_0x393272(0x237),'dashDot':'Putus-Titik','longDash':_0x393272(0x1c3),'longDashDot':_0x393272(0x228),'longDashDotDot':'Putus\x20Panjang\x20Titik\x20Titik'},'capType':{'title':_0x393272(0x1f8),'flat':'Datar','round':_0x393272(0x23c),'square':'Persegi'},'joinType':{'title':_0x393272(0x204),'miter':'Miter','round':_0x393272(0x23c),'bevel':_0x393272(0x176)},'beginArrowType':_0x393272(0x1bc),'beginArrowSize':_0x393272(0x22d),'endArrowType':_0x393272(0x22e),'endArrowSize':_0x393272(0x1cc),'arrowType':{'none':'Tidak\x20ada','arrow':_0x393272(0x1f9),'openArrow':_0x393272(0x1e4),'stealthArrow':_0x393272(0x1db),'diamondArrow':_0x393272(0x1d5),'ovalArrow':_0x393272(0x1e5)},'arrowSize':{'small':_0x393272(0x1b6),'medium':_0x393272(0x213),'large':'Besar'},'sketchType':{'title':_0x393272(0x20d),'none':'Tidak\x20ada','curved':'Melengkung','freehand':'Tangan\x20bebas','handDrawn':_0x393272(0x23d)}},'shape':{'group':{'line':_0x393272(0x1fa),'rectangle':'Persegi\x20Panjang','basicShape':_0x393272(0x201),'blockArrow':_0x393272(0x167),'equationShape':_0x393272(0x19a),'flowchart':_0x393272(0x16e),'starAndBanner':_0x393272(0x17e),'callout':_0x393272(0x1b8),'other':_0x393272(0x1af)},'type':{'line':'Garis','straight-connector1':_0x393272(0x202),'straight-connector2':_0x393272(0x1df),'bent-connector3':_0x393272(0x18a),'bent-connector3-arrow1':_0x393272(0x20f),'bent-connector3-arrow2':_0x393272(0x174),'curved-connector3':_0x393272(0x203),'curved-connector3-arrow1':_0x393272(0x1dd),'curved-connector3-arrow2':_0x393272(0x200),'rect':_0x393272(0x21b),'round-rect':_0x393272(0x1cb),'snip1-rect':'Persegi\x20Panjang\x20Sudut\x20Potong\x20Tunggal','snip2-same-rect':_0x393272(0x235),'snip2-diag-rect':_0x393272(0x19b),'snip-round-rect':_0x393272(0x1fd),'round1-rect':_0x393272(0x22b),'round2-same-rect':_0x393272(0x1da),'round2-diag-rect':_0x393272(0x20c),'rect-textbox-horizontal':_0x393272(0x197),'rect-textbox-vertical':_0x393272(0x1cd),'ellipse':'Oval','triangle':_0x393272(0x173),'rt-triangle':_0x393272(0x1dc),'parallelogram':_0x393272(0x17c),'trapezoid':_0x393272(0x194),'non-isosceles-trapezoid':'Trapesium\x20Tidak\x20Sama\x20Kaki','diamond':_0x393272(0x208),'pentagon':_0x393272(0x1be),'hexagon':'Heksagon','heptagon':_0x393272(0x1c0),'octagon':_0x393272(0x1ea),'decagon':_0x393272(0x1c9),'dodecagon':_0x393272(0x234),'pie':_0x393272(0x233),'chord':_0x393272(0x22c),'teardrop':_0x393272(0x19d),'frame':_0x393272(0x239),'half-frame':_0x393272(0x192),'corner':_0x393272(0x17d),'diag-stripe':_0x393272(0x15a),'plus':'Silang','plaque':_0x393272(0x181),'can':'Silinder','cube':_0x393272(0x207),'bevel':_0x393272(0x176),'donut':_0x393272(0x16d),'no-smoking':_0x393272(0x189),'block-arc':'Busur\x20Blok','folder-corner':'Sudut\x20Dilipat','smiley-face':'Wajah\x20Senyum','heart':_0x393272(0x1fb),'lightning-bolt':_0x393272(0x169),'sun':_0x393272(0x236),'moon':_0x393272(0x15c),'cloud':_0x393272(0x1e6),'arc':_0x393272(0x1c1),'bracket-pair':_0x393272(0x205),'brace-pair':_0x393272(0x224),'left-bracket':_0x393272(0x1ec),'right-bracket':_0x393272(0x18e),'left-brace':_0x393272(0x17b),'right-brace':_0x393272(0x161),'right-arrow':'Panah\x20Kanan','left-arrow':_0x393272(0x184),'up-arrow':_0x393272(0x163),'down-arrow':_0x393272(0x1a6),'left-right-arrow':'Panah\x20Kiri-Kanan','up-down-arrow':_0x393272(0x1b5),'quad-arrow':_0x393272(0x210),'left-right-up-arrow':_0x393272(0x1c2),'bent-arrow':_0x393272(0x179),'uturn-arrow':_0x393272(0x21c),'left-up-arrow':'Panah\x20Kiri-Atas','bent-up-arrow':_0x393272(0x225),'curved-right-arrow':_0x393272(0x209),'curved-left-arrow':_0x393272(0x1d4),'curved-up-arrow':_0x393272(0x222),'curved-down-arrow':_0x393272(0x1ad),'striped-right-arrow':_0x393272(0x1d8),'notched-right-arrow':_0x393272(0x1f2),'home-plate':_0x393272(0x1be),'chevron':_0x393272(0x18d),'right-arrow-callout':_0x393272(0x1d1),'down-arrow-callout':'Tanda\x20Panggilan\x20Panah\x20Bawah','left-arrow-callout':_0x393272(0x1e3),'up-arrow-callout':_0x393272(0x219),'left-right-arrow-callout':_0x393272(0x1d3),'quad-arrow-callout':'Tanda\x20Panggilan\x20Panah\x20Empat\x20Arah','circular-arrow':_0x393272(0x20a),'math-plus':_0x393272(0x178),'math-minus':_0x393272(0x1ca),'math-multiply':_0x393272(0x227),'math-divide':_0x393272(0x1b7),'math-equal':_0x393272(0x1a9),'math-not-equal':'Tidak\x20Sama\x20Dengan','flow-chart-process':_0x393272(0x1aa),'flow-chart-alternate-process':_0x393272(0x1e7),'flow-chart-decision':'Keputusan','flow-chart-input-output':'Data','flow-chart-predefined-process':_0x393272(0x1e8),'flow-chart-internal-storage':_0x393272(0x1ef),'flow-chart-document':_0x393272(0x1f7),'flow-chart-multidocument':'Multi\x20Dokumen','flow-chart-terminator':_0x393272(0x188),'flow-chart-preparation':'Persiapan','flow-chart-manual-input':_0x393272(0x16f),'flow-chart-manual-operation':'Operasi\x20Manual','flow-chart-connector':_0x393272(0x1c8),'flow-chart-offpage-connector':_0x393272(0x230),'flow-chart-punched-card':_0x393272(0x21a),'flow-chart-punched-tape':_0x393272(0x15f),'flow-chart-summing-junction':_0x393272(0x1ba),'flow-chart-or':'Atau','flow-chart-collate':_0x393272(0x211),'flow-chart-sort':_0x393272(0x1eb),'flow-chart-extract':_0x393272(0x19e),'flow-chart-merge':_0x393272(0x1b4),'flow-chart-online-storage':_0x393272(0x1a1),'flow-chart-delay':_0x393272(0x16a),'flow-chart-magnetic-tape':'Penyimpanan\x20Akses\x20Sekuensial','flow-chart-magnetic-disk':_0x393272(0x165),'flow-chart-magnetic-drum':_0x393272(0x1b1),'flow-chart-display':_0x393272(0x21e),'irregular-seal1':'Ledakan\x201','irregular-seal2':_0x393272(0x198),'star4':'Bintang\x204\x20Sudut','star5':_0x393272(0x160),'star6':_0x393272(0x20b),'star7':_0x393272(0x1a5),'star8':_0x393272(0x1bf),'star10':_0x393272(0x1b2),'star12':_0x393272(0x187),'star16':_0x393272(0x1ab),'star24':_0x393272(0x1a0),'star32':_0x393272(0x172),'ribbon2':_0x393272(0x180),'ribbon':_0x393272(0x217),'ellipse-ribbon2':'Pita\x20Melengkung\x20Atas','ellipse-ribbon':_0x393272(0x17f),'vertical-scroll':_0x393272(0x1d2),'horizontal-scroll':_0x393272(0x238),'wave':_0x393272(0x20e),'double-wave':_0x393272(0x1d6),'wedge-rect-callout':_0x393272(0x1c7),'wedge-round-rect-callout':_0x393272(0x191),'wedge-ellipse-callout':'Tanda\x20Panggilan\x20Oval','cloud-callout':_0x393272(0x1c5),'border-callout1':_0x393272(0x16b),'border-callout2':_0x393272(0x1a8),'border-callout3':_0x393272(0x220),'accent-callout1':_0x393272(0x1c4),'accent-callout2':_0x393272(0x15e),'accent-callout3':'Tanda\x20Panggilan\x20Aksen\x203','callout1':'Tanda\x20Panggilan\x201','callout2':'Tanda\x20Panggilan\x202','callout3':_0x393272(0x17a),'accent-border-callout1':_0x393272(0x1de),'accent-border-callout2':'Tanda\x20Panggilan\x20Batas\x20Aksen\x202','accent-border-callout3':_0x393272(0x1e2),'left-circular-arrow':'Panah\x20Melingkar\x20Kiri','left-right-circular-arrow':_0x393272(0x1fc),'swoosh-arrow':_0x393272(0x1bb),'left-right-ribbon':'Pita\x20Kiri-Kanan','pie-wedge':'Irisan\x20Pie','funnel':_0x393272(0x177),'gear6':_0x393272(0x166),'gear9':_0x393272(0x1b9),'corner-tabs':'Tab\x20Sudut','action-button-back-previous':_0x393272(0x1ac),'action-button-forward-next':_0x393272(0x215),'action-button-beginning':_0x393272(0x186),'action-button-end':_0x393272(0x16c),'action-button-home':'Tombol\x20Aksi:\x20Beranda','action-button-information':_0x393272(0x196),'action-button-return':'Tombol\x20Aksi:\x20Kembali','action-button-movie':_0x393272(0x1e0),'action-button-document':_0x393272(0x221),'action-button-sound':_0x393272(0x193),'action-button-help':_0x393272(0x1a2),'action-button-blank':'Tombol\x20Aksi:\x20Kosong','chart-plus':'Grafik\x20Plus','chart-star':_0x393272(0x171),'chart-x':_0x393272(0x168),'flow-chart-offline-storage':'Penyimpanan\x20Offline','line-inv':_0x393272(0x1ee),'plaque-tabs':_0x393272(0x162),'square-tabs':'Tab\x20Persegi','up-down-arrow-callout':_0x393272(0x22f)}}}};}));
|
|
27
|
-
|
|
28
|
-
// @univerjs-pro/sheets-outline-ui/locale/id-ID
|
|
29
|
-
(function(_0x58b03e,_0x1f3f41){var _0xc827ed=_0x215f,_0x5e9a00=_0x58b03e();while(!![]){try{var _0x5f5230=parseInt(_0xc827ed(0x10d))/0x1*(-parseInt(_0xc827ed(0x113))/0x2)+-parseInt(_0xc827ed(0x100))/0x3+-parseInt(_0xc827ed(0xfe))/0x4*(-parseInt(_0xc827ed(0x112))/0x5)+parseInt(_0xc827ed(0x106))/0x6+-parseInt(_0xc827ed(0x10a))/0x7*(parseInt(_0xc827ed(0x109))/0x8)+parseInt(_0xc827ed(0xfd))/0x9*(-parseInt(_0xc827ed(0xff))/0xa)+parseInt(_0xc827ed(0x107))/0xb*(parseInt(_0xc827ed(0xfb))/0xc);if(_0x5f5230===_0x1f3f41)break;else _0x5e9a00['push'](_0x5e9a00['shift']());}catch(_0x4dcd33){_0x5e9a00['push'](_0x5e9a00['shift']());}}}(_0x495d,0x4a6ba),function(_0x5e4362,_0x2ad26e){var _0x3d05a5=_0x215f;typeof exports==_0x3d05a5(0x10b)&&typeof module<'u'?module['exports']=_0x2ad26e():typeof define==_0x3d05a5(0x110)&&define['amd']?define([],_0x2ad26e):(_0x5e4362=typeof globalThis<'u'?globalThis:_0x5e4362||self,_0x5e4362['UniverProSheetsOutlineUiIdID']=_0x2ad26e());}(this,function(){var _0x3ed00e=_0x215f;return{'sheets-outline-ui':{'cancel':_0x3ed00e(0x103),'group':'Kelompokkan','ungroup':_0x3ed00e(0x10e),'groupRows':_0x3ed00e(0x111),'groupColumns':_0x3ed00e(0x10f),'ungroupRows':_0x3ed00e(0x108),'ungroupColumns':_0x3ed00e(0x102),'error':{'permission':_0x3ed00e(0x10c),'invalidRange':_0x3ed00e(0x104),'outOfBounds':'Tidak\x20dapat\x20membuat\x20kerangka\x20karena\x20rentang\x20yang\x20dipilih\x20berada\x20di\x20luar\x20lembar.','crossing':'Tidak\x20dapat\x20memperbarui\x20kerangka\x20karena\x20hasilnya\x20akan\x20membuat\x20grup\x20yang\x20tumpang\x20tindih.','maxDepth':_0x3ed00e(0x105),'moveSplitsOutline':_0x3ed00e(0xfc),'clearRangeNotContainOutline':_0x3ed00e(0x101),'unknown':'Tidak\x20dapat\x20memperbarui\x20kerangka\x20karena\x20operasi\x20tidak\x20valid.'}}};}));function _0x215f(_0x5b949d,_0x54a692){_0x5b949d=_0x5b949d-0xfb;var _0x495d9e=_0x495d();var _0x215fa5=_0x495d9e[_0x5b949d];return _0x215fa5;}function _0x495d(){var _0x2c7dd0=['function','Kelompokkan\x20baris\x20{0}\x20-\x20{1}','553065nfCIra','2jchoqV','2844GWjUcd','Tidak\x20dapat\x20memindahkan\x20baris\x20atau\x20kolom\x20karena\x20akan\x20memisahkan\x20kerangka\x20yang\x20ada.\x20Hapus\x20kerangka\x20terkait\x20terlebih\x20dahulu.','1799613IAwNPF','16hcVjCA','30NKwuxM','1050951ZOOgfP','Tidak\x20dapat\x20membatalkan\x20pengelompokan\x20karena\x20rentang\x20yang\x20dipilih\x20tidak\x20sepenuhnya\x20berisi\x20rentang\x20grup\x20kerangka.','Batal\x20kelompokkan\x20kolom\x20{0}\x20-\x20{1}','Batal','Tidak\x20dapat\x20membuat\x20kerangka\x20karena\x20rentang\x20yang\x20dipilih\x20tidak\x20valid.','Tidak\x20dapat\x20membuat\x20kerangka\x20karena\x20kerangka\x20yang\x20kompatibel\x20dengan\x20Excel\x20mendukung\x20hingga\x208\x20tingkat.','2924952sQToXE','43923uLQCrJ','Batal\x20kelompokkan\x20baris\x20{0}\x20-\x20{1}','231888EPwobM','35bFxtWS','object','Anda\x20tidak\x20memiliki\x20izin\x20tampilan,\x20sehingga\x20operasi\x20pengelompokan\x20tidak\x20dapat\x20dilakukan.','476341rtEaqH','Batal\x20Kelompokkan','Kelompokkan\x20kolom\x20{0}\x20-\x20{1}'];_0x495d=function(){return _0x2c7dd0;};return _0x495d();}
|
|
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)}));
|