pptx-vue-viewer 1.23.1 → 1.24.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/CHANGELOG.md +8 -0
- package/README.md +53 -24
- package/dist/composables-unstable.cjs +1 -1
- package/dist/composables-unstable.cjs.br +0 -0
- package/dist/composables-unstable.cjs.gz +0 -0
- package/dist/composables-unstable.js +2 -2
- package/dist/composables-unstable.js.br +0 -0
- package/dist/composables-unstable.js.gz +0 -0
- package/dist/gif-encoder-DiGOohDE.cjs +2 -0
- package/dist/gif-encoder-DiGOohDE.cjs.br +0 -0
- package/dist/gif-encoder-DiGOohDE.cjs.gz +0 -0
- package/dist/gif-encoder-DlNt9zQb.js +2 -0
- package/dist/gif-encoder-DlNt9zQb.js.br +0 -0
- package/dist/gif-encoder-DlNt9zQb.js.gz +0 -0
- package/dist/{i18n-CnaYA09j.js → i18n-DFum-9KW.js} +187 -1
- package/dist/i18n-DFum-9KW.js.br +0 -0
- package/dist/i18n-DFum-9KW.js.gz +0 -0
- package/dist/{i18n-F0JF8XNP.cjs → i18n-YM1M3RlR.cjs} +187 -1
- package/dist/i18n-YM1M3RlR.cjs.br +0 -0
- package/dist/i18n-YM1M3RlR.cjs.gz +0 -0
- package/dist/i18n.cjs +1 -1
- package/dist/i18n.cjs.br +0 -0
- package/dist/i18n.cjs.gz +0 -0
- package/dist/i18n.js +1 -1
- package/dist/i18n.js.br +0 -0
- package/dist/i18n.js.gz +0 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.br +0 -0
- package/dist/index.cjs.gz +0 -0
- package/dist/index.js +3 -3
- package/dist/index.js.br +0 -0
- package/dist/index.js.gz +0 -0
- package/dist/pptx-vue-viewer.css +1 -1
- package/dist/pptx-vue-viewer.css.br +0 -0
- package/dist/pptx-vue-viewer.css.gz +0 -0
- package/dist/{useViewerSettingsDialog-Du01yrIv.cjs → useViewerSettingsDialog-Cg6Q_fz7.cjs} +3106 -2302
- package/dist/useViewerSettingsDialog-Cg6Q_fz7.cjs.br +0 -0
- package/dist/useViewerSettingsDialog-Cg6Q_fz7.cjs.gz +0 -0
- package/dist/{useViewerSettingsDialog-CKnyxHeC.js → useViewerSettingsDialog-DafO1Swj.js} +3180 -2431
- package/dist/useViewerSettingsDialog-DafO1Swj.js.br +0 -0
- package/dist/useViewerSettingsDialog-DafO1Swj.js.gz +0 -0
- package/dist/viewer/PowerPointViewer.vue.d.ts.map +1 -1
- package/dist/viewer/components/PresentationMode.vue.d.ts +5 -0
- package/dist/viewer/components/PresentationMode.vue.d.ts.map +1 -1
- package/dist/viewer/components/SettingsDialog.vue.d.ts +15 -30
- package/dist/viewer/components/SettingsDialog.vue.d.ts.map +1 -1
- package/dist/viewer/components/settings/OptionsAddInsPane.vue.d.ts +9 -0
- package/dist/viewer/components/settings/OptionsAddInsPane.vue.d.ts.map +1 -0
- package/dist/viewer/components/settings/OptionsControlRow.vue.d.ts +10 -0
- package/dist/viewer/components/settings/OptionsControlRow.vue.d.ts.map +1 -0
- package/dist/viewer/components/settings/OptionsPane.vue.d.ts +24 -0
- package/dist/viewer/components/settings/OptionsPane.vue.d.ts.map +1 -0
- package/dist/viewer/components/settings/OptionsQuickAccessPane.vue.d.ts +10 -0
- package/dist/viewer/components/settings/OptionsQuickAccessPane.vue.d.ts.map +1 -0
- package/dist/viewer/components/settings/OptionsRibbonPane.vue.d.ts +10 -0
- package/dist/viewer/components/settings/OptionsRibbonPane.vue.d.ts.map +1 -0
- package/dist/viewer/composables/collaboration-load-adoption.d.ts +23 -0
- package/dist/viewer/composables/collaboration-load-adoption.d.ts.map +1 -0
- package/dist/viewer/composables/collaboration-types.d.ts +8 -0
- package/dist/viewer/composables/collaboration-types.d.ts.map +1 -1
- package/dist/viewer/composables/index.d.ts +1 -1
- package/dist/viewer/composables/index.d.ts.map +1 -1
- package/dist/viewer/composables/useAutosave.d.ts +6 -2
- package/dist/viewer/composables/useAutosave.d.ts.map +1 -1
- package/dist/viewer/composables/useCollaboration.d.ts.map +1 -1
- package/dist/viewer/composables/useCollaborationWiring.d.ts +6 -0
- package/dist/viewer/composables/useCollaborationWiring.d.ts.map +1 -1
- package/dist/viewer/composables/useEditorHistory.d.ts +10 -1
- package/dist/viewer/composables/useEditorHistory.d.ts.map +1 -1
- package/dist/viewer/composables/useInlineEditing.d.ts +7 -0
- package/dist/viewer/composables/useInlineEditing.d.ts.map +1 -1
- package/dist/viewer/composables/useLoadContent.d.ts +9 -1
- package/dist/viewer/composables/useLoadContent.d.ts.map +1 -1
- package/dist/viewer/composables/useViewerOptionsStore.d.ts +27 -0
- package/dist/viewer/composables/useViewerOptionsStore.d.ts.map +1 -0
- package/dist/viewer/composables/useViewerSettingsDialog.d.ts +13 -2
- package/dist/viewer/composables/useViewerSettingsDialog.d.ts.map +1 -1
- package/dist/viewer/index.cjs +1 -1
- package/dist/viewer/index.cjs.br +0 -0
- package/dist/viewer/index.cjs.gz +0 -0
- package/dist/viewer/index.js +3 -3
- package/dist/viewer/index.js.br +0 -0
- package/dist/viewer/index.js.gz +0 -0
- package/dist/{viewer-BkNHVn87.cjs → viewer-B6XUNShD.cjs} +3731 -3372
- package/dist/viewer-B6XUNShD.cjs.br +0 -0
- package/dist/viewer-B6XUNShD.cjs.gz +0 -0
- package/dist/{viewer-BeIe7G25.js → viewer-Dea4NyhT.js} +8405 -8046
- package/dist/viewer-Dea4NyhT.js.br +0 -0
- package/dist/viewer-Dea4NyhT.js.gz +0 -0
- package/package.json +1 -1
- package/dist/gif-encoder-BDpN8FLE.js +0 -2
- package/dist/gif-encoder-BDpN8FLE.js.br +0 -0
- package/dist/gif-encoder-BDpN8FLE.js.gz +0 -0
- package/dist/gif-encoder-DVrOQpDc.cjs +0 -2
- package/dist/gif-encoder-DVrOQpDc.cjs.br +0 -0
- package/dist/gif-encoder-DVrOQpDc.cjs.gz +0 -0
- package/dist/i18n-CnaYA09j.js.br +0 -0
- package/dist/i18n-CnaYA09j.js.gz +0 -0
- package/dist/i18n-F0JF8XNP.cjs.br +0 -0
- package/dist/i18n-F0JF8XNP.cjs.gz +0 -0
- package/dist/useViewerSettingsDialog-CKnyxHeC.js.br +0 -0
- package/dist/useViewerSettingsDialog-CKnyxHeC.js.gz +0 -0
- package/dist/useViewerSettingsDialog-Du01yrIv.cjs.br +0 -0
- package/dist/useViewerSettingsDialog-Du01yrIv.cjs.gz +0 -0
- package/dist/viewer-BeIe7G25.js.br +0 -0
- package/dist/viewer-BeIe7G25.js.gz +0 -0
- package/dist/viewer-BkNHVn87.cjs.br +0 -0
- package/dist/viewer-BkNHVn87.cjs.gz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All notable changes to this project are documented here.
|
|
|
4
4
|
This file is generated from [Conventional Commits](https://www.conventionalcommits.org)
|
|
5
5
|
by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
6
6
|
|
|
7
|
+
## [1.23.2](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.23.2) - 2026-07-18
|
|
8
|
+
|
|
9
|
+
### Documentation
|
|
10
|
+
|
|
11
|
+
- Correct and expand the per-package npm readmes (by @ChristopherVR) ([46f7c57](https://github.com/ChristopherVR/pptx-viewer/commit/46f7c573701a19e91c507d41ebdc956c64699c38))
|
|
12
|
+
|
|
13
|
+
## [1.23.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.23.1) - 2026-07-18
|
|
14
|
+
|
|
7
15
|
## [1.23.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.23.0) - 2026-07-18
|
|
8
16
|
|
|
9
17
|
### Features
|
package/README.md
CHANGED
|
@@ -14,8 +14,6 @@ The rendering is done by the framework-agnostic [`pptx-viewer-core`](https://www
|
|
|
14
14
|
|
|
15
15
|
<samp>**[▶️ Try the live demo](https://christophervr.github.io/pptx-viewer/demo-vue/)** · **[📦 npm](https://www.npmjs.com/package/pptx-vue-viewer)** · **[📖 Full docs](https://christophervr.github.io/pptx-viewer/)** · **[🧩 Core SDK](https://www.npmjs.com/package/pptx-viewer-core)**</samp>
|
|
16
16
|
|
|
17
|
-
> **[▶️ Try the live demo](https://christophervr.github.io/pptx-viewer/demo-vue/)**: open a `.pptx` and render it in your browser, no install required.
|
|
18
|
-
|
|
19
17
|
## Features
|
|
20
18
|
|
|
21
19
|
- **A single component**: `<PowerPointViewer>`, written in `<script setup>` style.
|
|
@@ -46,13 +44,18 @@ The rendering is done by the framework-agnostic [`pptx-viewer-core`](https://www
|
|
|
46
44
|
npm install pptx-vue-viewer
|
|
47
45
|
```
|
|
48
46
|
|
|
49
|
-
**Peer requirements:** Vue 3.5
|
|
50
|
-
|
|
47
|
+
**Peer requirements:** Vue 3.5+, `vue-i18n` (all UI labels go through it, see
|
|
48
|
+
[Localization](#localization-i18n)), and the engine's `jszip` /
|
|
49
|
+
`fast-xml-parser` peers:
|
|
51
50
|
|
|
52
51
|
```bash
|
|
53
|
-
npm install vue jszip fast-xml-parser
|
|
52
|
+
npm install vue vue-i18n jszip fast-xml-parser
|
|
54
53
|
```
|
|
55
54
|
|
|
55
|
+
**Optional:** `three` enables interactive GLB/GLTF 3D models and the
|
|
56
|
+
`smartArt3D` renderer; without it those elements fall back to poster images /
|
|
57
|
+
flat SVG.
|
|
58
|
+
|
|
56
59
|
The `pptx-viewer-core` engine is **bundled in**, so you don't install it
|
|
57
60
|
separately unless you want to call the SDK directly.
|
|
58
61
|
|
|
@@ -162,28 +165,45 @@ async function save() {
|
|
|
162
165
|
|
|
163
166
|
### Props
|
|
164
167
|
|
|
165
|
-
| Prop
|
|
166
|
-
|
|
|
167
|
-
| `content`
|
|
168
|
-
| `theme`
|
|
169
|
-
| `class`
|
|
170
|
-
| `canEdit`
|
|
171
|
-
| `filePath`
|
|
172
|
-
| `
|
|
173
|
-
| `
|
|
174
|
-
| `
|
|
168
|
+
| Prop | Type | Default | Description |
|
|
169
|
+
| -------------------- | ------------------------------------ | ------- | ------------------------------------------------------------------------------------------------------------------------- |
|
|
170
|
+
| `content` | `Uint8Array \| ArrayBuffer` | n/a | The `.pptx` bytes to render. **Required.** |
|
|
171
|
+
| `theme` | `ViewerTheme` | n/a | Color/radius overrides applied as CSS custom properties. Always wins over the File > Options theme picker. |
|
|
172
|
+
| `class` | `string` | n/a | Class applied to the root element. |
|
|
173
|
+
| `canEdit` | `boolean` | `false` | Enables the editor toolbar, inspector, and drag-and-drop editing. |
|
|
174
|
+
| `filePath` | `string` | n/a | Original file path, used for autosave recovery and version history. |
|
|
175
|
+
| `fileName` | `string` | n/a | Display name of the open document, shown in the title bar. |
|
|
176
|
+
| `fonts` | `ViewerFontSource[]` | n/a | Licensed font sources supplied by the host application. |
|
|
177
|
+
| `autosave` | `boolean` | `false` | Enables debounced autosave (emits `@autosave` with serialised bytes). |
|
|
178
|
+
| `autosaveIntervalMs` | `number` | `2000` | Autosave debounce window in milliseconds. |
|
|
179
|
+
| `authorName` | `string` | n/a | Author name for comments/annotations and collaboration presence. |
|
|
180
|
+
| `collaboration` | `CollaborationConfig` | n/a | Yjs real-time collaboration config (server URL, room, role). |
|
|
181
|
+
| `shareDefaults` | `{ roomId?, userName?, serverUrl? }` | n/a | Seed values for the Share dialog fields. |
|
|
182
|
+
| `onOpenFile` | `() => void` | n/a | Host override for File > Open; bypasses the built-in file picker. |
|
|
183
|
+
| `smartArt3D` | `boolean` | `false` | Opt-in Three.js 3D SmartArt renderer (needs the optional `three` peer; falls back to SVG without it). |
|
|
184
|
+
| `hiddenActions` | `ToolbarActionId[]` | n/a | Individual toolbar buttons and/or ribbon tabs to hide (e.g. `['share', 'broadcast', 'insert']`). Omit to show everything. |
|
|
185
|
+
| `defaultThemeKey` | `string` | n/a | Initial File > Options > Appearance selection when no persisted preference exists. |
|
|
186
|
+
| `availableThemes` | `ThemeCatalogEntry[]` | n/a | Theme choices offered by File > Options > Appearance (defaults to the built-in catalog). |
|
|
187
|
+
| `onThemeChange` | `(key: string) => void` | n/a | Host hook for the appearance picker; when set, the host owns persisting the choice. |
|
|
188
|
+
| `defaultLocale` | `string` | n/a | Initial locale code when no persisted preference exists. |
|
|
189
|
+
| `availableLocales` | `LocaleCatalogEntry[]` | n/a | Locale choices offered by File > Options > Language (defaults to the host `vue-i18n` locales). |
|
|
190
|
+
| `onLocaleChange` | `(code: string) => void` | n/a | Host hook for the language picker; when set, the host owns applying/persisting the switch. |
|
|
191
|
+
| `accountAuth` | `AccountAuthConfig` | n/a | Optional sign-in hook point for File > Account (disabled unless `enabled: true`). |
|
|
175
192
|
|
|
176
193
|
### Events
|
|
177
194
|
|
|
178
|
-
| Event | Payload
|
|
179
|
-
| --------------------- |
|
|
180
|
-
| `active-slide-change` | `number`
|
|
181
|
-
| `content-change` | `Uint8Array`
|
|
182
|
-
| `dirty-change` | `boolean`
|
|
183
|
-
| `mode-change` | `string`
|
|
184
|
-
| `zoom-change` | `number`
|
|
185
|
-
| `selection-change` | `string[]`
|
|
186
|
-
| `slide-count-change` | `number`
|
|
195
|
+
| Event | Payload | Description |
|
|
196
|
+
| --------------------- | --------------------- | ------------------------------------------------------------------------------------ |
|
|
197
|
+
| `active-slide-change` | `number` | Emits the active slide index on navigation. |
|
|
198
|
+
| `content-change` | `Uint8Array` | Emits updated bytes after any editing change. |
|
|
199
|
+
| `dirty-change` | `boolean` | Emits `true`/`false` when the dirty state changes. |
|
|
200
|
+
| `mode-change` | `string` | Emits the new mode when it changes (`'preview'`, `'edit'`, `'present'`, `'master'`). |
|
|
201
|
+
| `zoom-change` | `number` | Emits the new zoom level (1 = 100%). |
|
|
202
|
+
| `selection-change` | `string[]` | Emits the selected element IDs when selection changes. |
|
|
203
|
+
| `slide-count-change` | `number` | Emits the total slide count when slides are added/removed. |
|
|
204
|
+
| `autosave` | `Uint8Array` | Emits serialised bytes when autosave persists the presentation (`autosave` prop). |
|
|
205
|
+
| `start-collaboration` | `CollaborationConfig` | Emits when the user starts a collaboration session from the Share dialog. |
|
|
206
|
+
| `stop-collaboration` | - | Emits when the user stops a collaboration session. |
|
|
187
207
|
|
|
188
208
|
### Exposed methods (template `ref`)
|
|
189
209
|
|
|
@@ -211,6 +231,15 @@ async function save() {
|
|
|
211
231
|
| `selectElements(ids)` | `void` | Programmatically select elements by ID. |
|
|
212
232
|
| `clearSelection()` | `void` | Clear the current selection. |
|
|
213
233
|
|
|
234
|
+
The exposed surface implements the full shared `PowerPointViewerAPI`, so the
|
|
235
|
+
following slide/element manipulation methods are also available:
|
|
236
|
+
`setActiveSlideIndex(index)`, `getSlides()`, `getSlide(index)`,
|
|
237
|
+
`getActiveSlide()`, `addSlide(afterIndex?)`, `deleteSlides(indexes)`,
|
|
238
|
+
`duplicateSlides(indexes)`, `moveSlide(from, to)`, `toggleHideSlides(indexes)`,
|
|
239
|
+
`getElements(slideIndex?)`, `getElementById(id, slideIndex?)`,
|
|
240
|
+
`updateElement(id, patch)`, `deleteElements(ids)`, and
|
|
241
|
+
`duplicateElement(id)`.
|
|
242
|
+
|
|
214
243
|
### Exported components & helpers
|
|
215
244
|
|
|
216
245
|
`PowerPointViewer`, `SlideCanvas`, `SlideStage`, `ElementRenderer`,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const e = require("./useViewerSettingsDialog-
|
|
2
|
+
const e = require("./useViewerSettingsDialog-Cg6Q_fz7.cjs");
|
|
3
3
|
let t = require("vue");
|
|
4
4
|
function s(e) {
|
|
5
5
|
const t = /* @__PURE__ */ new Set(), s = [];
|
|
Binary file
|
|
Binary file
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as a, $
|
|
1
|
+
import { $ as a, $t as s, A as t, At as e, B as n, Bt as u, Ct as l, D as i, Dt as c, E as o, Ei as r, Et as v, F as f, G as d, Gt as g, H as h, Ht as m, I as p, J as w, Jt as y, K as E, Kt as S, L as j, M as D, Mt as M, N as V, Nt as W, O as k, Ot as q, P as x, Pr as z, Q as A, R as B, St as G, T as H, Tt as I, U as J, Ut as K, V as N, Vt as O, W as P, Wa as T, Wt as U, X, Xt as Y, Y as Z, Yt as $, Z as _, Zt as b, _ as C, _t as F, a as L, an as Q, at as R, bt as aa, c as sa, ci as ta, cn as ea, ct as na, d as ua, dt as la, er as ia, et as ca, f as oa, fr as ra, ft as va, g as fa, gt as da, h as ga, hn as ha, ht as ma, i as pa, in as wa, it as ya, j as Ea, jt as Sa, k as ja, kt as Da, l as Ma, ln as Va, m as Wa, mt as ka, n as qa, nn as xa, nt as za, o as Aa, on as Ba, ot as Ga, p as Ha, pt as Ia, q as Ja, qt as Ka, r as Na, rn as Oa, rt as Pa, s as Ta, sn as Ua, st as Xa, t as Ya, tr as Za, tt as $a, u as _a, v as ba, vt as Ca, w as Fa, wt as La, xt as Qa, y as Ra, yt as as, z as ss, zt as ts } from "./useViewerSettingsDialog-DafO1Swj.js";
|
|
2
2
|
import { computed as es, readonly as ns, ref as us } from "vue";
|
|
3
3
|
function ls(a = []) {
|
|
4
4
|
const s = us(is(a)), t = es(() => 0 === s.value.length);
|
|
@@ -27,4 +27,4 @@ function is(a) {
|
|
|
27
27
|
for (const e of a) s.has(e) || (s.add(e), t.push(e));
|
|
28
28
|
return t;
|
|
29
29
|
}
|
|
30
|
-
export {
|
|
30
|
+
export { Na as DEFAULT_MAX_VERSIONS, La as ERASER_RADIUS, I as HIGHLIGHTER_OPACITY, v as HIGHLIGHTER_WIDTH, ia as MOBILE_BREAKPOINT, Za as MOBILE_LANDSCAPE_MAX_HEIGHT, va as NUDGE_LARGE, Ia as NUDGE_SMALL, c as PEN_WIDTH, fa as RIBBON_ALIGN, ka as SHORTCUT_CATALOG, ma as SHORTCUT_GROUP_LABEL_KEYS, u as SMARTART_COLOR_SCHEMES, O as SMARTART_STYLE_OPTIONS, ea as SmartArt3DKey, ra as TABLET_BREAKPOINT, Ka as TableSelectionKey, z as buildClickGroups, j as buildSearchRegex, q as buildStrokePathD, y as computeCellSelection, ta as computeDocumentStatistics, as as computeElapsed, r as countWords, Da as createStroke, e as eraseStrokesAtPoint, B as findMatches, aa as formatRehearseMs, za as generateCommentId, da as groupShortcutCatalog, $ as injectTableSelection, xa as inlineEditorRect, T as isMobileViewport, Oa as nodeIdsInRenderOrder, Y as provideTableSelection, ss as replaceInElement, F as resolveShortcutAction, m as smartArtLayoutLabel, wa as textNodeIdsInRenderOrder, C as toShapePreset, na as useAccessibility, Xa as useAlignGroup, W as useAnimationPlayback, Ga as useAutosave, g as useChartEditing, R as useCollaboration, ya as useCollaborationWiring, Ua as useColorChangeImage, Pa as useComments, $a as useCommentsWiring, ca as useContextMenu, a as useCustomShows, A as useCustomShowsWiring, U as useDebouncedCallback, _ as useDocumentPropertiesDialog, S as useDocumentStatistics, X as useEditorHistory, Z as useEditorKeyboard, w as useEditorOperations, Ja as useElementDrag, E as useElementInsertion, d as useEmbeddedFonts, P as useExport, J as useExportProgress, N as useExportWiring, n as useFindReplace, p as useFontEmbedding, f as useFormatPainter, x as useHeaderFooterDialog, V as useInkDrawing, D as useInlineEditing, Ea as useInsertElementDialogs, M as useIsMobile, t as useKeyboardInsets, Ca as useKeyboardShortcuts, ja as useLoadContent, k as useMasterViewState, h as useMediaExport, i as useMobileChrome, Ba as useModel3dScene, o as useMultiSelectOps, H as usePasswordProtection, Sa as usePresentationAnnotations, Fa as usePresentationModeWiring, Ra as usePrint, Qa as useRehearseTimings, ba as useRibbonActions, ga as useRibbonProps, Wa as useRibbonUiState, Ha as useSectionOperations, ls as useSelection, oa as useSelectionPaneWiring, ha as useSheetDismissDrag, ua as useSignatureWorkflow, la as useSignatures, _a as useSlideMutations, Ma as useSlideOperations, sa as useSlideShowSettings, Va as useSmartArt3D, ts as useSmartArtEditing, K as useSmartArtFocus, s as useSmartArtHoverRect, Q as useSmartArtInlineEditState, Ta as useSmartArtNodeEditContext, Aa as useTableCellEditingContext, b as useTableCellSelection, L as useThemeEditing, l as useToolbarAutoHide, G as useTouchGestures, pa as useVersionHistory, qa as useVersionHistoryWiring, Ya as useViewerSettingsDialog };
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -2390,7 +2390,193 @@ var t = {
|
|
|
2390
2390
|
"pptx.connectorArrows.startLength": "Start Length",
|
|
2391
2391
|
"pptx.connectorArrows.endLength": "End Length",
|
|
2392
2392
|
"pptx.slideThumbnail.transitionTooltip": "Transition: {{name}}",
|
|
2393
|
-
"pptx.ribbon.groupShapeStyles": "Shape Styles"
|
|
2393
|
+
"pptx.ribbon.groupShapeStyles": "Shape Styles",
|
|
2394
|
+
"pptx.options.title": "Options",
|
|
2395
|
+
"pptx.options.resetAll": "Reset all options",
|
|
2396
|
+
"pptx.options.resetTab": "Reset this tab",
|
|
2397
|
+
"pptx.options.general.description": "General options for working with the viewer.",
|
|
2398
|
+
"pptx.options.general.userInterface": "User Interface options",
|
|
2399
|
+
"pptx.options.general.displayOptimization": "When using multiple displays",
|
|
2400
|
+
"pptx.options.displayOptimization.appearance": "Optimize for best appearance",
|
|
2401
|
+
"pptx.options.displayOptimization.compatibility": "Optimize for compatibility",
|
|
2402
|
+
"pptx.options.general.showMiniToolbar": "Show Mini Toolbar on selection",
|
|
2403
|
+
"pptx.options.general.showMiniToolbarInfo": "Shows the floating formatting toolbar when you select text.",
|
|
2404
|
+
"pptx.options.general.enableLivePreview": "Enable Live Preview",
|
|
2405
|
+
"pptx.options.general.enableLivePreviewInfo": "Previews formatting changes on the slide as you hover over gallery choices.",
|
|
2406
|
+
"pptx.options.general.collapseRibbon": "Collapse the ribbon automatically",
|
|
2407
|
+
"pptx.options.general.collapseSearch": "Collapse the search box by default",
|
|
2408
|
+
"pptx.options.general.screenTipStyle": "ScreenTip style",
|
|
2409
|
+
"pptx.options.screenTipStyle.descriptions": "Show feature descriptions in ScreenTips",
|
|
2410
|
+
"pptx.options.screenTipStyle.plain": "Don't show feature descriptions in ScreenTips",
|
|
2411
|
+
"pptx.options.screenTipStyle.off": "Don't show ScreenTips",
|
|
2412
|
+
"pptx.options.general.personalize": "Personalize your copy of the viewer",
|
|
2413
|
+
"pptx.options.general.userName": "User name",
|
|
2414
|
+
"pptx.options.general.userInitials": "Initials",
|
|
2415
|
+
"pptx.options.general.appearance": "Viewer theme",
|
|
2416
|
+
"pptx.options.general.startup": "Start up options",
|
|
2417
|
+
"pptx.options.general.showStartScreen": "Show the Start screen when this application starts",
|
|
2418
|
+
"pptx.options.proofing.label": "Proofing",
|
|
2419
|
+
"pptx.options.proofing.description": "Change how the viewer corrects and formats your text.",
|
|
2420
|
+
"pptx.options.proofing.autoCorrect": "AutoCorrect options",
|
|
2421
|
+
"pptx.options.proofing.autoCorrectDescription": "Change how text is corrected and formatted as you type.",
|
|
2422
|
+
"pptx.options.proofing.twoInitialCapitals": "Correct TWo INitial CApitals",
|
|
2423
|
+
"pptx.options.proofing.capitalizeFirstLetter": "Capitalize first letter of sentences",
|
|
2424
|
+
"pptx.options.proofing.capitalizeDayNames": "Capitalize names of days",
|
|
2425
|
+
"pptx.options.proofing.smartQuotes": "Replace straight quotes with smart quotes",
|
|
2426
|
+
"pptx.options.proofing.hyphensToDash": "Replace hyphens (--) with dash",
|
|
2427
|
+
"pptx.options.proofing.fractions": "Replace fractions (1/2) with fraction characters (½)",
|
|
2428
|
+
"pptx.options.proofing.ordinals": "Replace ordinals (1st) with superscript",
|
|
2429
|
+
"pptx.options.proofing.spellingOffice": "When correcting spelling",
|
|
2430
|
+
"pptx.options.proofing.ignoreUppercase": "Ignore words in UPPERCASE",
|
|
2431
|
+
"pptx.options.proofing.ignoreWordsWithNumbers": "Ignore words that contain numbers",
|
|
2432
|
+
"pptx.options.proofing.ignoreInternetAddresses": "Ignore Internet and file addresses",
|
|
2433
|
+
"pptx.options.proofing.flagRepeatedWords": "Flag repeated words",
|
|
2434
|
+
"pptx.options.proofing.spellingViewer": "When correcting spelling in the viewer",
|
|
2435
|
+
"pptx.options.proofing.checkSpellingAsYouType": "Check spelling as you type",
|
|
2436
|
+
"pptx.options.proofing.hideSpellingErrors": "Hide spelling errors",
|
|
2437
|
+
"pptx.options.save.label": "Save",
|
|
2438
|
+
"pptx.options.save.description": "Customize how documents are saved.",
|
|
2439
|
+
"pptx.options.save.savePresentations": "Save presentations",
|
|
2440
|
+
"pptx.options.save.autoSave": "Save changes automatically (AutoSave)",
|
|
2441
|
+
"pptx.options.save.autoSaveInfo": "Snapshots are stored locally and offered for recovery when you reopen.",
|
|
2442
|
+
"pptx.options.save.defaultFormat": "Save files in this format",
|
|
2443
|
+
"pptx.options.saveFormat.pptx": "PowerPoint Presentation (*.pptx)",
|
|
2444
|
+
"pptx.options.saveFormat.pdf": "PDF Document (*.pdf)",
|
|
2445
|
+
"pptx.options.saveFormat.png": "PNG Images (*.png)",
|
|
2446
|
+
"pptx.options.save.autoRecoverInterval": "Save AutoRecover information every",
|
|
2447
|
+
"pptx.options.save.minutes": "minutes",
|
|
2448
|
+
"pptx.options.save.keepLastAutoRecovered": "Keep the last AutoRecovered version if I close without saving",
|
|
2449
|
+
"pptx.options.save.fidelity": "Preserve fidelity when sharing this presentation",
|
|
2450
|
+
"pptx.options.save.embedFonts": "Embed fonts in the file",
|
|
2451
|
+
"pptx.options.save.embedFontsInfo": "Embedding fonts increases file size but keeps text identical on other devices.",
|
|
2452
|
+
"pptx.options.save.embedAllCharacters": "Embed all characters (best for editing by other people)",
|
|
2453
|
+
"pptx.options.save.cache": "Cache Settings",
|
|
2454
|
+
"pptx.options.save.cacheRetentionDays": "Days to keep files in the local document cache",
|
|
2455
|
+
"pptx.options.save.days": "days",
|
|
2456
|
+
"pptx.options.save.clearCacheOnClose": "Delete files from the local document cache when they are closed",
|
|
2457
|
+
"pptx.options.save.clearCacheNow": "Delete cached files",
|
|
2458
|
+
"pptx.options.save.clearCacheDescription": "Deletes locally stored recovery snapshots and recent files. This does not affect the open presentation.",
|
|
2459
|
+
"pptx.options.language.description": "Set the viewer language preferences.",
|
|
2460
|
+
"pptx.options.language.displayLanguage": "Display language",
|
|
2461
|
+
"pptx.options.language.displayLanguageDescription": "Buttons, menus, and other controls will show in the selected language.",
|
|
2462
|
+
"pptx.options.accessibility.label": "Accessibility",
|
|
2463
|
+
"pptx.options.accessibility.description": "Make the viewer more accessible.",
|
|
2464
|
+
"pptx.options.accessibility.assistant": "Make your document accessible to others",
|
|
2465
|
+
"pptx.options.accessibility.showStatus": "Show accessibility status in the status bar",
|
|
2466
|
+
"pptx.options.accessibility.feedback": "Feedback options",
|
|
2467
|
+
"pptx.options.accessibility.feedbackWithSound": "Provide feedback with sound",
|
|
2468
|
+
"pptx.options.accessibility.soundScheme": "Sound Scheme",
|
|
2469
|
+
"pptx.options.soundScheme.modern": "Modern",
|
|
2470
|
+
"pptx.options.soundScheme.classic": "Classic",
|
|
2471
|
+
"pptx.options.accessibility.display": "Application display options",
|
|
2472
|
+
"pptx.options.accessibility.showShortcutKeys": "Show shortcut keys in ScreenTips",
|
|
2473
|
+
"pptx.options.advanced.label": "Advanced",
|
|
2474
|
+
"pptx.options.advanced.description": "Advanced options for working with the viewer.",
|
|
2475
|
+
"pptx.options.advanced.editing": "Editing options",
|
|
2476
|
+
"pptx.options.advanced.autoSelectWord": "When selecting, automatically select entire word",
|
|
2477
|
+
"pptx.options.advanced.textDragAndDrop": "Allow text to be dragged and dropped",
|
|
2478
|
+
"pptx.options.advanced.maximumUndoSteps": "Maximum number of undos",
|
|
2479
|
+
"pptx.options.advanced.cutCopyPaste": "Cut, copy, and paste",
|
|
2480
|
+
"pptx.options.advanced.smartCutAndPaste": "Use smart cut and paste",
|
|
2481
|
+
"pptx.options.advanced.showPasteOptions": "Show Paste Options button when content is pasted",
|
|
2482
|
+
"pptx.options.advanced.imageQuality": "Image Size and Quality",
|
|
2483
|
+
"pptx.options.advanced.doNotCompressImages": "Do not compress images in file",
|
|
2484
|
+
"pptx.options.advanced.defaultResolution": "Default resolution",
|
|
2485
|
+
"pptx.options.resolution.highFidelity": "High fidelity",
|
|
2486
|
+
"pptx.options.resolution.ppi330": "330 ppi",
|
|
2487
|
+
"pptx.options.resolution.ppi220": "220 ppi",
|
|
2488
|
+
"pptx.options.resolution.ppi150": "150 ppi",
|
|
2489
|
+
"pptx.options.resolution.ppi96": "96 ppi",
|
|
2490
|
+
"pptx.options.advanced.chart": "Chart",
|
|
2491
|
+
"pptx.options.advanced.chartFollowDataPoint": "Properties follow chart data point",
|
|
2492
|
+
"pptx.options.advanced.display": "Display",
|
|
2493
|
+
"pptx.options.advanced.recentCount": "Show this number of Recent Presentations",
|
|
2494
|
+
"pptx.options.advanced.disableHardwareAcceleration": "Disable hardware graphics acceleration",
|
|
2495
|
+
"pptx.options.advanced.openDocumentsView": "Open all documents using this view",
|
|
2496
|
+
"pptx.options.openView.savedView": "The view saved in the file",
|
|
2497
|
+
"pptx.options.openView.normal": "Normal",
|
|
2498
|
+
"pptx.options.openView.outline": "Outline",
|
|
2499
|
+
"pptx.options.openView.slideSorter": "Slide Sorter",
|
|
2500
|
+
"pptx.options.openView.notes": "Notes",
|
|
2501
|
+
"pptx.options.advanced.slideShow": "Slide Show",
|
|
2502
|
+
"pptx.options.advanced.showMenuOnRightClick": "Show menu on right mouse click",
|
|
2503
|
+
"pptx.options.advanced.showPopupToolbar": "Show popup toolbar",
|
|
2504
|
+
"pptx.options.advanced.promptKeepInk": "Prompt to keep ink annotations when exiting",
|
|
2505
|
+
"pptx.options.advanced.endWithBlackSlide": "End with black slide",
|
|
2506
|
+
"pptx.options.advanced.print": "Print",
|
|
2507
|
+
"pptx.options.advanced.printInBackground": "Print in background",
|
|
2508
|
+
"pptx.options.advanced.printHighQuality": "High quality",
|
|
2509
|
+
"pptx.options.advanced.printUseMostRecent": "Use the most recently used print settings",
|
|
2510
|
+
"pptx.options.advanced.printWhat": "Print what",
|
|
2511
|
+
"pptx.options.printWhat.slides": "Full Page Slides",
|
|
2512
|
+
"pptx.options.printWhat.handouts": "Handouts",
|
|
2513
|
+
"pptx.options.printWhat.notes": "Notes Pages",
|
|
2514
|
+
"pptx.options.printWhat.outline": "Outline",
|
|
2515
|
+
"pptx.options.advanced.printColorMode": "Color/grayscale",
|
|
2516
|
+
"pptx.options.printColorMode.color": "Color",
|
|
2517
|
+
"pptx.options.printColorMode.grayscale": "Grayscale",
|
|
2518
|
+
"pptx.options.printColorMode.blackAndWhite": "Pure Black and White",
|
|
2519
|
+
"pptx.options.advanced.printHiddenSlides": "Print hidden slides",
|
|
2520
|
+
"pptx.options.advanced.printScaleToFit": "Scale to fit paper",
|
|
2521
|
+
"pptx.options.advanced.printFrameSlides": "Frame slides",
|
|
2522
|
+
"pptx.options.ribbon.label": "Customize Ribbon",
|
|
2523
|
+
"pptx.options.ribbon.description": "Customize the ribbon.",
|
|
2524
|
+
"pptx.options.ribbon.tabsTitle": "Main Tabs",
|
|
2525
|
+
"pptx.options.ribbon.tabsDescription": "Untick a tab to hide it from the ribbon. The File tab is always shown.",
|
|
2526
|
+
"pptx.options.ribbon.reset": "Reset ribbon customizations",
|
|
2527
|
+
"pptx.options.quickAccess.label": "Quick Access Toolbar",
|
|
2528
|
+
"pptx.options.quickAccess.description": "Customize the Quick Access Toolbar.",
|
|
2529
|
+
"pptx.options.quickAccess.optionsTitle": "Quick Access Toolbar options",
|
|
2530
|
+
"pptx.options.quickAccess.show": "Show Quick Access Toolbar",
|
|
2531
|
+
"pptx.options.quickAccess.position": "Toolbar Position",
|
|
2532
|
+
"pptx.options.quickAccessPosition.above": "Above Ribbon",
|
|
2533
|
+
"pptx.options.quickAccessPosition.below": "Below Ribbon",
|
|
2534
|
+
"pptx.options.quickAccess.showLabels": "Always show command labels",
|
|
2535
|
+
"pptx.options.quickAccess.chooseCommands": "Choose commands",
|
|
2536
|
+
"pptx.options.quickAccess.currentCommands": "Customize Quick Access Toolbar",
|
|
2537
|
+
"pptx.options.quickAccess.add": "Add",
|
|
2538
|
+
"pptx.options.quickAccess.remove": "Remove",
|
|
2539
|
+
"pptx.options.quickAccess.moveUp": "Move Up",
|
|
2540
|
+
"pptx.options.quickAccess.moveDown": "Move Down",
|
|
2541
|
+
"pptx.options.quickAccess.reset": "Reset",
|
|
2542
|
+
"pptx.options.quickAccess.command.presentFromStart": "From Beginning",
|
|
2543
|
+
"pptx.options.quickAccess.command.print": "Print",
|
|
2544
|
+
"pptx.options.quickAccess.command.exportPdf": "Export as PDF",
|
|
2545
|
+
"pptx.options.quickAccess.command.newSlide": "New Slide",
|
|
2546
|
+
"pptx.options.quickAccess.command.zoomIn": "Zoom In",
|
|
2547
|
+
"pptx.options.quickAccess.command.zoomOut": "Zoom Out",
|
|
2548
|
+
"pptx.options.addIns.label": "Add-ins",
|
|
2549
|
+
"pptx.options.addIns.description": "View and manage viewer capability modules.",
|
|
2550
|
+
"pptx.options.addIns.name": "Name",
|
|
2551
|
+
"pptx.options.addIns.location": "Location",
|
|
2552
|
+
"pptx.options.addIns.type": "Type",
|
|
2553
|
+
"pptx.options.addIns.active": "Active Capability Modules",
|
|
2554
|
+
"pptx.options.addIns.inactive": "Inactive Capability Modules",
|
|
2555
|
+
"pptx.options.addInType.renderer": "Renderer",
|
|
2556
|
+
"pptx.options.addInType.converter": "Converter",
|
|
2557
|
+
"pptx.options.addInType.collaboration": "Collaboration",
|
|
2558
|
+
"pptx.options.addInType.localization": "Localization",
|
|
2559
|
+
"pptx.options.addIns.smartArt3d": "SmartArt 3D Renderer",
|
|
2560
|
+
"pptx.options.addIns.smartArt3dDescription": "Opt-in three.js renderer for extruded and spatial SmartArt layouts.",
|
|
2561
|
+
"pptx.options.addIns.model3d": "3D Model Renderer",
|
|
2562
|
+
"pptx.options.addIns.model3dDescription": "Interactive GLB/GLTF model rendering on slides.",
|
|
2563
|
+
"pptx.options.addIns.emfConverter": "EMF/WMF Converter",
|
|
2564
|
+
"pptx.options.addIns.emfConverterDescription": "Converts EMF and WMF metafile images to PNG for display.",
|
|
2565
|
+
"pptx.options.addIns.mtxDecompressor": "MicroType Express Font Decompressor",
|
|
2566
|
+
"pptx.options.addIns.mtxDecompressorDescription": "Decompresses embedded MicroType Express fonts.",
|
|
2567
|
+
"pptx.options.addIns.collaboration": "Real-time Collaboration",
|
|
2568
|
+
"pptx.options.addIns.collaborationDescription": "CRDT-based co-editing, presence, and sync relay support.",
|
|
2569
|
+
"pptx.options.addIns.locales": "Locale Packs",
|
|
2570
|
+
"pptx.options.addIns.localesDescription": "Additional display languages for the viewer chrome.",
|
|
2571
|
+
"pptx.options.trust.label": "Trust Center",
|
|
2572
|
+
"pptx.options.trust.description": "Help keep your documents safe and secure.",
|
|
2573
|
+
"pptx.options.trust.settingsTitle": "Security settings",
|
|
2574
|
+
"pptx.options.trust.settingsDescription": "These settings help keep the content you open safe. We recommend the defaults.",
|
|
2575
|
+
"pptx.options.trust.protectedView": "Open presentations in Protected View",
|
|
2576
|
+
"pptx.options.trust.protectedViewInfo": "Documents open read-only; use Enable Editing to make changes.",
|
|
2577
|
+
"pptx.options.trust.allowExternalContent": "Allow external content (remote images and media)",
|
|
2578
|
+
"pptx.options.trust.allowExternalContentInfo": "When off, only content embedded in the file is displayed.",
|
|
2579
|
+
"pptx.options.trust.confirmHyperlinks": "Confirm before opening external hyperlinks"
|
|
2394
2580
|
};
|
|
2395
2581
|
function e(t) {
|
|
2396
2582
|
return (t.split(".").pop() ?? t).replace(/(?<lower>[a-z])(?<upper>[A-Z])/gu, "$<lower> $<upper>").replace(/^./u, (t) => t.toUpperCase());
|
|
Binary file
|
|
Binary file
|
|
@@ -2390,7 +2390,193 @@ var t = {
|
|
|
2390
2390
|
"pptx.connectorArrows.startLength": "Start Length",
|
|
2391
2391
|
"pptx.connectorArrows.endLength": "End Length",
|
|
2392
2392
|
"pptx.slideThumbnail.transitionTooltip": "Transition: {{name}}",
|
|
2393
|
-
"pptx.ribbon.groupShapeStyles": "Shape Styles"
|
|
2393
|
+
"pptx.ribbon.groupShapeStyles": "Shape Styles",
|
|
2394
|
+
"pptx.options.title": "Options",
|
|
2395
|
+
"pptx.options.resetAll": "Reset all options",
|
|
2396
|
+
"pptx.options.resetTab": "Reset this tab",
|
|
2397
|
+
"pptx.options.general.description": "General options for working with the viewer.",
|
|
2398
|
+
"pptx.options.general.userInterface": "User Interface options",
|
|
2399
|
+
"pptx.options.general.displayOptimization": "When using multiple displays",
|
|
2400
|
+
"pptx.options.displayOptimization.appearance": "Optimize for best appearance",
|
|
2401
|
+
"pptx.options.displayOptimization.compatibility": "Optimize for compatibility",
|
|
2402
|
+
"pptx.options.general.showMiniToolbar": "Show Mini Toolbar on selection",
|
|
2403
|
+
"pptx.options.general.showMiniToolbarInfo": "Shows the floating formatting toolbar when you select text.",
|
|
2404
|
+
"pptx.options.general.enableLivePreview": "Enable Live Preview",
|
|
2405
|
+
"pptx.options.general.enableLivePreviewInfo": "Previews formatting changes on the slide as you hover over gallery choices.",
|
|
2406
|
+
"pptx.options.general.collapseRibbon": "Collapse the ribbon automatically",
|
|
2407
|
+
"pptx.options.general.collapseSearch": "Collapse the search box by default",
|
|
2408
|
+
"pptx.options.general.screenTipStyle": "ScreenTip style",
|
|
2409
|
+
"pptx.options.screenTipStyle.descriptions": "Show feature descriptions in ScreenTips",
|
|
2410
|
+
"pptx.options.screenTipStyle.plain": "Don't show feature descriptions in ScreenTips",
|
|
2411
|
+
"pptx.options.screenTipStyle.off": "Don't show ScreenTips",
|
|
2412
|
+
"pptx.options.general.personalize": "Personalize your copy of the viewer",
|
|
2413
|
+
"pptx.options.general.userName": "User name",
|
|
2414
|
+
"pptx.options.general.userInitials": "Initials",
|
|
2415
|
+
"pptx.options.general.appearance": "Viewer theme",
|
|
2416
|
+
"pptx.options.general.startup": "Start up options",
|
|
2417
|
+
"pptx.options.general.showStartScreen": "Show the Start screen when this application starts",
|
|
2418
|
+
"pptx.options.proofing.label": "Proofing",
|
|
2419
|
+
"pptx.options.proofing.description": "Change how the viewer corrects and formats your text.",
|
|
2420
|
+
"pptx.options.proofing.autoCorrect": "AutoCorrect options",
|
|
2421
|
+
"pptx.options.proofing.autoCorrectDescription": "Change how text is corrected and formatted as you type.",
|
|
2422
|
+
"pptx.options.proofing.twoInitialCapitals": "Correct TWo INitial CApitals",
|
|
2423
|
+
"pptx.options.proofing.capitalizeFirstLetter": "Capitalize first letter of sentences",
|
|
2424
|
+
"pptx.options.proofing.capitalizeDayNames": "Capitalize names of days",
|
|
2425
|
+
"pptx.options.proofing.smartQuotes": "Replace straight quotes with smart quotes",
|
|
2426
|
+
"pptx.options.proofing.hyphensToDash": "Replace hyphens (--) with dash",
|
|
2427
|
+
"pptx.options.proofing.fractions": "Replace fractions (1/2) with fraction characters (½)",
|
|
2428
|
+
"pptx.options.proofing.ordinals": "Replace ordinals (1st) with superscript",
|
|
2429
|
+
"pptx.options.proofing.spellingOffice": "When correcting spelling",
|
|
2430
|
+
"pptx.options.proofing.ignoreUppercase": "Ignore words in UPPERCASE",
|
|
2431
|
+
"pptx.options.proofing.ignoreWordsWithNumbers": "Ignore words that contain numbers",
|
|
2432
|
+
"pptx.options.proofing.ignoreInternetAddresses": "Ignore Internet and file addresses",
|
|
2433
|
+
"pptx.options.proofing.flagRepeatedWords": "Flag repeated words",
|
|
2434
|
+
"pptx.options.proofing.spellingViewer": "When correcting spelling in the viewer",
|
|
2435
|
+
"pptx.options.proofing.checkSpellingAsYouType": "Check spelling as you type",
|
|
2436
|
+
"pptx.options.proofing.hideSpellingErrors": "Hide spelling errors",
|
|
2437
|
+
"pptx.options.save.label": "Save",
|
|
2438
|
+
"pptx.options.save.description": "Customize how documents are saved.",
|
|
2439
|
+
"pptx.options.save.savePresentations": "Save presentations",
|
|
2440
|
+
"pptx.options.save.autoSave": "Save changes automatically (AutoSave)",
|
|
2441
|
+
"pptx.options.save.autoSaveInfo": "Snapshots are stored locally and offered for recovery when you reopen.",
|
|
2442
|
+
"pptx.options.save.defaultFormat": "Save files in this format",
|
|
2443
|
+
"pptx.options.saveFormat.pptx": "PowerPoint Presentation (*.pptx)",
|
|
2444
|
+
"pptx.options.saveFormat.pdf": "PDF Document (*.pdf)",
|
|
2445
|
+
"pptx.options.saveFormat.png": "PNG Images (*.png)",
|
|
2446
|
+
"pptx.options.save.autoRecoverInterval": "Save AutoRecover information every",
|
|
2447
|
+
"pptx.options.save.minutes": "minutes",
|
|
2448
|
+
"pptx.options.save.keepLastAutoRecovered": "Keep the last AutoRecovered version if I close without saving",
|
|
2449
|
+
"pptx.options.save.fidelity": "Preserve fidelity when sharing this presentation",
|
|
2450
|
+
"pptx.options.save.embedFonts": "Embed fonts in the file",
|
|
2451
|
+
"pptx.options.save.embedFontsInfo": "Embedding fonts increases file size but keeps text identical on other devices.",
|
|
2452
|
+
"pptx.options.save.embedAllCharacters": "Embed all characters (best for editing by other people)",
|
|
2453
|
+
"pptx.options.save.cache": "Cache Settings",
|
|
2454
|
+
"pptx.options.save.cacheRetentionDays": "Days to keep files in the local document cache",
|
|
2455
|
+
"pptx.options.save.days": "days",
|
|
2456
|
+
"pptx.options.save.clearCacheOnClose": "Delete files from the local document cache when they are closed",
|
|
2457
|
+
"pptx.options.save.clearCacheNow": "Delete cached files",
|
|
2458
|
+
"pptx.options.save.clearCacheDescription": "Deletes locally stored recovery snapshots and recent files. This does not affect the open presentation.",
|
|
2459
|
+
"pptx.options.language.description": "Set the viewer language preferences.",
|
|
2460
|
+
"pptx.options.language.displayLanguage": "Display language",
|
|
2461
|
+
"pptx.options.language.displayLanguageDescription": "Buttons, menus, and other controls will show in the selected language.",
|
|
2462
|
+
"pptx.options.accessibility.label": "Accessibility",
|
|
2463
|
+
"pptx.options.accessibility.description": "Make the viewer more accessible.",
|
|
2464
|
+
"pptx.options.accessibility.assistant": "Make your document accessible to others",
|
|
2465
|
+
"pptx.options.accessibility.showStatus": "Show accessibility status in the status bar",
|
|
2466
|
+
"pptx.options.accessibility.feedback": "Feedback options",
|
|
2467
|
+
"pptx.options.accessibility.feedbackWithSound": "Provide feedback with sound",
|
|
2468
|
+
"pptx.options.accessibility.soundScheme": "Sound Scheme",
|
|
2469
|
+
"pptx.options.soundScheme.modern": "Modern",
|
|
2470
|
+
"pptx.options.soundScheme.classic": "Classic",
|
|
2471
|
+
"pptx.options.accessibility.display": "Application display options",
|
|
2472
|
+
"pptx.options.accessibility.showShortcutKeys": "Show shortcut keys in ScreenTips",
|
|
2473
|
+
"pptx.options.advanced.label": "Advanced",
|
|
2474
|
+
"pptx.options.advanced.description": "Advanced options for working with the viewer.",
|
|
2475
|
+
"pptx.options.advanced.editing": "Editing options",
|
|
2476
|
+
"pptx.options.advanced.autoSelectWord": "When selecting, automatically select entire word",
|
|
2477
|
+
"pptx.options.advanced.textDragAndDrop": "Allow text to be dragged and dropped",
|
|
2478
|
+
"pptx.options.advanced.maximumUndoSteps": "Maximum number of undos",
|
|
2479
|
+
"pptx.options.advanced.cutCopyPaste": "Cut, copy, and paste",
|
|
2480
|
+
"pptx.options.advanced.smartCutAndPaste": "Use smart cut and paste",
|
|
2481
|
+
"pptx.options.advanced.showPasteOptions": "Show Paste Options button when content is pasted",
|
|
2482
|
+
"pptx.options.advanced.imageQuality": "Image Size and Quality",
|
|
2483
|
+
"pptx.options.advanced.doNotCompressImages": "Do not compress images in file",
|
|
2484
|
+
"pptx.options.advanced.defaultResolution": "Default resolution",
|
|
2485
|
+
"pptx.options.resolution.highFidelity": "High fidelity",
|
|
2486
|
+
"pptx.options.resolution.ppi330": "330 ppi",
|
|
2487
|
+
"pptx.options.resolution.ppi220": "220 ppi",
|
|
2488
|
+
"pptx.options.resolution.ppi150": "150 ppi",
|
|
2489
|
+
"pptx.options.resolution.ppi96": "96 ppi",
|
|
2490
|
+
"pptx.options.advanced.chart": "Chart",
|
|
2491
|
+
"pptx.options.advanced.chartFollowDataPoint": "Properties follow chart data point",
|
|
2492
|
+
"pptx.options.advanced.display": "Display",
|
|
2493
|
+
"pptx.options.advanced.recentCount": "Show this number of Recent Presentations",
|
|
2494
|
+
"pptx.options.advanced.disableHardwareAcceleration": "Disable hardware graphics acceleration",
|
|
2495
|
+
"pptx.options.advanced.openDocumentsView": "Open all documents using this view",
|
|
2496
|
+
"pptx.options.openView.savedView": "The view saved in the file",
|
|
2497
|
+
"pptx.options.openView.normal": "Normal",
|
|
2498
|
+
"pptx.options.openView.outline": "Outline",
|
|
2499
|
+
"pptx.options.openView.slideSorter": "Slide Sorter",
|
|
2500
|
+
"pptx.options.openView.notes": "Notes",
|
|
2501
|
+
"pptx.options.advanced.slideShow": "Slide Show",
|
|
2502
|
+
"pptx.options.advanced.showMenuOnRightClick": "Show menu on right mouse click",
|
|
2503
|
+
"pptx.options.advanced.showPopupToolbar": "Show popup toolbar",
|
|
2504
|
+
"pptx.options.advanced.promptKeepInk": "Prompt to keep ink annotations when exiting",
|
|
2505
|
+
"pptx.options.advanced.endWithBlackSlide": "End with black slide",
|
|
2506
|
+
"pptx.options.advanced.print": "Print",
|
|
2507
|
+
"pptx.options.advanced.printInBackground": "Print in background",
|
|
2508
|
+
"pptx.options.advanced.printHighQuality": "High quality",
|
|
2509
|
+
"pptx.options.advanced.printUseMostRecent": "Use the most recently used print settings",
|
|
2510
|
+
"pptx.options.advanced.printWhat": "Print what",
|
|
2511
|
+
"pptx.options.printWhat.slides": "Full Page Slides",
|
|
2512
|
+
"pptx.options.printWhat.handouts": "Handouts",
|
|
2513
|
+
"pptx.options.printWhat.notes": "Notes Pages",
|
|
2514
|
+
"pptx.options.printWhat.outline": "Outline",
|
|
2515
|
+
"pptx.options.advanced.printColorMode": "Color/grayscale",
|
|
2516
|
+
"pptx.options.printColorMode.color": "Color",
|
|
2517
|
+
"pptx.options.printColorMode.grayscale": "Grayscale",
|
|
2518
|
+
"pptx.options.printColorMode.blackAndWhite": "Pure Black and White",
|
|
2519
|
+
"pptx.options.advanced.printHiddenSlides": "Print hidden slides",
|
|
2520
|
+
"pptx.options.advanced.printScaleToFit": "Scale to fit paper",
|
|
2521
|
+
"pptx.options.advanced.printFrameSlides": "Frame slides",
|
|
2522
|
+
"pptx.options.ribbon.label": "Customize Ribbon",
|
|
2523
|
+
"pptx.options.ribbon.description": "Customize the ribbon.",
|
|
2524
|
+
"pptx.options.ribbon.tabsTitle": "Main Tabs",
|
|
2525
|
+
"pptx.options.ribbon.tabsDescription": "Untick a tab to hide it from the ribbon. The File tab is always shown.",
|
|
2526
|
+
"pptx.options.ribbon.reset": "Reset ribbon customizations",
|
|
2527
|
+
"pptx.options.quickAccess.label": "Quick Access Toolbar",
|
|
2528
|
+
"pptx.options.quickAccess.description": "Customize the Quick Access Toolbar.",
|
|
2529
|
+
"pptx.options.quickAccess.optionsTitle": "Quick Access Toolbar options",
|
|
2530
|
+
"pptx.options.quickAccess.show": "Show Quick Access Toolbar",
|
|
2531
|
+
"pptx.options.quickAccess.position": "Toolbar Position",
|
|
2532
|
+
"pptx.options.quickAccessPosition.above": "Above Ribbon",
|
|
2533
|
+
"pptx.options.quickAccessPosition.below": "Below Ribbon",
|
|
2534
|
+
"pptx.options.quickAccess.showLabels": "Always show command labels",
|
|
2535
|
+
"pptx.options.quickAccess.chooseCommands": "Choose commands",
|
|
2536
|
+
"pptx.options.quickAccess.currentCommands": "Customize Quick Access Toolbar",
|
|
2537
|
+
"pptx.options.quickAccess.add": "Add",
|
|
2538
|
+
"pptx.options.quickAccess.remove": "Remove",
|
|
2539
|
+
"pptx.options.quickAccess.moveUp": "Move Up",
|
|
2540
|
+
"pptx.options.quickAccess.moveDown": "Move Down",
|
|
2541
|
+
"pptx.options.quickAccess.reset": "Reset",
|
|
2542
|
+
"pptx.options.quickAccess.command.presentFromStart": "From Beginning",
|
|
2543
|
+
"pptx.options.quickAccess.command.print": "Print",
|
|
2544
|
+
"pptx.options.quickAccess.command.exportPdf": "Export as PDF",
|
|
2545
|
+
"pptx.options.quickAccess.command.newSlide": "New Slide",
|
|
2546
|
+
"pptx.options.quickAccess.command.zoomIn": "Zoom In",
|
|
2547
|
+
"pptx.options.quickAccess.command.zoomOut": "Zoom Out",
|
|
2548
|
+
"pptx.options.addIns.label": "Add-ins",
|
|
2549
|
+
"pptx.options.addIns.description": "View and manage viewer capability modules.",
|
|
2550
|
+
"pptx.options.addIns.name": "Name",
|
|
2551
|
+
"pptx.options.addIns.location": "Location",
|
|
2552
|
+
"pptx.options.addIns.type": "Type",
|
|
2553
|
+
"pptx.options.addIns.active": "Active Capability Modules",
|
|
2554
|
+
"pptx.options.addIns.inactive": "Inactive Capability Modules",
|
|
2555
|
+
"pptx.options.addInType.renderer": "Renderer",
|
|
2556
|
+
"pptx.options.addInType.converter": "Converter",
|
|
2557
|
+
"pptx.options.addInType.collaboration": "Collaboration",
|
|
2558
|
+
"pptx.options.addInType.localization": "Localization",
|
|
2559
|
+
"pptx.options.addIns.smartArt3d": "SmartArt 3D Renderer",
|
|
2560
|
+
"pptx.options.addIns.smartArt3dDescription": "Opt-in three.js renderer for extruded and spatial SmartArt layouts.",
|
|
2561
|
+
"pptx.options.addIns.model3d": "3D Model Renderer",
|
|
2562
|
+
"pptx.options.addIns.model3dDescription": "Interactive GLB/GLTF model rendering on slides.",
|
|
2563
|
+
"pptx.options.addIns.emfConverter": "EMF/WMF Converter",
|
|
2564
|
+
"pptx.options.addIns.emfConverterDescription": "Converts EMF and WMF metafile images to PNG for display.",
|
|
2565
|
+
"pptx.options.addIns.mtxDecompressor": "MicroType Express Font Decompressor",
|
|
2566
|
+
"pptx.options.addIns.mtxDecompressorDescription": "Decompresses embedded MicroType Express fonts.",
|
|
2567
|
+
"pptx.options.addIns.collaboration": "Real-time Collaboration",
|
|
2568
|
+
"pptx.options.addIns.collaborationDescription": "CRDT-based co-editing, presence, and sync relay support.",
|
|
2569
|
+
"pptx.options.addIns.locales": "Locale Packs",
|
|
2570
|
+
"pptx.options.addIns.localesDescription": "Additional display languages for the viewer chrome.",
|
|
2571
|
+
"pptx.options.trust.label": "Trust Center",
|
|
2572
|
+
"pptx.options.trust.description": "Help keep your documents safe and secure.",
|
|
2573
|
+
"pptx.options.trust.settingsTitle": "Security settings",
|
|
2574
|
+
"pptx.options.trust.settingsDescription": "These settings help keep the content you open safe. We recommend the defaults.",
|
|
2575
|
+
"pptx.options.trust.protectedView": "Open presentations in Protected View",
|
|
2576
|
+
"pptx.options.trust.protectedViewInfo": "Documents open read-only; use Enable Editing to make changes.",
|
|
2577
|
+
"pptx.options.trust.allowExternalContent": "Allow external content (remote images and media)",
|
|
2578
|
+
"pptx.options.trust.allowExternalContentInfo": "When off, only content embedded in the file is displayed.",
|
|
2579
|
+
"pptx.options.trust.confirmHyperlinks": "Confirm before opening external hyperlinks"
|
|
2394
2580
|
};
|
|
2395
2581
|
function e(t) {
|
|
2396
2582
|
return (t.split(".").pop() ?? t).replace(/(?<lower>[a-z])(?<upper>[A-Z])/gu, "$<lower> $<upper>").replace(/^./u, (t) => t.toUpperCase());
|
|
Binary file
|
|
Binary file
|