@univerjs-pro/pdfs-ui 1.0.0-alpha.8 → 1.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +60 -21
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/command-ids.d.ts +1 -1
- package/lib/types/commands/operations/pdf-history.operation.d.ts +9 -0
- package/lib/types/commands/pdf-clipboard.command.d.ts +5 -0
- package/lib/types/controllers/pdf-clipboard.controller.d.ts +5 -0
- package/lib/types/editor/inspector-model.d.ts +23 -3
- package/lib/types/editor/link-annotation-targets.d.ts +11 -0
- package/lib/types/editor/list-layout.d.ts +6 -11
- package/lib/types/editor/marquee-selection.d.ts +14 -0
- package/lib/types/editor/native-targets.d.ts +8 -1
- package/lib/types/editor/overlay-renderer.d.ts +3 -0
- package/lib/types/editor/pointer-controller.d.ts +11 -1
- package/lib/types/editor/table-resize-controls.d.ts +27 -0
- package/lib/types/editor/transform-controls.d.ts +30 -0
- package/lib/types/index.d.ts +1 -0
- package/lib/types/locale/en-US.d.ts +1 -2
- package/lib/types/render/annotation-stroke.d.ts +2 -0
- package/lib/types/render/path-object-renderer.d.ts +15 -0
- package/lib/types/services/pdf-clipboard.service.d.ts +30 -0
- package/lib/types/services/pdf-editor-command.service.d.ts +0 -1
- package/lib/types/services/pdf-page-region-index.service.d.ts +2 -1
- package/lib/types/views/pdf-canvas-shortcuts.d.ts +8 -0
- package/lib/types/views/pdf-canvas-text-edit-state.d.ts +3 -0
- package/lib/types/views/pdf-canvas-text-interaction.d.ts +17 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +9 -9
- package/lib/types/commands/mutations/pdf-history.mutation.d.ts +0 -9
package/lib/es/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x512c8e=_0x5e61;(function(_0x486a69,_0x560476){const _0xeaacf=_0x5e61,_0x2a3427=_0x486a69();while(!![]){try{const _0x245447=-parseInt(_0xeaacf(0x1d0))/0x1*(parseInt(_0xeaacf(0x1c9))/0x2)+parseInt(_0xeaacf(0x212))/0x3*(parseInt(_0xeaacf(0x1c5))/0x4)+parseInt(_0xeaacf(0x20a))/0x5+parseInt(_0xeaacf(0x1c1))/0x6+-parseInt(_0xeaacf(0x1a8))/0x7*(-parseInt(_0xeaacf(0x1ab))/0x8)+-parseInt(_0xeaacf(0x1c2))/0x9*(-parseInt(_0xeaacf(0x20b))/0xa)+parseInt(_0xeaacf(0x1f2))/0xb*(-parseInt(_0xeaacf(0x1ee))/0xc);if(_0x245447===_0x560476)break;else _0x2a3427['push'](_0x2a3427['shift']());}catch(_0x24bcc8){_0x2a3427['push'](_0x2a3427['shift']());}}}(_0x6c62,0x2055e));function _0x5e61(_0xf8cd81,_0x400a3d){_0xf8cd81=_0xf8cd81-0x1a1;const _0x6c6287=_0x6c62();let _0x5e616e=_0x6c6287[_0xf8cd81];return _0x5e616e;}function _0x6c62(){const _0x2948ce=['Modifica\x20valore','Minimo','Esempio','Punto\x20elenco','centrale','5035476cVWDag','dopo','Ruota\x20di\x2090\x20gradi\x20in\x20senso\x20orario','Pagine\x20PDF','11VXRABc','1.\x20a.\x202.\x20b.','Reimposta\x20ritaglio','Chiaro','Tipo','01.\x2002.\x2003.','Allinea','A.\x20B.\x20C.','Documento\x20PDF','Esporta\x20JSON\x20modificato','Seleziona','Esporta\x20PDF','Larghezza\x20linea','Oggetto','Operatori','Rientro\x20destro','Aggiungi\x20testo','Inserisci\x20Tabella','Nuova','Geometria\x20pagina','Ritaglio\x20destro','Inserisci','Nome','PDF','169395FkdoAn','32530gjTvDW','Annotazioni','Trasforma','Grassetto','Divisore','Elenco','Inferiore','87vgKZFd','Altezza\x20riga','Annulla','Carattere','Aspetto\x20tabella','Elimina\x20pagina','In\x20verticale','Sostituisci\x20immagine','Testo','Termina\x20modifica','Righe','XObject\x20modulo','Immagine','Campo\x20modulo','Ritaglio\x20inferiore','1)\x202)\x203)','Copia','1505DLnsVv','Capovolgi\x20verticalmente','Righe\x20alternate','6872DPYCZx','Limiti','1.\x202.\x203.','ID\x20documento','Porta\x20indietro','Destra','Importa\x20PDF','Visualizzazione','Modifica','Tema\x20tabella','Superiore','In\x20orizzontale','Riga\x20intestazione','Cella\x20tabella','Disponi','Colonne','Ingrandimento','Sposta\x20pagina\x20in\x20basso','1.1.\x201.2.','Corsivo','Sinistra','ID\x20pagina','1183188UkLjnO','495vZhDIo','Pagina','prima','15780pONEkt','Porta\x20avanti','Visualizza','Dimensione','314026kOgGPU','Prima\x20riga','Casella\x20di\x20testo','Copia\x20pagina','Valore','Ritaglia\x20immagine','Sfondo','1mckRYY','Ripristina','Ritaglio\x20superiore','Freccia','Prima\x20colonna','Allineamento\x20verticale','Media','Modifica\x20testo','Schede\x20della\x20barra\x20multifunzione\x20PDF','Proprietà\x20PDF','Dati\x20grezzi','Ritaglio\x20sinistro','Elenchi\x20di\x20visualizzazione','Colonne\x20alternate','Documento','Quadrato','Punto\x20elenco\x20vuoto','Revisione','Proprietà','Ultima\x20colonna','Sottolineato','Diamante','JSON','Elimina','Esporta\x20modifiche'];_0x6c62=function(){return _0x2948ce;};return _0x6c62();}const e={'pdfs-ui':{'workbench':{'title':_0x512c8e(0x209),'aria':{'ribbonTabs':_0x512c8e(0x1d8),'pages':_0x512c8e(0x1f1),'properties':_0x512c8e(0x1d9)},'tabs':{'start':'Inizio','insert':'Inserisci','view':_0x512c8e(0x1c7)},'pageRail':{'newPage':_0x512c8e(0x204)},'empty':{'noDocument':'Nessun\x20documento\x20caricato','noPages':'Nessuna\x20pagina'},'status':{'page':_0x512c8e(0x1c3),'zoom':_0x512c8e(0x1bb)},'sidebar':{'properties':_0x512c8e(0x1e2)},'demo':{'sample':_0x512c8e(0x1eb)}},'ribbon':{'groups':{'file':_0x512c8e(0x1de),'edit':_0x512c8e(0x1b3),'transform':'Trasforma','insert':_0x512c8e(0x207),'display':_0x512c8e(0x1b2)},'actions':{'importPdf':_0x512c8e(0x1b1),'exportPdf':_0x512c8e(0x1fd),'undo':_0x512c8e(0x214),'redo':_0x512c8e(0x1d1),'select':_0x512c8e(0x1fc),'text':'Testo','flipHorizontal':'Capovolgi\x20orizzontalmente','flipVertical':_0x512c8e(0x1a9),'textBox':_0x512c8e(0x1cb),'image':_0x512c8e(0x1a3),'divider':_0x512c8e(0x20f),'table':'Tabella','list':_0x512c8e(0x210),'annotations':_0x512c8e(0x20c),'bounds':_0x512c8e(0x1ac),'raw':_0x512c8e(0x1da)},'listPresets':{'bullet':_0x512c8e(0x1ec),'hollowBullet':_0x512c8e(0x1e0),'square':_0x512c8e(0x1df),'diamond':_0x512c8e(0x1e5),'check':'Segno\x20di\x20spunta','arrow':_0x512c8e(0x1d3),'decimal':_0x512c8e(0x1ad),'parenDecimal':_0x512c8e(0x1a6),'decimalNested':_0x512c8e(0x1bd),'upperAlpha':_0x512c8e(0x1f9),'lowerAlpha':_0x512c8e(0x1f3),'leadingZero':_0x512c8e(0x1f7)}},'tableSizePicker':{'customSize':'Dimensioni\x20personalizzate','rows':_0x512c8e(0x1a1),'columns':_0x512c8e(0x1ba),'insert':'Inserisci','insertTable':_0x512c8e(0x203)},'tableTheme':{'tableTheme':_0x512c8e(0x1b4),'tableLook':_0x512c8e(0x216),'headerRow':_0x512c8e(0x1b7),'footerRow':'Riga\x20piè\x20di\x20pagina','bandedRows':_0x512c8e(0x1aa),'bandedColumns':_0x512c8e(0x1dd),'firstColumn':_0x512c8e(0x1d4),'lastColumn':_0x512c8e(0x1e3),'bestMatch':'Corrispondenza\x20migliore','light':_0x512c8e(0x1f5),'medium':_0x512c8e(0x1d6),'minimal':_0x512c8e(0x1ea)},'contextMenu':{'addText':_0x512c8e(0x202),'editText':_0x512c8e(0x1d7),'editValue':_0x512c8e(0x1e9),'copy':_0x512c8e(0x1a7),'paste':'Incolla','replaceImage':_0x512c8e(0x219),'cropImage':_0x512c8e(0x1ce),'flipHorizontal':'Capovolgi\x20orizzontalmente','flipVertical':'Capovolgi\x20verticalmente','bringForward':_0x512c8e(0x1c6),'sendBackward':_0x512c8e(0x1af),'exportPatch':_0x512c8e(0x1e8),'delete':_0x512c8e(0x1e7)},'pageThumbnail':{'moveUp':'Sposta\x20pagina\x20in\x20alto','moveDown':_0x512c8e(0x1bc),'copy':_0x512c8e(0x1cc),'rotateClockwise':_0x512c8e(0x1f0),'delete':_0x512c8e(0x217)},'exportPatch':{'title':_0x512c8e(0x1e8),'summary':'Riepilogo','json':_0x512c8e(0x1e6),'exportEditedJson':_0x512c8e(0x1fb)},'inspector':{'titles':{'text':'Testo','image':_0x512c8e(0x1a3),'formXObject':_0x512c8e(0x1a2),'formField':_0x512c8e(0x1a4),'page':_0x512c8e(0x1c3),'nativeSource':'Origine\x20nativa','object':_0x512c8e(0x1ff),'document':_0x512c8e(0x1fa),'tableCell':_0x512c8e(0x1b8)},'sections':{'text':_0x512c8e(0x21a),'image':_0x512c8e(0x1a3),'cell':'Cella','source':'Origine','formField':_0x512c8e(0x1cd),'page':'Pagina','document':_0x512c8e(0x1fa),'transform':_0x512c8e(0x20d),'arrange':_0x512c8e(0x1b9),'paragraph':'Paragrafo'},'fields':{'fontFamily':_0x512c8e(0x215),'fontSize':_0x512c8e(0x1c8),'strokeWidth':_0x512c8e(0x1fe),'bold':_0x512c8e(0x20e),'italic':_0x512c8e(0x1be),'underline':_0x512c8e(0x1e4),'background':_0x512c8e(0x1cf),'verticalAlign':_0x512c8e(0x1d5),'objectRef':_0x512c8e(0x1ff),'displayLists':_0x512c8e(0x1dc),'fieldName':_0x512c8e(0x208),'fieldType':_0x512c8e(0x1f6),'pageId':_0x512c8e(0x1c0),'operators':_0x512c8e(0x200),'documentId':_0x512c8e(0x1ae),'revision':_0x512c8e(0x1e1),'x':'X','y':'Y','width':'W','height':'H','align':_0x512c8e(0x1f8),'lineHeight':_0x512c8e(0x213),'leftIndent':'Rientro\x20sinistro','firstLine':_0x512c8e(0x1ca),'rightIndent':_0x512c8e(0x201),'before':_0x512c8e(0x1c4),'after':_0x512c8e(0x1ef),'horizontal':_0x512c8e(0x1b6),'vertical':_0x512c8e(0x218),'left':_0x512c8e(0x1bf),'center':'Centro','right':_0x512c8e(0x1b0),'top':_0x512c8e(0x1b5),'middle':_0x512c8e(0x1ed),'bottom':_0x512c8e(0x211),'pageGeometry':_0x512c8e(0x205),'crop':'Ritaglio','cropLeft':_0x512c8e(0x1db),'cropBottom':_0x512c8e(0x1a5),'cropRight':_0x512c8e(0x206),'cropTop':_0x512c8e(0x1d2),'sideLeft':_0x512c8e(0x1bf),'sideTop':_0x512c8e(0x1b5),'sideRight':_0x512c8e(0x1b0),'sideBottom':'Inferiore'},'actions':{'replaceImage':_0x512c8e(0x219),'cropImage':'Ritaglia\x20immagine','resetCrop':_0x512c8e(0x1f4),'flipHorizontal':'Capovolgi\x20orizzontalmente','flipVertical':_0x512c8e(0x1a9),'addText':_0x512c8e(0x202),'finishEditing':_0x512c8e(0x21b),'pageGeometry':_0x512c8e(0x205),'exportPatch':_0x512c8e(0x1e8),'bringForward':_0x512c8e(0x1c6),'sendBackward':'Porta\x20indietro','rotate90':'Ruota\x20di\x2090\x20gradi'}}}};export{e as default};
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x45a40c=_0x4cc3;function _0x2635(){const _0x81c575=['ドキュメントが読み込まれていません','画像を置換','PDF\x20をエクスポート','90\x20度回転','生データ','テキストを編集','ページを削除','4697211KtShQC','A.\x20B.\x20C.','縦方向','編集を完了','左右反転','前面へ移動','やり直し','表示リスト','右をトリミング','次の値より大きい','2134656jhSNvl','垂直方向の配置','左インデント','フォント','編集済み\x20JSON\x20をエクスポート','1bVNEDj','段組み','リスト','1.1.\x201.2.','上下反転','テキスト\x20ボックス','右インデント','左をトリミング','01.\x2002.\x2003.','16XZyUrf','47825xuFePR','PDF\x20リボンのタブ','リビジョン','表を挿入','表のテーマ','最適な組み合わせ','1613332KBhVFa','集計行','PDF\x20のページ','JSON','表の外観','ページを下へ移動','上をトリミング','時計回りに\x2090\x20度回転','明るい','2110228bRlOjm','184yUfwjI','背面へ移動','最初の行','チェック','ページを上へ移動','PDF\x20をインポート','下をトリミング','オブジェクト','見出し行','ページがありません','32242650hdItlK','ページ','ひし形','テキスト','3822921WrRDGp','四角形','元に戻す','カスタムサイズ','演算子','ドロップダウンリストから選択する','トリミングをリセット','最初の列','画像をトリミング','ドキュメント','サンプル','横方向','ページをコピー','縞模様の列','ページ\x20ID','テキストを追加','変更をエクスポート','ページのジオメトリ','ファイル','縞模様の行','フォーム\x20XObject'];_0x2635=function(){return _0x81c575;};return _0x2635();}function _0x4cc3(_0x2bf599,_0x5f17b0){_0x2bf599=_0x2bf599-0xa6;const _0x26357e=_0x2635();let _0x4cc33d=_0x26357e[_0x2bf599];return _0x4cc33d;}(function(_0x1ad66d,_0x25e119){const _0x2cbbdd=_0x4cc3,_0x1ef8a6=_0x1ad66d();while(!![]){try{const _0x3f906d=parseInt(_0x2cbbdd(0xe2))/0x1*(-parseInt(_0x2cbbdd(0xa8))/0x2)+-parseInt(_0x2cbbdd(0xd3))/0x3+-parseInt(_0x2cbbdd(0xa9))/0x4*(parseInt(_0x2cbbdd(0xec))/0x5)+-parseInt(_0x2cbbdd(0xdd))/0x6+parseInt(_0x2cbbdd(0xf2))/0x7+-parseInt(_0x2cbbdd(0xeb))/0x8*(-parseInt(_0x2cbbdd(0xb7))/0x9)+parseInt(_0x2cbbdd(0xb3))/0xa;if(_0x3f906d===_0x25e119)break;else _0x1ef8a6['push'](_0x1ef8a6['shift']());}catch(_0x507218){_0x1ef8a6['push'](_0x1ef8a6['shift']());}}}(_0x2635,0xd8b6e));const e={'pdfs-ui':{'workbench':{'title':'PDF','aria':{'ribbonTabs':_0x45a40c(0xed),'pages':_0x45a40c(0xf4),'properties':'PDF\x20のプロパティ'},'tabs':{'start':'先頭','insert':'挿入','view':'表示'},'pageRail':{'newPage':'新規'},'empty':{'noDocument':_0x45a40c(0xcc),'noPages':_0x45a40c(0xb2)},'status':{'page':_0x45a40c(0xb4),'zoom':'ズーム'},'sidebar':{'properties':'プロパティ'},'demo':{'sample':_0x45a40c(0xc1)}},'ribbon':{'groups':{'file':_0x45a40c(0xc9),'edit':'編集','transform':'変形','insert':'挿入','display':'表示'},'actions':{'importPdf':_0x45a40c(0xae),'exportPdf':_0x45a40c(0xce),'undo':_0x45a40c(0xb9),'redo':_0x45a40c(0xd9),'select':_0x45a40c(0xbc),'text':_0x45a40c(0xb6),'flipHorizontal':_0x45a40c(0xd7),'flipVertical':_0x45a40c(0xe6),'textBox':_0x45a40c(0xe7),'image':'画像','divider':'区切り線','table':'表','list':_0x45a40c(0xe4),'annotations':'注釈','bounds':'境界','raw':_0x45a40c(0xd0)},'listPresets':{'bullet':'黒丸','hollowBullet':'白丸','square':_0x45a40c(0xb8),'diamond':_0x45a40c(0xb5),'check':_0x45a40c(0xac),'arrow':'矢印','decimal':'1.\x202.\x203.','parenDecimal':'1)\x202)\x203)','decimalNested':_0x45a40c(0xe5),'upperAlpha':_0x45a40c(0xd4),'lowerAlpha':'1.\x20a.\x202.\x20b.','leadingZero':_0x45a40c(0xea)}},'tableSizePicker':{'customSize':_0x45a40c(0xba),'rows':'行','columns':_0x45a40c(0xe3),'insert':'挿入','insertTable':_0x45a40c(0xef)},'tableTheme':{'tableTheme':_0x45a40c(0xf0),'tableLook':_0x45a40c(0xf6),'headerRow':_0x45a40c(0xb1),'footerRow':_0x45a40c(0xf3),'bandedRows':_0x45a40c(0xca),'bandedColumns':_0x45a40c(0xc4),'firstColumn':_0x45a40c(0xbe),'lastColumn':'最後の列','bestMatch':_0x45a40c(0xf1),'light':_0x45a40c(0xa7),'medium':'中','minimal':'最小'},'contextMenu':{'addText':_0x45a40c(0xc6),'editText':_0x45a40c(0xd1),'editValue':'値を編集','copy':'コピー','paste':'貼り付け','replaceImage':_0x45a40c(0xcd),'cropImage':_0x45a40c(0xbf),'flipHorizontal':_0x45a40c(0xd7),'flipVertical':'上下反転','bringForward':_0x45a40c(0xd8),'sendBackward':_0x45a40c(0xaa),'exportPatch':_0x45a40c(0xc7),'delete':'削除'},'pageThumbnail':{'moveUp':_0x45a40c(0xad),'moveDown':_0x45a40c(0xf7),'copy':_0x45a40c(0xc3),'rotateClockwise':_0x45a40c(0xa6),'delete':_0x45a40c(0xd2)},'exportPatch':{'title':_0x45a40c(0xc7),'summary':'集計','json':_0x45a40c(0xf5),'exportEditedJson':_0x45a40c(0xe1)},'inspector':{'titles':{'text':'テキスト','image':'画像','formXObject':_0x45a40c(0xcb),'formField':'フォームフィールド','page':_0x45a40c(0xb4),'nativeSource':'元のソース','object':_0x45a40c(0xb0),'document':_0x45a40c(0xc0),'tableCell':'表のセル'},'sections':{'text':_0x45a40c(0xb6),'image':'画像','cell':'セル','source':'ソース','formField':'値','page':_0x45a40c(0xb4),'document':'ドキュメント','transform':'変形','arrange':'配置','paragraph':'段落'},'fields':{'fontFamily':_0x45a40c(0xe0),'fontSize':'サイズ','strokeWidth':'線の幅','bold':'太字','italic':'斜体','underline':'下線','background':'背景','verticalAlign':_0x45a40c(0xde),'objectRef':_0x45a40c(0xb0),'displayLists':_0x45a40c(0xda),'fieldName':'名前','fieldType':'種類','pageId':_0x45a40c(0xc5),'operators':_0x45a40c(0xbb),'documentId':'ドキュメント\x20ID','revision':_0x45a40c(0xee),'x':'X','y':'Y','width':'W','height':'H','align':'配置','lineHeight':'行の高さ','leftIndent':_0x45a40c(0xdf),'firstLine':_0x45a40c(0xab),'rightIndent':_0x45a40c(0xe8),'before':'次の値より小さい','after':_0x45a40c(0xdc),'horizontal':_0x45a40c(0xc2),'vertical':_0x45a40c(0xd5),'left':'左','center':'中央','right':'右','top':'上','middle':'中央','bottom':'下','pageGeometry':_0x45a40c(0xc8),'crop':'トリミング','cropLeft':_0x45a40c(0xe9),'cropBottom':_0x45a40c(0xaf),'cropRight':_0x45a40c(0xdb),'cropTop':_0x45a40c(0xf8),'sideLeft':'左','sideTop':'上','sideRight':'右','sideBottom':'下'},'actions':{'replaceImage':_0x45a40c(0xcd),'cropImage':_0x45a40c(0xbf),'resetCrop':_0x45a40c(0xbd),'flipHorizontal':'左右反転','flipVertical':_0x45a40c(0xe6),'addText':_0x45a40c(0xc6),'finishEditing':_0x45a40c(0xd6),'pageGeometry':_0x45a40c(0xc8),'exportPatch':'変更をエクスポート','bringForward':_0x45a40c(0xd8),'sendBackward':_0x45a40c(0xaa),'rotate90':_0x45a40c(0xcf)}}}};export{e as default};
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x11452a=_0x5cef;function _0x5cef(_0x5e2ae9,_0x5b8ec8){_0x5e2ae9=_0x5e2ae9-0x19c;const _0x5db978=_0x5db9();let _0x5ceffc=_0x5db978[_0x5e2ae9];return _0x5ceffc;}(function(_0x442de5,_0x4a096e){const _0x273b36=_0x5cef,_0x48cc07=_0x442de5();while(!![]){try{const _0x5d73dc=-parseInt(_0x273b36(0x1a2))/0x1+-parseInt(_0x273b36(0x1d1))/0x2+-parseInt(_0x273b36(0x1c7))/0x3+parseInt(_0x273b36(0x1dd))/0x4*(-parseInt(_0x273b36(0x1ac))/0x5)+-parseInt(_0x273b36(0x1bb))/0x6*(parseInt(_0x273b36(0x1a3))/0x7)+-parseInt(_0x273b36(0x1a1))/0x8+-parseInt(_0x273b36(0x1df))/0x9*(-parseInt(_0x273b36(0x1b2))/0xa);if(_0x5d73dc===_0x4a096e)break;else _0x48cc07['push'](_0x48cc07['shift']());}catch(_0x5d9790){_0x48cc07['push'](_0x48cc07['shift']());}}}(_0x5db9,0xa8d77));const e={'pdfs-ui':{'workbench':{'title':'PDF','aria':{'ribbonTabs':_0x11452a(0x1ad),'pages':_0x11452a(0x1cb),'properties':_0x11452a(0x1be)},'tabs':{'start':'시작','insert':'삽입','view':'보기'},'pageRail':{'newPage':_0x11452a(0x1d8)},'empty':{'noDocument':_0x11452a(0x1bd),'noPages':_0x11452a(0x1b6)},'status':{'page':_0x11452a(0x1d3),'zoom':_0x11452a(0x1ca)},'sidebar':{'properties':'속성'},'demo':{'sample':'예제'}},'ribbon':{'groups':{'file':'파일','edit':'편집','transform':'변형','insert':'삽입','display':'표시'},'actions':{'importPdf':'PDF\x20가져오기','exportPdf':_0x11452a(0x1b9),'undo':_0x11452a(0x1c1),'redo':_0x11452a(0x1aa),'select':'목록\x20표시','text':_0x11452a(0x1de),'flipHorizontal':_0x11452a(0x1cc),'flipVertical':_0x11452a(0x1b0),'textBox':_0x11452a(0x1bc),'image':_0x11452a(0x1a4),'divider':'구분선','table':'표','list':'목록','annotations':'주석','bounds':'경계','raw':_0x11452a(0x1d5)},'listPresets':{'bullet':_0x11452a(0x1ba),'hollowBullet':_0x11452a(0x1c0),'square':'사각형','diamond':'다이아몬드','check':_0x11452a(0x1b1),'arrow':_0x11452a(0x1b8),'decimal':_0x11452a(0x1dc),'parenDecimal':'1)\x202)\x203)','decimalNested':_0x11452a(0x1e3),'upperAlpha':_0x11452a(0x1e4),'lowerAlpha':_0x11452a(0x1ea),'leadingZero':_0x11452a(0x1d7)}},'tableSizePicker':{'customSize':_0x11452a(0x1e0),'rows':'행','columns':'열','insert':'삽입','insertTable':'표\x20삽입'},'tableTheme':{'tableTheme':_0x11452a(0x1d0),'tableLook':_0x11452a(0x1a0),'headerRow':_0x11452a(0x19c),'footerRow':_0x11452a(0x1af),'bandedRows':_0x11452a(0x1c8),'bandedColumns':_0x11452a(0x1e2),'firstColumn':_0x11452a(0x1c3),'lastColumn':'마지막\x20열','bestMatch':_0x11452a(0x1b4),'light':'밝게','medium':'중간','minimal':'최소'},'contextMenu':{'addText':_0x11452a(0x1a5),'editText':_0x11452a(0x1e6),'editValue':_0x11452a(0x1e8),'copy':'복사','paste':_0x11452a(0x1c6),'replaceImage':_0x11452a(0x1d2),'cropImage':_0x11452a(0x1ab),'flipHorizontal':_0x11452a(0x1cc),'flipVertical':'세로\x20뒤집기','bringForward':'앞으로\x20가져오기','sendBackward':_0x11452a(0x1cd),'exportPatch':_0x11452a(0x1a7),'delete':'삭제'},'pageThumbnail':{'moveUp':_0x11452a(0x1ce),'moveDown':'페이지\x20아래로\x20이동','copy':_0x11452a(0x19f),'rotateClockwise':'시계\x20방향으로\x2090도\x20회전','delete':'페이지\x20삭제'},'exportPatch':{'title':'변경\x20내용\x20내보내기','summary':'요약','json':'JSON','exportEditedJson':_0x11452a(0x1b3)},'inspector':{'titles':{'text':_0x11452a(0x1de),'image':_0x11452a(0x1a4),'formXObject':_0x11452a(0x1e5),'formField':_0x11452a(0x1db),'page':_0x11452a(0x1d3),'nativeSource':_0x11452a(0x1ae),'object':'개체','document':'문서','tableCell':_0x11452a(0x1c4)},'sections':{'text':_0x11452a(0x1de),'image':'이미지','cell':'셀','source':'소스','formField':'값','page':'페이지','document':'문서','transform':'변형','arrange':'정렬','paragraph':'단락'},'fields':{'fontFamily':'글꼴','fontSize':'크기','strokeWidth':_0x11452a(0x19d),'bold':'굵게','italic':_0x11452a(0x1b7),'underline':'밑줄','background':'배경','verticalAlign':'세로\x20정렬','objectRef':'개체','displayLists':_0x11452a(0x1bf),'fieldName':'이름','fieldType':'유형','pageId':_0x11452a(0x1d6),'operators':_0x11452a(0x1a6),'documentId':'문서\x20ID','revision':'개정','x':'X','y':'Y','width':'W','height':'H','align':'맞춤','lineHeight':_0x11452a(0x1d4),'leftIndent':_0x11452a(0x19e),'firstLine':_0x11452a(0x1e7),'rightIndent':_0x11452a(0x1d9),'before':'이전','after':'이후','horizontal':'가로','vertical':'세로','left':'왼쪽','center':_0x11452a(0x1a8),'right':_0x11452a(0x1c9),'top':'위','middle':_0x11452a(0x1a8),'bottom':'아래','pageGeometry':_0x11452a(0x1e9),'crop':_0x11452a(0x1cf),'cropLeft':_0x11452a(0x1a9),'cropBottom':_0x11452a(0x1da),'cropRight':_0x11452a(0x1b5),'cropTop':_0x11452a(0x1c2),'sideLeft':'왼쪽','sideTop':'위','sideRight':'오른쪽','sideBottom':'아래'},'actions':{'replaceImage':_0x11452a(0x1d2),'cropImage':_0x11452a(0x1ab),'resetCrop':_0x11452a(0x1e1),'flipHorizontal':_0x11452a(0x1cc),'flipVertical':_0x11452a(0x1b0),'addText':'텍스트\x20추가','finishEditing':'편집\x20완료','pageGeometry':_0x11452a(0x1e9),'exportPatch':_0x11452a(0x1a7),'bringForward':_0x11452a(0x1c5),'sendBackward':_0x11452a(0x1cd),'rotate90':'90도\x20회전'}}}};export{e as default};function _0x5db9(){const _0x5a7273=['텍스트\x20편집','첫\x20줄','값\x20편집','페이지\x20기하\x20정보','1.\x20a.\x202.\x20b.','머리글\x20행','선\x20너비','왼쪽\x20들여쓰기','페이지\x20복사','표\x20모양','4100904GcagVo','1025205KZBnKt','7bbJTAT','이미지','텍스트\x20추가','연산자','변경\x20내용\x20내보내기','가운데','왼쪽\x20자르기','다시\x20실행','이미지\x20자르기','720plSQdV','PDF\x20리본\x20탭','원본\x20소스','바닥글\x20행','세로\x20뒤집기','확인\x20표시','11974670qNIQLX','편집된\x20JSON\x20내보내기','최적\x20맞춤','오른쪽\x20자르기','페이지가\x20없습니다','기울임꼴','화살표','PDF\x20내보내기','글머리\x20기호','4703658VQXHCB','텍스트\x20상자','불러온\x20문서가\x20없습니다','PDF\x20속성','표시\x20목록','빈\x20원\x20글머리\x20기호','실행\x20취소','위쪽\x20자르기','첫\x20열','표\x20셀','앞으로\x20가져오기','붙여넣기','2012130idHWAd','줄무늬\x20행','오른쪽','확대/축소','PDF\x20페이지','가로\x20뒤집기','뒤로\x20보내기','페이지\x20위로\x20이동','자르기','표\x20테마','1921052njdCCh','이미지\x20바꾸기','페이지','줄\x20높이','원시\x20데이터','페이지\x20ID','01.\x2002.\x2003.','새로\x20만들기','오른쪽\x20들여쓰기','아래쪽\x20자르기','양식\x20필드','1.\x202.\x203.','4036kIdOMd','텍스트','36QmCLDi','사용자\x20지정\x20크기','자르기\x20재설정','줄무늬\x20열','1.1.\x201.2.','A.\x20B.\x20C.','양식\x20XObject'];_0x5db9=function(){return _0x5a7273;};return _0x5db9();}
|
package/lib/es/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x11b487=_0x17c1;(function(_0x25e508,_0x10bf11){const _0x5a8904=_0x17c1,_0x31a766=_0x25e508();while(!![]){try{const _0x4db92b=-parseInt(_0x5a8904(0xe7))/0x1*(-parseInt(_0x5a8904(0x107))/0x2)+-parseInt(_0x5a8904(0xe2))/0x3+parseInt(_0x5a8904(0x11b))/0x4*(-parseInt(_0x5a8904(0x114))/0x5)+parseInt(_0x5a8904(0xfe))/0x6+-parseInt(_0x5a8904(0x113))/0x7+-parseInt(_0x5a8904(0x116))/0x8+parseInt(_0x5a8904(0xec))/0x9;if(_0x4db92b===_0x10bf11)break;else _0x31a766['push'](_0x31a766['shift']());}catch(_0x31ce0f){_0x31a766['push'](_0x31a766['shift']());}}}(_0x429e,0x6330c));function _0x429e(){const _0x449be0=['2331035eYItTw','3959975cisrMM','Tekst','1374640UUtXjZ','Tło','Właściwości','Romb','Nowa','4WIxkDO','Przenieś\x20stronę\x20w\x20górę','Przykład','Usuń','Wygląd\x20tabeli','Wyświetlacz','Odbij\x20pionowo','Punktor','Listy\x20wyświetlania','Naprzemienne\x20wiersze','Strzałka','Nie\x20wczytano\x20dokumentu','Widok','Typ','Przytnij\x20obraz','Pusty\x20punktor','Czcionka','Wersja','Podsumowanie','Eksportuj\x20zmiany','Obraz','Karty\x20wstążki\x20PDF','Ostatnia\x20kolumna','Przycięcie','Dokument','Źródło','Wysokość\x20wiersza','Szerokość\x20linii','Eksportuj\x20PDF','Źródło\x20natywne','Prawe\x20wcięcie','Podkreślenie','1)\x202)\x203)','Identyfikator\x20dokumentu','Edytuj','PDF','Granice','Przenieś\x20stronę\x20w\x20dół','Minimalny','Motyw\x20tabeli','JSON','Identyfikator\x20strony','Akapit','Pierwsza\x20kolumna','Prawo','Obiekt\x20XObject\x20formularza','Znacznik\x20wyboru','655209okZEjs','Przesuń\x20do\x20tyłu','Średni','Cofnij','Początek','5UAnPuU','Środek','Kwadrat','Poziomo','Pogrubienie','8987427GyEJwe','Przycięcie\x20z\x20prawej','Dane\x20surowe','Naprzemienne\x20kolumny','Dodaj\x20tekst','Wiersz\x20stopki','Przekształć','Wybierz','Obiekt','Resetuj\x20przycięcie','środek','Komórka','Przycięcie\x20od\x20dołu','Góra','Strony\x20PDF','Nazwa','Kopiuj\x20stronę','Komórka\x20tabeli','3431274JUaNnl','Zastąp\x20obraz','Wyrównaj','A.\x20B.\x20C.','Strona','Dół','Obróć\x20o\x2090\x20stopni','Tabela','Odbij\x20poziomo','140414zsKltR','Wiersze','Przesuń\x20do\x20przodu','Pole\x20tekstowe','Wstaw','Rozmiar','Rozmiar\x20niestandardowy','Wiersz\x20nagłówka','Pierwszy\x20wiersz','Lewo','Powiększenie','Operatory'];_0x429e=function(){return _0x449be0;};return _0x429e();}const e={'pdfs-ui':{'workbench':{'title':_0x11b487(0x13e),'aria':{'ribbonTabs':_0x11b487(0x130),'pages':_0x11b487(0xfa),'properties':'Właściwości\x20PDF'},'tabs':{'start':_0x11b487(0xe6),'insert':_0x11b487(0x10b),'view':_0x11b487(0x127)},'pageRail':{'newPage':_0x11b487(0x11a)},'empty':{'noDocument':_0x11b487(0x126),'noPages':'Brak\x20stron'},'status':{'page':_0x11b487(0x102),'zoom':_0x11b487(0x111)},'sidebar':{'properties':_0x11b487(0x118)},'demo':{'sample':_0x11b487(0x11d)}},'ribbon':{'groups':{'file':'Plik','edit':_0x11b487(0x13d),'transform':_0x11b487(0xf2),'insert':_0x11b487(0x10b),'display':_0x11b487(0x120)},'actions':{'importPdf':'Importuj\x20PDF','exportPdf':_0x11b487(0x137),'undo':_0x11b487(0xe5),'redo':'Ponów','select':_0x11b487(0xf3),'text':_0x11b487(0x115),'flipHorizontal':_0x11b487(0x106),'flipVertical':'Odbij\x20pionowo','textBox':_0x11b487(0x10a),'image':_0x11b487(0x12f),'divider':'Separator','table':_0x11b487(0x105),'list':'Lista','annotations':'Adnotacje','bounds':_0x11b487(0x13f),'raw':_0x11b487(0xee)},'listPresets':{'bullet':_0x11b487(0x122),'hollowBullet':_0x11b487(0x12a),'square':_0x11b487(0xe9),'diamond':_0x11b487(0x119),'check':_0x11b487(0xe1),'arrow':_0x11b487(0x125),'decimal':'1.\x202.\x203.','parenDecimal':_0x11b487(0x13b),'decimalNested':'1.1.\x201.2.','upperAlpha':_0x11b487(0x101),'lowerAlpha':'1.\x20a.\x202.\x20b.','leadingZero':'01.\x2002.\x2003.'}},'tableSizePicker':{'customSize':_0x11b487(0x10d),'rows':_0x11b487(0x108),'columns':'Kolumny','insert':_0x11b487(0x10b),'insertTable':'Wstaw\x20tabelę'},'tableTheme':{'tableTheme':_0x11b487(0x142),'tableLook':_0x11b487(0x11f),'headerRow':_0x11b487(0x10e),'footerRow':_0x11b487(0xf1),'bandedRows':_0x11b487(0x124),'bandedColumns':_0x11b487(0xef),'firstColumn':_0x11b487(0x146),'lastColumn':_0x11b487(0x131),'bestMatch':'Najlepsze\x20dopasowanie','light':'Jasny','medium':_0x11b487(0xe4),'minimal':_0x11b487(0x141)},'contextMenu':{'addText':_0x11b487(0xf0),'editText':'Edytuj\x20tekst','editValue':'Edytuj\x20wartość','copy':'Kopiuj','paste':'Wklej','replaceImage':_0x11b487(0xff),'cropImage':_0x11b487(0x129),'flipHorizontal':_0x11b487(0x106),'flipVertical':_0x11b487(0x121),'bringForward':_0x11b487(0x109),'sendBackward':_0x11b487(0xe3),'exportPatch':_0x11b487(0x12e),'delete':_0x11b487(0x11e)},'pageThumbnail':{'moveUp':_0x11b487(0x11c),'moveDown':_0x11b487(0x140),'copy':_0x11b487(0xfc),'rotateClockwise':'Obróć\x20o\x2090\x20stopni\x20zgodnie\x20z\x20ruchem\x20wskazówek\x20zegara','delete':'Usuń\x20stronę'},'exportPatch':{'title':_0x11b487(0x12e),'summary':_0x11b487(0x12d),'json':_0x11b487(0x143),'exportEditedJson':'Eksportuj\x20edytowany\x20JSON'},'inspector':{'titles':{'text':_0x11b487(0x115),'image':_0x11b487(0x12f),'formXObject':_0x11b487(0x148),'formField':'Pole\x20formularza','page':_0x11b487(0x102),'nativeSource':_0x11b487(0x138),'object':_0x11b487(0xf4),'document':'Dokument','tableCell':_0x11b487(0xfd)},'sections':{'text':_0x11b487(0x115),'image':_0x11b487(0x12f),'cell':_0x11b487(0xf7),'source':_0x11b487(0x134),'formField':'Wartość','page':_0x11b487(0x102),'document':_0x11b487(0x133),'transform':'Przekształć','arrange':'Rozmieść','paragraph':_0x11b487(0x145)},'fields':{'fontFamily':_0x11b487(0x12b),'fontSize':_0x11b487(0x10c),'strokeWidth':_0x11b487(0x136),'bold':_0x11b487(0xeb),'italic':'Kursywa','underline':_0x11b487(0x13a),'background':_0x11b487(0x117),'verticalAlign':'Wyrównanie\x20pionowe','objectRef':'Obiekt','displayLists':_0x11b487(0x123),'fieldName':_0x11b487(0xfb),'fieldType':_0x11b487(0x128),'pageId':_0x11b487(0x144),'operators':_0x11b487(0x112),'documentId':_0x11b487(0x13c),'revision':_0x11b487(0x12c),'x':'X','y':'Y','width':'W','height':'H','align':_0x11b487(0x100),'lineHeight':_0x11b487(0x135),'leftIndent':'Lewe\x20wcięcie','firstLine':_0x11b487(0x10f),'rightIndent':_0x11b487(0x139),'before':'przed','after':'po','horizontal':_0x11b487(0xea),'vertical':'Pionowo','left':_0x11b487(0x110),'center':_0x11b487(0xe8),'right':_0x11b487(0x147),'top':_0x11b487(0xf9),'middle':_0x11b487(0xf6),'bottom':'Dół','pageGeometry':'Geometria\x20strony','crop':_0x11b487(0x132),'cropLeft':'Przycięcie\x20z\x20lewej','cropBottom':_0x11b487(0xf8),'cropRight':_0x11b487(0xed),'cropTop':'Przycięcie\x20od\x20góry','sideLeft':'Lewo','sideTop':_0x11b487(0xf9),'sideRight':_0x11b487(0x147),'sideBottom':_0x11b487(0x103)},'actions':{'replaceImage':_0x11b487(0xff),'cropImage':_0x11b487(0x129),'resetCrop':_0x11b487(0xf5),'flipHorizontal':'Odbij\x20poziomo','flipVertical':'Odbij\x20pionowo','addText':_0x11b487(0xf0),'finishEditing':'Zakończ\x20edycję','pageGeometry':'Geometria\x20strony','exportPatch':_0x11b487(0x12e),'bringForward':_0x11b487(0x109),'sendBackward':_0x11b487(0xe3),'rotate90':_0x11b487(0x104)}}}};function _0x17c1(_0x136064,_0x347053){_0x136064=_0x136064-0xe1;const _0x429ec6=_0x429e();let _0x17c143=_0x429ec6[_0x136064];return _0x17c143;}export{e as default};
|
package/lib/es/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2d2c3c=_0x5c58;(function(_0x174c64,_0x454f2a){const _0x461027=_0x5c58,_0x38a0bc=_0x174c64();while(!![]){try{const _0x2c1751=parseInt(_0x461027(0x12f))/0x1+-parseInt(_0x461027(0x110))/0x2+parseInt(_0x461027(0x13c))/0x3*(parseInt(_0x461027(0x143))/0x4)+-parseInt(_0x461027(0x11e))/0x5+parseInt(_0x461027(0x128))/0x6+parseInt(_0x461027(0x13e))/0x7*(-parseInt(_0x461027(0x122))/0x8)+-parseInt(_0x461027(0xed))/0x9*(parseInt(_0x461027(0x11c))/0xa);if(_0x2c1751===_0x454f2a)break;else _0x38a0bc['push'](_0x38a0bc['shift']());}catch(_0x2c2845){_0x38a0bc['push'](_0x38a0bc['shift']());}}}(_0x1951,0x75444));const e={'pdfs-ui':{'workbench':{'title':_0x2d2c3c(0x13a),'aria':{'ribbonTabs':'Guias\x20da\x20faixa\x20de\x20opções\x20do\x20PDF','pages':_0x2d2c3c(0x10e),'properties':_0x2d2c3c(0x111)},'tabs':{'start':_0x2d2c3c(0x101),'insert':'Inserir','view':_0x2d2c3c(0xd9)},'pageRail':{'newPage':_0x2d2c3c(0x144)},'empty':{'noDocument':_0x2d2c3c(0xef),'noPages':'Nenhuma\x20página'},'status':{'page':_0x2d2c3c(0xf5),'zoom':_0x2d2c3c(0x12d)},'sidebar':{'properties':_0x2d2c3c(0xde)},'demo':{'sample':_0x2d2c3c(0xdb)}},'ribbon':{'groups':{'file':_0x2d2c3c(0x120),'edit':'Editar','transform':'Transformar','insert':_0x2d2c3c(0xf3),'display':_0x2d2c3c(0x106)},'actions':{'importPdf':'Importar\x20PDF','exportPdf':_0x2d2c3c(0x105),'undo':_0x2d2c3c(0x109),'redo':_0x2d2c3c(0xee),'select':_0x2d2c3c(0x11d),'text':'Texto','flipHorizontal':_0x2d2c3c(0x132),'flipVertical':_0x2d2c3c(0x142),'textBox':_0x2d2c3c(0x107),'image':_0x2d2c3c(0xec),'divider':_0x2d2c3c(0xe3),'table':_0x2d2c3c(0x113),'list':'Lista','annotations':_0x2d2c3c(0x127),'bounds':'Limites','raw':_0x2d2c3c(0x103)},'listPresets':{'bullet':_0x2d2c3c(0xe6),'hollowBullet':_0x2d2c3c(0x130),'square':_0x2d2c3c(0xe4),'diamond':'Diamante','check':_0x2d2c3c(0x13f),'arrow':_0x2d2c3c(0xe0),'decimal':_0x2d2c3c(0xf4),'parenDecimal':_0x2d2c3c(0x140),'decimalNested':_0x2d2c3c(0x117),'upperAlpha':_0x2d2c3c(0x139),'lowerAlpha':_0x2d2c3c(0x10d),'leadingZero':_0x2d2c3c(0x112)}},'tableSizePicker':{'customSize':_0x2d2c3c(0x138),'rows':_0x2d2c3c(0xf0),'columns':_0x2d2c3c(0x131),'insert':'Inserir','insertTable':'Inserir\x20tabela'},'tableTheme':{'tableTheme':'Tema\x20da\x20tabela','tableLook':'Aparência\x20da\x20tabela','headerRow':_0x2d2c3c(0x125),'footerRow':_0x2d2c3c(0x10a),'bandedRows':_0x2d2c3c(0x100),'bandedColumns':_0x2d2c3c(0x104),'firstColumn':_0x2d2c3c(0xe7),'lastColumn':_0x2d2c3c(0x141),'bestMatch':_0x2d2c3c(0x119),'light':'Claro','medium':_0x2d2c3c(0x10f),'minimal':_0x2d2c3c(0x126)},'contextMenu':{'addText':_0x2d2c3c(0xea),'editText':_0x2d2c3c(0x108),'editValue':_0x2d2c3c(0xdd),'copy':_0x2d2c3c(0x133),'paste':_0x2d2c3c(0x12b),'replaceImage':_0x2d2c3c(0xff),'cropImage':_0x2d2c3c(0x123),'flipHorizontal':_0x2d2c3c(0x132),'flipVertical':_0x2d2c3c(0x142),'bringForward':'Trazer\x20para\x20frente','sendBackward':_0x2d2c3c(0xe8),'exportPatch':'Exportar\x20alterações','delete':_0x2d2c3c(0x116)},'pageThumbnail':{'moveUp':_0x2d2c3c(0xfb),'moveDown':_0x2d2c3c(0xfc),'copy':_0x2d2c3c(0xe2),'rotateClockwise':_0x2d2c3c(0x114),'delete':_0x2d2c3c(0x13b)},'exportPatch':{'title':'Exportar\x20alterações','summary':'Resumo','json':_0x2d2c3c(0xe1),'exportEditedJson':'Exportar\x20JSON\x20editado'},'inspector':{'titles':{'text':_0x2d2c3c(0x135),'image':_0x2d2c3c(0xec),'formXObject':_0x2d2c3c(0x12a),'formField':'Campo\x20de\x20formulário','page':_0x2d2c3c(0xf5),'nativeSource':'Origem\x20nativa','object':_0x2d2c3c(0x129),'document':'Documento','tableCell':_0x2d2c3c(0x13d)},'sections':{'text':_0x2d2c3c(0x135),'image':_0x2d2c3c(0xec),'cell':_0x2d2c3c(0xdf),'source':'Origem','formField':_0x2d2c3c(0x118),'page':'Página','document':_0x2d2c3c(0xdc),'transform':_0x2d2c3c(0xfe),'arrange':_0x2d2c3c(0x10b),'paragraph':_0x2d2c3c(0x136)},'fields':{'fontFamily':_0x2d2c3c(0xf6),'fontSize':_0x2d2c3c(0x121),'strokeWidth':'Largura\x20da\x20linha','bold':_0x2d2c3c(0x10c),'italic':'Itálico','underline':'Sublinhado','background':'Plano\x20de\x20fundo','verticalAlign':_0x2d2c3c(0x146),'objectRef':_0x2d2c3c(0x129),'displayLists':'Listas\x20de\x20exibição','fieldName':_0x2d2c3c(0x12c),'fieldType':'Tipo','pageId':_0x2d2c3c(0x102),'operators':_0x2d2c3c(0xe5),'documentId':'ID\x20do\x20documento','revision':_0x2d2c3c(0xeb),'x':'X','y':'Y','width':'W','height':'H','align':_0x2d2c3c(0x134),'lineHeight':_0x2d2c3c(0xf8),'leftIndent':_0x2d2c3c(0xfa),'firstLine':_0x2d2c3c(0x124),'rightIndent':'Recuo\x20direito','before':'Antes','after':'Depois','horizontal':_0x2d2c3c(0xe9),'vertical':'Na\x20vertical','left':'Esquerda','center':'Centro','right':'Direita','top':_0x2d2c3c(0xda),'middle':_0x2d2c3c(0x11f),'bottom':'Inferior','pageGeometry':_0x2d2c3c(0x145),'crop':_0x2d2c3c(0xf2),'cropLeft':_0x2d2c3c(0x115),'cropBottom':_0x2d2c3c(0xfd),'cropRight':_0x2d2c3c(0x11a),'cropTop':'Recorte\x20superior','sideLeft':_0x2d2c3c(0xf9),'sideTop':_0x2d2c3c(0xda),'sideRight':_0x2d2c3c(0x147),'sideBottom':_0x2d2c3c(0x137)},'actions':{'replaceImage':_0x2d2c3c(0xff),'cropImage':_0x2d2c3c(0x123),'resetCrop':_0x2d2c3c(0x11b),'flipHorizontal':'Inverter\x20horizontalmente','flipVertical':_0x2d2c3c(0x142),'addText':'Adicionar\x20texto','finishEditing':_0x2d2c3c(0xf7),'pageGeometry':_0x2d2c3c(0x145),'exportPatch':_0x2d2c3c(0x12e),'bringForward':'Trazer\x20para\x20frente','sendBackward':_0x2d2c3c(0xe8),'rotate90':_0x2d2c3c(0xf1)}}}};function _0x1951(){const _0xf86a6=['3BCVsJc','Célula\x20da\x20tabela','3416063fyzlSQ','Marca\x20de\x20seleção','1)\x202)\x203)','Última\x20coluna','Inverter\x20verticalmente','2960636OktjkF','Nova','Geometria\x20da\x20página','Alinhamento\x20vertical','Direita','Exibir','Superior','Exemplo','Documento','Editar\x20valor','Propriedades','Célula','Seta','JSON','Copiar\x20página','Divisória','Quadrado','Operadores','Marcador','Primeira\x20coluna','Enviar\x20para\x20trás','Na\x20horizontal','Adicionar\x20texto','Revisão','Imagem','2291895TKlkNp','Refazer','Nenhum\x20documento\x20carregado','Linhas','Girar\x2090\x20graus','Recorte','Inserir','1.\x202.\x203.','Página','Fonte','Concluir\x20edição','Altura\x20da\x20linha','Esquerda','Recuo\x20esquerdo','Mover\x20página\x20para\x20cima','Mover\x20página\x20para\x20baixo','Recorte\x20inferior','Transformar','Substituir\x20imagem','Linhas\x20em\x20faixas','Início','ID\x20da\x20página','Dados\x20brutos','Colunas\x20em\x20faixas','Exportar\x20PDF','Exibição','Caixa\x20de\x20texto','Editar\x20texto','Desfazer','Linha\x20de\x20rodapé','Organizar','Negrito','1.\x20a.\x202.\x20b.','Páginas\x20do\x20PDF','Médio','536946REGLbv','Propriedades\x20do\x20PDF','01.\x2002.\x2003.','Tabela','Girar\x2090\x20graus\x20no\x20sentido\x20horário','Recorte\x20esquerdo','Excluir','1.1.\x201.2.','Valor','Melhor\x20correspondência','Recorte\x20direito','Redefinir\x20recorte','10dGWCvR','Selecionar','214205iUsjcY','meio','Arquivo','Tamanho','8NByNzU','Recortar\x20imagem','Primeira\x20linha','Linha\x20de\x20cabeçalho','Mínimo','Anotações','2565648QVWSUE','Objeto','XObject\x20de\x20formulário','Colar','Nome','Ampliação','Exportar\x20alterações','366535llNpmm','Marcador\x20vazado','Colunas','Inverter\x20horizontalmente','Copiar','Alinhar','Texto','Parágrafo','Inferior','Tamanho\x20personalizado','A.\x20B.\x20C.','PDF','Excluir\x20página'];_0x1951=function(){return _0xf86a6;};return _0x1951();}function _0x5c58(_0x12b9e8,_0x1f9a54){_0x12b9e8=_0x12b9e8-0xd9;const _0x19514e=_0x1951();let _0x5c58c1=_0x19514e[_0x12b9e8];return _0x5c58c1;}export{e as default};
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1b8a(_0x2abd02,_0x364197){_0x2abd02=_0x2abd02-0x1a9;const _0x397f38=_0x397f();let _0x1b8ae0=_0x397f38[_0x2abd02];return _0x1b8ae0;}const _0x2e3d41=_0x1b8a;(function(_0x5e84a3,_0x2d021f){const _0x5001e6=_0x1b8a,_0x495d0b=_0x5e84a3();while(!![]){try{const _0x144e76=-parseInt(_0x5001e6(0x20b))/0x1*(parseInt(_0x5001e6(0x1d7))/0x2)+-parseInt(_0x5001e6(0x1c9))/0x3+-parseInt(_0x5001e6(0x1b8))/0x4*(parseInt(_0x5001e6(0x1df))/0x5)+-parseInt(_0x5001e6(0x1fc))/0x6+-parseInt(_0x5001e6(0x1bc))/0x7+-parseInt(_0x5001e6(0x1d2))/0x8+parseInt(_0x5001e6(0x209))/0x9;if(_0x144e76===_0x2d021f)break;else _0x495d0b['push'](_0x495d0b['shift']());}catch(_0x593808){_0x495d0b['push'](_0x495d0b['shift']());}}}(_0x397f,0xc03b0));const e={'pdfs-ui':{'workbench':{'title':_0x2e3d41(0x210),'aria':{'ribbonTabs':_0x2e3d41(0x205),'pages':_0x2e3d41(0x1f9),'properties':_0x2e3d41(0x1f6)},'tabs':{'start':_0x2e3d41(0x1b9),'insert':_0x2e3d41(0x1b2),'view':_0x2e3d41(0x1f7)},'pageRail':{'newPage':_0x2e3d41(0x1fd)},'empty':{'noDocument':'Документ\x20не\x20загружен','noPages':'Нет\x20страниц'},'status':{'page':'Страница','zoom':_0x2e3d41(0x208)},'sidebar':{'properties':_0x2e3d41(0x1c6)},'demo':{'sample':'Пример'}},'ribbon':{'groups':{'file':'Файл','edit':_0x2e3d41(0x1ce),'transform':_0x2e3d41(0x1d3),'insert':_0x2e3d41(0x1b2),'display':_0x2e3d41(0x1b1)},'actions':{'importPdf':_0x2e3d41(0x1e4),'exportPdf':_0x2e3d41(0x20a),'undo':'Отменить','redo':'Повторить','select':'Выбрать','text':_0x2e3d41(0x20d),'flipHorizontal':_0x2e3d41(0x1dc),'flipVertical':'Отразить\x20по\x20вертикали','textBox':'Текстовое\x20поле','image':_0x2e3d41(0x1ae),'divider':_0x2e3d41(0x1c5),'table':_0x2e3d41(0x1d8),'list':_0x2e3d41(0x1d6),'annotations':_0x2e3d41(0x1f5),'bounds':_0x2e3d41(0x1dd),'raw':'Исходные\x20данные'},'listPresets':{'bullet':_0x2e3d41(0x1ef),'hollowBullet':_0x2e3d41(0x1cb),'square':_0x2e3d41(0x1b6),'diamond':_0x2e3d41(0x1bb),'check':'Флажок','arrow':_0x2e3d41(0x1e0),'decimal':_0x2e3d41(0x1e3),'parenDecimal':_0x2e3d41(0x1a9),'decimalNested':'1.1.\x201.2.','upperAlpha':_0x2e3d41(0x1f0),'lowerAlpha':'1.\x20a.\x202.\x20b.','leadingZero':_0x2e3d41(0x1c1)}},'tableSizePicker':{'customSize':_0x2e3d41(0x1f2),'rows':_0x2e3d41(0x1e6),'columns':_0x2e3d41(0x1e1),'insert':_0x2e3d41(0x1b2),'insertTable':_0x2e3d41(0x1ec)},'tableTheme':{'tableTheme':'Тема\x20таблицы','tableLook':'Вид\x20таблицы','headerRow':'Строка\x20заголовка','footerRow':_0x2e3d41(0x1d5),'bandedRows':'Чередующиеся\x20строки','bandedColumns':'Чередующиеся\x20столбцы','firstColumn':_0x2e3d41(0x1de),'lastColumn':'Последний\x20столбец','bestMatch':'Лучшее\x20совпадение','light':'Светлая','medium':_0x2e3d41(0x1f4),'minimal':_0x2e3d41(0x20c)},'contextMenu':{'addText':'Добавить\x20текст','editText':_0x2e3d41(0x200),'editValue':_0x2e3d41(0x1c8),'copy':_0x2e3d41(0x1e2),'paste':_0x2e3d41(0x1b2),'replaceImage':'Заменить\x20изображение','cropImage':'Обрезать\x20изображение','flipHorizontal':_0x2e3d41(0x1dc),'flipVertical':_0x2e3d41(0x1d4),'bringForward':_0x2e3d41(0x1c0),'sendBackward':_0x2e3d41(0x1ea),'exportPatch':'Экспортировать\x20изменения','delete':_0x2e3d41(0x1b4)},'pageThumbnail':{'moveUp':'Переместить\x20страницу\x20вверх','moveDown':_0x2e3d41(0x1eb),'copy':_0x2e3d41(0x1fa),'rotateClockwise':_0x2e3d41(0x1bd),'delete':_0x2e3d41(0x204)},'exportPatch':{'title':'Экспортировать\x20изменения','summary':_0x2e3d41(0x1aa),'json':_0x2e3d41(0x1ac),'exportEditedJson':'Экспортировать\x20изменённый\x20JSON'},'inspector':{'titles':{'text':_0x2e3d41(0x20d),'image':_0x2e3d41(0x1ae),'formXObject':_0x2e3d41(0x1c7),'formField':_0x2e3d41(0x203),'page':_0x2e3d41(0x202),'nativeSource':_0x2e3d41(0x201),'object':_0x2e3d41(0x207),'document':_0x2e3d41(0x1cf),'tableCell':_0x2e3d41(0x1f8)},'sections':{'text':_0x2e3d41(0x20d),'image':_0x2e3d41(0x1ae),'cell':_0x2e3d41(0x1bf),'source':_0x2e3d41(0x1d9),'formField':_0x2e3d41(0x1be),'page':_0x2e3d41(0x202),'document':_0x2e3d41(0x1cf),'transform':'Преобразовать','arrange':_0x2e3d41(0x1fe),'paragraph':'Абзац'},'fields':{'fontFamily':_0x2e3d41(0x1e5),'fontSize':_0x2e3d41(0x1ed),'strokeWidth':_0x2e3d41(0x1ad),'bold':_0x2e3d41(0x1d0),'italic':_0x2e3d41(0x1e8),'underline':'Подчеркнутый','background':_0x2e3d41(0x1c3),'verticalAlign':_0x2e3d41(0x1cc),'objectRef':_0x2e3d41(0x207),'displayLists':_0x2e3d41(0x1ab),'fieldName':_0x2e3d41(0x1ca),'fieldType':'Тип','pageId':_0x2e3d41(0x211),'operators':_0x2e3d41(0x1cd),'documentId':_0x2e3d41(0x20f),'revision':'Редакция','x':'X','y':'Y','width':'W','height':'H','align':_0x2e3d41(0x1b3),'lineHeight':_0x2e3d41(0x1e7),'leftIndent':_0x2e3d41(0x1f3),'firstLine':_0x2e3d41(0x1ff),'rightIndent':_0x2e3d41(0x1f1),'before':'до','after':'после','horizontal':'По\x20горизонтали','vertical':_0x2e3d41(0x1b0),'left':_0x2e3d41(0x1ee),'center':_0x2e3d41(0x1af),'right':_0x2e3d41(0x206),'top':_0x2e3d41(0x1ba),'middle':_0x2e3d41(0x20e),'bottom':_0x2e3d41(0x1b5),'pageGeometry':'Геометрия\x20страницы','crop':_0x2e3d41(0x1e9),'cropLeft':'Обрезка\x20слева','cropBottom':_0x2e3d41(0x1c4),'cropRight':_0x2e3d41(0x1db),'cropTop':'Обрезка\x20сверху','sideLeft':'Слева','sideTop':_0x2e3d41(0x1ba),'sideRight':_0x2e3d41(0x206),'sideBottom':_0x2e3d41(0x1b5)},'actions':{'replaceImage':_0x2e3d41(0x1c2),'cropImage':'Обрезать\x20изображение','resetCrop':_0x2e3d41(0x1d1),'flipHorizontal':_0x2e3d41(0x1dc),'flipVertical':_0x2e3d41(0x1d4),'addText':_0x2e3d41(0x1fb),'finishEditing':'Завершить\x20редактирование','pageGeometry':_0x2e3d41(0x1da),'exportPatch':'Экспортировать\x20изменения','bringForward':_0x2e3d41(0x1c0),'sendBackward':_0x2e3d41(0x1ea),'rotate90':_0x2e3d41(0x1b7)}}}};export{e as default};function _0x397f(){const _0x4c00d3=['Вертикальное\x20выравнивание','Операторы','Редактировать','Документ','Полужирный','Сбросить\x20обрезку','8048944wWQbHx','Преобразовать','Отразить\x20по\x20вертикали','Строка\x20итогов','Список','2vkiPPq','Таблица','Источник','Геометрия\x20страницы','Обрезка\x20справа','Отразить\x20по\x20горизонтали','Границы','Первый\x20столбец','5WeUyDb','Стрелка','Колонки','Копировать','1.\x202.\x203.','Импортировать\x20PDF','Шрифт','Строки','Высота\x20строки','Курсив','Обрезка','Переместить\x20назад','Переместить\x20страницу\x20вниз','Вставить\x20таблицу','Размер','Слева','Маркер','A.\x20B.\x20C.','Правый\x20отступ','Пользовательский\x20размер','Левый\x20отступ','Средний','Аннотации','Свойства\x20PDF','Вид','Ячейка\x20таблицы','Страницы\x20PDF','Копировать\x20страницу','Добавить\x20текст','2225334TSUzpC','Новая','Расположение','Первая\x20строка','Редактировать\x20текст','Исходный\x20источник','Страница','Поле\x20формы','Удалить\x20страницу','Вкладки\x20ленты\x20PDF','Справа','Объект','Масштаб','46433799KAaTnP','Экспортировать\x20PDF','875268hMHICK','Минимальная','Текст','Середина','Идентификатор\x20документа','PDF','Идентификатор\x20страницы','1)\x202)\x203)','Сводка','Списки\x20отображения','JSON','Толщина\x20линии','Изображение','Центр','По\x20вертикали','Дисплей','Вставить','Выравнивание','Удалить','Низ','Квадрат','Повернуть\x20на\x2090\x20градусов','398324CAahvp','Начало','Верх','Ромб','6475280cTkqxY','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Значение','Ячейка','Переместить\x20вперед','01.\x2002.\x2003.','Заменить\x20изображение','Фон','Обрезка\x20снизу','Разделительная\x20линия','Свойства','XObject\x20формы','Редактировать\x20значение','3285117ZrZIdz','Имя','Пустой\x20маркер'];_0x397f=function(){return _0x4c00d3;};return _0x397f();}
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x410938=_0x5893;(function(_0x49908f,_0xc593ff){const _0xee78ea=_0x5893,_0x49fac4=_0x49908f();while(!![]){try{const _0x5229d6=parseInt(_0xee78ea(0x82))/0x1*(-parseInt(_0xee78ea(0x81))/0x2)+parseInt(_0xee78ea(0xd6))/0x3*(parseInt(_0xee78ea(0xb4))/0x4)+-parseInt(_0xee78ea(0xc6))/0x5*(-parseInt(_0xee78ea(0xc4))/0x6)+parseInt(_0xee78ea(0xe5))/0x7*(parseInt(_0xee78ea(0x86))/0x8)+-parseInt(_0xee78ea(0xcc))/0x9+-parseInt(_0xee78ea(0xd8))/0xa*(-parseInt(_0xee78ea(0xea))/0xb)+-parseInt(_0xee78ea(0xe6))/0xc;if(_0x5229d6===_0xc593ff)break;else _0x49fac4['push'](_0x49fac4['shift']());}catch(_0x18577d){_0x49fac4['push'](_0x49fac4['shift']());}}}(_0x1855,0x2e8a5));const e={'pdfs-ui':{'workbench':{'title':_0x410938(0xd7),'aria':{'ribbonTabs':_0x410938(0xd0),'pages':_0x410938(0xb5),'properties':'Vlastnosti\x20PDF'},'tabs':{'start':_0x410938(0xa9),'insert':_0x410938(0xb2),'view':'Zobrazenie'},'pageRail':{'newPage':_0x410938(0x76)},'empty':{'noDocument':_0x410938(0xe3),'noPages':_0x410938(0xb0)},'status':{'page':_0x410938(0xc9),'zoom':_0x410938(0x78)},'sidebar':{'properties':_0x410938(0xa4)},'demo':{'sample':_0x410938(0x8f)}},'ribbon':{'groups':{'file':_0x410938(0x9c),'edit':'Upraviť','transform':_0x410938(0xae),'insert':_0x410938(0xb2),'display':_0x410938(0x95)},'actions':{'importPdf':_0x410938(0x97),'exportPdf':_0x410938(0x9b),'undo':_0x410938(0x9f),'redo':_0x410938(0x84),'select':_0x410938(0x85),'text':'Textový\x20obsah','flipHorizontal':'Prevrátiť\x20vodorovne','flipVertical':_0x410938(0xaa),'textBox':'Textov?\x20pole','image':_0x410938(0x83),'divider':_0x410938(0xcd),'table':_0x410938(0x93),'list':'Zoznam','annotations':_0x410938(0xb9),'bounds':_0x410938(0xc5),'raw':_0x410938(0xcb)},'listPresets':{'bullet':_0x410938(0xd9),'hollowBullet':_0x410938(0xb6),'square':_0x410938(0xca),'diamond':_0x410938(0x80),'check':'Začiarknutie','arrow':_0x410938(0xe4),'decimal':'1.\x202.\x203.','parenDecimal':_0x410938(0x96),'decimalNested':_0x410938(0xc3),'upperAlpha':'A.\x20B.\x20C.','lowerAlpha':_0x410938(0xac),'leadingZero':_0x410938(0x99)}},'tableSizePicker':{'customSize':_0x410938(0x92),'rows':'Riadky','columns':_0x410938(0xeb),'insert':'Vložiť','insertTable':'Vložiť\x20tabuľku'},'tableTheme':{'tableTheme':_0x410938(0x7b),'tableLook':_0x410938(0x7e),'headerRow':_0x410938(0x90),'footerRow':_0x410938(0xba),'bandedRows':_0x410938(0x8b),'bandedColumns':'Pruhované\x20stĺpce','firstColumn':_0x410938(0xaf),'lastColumn':_0x410938(0xa7),'bestMatch':_0x410938(0x9a),'light':_0x410938(0xbb),'medium':_0x410938(0xa0),'minimal':_0x410938(0x77)},'contextMenu':{'addText':'Pridať\x20text','editText':'Upraviť\x20text','editValue':_0x410938(0xc0),'copy':'Kopírovať','paste':_0x410938(0xa1),'replaceImage':_0x410938(0x8c),'cropImage':_0x410938(0xdb),'flipHorizontal':_0x410938(0x7a),'flipVertical':'Prevrátiť\x20zvisle','bringForward':_0x410938(0x75),'sendBackward':'Posunúť\x20dozadu','exportPatch':_0x410938(0xb8),'delete':_0x410938(0xab)},'pageThumbnail':{'moveUp':_0x410938(0x94),'moveDown':_0x410938(0xd1),'copy':_0x410938(0x91),'rotateClockwise':_0x410938(0xd5),'delete':_0x410938(0x9e)},'exportPatch':{'title':_0x410938(0xb8),'summary':_0x410938(0xdc),'json':_0x410938(0xb1),'exportEditedJson':_0x410938(0xe2)},'inspector':{'titles':{'text':'Textový\x20obsah','image':'Obrázok','formXObject':_0x410938(0xb3),'formField':_0x410938(0xbf),'page':'Strana','nativeSource':_0x410938(0xa5),'object':_0x410938(0x8a),'document':_0x410938(0xe0),'tableCell':'Bunka\x20tabuľky'},'sections':{'text':'Textový\x20obsah','image':_0x410938(0x83),'cell':_0x410938(0x7c),'source':'Zdroj','formField':_0x410938(0xe9),'page':'Strana','document':_0x410938(0xe0),'transform':_0x410938(0xae),'arrange':'Usporiadať','paragraph':'Odsek'},'fields':{'fontFamily':_0x410938(0xbc),'fontSize':_0x410938(0xe1),'strokeWidth':_0x410938(0xde),'bold':_0x410938(0x89),'italic':_0x410938(0x87),'underline':_0x410938(0x9d),'background':_0x410938(0x8d),'verticalAlign':'Zvislé\x20zarovnanie','objectRef':_0x410938(0x8a),'displayLists':_0x410938(0xd4),'fieldName':_0x410938(0xc8),'fieldType':'Typ','pageId':'ID\x20strany','operators':_0x410938(0xdd),'documentId':_0x410938(0xb7),'revision':_0x410938(0x98),'x':'X','y':'Y','width':'W','height':'H','align':_0x410938(0xd2),'lineHeight':_0x410938(0x88),'leftIndent':_0x410938(0x7d),'firstLine':_0x410938(0xc1),'rightIndent':_0x410938(0xc7),'before':_0x410938(0xd3),'after':'po','horizontal':_0x410938(0xdf),'vertical':_0x410938(0xe8),'left':_0x410938(0xce),'center':_0x410938(0xe7),'right':_0x410938(0x8e),'top':_0x410938(0xcf),'middle':_0x410938(0xda),'bottom':'Dole','pageGeometry':_0x410938(0xa3),'crop':_0x410938(0xa6),'cropLeft':_0x410938(0x79),'cropBottom':_0x410938(0xa8),'cropRight':_0x410938(0xbe),'cropTop':_0x410938(0x7f),'sideLeft':_0x410938(0xce),'sideTop':'Hore','sideRight':_0x410938(0x8e),'sideBottom':'Dole'},'actions':{'replaceImage':_0x410938(0x8c),'cropImage':_0x410938(0xdb),'resetCrop':_0x410938(0xad),'flipHorizontal':'Prevrátiť\x20vodorovne','flipVertical':_0x410938(0xaa),'addText':_0x410938(0xbd),'finishEditing':_0x410938(0xc2),'pageGeometry':_0x410938(0xa3),'exportPatch':_0x410938(0xb8),'bringForward':'Posunúť\x20dopredu','sendBackward':'Posunúť\x20dozadu','rotate90':_0x410938(0xa2)}}}};function _0x5893(_0xfc2f25,_0x23115b){_0xfc2f25=_0xfc2f25-0x75;const _0x185536=_0x1855();let _0x589311=_0x185536[_0xfc2f25];return _0x589311;}export{e as default};function _0x1855(){const _0x550d0d=['Posunúť\x20dopredu','Nová','Minimálny','Priblíženie','Orezanie\x20zľava','Prevrátiť\x20vodorovne','Motív\x20tabuľky','Bunka','Ľavé\x20odsadenie','Vzhľad\x20tabuľky','Orezanie\x20zhora','Kosoštvorec','3408ElRCmh','212VGncLI','Obrázok','Znova','Vybrať','20472rxUNmi','Kurzíva','Výška\x20riadka','Tučné','Objekt','Pruhované\x20riadky','Nahradiť\x20obrázok','Pozadie','Vpravo','Príklad','Riadok\x20hlavičky','Kopírovať\x20stranu','Vlastná\x20veľkosť','Tabuľka','Presunúť\x20stranu\x20nahor','Zobrazenie','1)\x202)\x203)','Importovať\x20PDF','Revízia','01.\x2002.\x2003.','Najlepšia\x20zhoda','Exportovať\x20PDF','Súbor','Podčiarknutie','Odstrániť\x20stranu','Späť','Stredná','Prilepiť','Otočiť\x20o\x2090\x20stupňov','Geometria\x20strany','Vlastnosti','Pôvodný\x20zdroj','Orezanie','Posledný\x20stĺpec','Orezanie\x20zdola','Začiatok','Prevrátiť\x20zvisle','Odstrániť','1.\x20a.\x202.\x20b.','Obnoviť\x20orezanie','Transformovať','Prvý\x20stĺpec','Žiadne\x20strany','JSON','Vložiť','XObject\x20formulára','12hiMbXY','Strany\x20PDF','Prázdna\x20odrážka','ID\x20dokumentu','Exportovať\x20zmeny','Anotácie','Riadok\x20päty','Svetlý','Písmo','Pridať\x20text','Orezanie\x20sprava','Pole\x20formulára','Upraviť\x20hodnotu','Prvý\x20riadok','Dokončiť\x20úpravy','1.1.\x201.2.','6sOaIcE','Hranice','1255505zgucuc','Pravé\x20odsadenie','Názov','Strana','Obdĺžnikové','Nespracované\x20údaje','1110348HUOlgP','Oddeľovač','Vľavo','Hore','Karty\x20pása\x20PDF','Presunúť\x20stranu\x20nadol','Zarovnať','pred','Zoznamy\x20zobrazenia','Otočiť\x20o\x2090\x20stupňov\x20v\x20smere\x20hodinových\x20ručičiek','354495PTCRXg','PDF','97530nVjwSH','Odrážka','stred','Orezať\x20obrázok','Zhrnutie','Operátory','Šírka\x20čiary','Vodorovne','Dokument','Veľkosť','Exportovať\x20upravený\x20JSON','Nie\x20je\x20načítaný\x20žiadny\x20dokument','Šípka','952xPeMje','3574524ioCdSY','Stred','Zvislo','Hodnota','22xYlONa','Stĺpce'];_0x1855=function(){return _0x550d0d;};return _0x1855();}
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1c17(_0x45a566,_0x2804a3){_0x45a566=_0x45a566-0xd6;const _0x58abd4=_0x58ab();let _0x1c17c0=_0x58abd4[_0x45a566];return _0x1c17c0;}function _0x58ab(){const _0x5b013f=['A.\x20B.\x20C.','2152FhVJJH','Danh\x20sách\x20hiển\x20thị','Trái','Cắt\x20xén','Tài\x20liệu','4586448CFyUfA','Bảng','Hàng\x20chân\x20bảng','Căn\x20giữa','Nhập\x20PDF','Xóa\x20trang','Chỉnh\x20sửa\x20giá\x20trị','Dưới','Xuất\x20PDF','Xuất\x20thay\x20đổi','Thụt\x20lề\x20phải','Mẫu','Căn\x20chỉnh','Chèn','Cắt\x20bên\x20phải','Kiểu\x20bảng','Chọn\x20một','Đưa\x20lên\x20trên','Chú\x20thích','Cắt\x20bên\x20trái','Hàng\x20xen\x20kẽ','Cắt\x20phía\x20dưới','ID\x20trang','Phải','Thuộc\x20tính','Loại','Kích\x20thước','Cắt\x20hình\x20ảnh','Hình\x20vuông','Tóm\x20tắt','Bản\x20sửa\x20đổi','Tối\x20giản','Dòng\x20đầu\x20tiên','Xuất\x20JSON\x20đã\x20chỉnh\x20sửa','Biến\x20đổi','Văn\x20bản','Sắp\x20xếp','Toán\x20tử','Lật\x20dọc','Kích\x20thước\x20tùy\x20chỉnh','345912oIBbRg','Thụt\x20lề\x20trái','Tên','Hình\x20ảnh','Sao\x20chép','Thuộc\x20tính\x20PDF','Bắt\x20đầu','01.\x2002.\x2003.','Đoạn\x20văn','ID\x20tài\x20liệu','Nguồn\x20gốc','JSON','Cột\x20cuối\x20cùng','Sáng','Hình\x20thoi','Dữ\x20liệu\x20thô','Làm\x20lại','Thay\x20thế\x20hình\x20ảnh','3156030TKxYnj','Cột','1.1.\x201.2.','PDF','Dấu\x20đầu\x20dòng\x20rỗng','Chế\x20độ\x20xem','614296pcmxbv','3114800IpLZPj','Chỉnh\x20sửa\x20văn\x20bản','8kOMcmD','Các\x20trang\x20PDF','Đối\x20tượng','Danh\x20sách','5446LerFTA','Theo\x20chiều\x20ngang','Lật\x20ngang','Không\x20có\x20trang','Tệp','Nền','Nguồn','1437634JgCHPf','Căn\x20dọc','Thu\x20phóng','Ô\x20bảng','Thêm\x20văn\x20bản','Gạch\x20chân','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Hình\x20học\x20trang','Trên','Hàng','Mũi\x20tên','Hoàn\x20tất\x20chỉnh\x20sửa','Di\x20chuyển\x20trang\x20xuống','Đưa\x20xuống\x20dưới','Giá\x20trị','Cắt\x20phía\x20trên','Các\x20thẻ\x20dải\x20băng\x20PDF','Hàng\x20tiêu\x20đề','Xóa','Dấu\x20đầu\x20dòng','Trang','1)\x202)\x203)','Trước','Giữa'];_0x58ab=function(){return _0x5b013f;};return _0x58ab();}const _0x33a7bc=_0x1c17;(function(_0x3d305f,_0x53ed4a){const _0x2742a4=_0x1c17,_0x50ab53=_0x3d305f();while(!![]){try{const _0x51ddc5=-parseInt(_0x2742a4(0xfc))/0x1+-parseInt(_0x2742a4(0x10a))/0x2+parseInt(_0x2742a4(0xe4))/0x3*(parseInt(_0x2742a4(0xff))/0x4)+parseInt(_0x2742a4(0xfd))/0x5+parseInt(_0x2742a4(0x128))/0x6+-parseInt(_0x2742a4(0x103))/0x7*(parseInt(_0x2742a4(0x123))/0x8)+parseInt(_0x2742a4(0xf6))/0x9;if(_0x51ddc5===_0x53ed4a)break;else _0x50ab53['push'](_0x50ab53['shift']());}catch(_0x207646){_0x50ab53['push'](_0x50ab53['shift']());}}}(_0x58ab,0x6810b));const e={'pdfs-ui':{'workbench':{'title':_0x33a7bc(0xf9),'aria':{'ribbonTabs':_0x33a7bc(0x11a),'pages':_0x33a7bc(0x100),'properties':_0x33a7bc(0xe9)},'tabs':{'start':_0x33a7bc(0xea),'insert':_0x33a7bc(0x135),'view':_0x33a7bc(0xfb)},'pageRail':{'newPage':'Mới'},'empty':{'noDocument':'Chưa\x20tải\x20tài\x20liệu','noPages':_0x33a7bc(0x106)},'status':{'page':_0x33a7bc(0x11e),'zoom':_0x33a7bc(0x10c)},'sidebar':{'properties':_0x33a7bc(0x140)},'demo':{'sample':_0x33a7bc(0x133)}},'ribbon':{'groups':{'file':_0x33a7bc(0x107),'edit':'Chỉnh\x20sửa','transform':_0x33a7bc(0xde),'insert':_0x33a7bc(0x135),'display':'Hiển\x20thị'},'actions':{'importPdf':_0x33a7bc(0x12c),'exportPdf':_0x33a7bc(0x130),'undo':'Hoàn\x20tác','redo':_0x33a7bc(0xf4),'select':_0x33a7bc(0x138),'text':_0x33a7bc(0xdf),'flipHorizontal':_0x33a7bc(0x105),'flipVertical':_0x33a7bc(0xe2),'textBox':'H?p\x20v?n\x20b?n','image':_0x33a7bc(0xe7),'divider':'Đường\x20phân\x20cách','table':_0x33a7bc(0x129),'list':_0x33a7bc(0x102),'annotations':_0x33a7bc(0x13a),'bounds':'Ranh\x20giới','raw':_0x33a7bc(0xf3)},'listPresets':{'bullet':_0x33a7bc(0x11d),'hollowBullet':_0x33a7bc(0xfa),'square':_0x33a7bc(0xd8),'diamond':_0x33a7bc(0xf2),'check':'Dấu\x20kiểm','arrow':_0x33a7bc(0x114),'decimal':'1.\x202.\x203.','parenDecimal':_0x33a7bc(0x11f),'decimalNested':_0x33a7bc(0xf8),'upperAlpha':_0x33a7bc(0x122),'lowerAlpha':'1.\x20a.\x202.\x20b.','leadingZero':_0x33a7bc(0xeb)}},'tableSizePicker':{'customSize':_0x33a7bc(0xe3),'rows':_0x33a7bc(0x113),'columns':_0x33a7bc(0xf7),'insert':_0x33a7bc(0x135),'insertTable':'Chèn\x20bảng'},'tableTheme':{'tableTheme':'Chủ\x20đề\x20bảng','tableLook':_0x33a7bc(0x137),'headerRow':_0x33a7bc(0x11b),'footerRow':_0x33a7bc(0x12a),'bandedRows':_0x33a7bc(0x13c),'bandedColumns':'Cột\x20xen\x20kẽ','firstColumn':'Cột\x20đầu\x20tiên','lastColumn':_0x33a7bc(0xf0),'bestMatch':'Phù\x20hợp\x20nhất','light':_0x33a7bc(0xf1),'medium':'Vừa','minimal':_0x33a7bc(0xdb)},'contextMenu':{'addText':_0x33a7bc(0x10e),'editText':_0x33a7bc(0xfe),'editValue':_0x33a7bc(0x12e),'copy':_0x33a7bc(0xe8),'paste':'Dán','replaceImage':_0x33a7bc(0xf5),'cropImage':'Cắt\x20hình\x20ảnh','flipHorizontal':'Lật\x20ngang','flipVertical':'Lật\x20dọc','bringForward':_0x33a7bc(0x139),'sendBackward':_0x33a7bc(0x117),'exportPatch':_0x33a7bc(0x131),'delete':_0x33a7bc(0x11c)},'pageThumbnail':{'moveUp':'Di\x20chuyển\x20trang\x20lên','moveDown':_0x33a7bc(0x116),'copy':'Sao\x20chép\x20trang','rotateClockwise':_0x33a7bc(0x110),'delete':_0x33a7bc(0x12d)},'exportPatch':{'title':_0x33a7bc(0x131),'summary':_0x33a7bc(0xd9),'json':_0x33a7bc(0xef),'exportEditedJson':_0x33a7bc(0xdd)},'inspector':{'titles':{'text':_0x33a7bc(0xdf),'image':_0x33a7bc(0xe7),'formXObject':'XObject\x20biểu\x20mẫu','formField':'Trường\x20biểu\x20mẫu','page':'Trang','nativeSource':_0x33a7bc(0xee),'object':_0x33a7bc(0x101),'document':_0x33a7bc(0x127),'tableCell':_0x33a7bc(0x10d)},'sections':{'text':_0x33a7bc(0xdf),'image':'Hình\x20ảnh','cell':'Ô','source':_0x33a7bc(0x109),'formField':_0x33a7bc(0x118),'page':'Trang','document':_0x33a7bc(0x127),'transform':_0x33a7bc(0xde),'arrange':_0x33a7bc(0xe0),'paragraph':_0x33a7bc(0xec)},'fields':{'fontFamily':'Phông\x20chữ','fontSize':_0x33a7bc(0xd6),'strokeWidth':'Độ\x20rộng\x20đường','bold':'In\x20đậm','italic':'In\x20nghiêng','underline':_0x33a7bc(0x10f),'background':_0x33a7bc(0x108),'verticalAlign':_0x33a7bc(0x10b),'objectRef':_0x33a7bc(0x101),'displayLists':_0x33a7bc(0x124),'fieldName':_0x33a7bc(0xe6),'fieldType':_0x33a7bc(0x141),'pageId':_0x33a7bc(0x13e),'operators':_0x33a7bc(0xe1),'documentId':_0x33a7bc(0xed),'revision':_0x33a7bc(0xda),'x':'X','y':'Y','width':'W','height':'H','align':_0x33a7bc(0x134),'lineHeight':'Chiều\x20cao\x20dòng','leftIndent':_0x33a7bc(0xe5),'firstLine':_0x33a7bc(0xdc),'rightIndent':_0x33a7bc(0x132),'before':_0x33a7bc(0x120),'after':'Sau','horizontal':_0x33a7bc(0x104),'vertical':'Theo\x20chiều\x20dọc','left':_0x33a7bc(0x125),'center':_0x33a7bc(0x121),'right':'Phải','top':_0x33a7bc(0x112),'middle':_0x33a7bc(0x12b),'bottom':_0x33a7bc(0x12f),'pageGeometry':'Hình\x20học\x20trang','crop':_0x33a7bc(0x126),'cropLeft':_0x33a7bc(0x13b),'cropBottom':_0x33a7bc(0x13d),'cropRight':_0x33a7bc(0x136),'cropTop':_0x33a7bc(0x119),'sideLeft':_0x33a7bc(0x125),'sideTop':'Trên','sideRight':_0x33a7bc(0x13f),'sideBottom':'Dưới'},'actions':{'replaceImage':_0x33a7bc(0xf5),'cropImage':_0x33a7bc(0xd7),'resetCrop':'Đặt\x20lại\x20cắt\x20xén','flipHorizontal':_0x33a7bc(0x105),'flipVertical':_0x33a7bc(0xe2),'addText':'Thêm\x20văn\x20bản','finishEditing':_0x33a7bc(0x115),'pageGeometry':_0x33a7bc(0x111),'exportPatch':'Xuất\x20thay\x20đổi','bringForward':_0x33a7bc(0x139),'sendBackward':_0x33a7bc(0x117),'rotate90':'Xoay\x2090\x20độ'}}}};export{e as default};
|