@aixa-transformation/pptx-viewer 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/CHANGELOG.md +369 -0
  2. package/LICENSE +202 -0
  3. package/NOTICE +18 -0
  4. package/README.md +249 -0
  5. package/dist/GLTFLoader-CV33YWNT.js +2613 -0
  6. package/dist/GLTFLoader-FQJ2I67K.mjs +2611 -0
  7. package/dist/Model3DScene-5ODZLKJM.mjs +49 -0
  8. package/dist/Model3DScene-VLHFNN5B.js +51 -0
  9. package/dist/OrbitControls-HI6CI76Z.mjs +3 -0
  10. package/dist/OrbitControls-XGY7XEC6.js +12 -0
  11. package/dist/SmartArt3DScene-3FL5JELA.mjs +333 -0
  12. package/dist/SmartArt3DScene-7IZ3IJYV.js +335 -0
  13. package/dist/SurfaceChart3DScene-C6GQQQB7.mjs +77 -0
  14. package/dist/SurfaceChart3DScene-KHMGQAGP.js +79 -0
  15. package/dist/chunk-2TOLRBFU.js +27629 -0
  16. package/dist/chunk-2X72MOPZ.mjs +2796 -0
  17. package/dist/chunk-6DZX6EAA.mjs +33 -0
  18. package/dist/chunk-AD2CLKY6.js +92338 -0
  19. package/dist/chunk-CUUYYYC5.js +2800 -0
  20. package/dist/chunk-DAKELFNP.js +915 -0
  21. package/dist/chunk-F2HFXS2Z.mjs +19063 -0
  22. package/dist/chunk-F3LO2NKI.mjs +913 -0
  23. package/dist/chunk-HNI6JYAI.js +34591 -0
  24. package/dist/chunk-IKBO6CZC.js +2 -0
  25. package/dist/chunk-KVM4DBEU.mjs +91768 -0
  26. package/dist/chunk-MOEXMRVK.js +19220 -0
  27. package/dist/chunk-QGM4M3NI.js +37 -0
  28. package/dist/chunk-SQY54X47.js +43506 -0
  29. package/dist/chunk-T5U6P2JH.mjs +1 -0
  30. package/dist/chunk-TB5ZWNMX.mjs +34577 -0
  31. package/dist/chunk-W5V6CEFL.mjs +43064 -0
  32. package/dist/chunk-XAVVR6OX.mjs +27204 -0
  33. package/dist/chunk-Y6FQDUJU.js +1160 -0
  34. package/dist/chunk-YI3G35EC.mjs +1076 -0
  35. package/dist/dist-LQJHTLHL.mjs +2 -0
  36. package/dist/dist-NVA3FEUV.js +2275 -0
  37. package/dist/i18n.d.ts +2 -0
  38. package/dist/i18n.js +19 -0
  39. package/dist/i18n.mjs +2 -0
  40. package/dist/index.d.ts +44 -0
  41. package/dist/index.js +135 -0
  42. package/dist/index.mjs +6 -0
  43. package/dist/internals.d.ts +1 -0
  44. package/dist/internals.js +311 -0
  45. package/dist/internals.mjs +6 -0
  46. package/dist/pptx-viewer.css +2 -0
  47. package/dist/presentation.d.ts +1 -0
  48. package/dist/presentation.js +11 -0
  49. package/dist/presentation.mjs +2 -0
  50. package/dist/three.module-HOXVV2KF.mjs +2 -0
  51. package/dist/three.module-QSJWIYNI.js +1771 -0
  52. package/dist/viewer/index.d.ts +1 -0
  53. package/dist/viewer/index.js +76 -0
  54. package/dist/viewer/index.mjs +7 -0
  55. package/dist/y-webrtc-DFUKFWCA.mjs +4279 -0
  56. package/dist/y-webrtc-RRACJ6WX.js +4284 -0
  57. package/dist/y-websocket-T5R5YGVE.mjs +378 -0
  58. package/dist/y-websocket-WMSHYIGX.js +384 -0
  59. package/package.json +141 -0
@@ -0,0 +1,2796 @@
1
+ // ../shared/dist/i18n/index.mjs
2
+ var translationsEn = {
3
+ // Status bar
4
+ "pptx.statusBar.allSaved": "All saved",
5
+ "pptx.statusBar.unsavedChanges": "Unsaved changes",
6
+ "pptx.statusBar.slideOf": "Slide {{current}} of {{total}}",
7
+ "pptx.statusBar.noSlides": "No slides",
8
+ "pptx.statusBar.language": "English (U.S.)",
9
+ "pptx.statusBar.toggleNotes": "Toggle notes",
10
+ "pptx.statusBar.normalView": "Normal view",
11
+ "pptx.statusBar.slideSorter": "Slide sorter",
12
+ "pptx.statusBar.slideShow": "Slide show",
13
+ "pptx.statusBar.zoomIn": "Zoom in",
14
+ "pptx.statusBar.zoomOut": "Zoom out",
15
+ "pptx.statusBar.zoomToFit": "Zoom to fit",
16
+ // Autosave
17
+ "pptx.autosave.saving": "Saving\u2026",
18
+ "pptx.autosave.saved": "Saved {{time}}",
19
+ "pptx.autosave.error": "Autosave error",
20
+ "pptx.autosave.disabled": "AutoSave unavailable",
21
+ "pptx.autosave.disabledNoFilePath": "AutoSave disabled: no file path provided",
22
+ "pptx.autosave.disabledToggleOff": "AutoSave off",
23
+ "pptx.autosave.justNow": "just now",
24
+ "pptx.autosave.oneMinAgo": "1 min ago",
25
+ "pptx.autosave.minutesAgo": "{{count}} min ago",
26
+ "pptx.autosave.saveFailed": "Save failed",
27
+ "pptx.autosave.savedShort": "Saved",
28
+ "pptx.autosave.allChangesSaved": "All changes saved",
29
+ // Title bar (PowerPoint-style top chrome row)
30
+ "pptx.titleBar.autoSave": "AutoSave",
31
+ "pptx.titleBar.autoSaveOn": "On",
32
+ "pptx.titleBar.autoSaveOff": "Off",
33
+ "pptx.titleBar.toggleAutoSave": "Toggle AutoSave",
34
+ "pptx.titleBar.save": "Save",
35
+ "pptx.titleBar.savedToThisPc": "Saved to this PC",
36
+ "pptx.titleBar.defaultFileName": "Presentation",
37
+ "pptx.titleBar.search": "Search",
38
+ "pptx.titleBar.searchPlaceholder": "Tell me what you want to do",
39
+ "pptx.titleBar.record": "Record",
40
+ "pptx.titleBar.searchCommands": "Actions",
41
+ "pptx.titleBar.searchContent": "Find in Slides",
42
+ "pptx.titleBar.searchHelp": "Get Help on",
43
+ "pptx.titleBar.searchNoResults": "No results",
44
+ "pptx.titleBar.searchRecent": "Recent",
45
+ // Toolbar
46
+ "pptx.toolbar.toggleSlidesPanel": "Toggle slides panel",
47
+ "pptx.toolbar.undo": "Undo",
48
+ "pptx.toolbar.undoAction": "Undo: {{action}}",
49
+ "pptx.toolbar.redo": "Redo",
50
+ "pptx.toolbar.redoAction": "Redo: {{action}}",
51
+ "pptx.toolbar.comments": "Comments",
52
+ "pptx.toolbar.share": "Share",
53
+ "pptx.toolbar.sharingUsers": "Sharing \u2014 {{count}} user(s) connected",
54
+ "pptx.toolbar.sharingCount": "Sharing ({{count}})",
55
+ "pptx.toolbar.toggleInspector": "Toggle inspector panel",
56
+ "pptx.toolbar.settingsShortcuts": "Settings & Shortcuts",
57
+ "pptx.toolbar.settings": "Settings",
58
+ "pptx.toolbar.readOnly": "Read-only",
59
+ "pptx.toolbar.toggleAiAssistant": "Toggle AI assistant",
60
+ // AI assistant
61
+ "pptx.ai.title": "AI Assistant",
62
+ "pptx.ai.close": "Close AI assistant",
63
+ "pptx.ai.placeholder": "Ask about this deck\u2026",
64
+ "pptx.ai.send": "Send",
65
+ "pptx.ai.stop": "Stop",
66
+ "pptx.ai.thinking": "Thinking\u2026",
67
+ "pptx.ai.you": "You",
68
+ "pptx.ai.assistant": "Assistant",
69
+ "pptx.ai.emptyTitle": "Ask the assistant",
70
+ "pptx.ai.emptyHint": "Describe a change or ask a question about your presentation.",
71
+ "pptx.ai.unavailableTitle": "AI assistant unavailable",
72
+ "pptx.ai.unavailableHint": 'The optional "ai" SDK is not installed.',
73
+ "pptx.ai.errorPrefix": "Something went wrong",
74
+ "pptx.ai.retry": "Retry",
75
+ "pptx.ai.toolRunning": "Working",
76
+ "pptx.ai.toolDone": "Done",
77
+ "pptx.ai.toolFailed": "Failed",
78
+ "pptx.ai.toolDetails": "Details",
79
+ "pptx.ai.proposedChange": "Suggested change",
80
+ "pptx.ai.accept": "Apply",
81
+ "pptx.ai.reject": "Discard",
82
+ "pptx.ai.acceptAll": "Apply all",
83
+ "pptx.ai.pendingChanges": "Suggested changes ({{count}})",
84
+ "pptx.ai.moreChanges": "+{{count}} more",
85
+ // Canvas -> Ask AI affordances
86
+ "pptx.ai.askAboutElement": "Ask AI about this",
87
+ "pptx.ai.fixElement": "Fix with AI",
88
+ // Focused-target chips
89
+ "pptx.ai.focusScope": "Focus",
90
+ "pptx.ai.pinFocus": "Pin this selection",
91
+ "pptx.ai.pinnedFocus": "Pinned",
92
+ "pptx.ai.clearFocus": "Clear focus",
93
+ "pptx.ai.mergeSelectedTables": "Merge selected tables",
94
+ // Pick-an-element mode
95
+ "pptx.ai.pickElement": "Point at a slide element",
96
+ "pptx.ai.pickElementHint": "Click an element on the slide",
97
+ "pptx.ai.pickDone": "Done",
98
+ "pptx.ai.pickClear": "Clear",
99
+ "pptx.ai.pickAria": "Pick an element for the assistant",
100
+ // Applied (theme) confirmation
101
+ "pptx.ai.applied": "Applied",
102
+ "pptx.ai.undo": "Undo",
103
+ // Chat history / sessions
104
+ "pptx.ai.chats": "Chats",
105
+ "pptx.ai.newChat": "New chat",
106
+ "pptx.ai.clearChat": "Clear chat",
107
+ "pptx.ai.deleteChat": "Delete chat",
108
+ "pptx.ai.historyTitle": "Saved chats",
109
+ "pptx.ai.historyEmpty": "No saved chats yet.",
110
+ "pptx.ai.historyHint": "Chats are saved in this browser.",
111
+ "pptx.ai.untitledChat": "Untitled chat",
112
+ "pptx.ai.messageCount": "{{count}} messages",
113
+ // AI settings section (File > Options > AI): detailed chat-log export.
114
+ "pptx.ai.settingsSectionTitle": "AI",
115
+ "pptx.ai.exportLogs": "Export chat logs",
116
+ "pptx.ai.exportLogsHint": "Download a detailed log of every saved AI chat, including each tool call's inputs and outputs. For technical users and debugging.",
117
+ "pptx.ai.exportLogsCounting": "Counting saved chats\u2026",
118
+ "pptx.ai.exportLogsStoredCount": "{{count}} saved chats in this browser.",
119
+ "pptx.ai.exportLogsDetailed": "Include tool call inputs and outputs",
120
+ "pptx.ai.exportLogsJson": "Export JSON",
121
+ "pptx.ai.exportLogsMarkdown": "Export Markdown",
122
+ "pptx.ai.exportLogsDone": "Exported {{count}} chats.",
123
+ "pptx.ai.noChatsToExport": "No saved chats to export.",
124
+ // Find & Replace
125
+ "pptx.findReplace.title": "Find & Replace",
126
+ "pptx.findReplace.closeEscape": "Close (Escape)",
127
+ "pptx.findReplace.closeAriaLabel": "Close find and replace",
128
+ "pptx.findReplace.findPlaceholder": "Find\u2026",
129
+ "pptx.findReplace.searchText": "Search text",
130
+ "pptx.findReplace.matchCase": "Match case",
131
+ "pptx.findReplace.toggleMatchCase": "Toggle match case",
132
+ "pptx.findReplace.previousMatch": "Previous match",
133
+ "pptx.findReplace.nextMatch": "Next match",
134
+ "pptx.findReplace.replacePlaceholder": "Replace with\u2026",
135
+ "pptx.findReplace.replacementText": "Replacement text",
136
+ "pptx.findReplace.replaceCurrent": "Replace current match",
137
+ "pptx.findReplace.replace": "Replace",
138
+ "pptx.findReplace.replaceAllMatches": "Replace all matches",
139
+ "pptx.findReplace.replaceAll": "Replace All",
140
+ "pptx.findReplace.matchCount": "{{current}} of {{total}}",
141
+ "pptx.findReplace.noMatches": "No matches",
142
+ // Arrange
143
+ "pptx.arrange.align": "Align {{direction}}",
144
+ "pptx.arrange.copy": "Copy",
145
+ "pptx.arrange.cut": "Cut",
146
+ "pptx.arrange.paste": "Paste",
147
+ "pptx.arrange.formatPainter": "Format Painter",
148
+ "pptx.arrange.format": "Format",
149
+ "pptx.arrange.flipHorizontally": "Flip horizontally",
150
+ "pptx.arrange.flipH": "Flip H",
151
+ "pptx.arrange.flipVertically": "Flip vertically",
152
+ "pptx.arrange.flipV": "Flip V",
153
+ "pptx.arrange.sendBackward": "Send backward",
154
+ "pptx.arrange.bringForward": "Bring forward",
155
+ "pptx.arrange.sendToBack": "Send to back",
156
+ "pptx.arrange.back": "Back",
157
+ "pptx.arrange.bringToFront": "Bring to front",
158
+ "pptx.arrange.front": "Front",
159
+ "pptx.arrange.duplicate": "Duplicate",
160
+ "pptx.arrange.delete": "Delete",
161
+ // Accessibility
162
+ "pptx.accessibility.title": "Accessibility Checker",
163
+ "pptx.accessibility.issueCount": "{{count}} issue(s)",
164
+ "pptx.accessibility.closePanel": "Close accessibility panel",
165
+ "pptx.accessibility.close": "Close",
166
+ "pptx.accessibility.reduceMotion": "Reduce motion",
167
+ "pptx.accessibility.issuesList": "Accessibility issues",
168
+ "pptx.accessibility.noIssues": "No accessibility issues found.",
169
+ "pptx.accessibility.error": "Error: ",
170
+ "pptx.accessibility.warning": "Warning: ",
171
+ "pptx.accessibility.info": "Info: ",
172
+ // Animations
173
+ "pptx.animations.previewTooltip": "Preview animation on selected element",
174
+ "pptx.animations.preview": "Preview",
175
+ "pptx.animations.addTooltip": "Add animation to selected element",
176
+ "pptx.animations.addAnimation": "Add Animation",
177
+ "pptx.animations.group.entrance": "Entrance",
178
+ "pptx.animations.group.emphasis": "Emphasis",
179
+ "pptx.animations.group.exit": "Exit",
180
+ "pptx.animations.preset.appear": "Appear",
181
+ "pptx.animations.preset.fadeIn": "Fade In",
182
+ "pptx.animations.preset.flyIn": "Fly In",
183
+ "pptx.animations.preset.pulse": "Pulse",
184
+ "pptx.animations.preset.spin": "Spin",
185
+ "pptx.animations.preset.disappear": "Disappear",
186
+ "pptx.animations.preset.fadeOut": "Fade Out",
187
+ "pptx.animations.applyAnimation": "Apply {{name}} animation",
188
+ "pptx.animations.removeTooltip": "Remove animation from selected element",
189
+ "pptx.animations.remove": "Remove",
190
+ "pptx.animations.openPanelTooltip": "Open Animation Panel in Inspector",
191
+ "pptx.animations.animationPanel": "Animation Panel",
192
+ // Comments
193
+ "pptx.comments.addComment": "Add Comment",
194
+ "pptx.comments.noComments": "No comments",
195
+ "pptx.comments.author": "Author",
196
+ "pptx.comments.resolved": "Resolved",
197
+ "pptx.comments.clickToSelect": "Click to select element",
198
+ "pptx.comments.deletedElement": "Deleted element",
199
+ "pptx.comments.save": "Save",
200
+ "pptx.comments.cancel": "Cancel",
201
+ "pptx.comments.edit": "Edit",
202
+ "pptx.comments.reply": "Reply",
203
+ "pptx.comments.resolve": "Resolve",
204
+ "pptx.comments.unresolve": "Unresolve",
205
+ "pptx.comments.delete": "Delete",
206
+ "pptx.comments.commentingOn": "Commenting on:",
207
+ "pptx.comments.commentOnElement": "Comment on {{element}}...",
208
+ "pptx.comments.addCommentPlaceholder": "Add a comment...",
209
+ // Header & Footer
210
+ "pptx.headerFooter.title": "Header & Footer",
211
+ "pptx.headerFooter.close": "Close",
212
+ "pptx.headerFooter.dateAndTime": "Date and time",
213
+ "pptx.headerFooter.slideNumber": "Slide number",
214
+ "pptx.headerFooter.footer": "Footer",
215
+ "pptx.headerFooter.footerPlaceholder": "Enter footer text\u2026",
216
+ "pptx.headerFooter.applyToAll": "Apply to All",
217
+ "pptx.headerFooter.applyToCurrent": "Apply to Current",
218
+ // Collaboration
219
+ "pptx.collaboration.status.connected": "Connected",
220
+ "pptx.collaboration.status.connecting": "Connecting...",
221
+ "pptx.collaboration.status.disconnected": "Disconnected",
222
+ "pptx.collaboration.status.error": "Connection error",
223
+ "pptx.collaboration.statusAriaLabel": "Collaboration: {{status}}",
224
+ "pptx.collaboration.userCount": "{{count}} user(s)",
225
+ "pptx.collaboration.youLabel": "{{name}} (you)",
226
+ "pptx.collaboration.usersConnected": "{{count}} user(s) connected",
227
+ "pptx.collaboration.moreUsers": "{{count}} more user(s)",
228
+ "pptx.collaboration.onePersonHere": "1 person here",
229
+ "pptx.collaboration.peopleHere": "{{count}} people here",
230
+ "pptx.collaboration.retry": "Retry",
231
+ "pptx.collaboration.retryConnection": "Retry connection",
232
+ // Follow mode
233
+ "pptx.followMode.following": "Following",
234
+ "pptx.followMode.stop": "Stop",
235
+ "pptx.followMode.stopFollowing": "Stop following",
236
+ "pptx.followMode.followCollaborator": "Follow a collaborator",
237
+ "pptx.followMode.followUser": "Follow {{name}}",
238
+ "pptx.followMode.stopFollowingUser": "Stop following {{name}}",
239
+ // Share dialog
240
+ "pptx.share.title": "Share Presentation",
241
+ "pptx.share.collaborationActive": "Collaboration Active",
242
+ "pptx.share.closeDialog": "Close dialog",
243
+ "pptx.share.close": "Close",
244
+ "pptx.share.cancel": "Cancel",
245
+ "pptx.share.startSharing": "Start Sharing",
246
+ "pptx.share.stopSharing": "Stop Sharing",
247
+ "pptx.share.createSession": "Create session",
248
+ "pptx.share.joinSession": "Join session",
249
+ "pptx.share.joinDescription": "Paste an invitation link from any pptx-viewer app, or enter its room ID and collaboration server.",
250
+ "pptx.share.invitationLabel": "Invitation link or room ID",
251
+ "pptx.share.invitationPlaceholder": "Paste a share link or enter a room ID",
252
+ "pptx.share.invitationHint": "Links include the room and transport automatically. A room ID uses the server below.",
253
+ "pptx.share.invalidInvitation": "Enter a valid collaboration link or room ID.",
254
+ "pptx.share.description": "Share this presentation for real-time collaboration. Other users can join using the session name to edit together with live cursors and synchronized changes.",
255
+ "pptx.share.preconfiguredDescription": "Your administrator has configured collaboration settings.",
256
+ "pptx.share.sessionName": "Session Name",
257
+ "pptx.share.sessionPlaceholder": "e.g. session-abc123",
258
+ "pptx.share.sessionHint": "Alphanumeric, hyphens, and underscores only. Share this name with collaborators.",
259
+ "pptx.share.displayName": "Your Display Name",
260
+ "pptx.share.namePlaceholder": "e.g. Alice",
261
+ "pptx.share.serverLabel": "Collaboration Server",
262
+ "pptx.share.serverPlaceholder": "wss://collab.example.com (empty = peer-to-peer)",
263
+ "pptx.share.serverHint": "Enter the WebSocket URL of a y-websocket server (secure wss:// when sharing from an https:// page), or leave empty for serverless peer-to-peer mode.",
264
+ "pptx.share.p2pHint": "Peer-to-peer mode: tabs in the same browser always connect; other devices connect through public WebRTC signaling servers.",
265
+ "pptx.share.p2pServerValue": "Peer-to-peer (no server)",
266
+ "pptx.share.shareLink": "Share Link",
267
+ "pptx.share.copyLink": "Copy share link",
268
+ "pptx.share.copied": "Copied",
269
+ "pptx.share.copyUrl": "Copy URL",
270
+ "pptx.share.shareHint": "Share this URL with others so they can join the session.",
271
+ "pptx.share.room": "Room:",
272
+ "pptx.share.server": "Server:",
273
+ "pptx.share.connectedUsers": "Connected Users",
274
+ "pptx.share.you": "(you)",
275
+ "pptx.share.connectionError": "Couldn't reach the collaboration server. Check the server URL \u2014 it must be a reachable y-websocket server, and a secure wss:// URL when sharing from an https:// page.",
276
+ // Settings dialog
277
+ "pptx.settings.title": "Settings",
278
+ "pptx.settings.general": "General",
279
+ "pptx.settings.keyboardShortcuts": "Keyboard Shortcuts",
280
+ "pptx.settings.closeSettings": "Close settings",
281
+ "pptx.settings.close": "Close",
282
+ "pptx.settings.autoSave": "Auto-save",
283
+ "pptx.settings.spellCheck": "Spell check",
284
+ "pptx.settings.showGrid": "Show grid",
285
+ "pptx.settings.showRulers": "Show rulers",
286
+ "pptx.settings.snapToGrid": "Snap to grid",
287
+ "pptx.settings.reducedMotion": "Reduced motion",
288
+ "pptx.settings.appearance": "Appearance",
289
+ "pptx.settings.language": "Language",
290
+ "pptx.settings.theme.default": "Default",
291
+ "pptx.settings.theme.light": "Light",
292
+ "pptx.settings.theme.vermilionLight": "Vermilion Light",
293
+ "pptx.settings.theme.vermilionDark": "Vermilion Dark",
294
+ // Account page (File > Account)
295
+ "pptx.account.profile.title": "Profile",
296
+ "pptx.account.profile.nameLabel": "Display name",
297
+ "pptx.account.profile.namePlaceholder": "Your name",
298
+ "pptx.account.profile.avatarColorLabel": "Avatar color",
299
+ "pptx.account.storage.title": "Storage & Privacy",
300
+ "pptx.account.storage.usage": "{{count}} saved presentation(s), {{size}} used",
301
+ "pptx.account.storage.usageEmpty": "No presentations saved locally yet.",
302
+ "pptx.account.storage.clear": "Clear local data",
303
+ "pptx.account.storage.clearConfirm": "This permanently deletes every locally saved presentation and recovery snapshot on this device. This cannot be undone. Continue?",
304
+ "pptx.account.storage.clearedNotice": "Local data cleared.",
305
+ "pptx.account.storage.privacyBlurb": "Your presentations and recovery history stay in your browser unless you explicitly share or download them.",
306
+ "pptx.account.about.title": "About",
307
+ "pptx.account.about.version": "Version {{version}}",
308
+ "pptx.account.signIn.title": "Sign in",
309
+ "pptx.account.signIn.description": "Sign in to sync your presentations and settings across devices.",
310
+ "pptx.account.signIn.button": "Sign in",
311
+ "pptx.account.signIn.signedInAs": "Signed in as {{name}}",
312
+ // Sections / slides pane
313
+ "pptx.sections.slides": "Slides",
314
+ "pptx.sections.collapsePane": "Collapse pane",
315
+ "pptx.sections.addSlide": "Add Slide",
316
+ "pptx.sections.addSection": "Add Section",
317
+ "pptx.sections.defaultName": "Untitled Section",
318
+ "pptx.sections.rename": "Rename",
319
+ "pptx.sections.delete": "Delete",
320
+ "pptx.sections.moveUp": "Move Up",
321
+ "pptx.sections.moveDown": "Move Down",
322
+ "pptx.sections.addBefore": "Add Section Before",
323
+ "pptx.sections.addAfter": "Add Section After",
324
+ // Notes
325
+ "pptx.notes.title": "Notes",
326
+ "pptx.notes.slideN": "Slide {{n}}",
327
+ "pptx.notes.noSlide": "No slide selected",
328
+ "pptx.notes.clickToAddNotes": "Click to add notes",
329
+ "pptx.notes.noNotes": "No notes",
330
+ // Slide sorter
331
+ "pptx.slideSorter.title": "Slide Sorter",
332
+ "pptx.slideSorter.selectedCount": "{{count}} selected",
333
+ "pptx.slideSorter.slideCount": "{{count}} slides",
334
+ "pptx.slideSorter.close": "Close",
335
+ "pptx.slideSorter.zoomIn": "Zoom In",
336
+ "pptx.slideSorter.zoomOut": "Zoom Out",
337
+ "pptx.slideSorter.zoom": "Zoom",
338
+ // Grid / ruler
339
+ "pptx.grid.grid": "Grid",
340
+ "pptx.grid.toggleGrid": "Toggle Grid",
341
+ "pptx.grid.snapToGrid": "Snap to Grid",
342
+ "pptx.grid.snapToShape": "Snap to Shape",
343
+ "pptx.ruler.rulers": "Rulers",
344
+ "pptx.ruler.toggleRulers": "Toggle Rulers",
345
+ // Field insertion
346
+ "pptx.field.field": "Field",
347
+ "pptx.field.format": "Format",
348
+ "pptx.field.insertField": "Insert Field",
349
+ "pptx.field.slideNumber": "Slide Number",
350
+ "pptx.field.dateTime": "Date/Time",
351
+ "pptx.field.header": "Header",
352
+ "pptx.field.footer": "Footer",
353
+ // Masters
354
+ "pptx.master.master": "Master",
355
+ "pptx.master.layout": "Layout",
356
+ "pptx.master.noMasters": "No masters",
357
+ "pptx.master.title": "Slide Master",
358
+ // Print
359
+ "pptx.print.title": "Print",
360
+ "pptx.print.printButton": "Print",
361
+ // Export
362
+ "pptx.export.processing": "Processing\u2026",
363
+ "pptx.export.cancel": "Cancel",
364
+ // Version history
365
+ "pptx.versionHistory.title": "Version History",
366
+ "pptx.versionHistory.noVersions": "No versions",
367
+ "pptx.versionHistory.restore": "Restore",
368
+ // Presenter
369
+ "pptx.presenter.speakerNotes": "Speaker Notes",
370
+ "pptx.presenter.nextSlidePreview": "Next Slide",
371
+ "pptx.presenter.noNotes": "No notes for this slide",
372
+ "pptx.presenter.endPresentation": "End Presentation",
373
+ // Presentation mode
374
+ "pptx.presentation.pen": "Pen",
375
+ "pptx.presentation.highlighter": "Highlighter",
376
+ "pptx.presentation.eraser": "Eraser",
377
+ "pptx.presentation.laserPointer": "Laser Pointer",
378
+ // Selection pane
379
+ "pptx.selectionPane.title": "Selection Pane",
380
+ "pptx.selectionPane.empty": "No elements",
381
+ "pptx.selectionPane.show": "Show",
382
+ "pptx.selectionPane.hide": "Hide",
383
+ "pptx.selectionPane.close": "Close",
384
+ // Inspector
385
+ "pptx.inspector.element": "Element",
386
+ "pptx.inspector.noSlideSelected": "No slide selected",
387
+ // Broadcast
388
+ "pptx.broadcast.title": "Broadcast Slide Show",
389
+ "pptx.broadcast.broadcasting": "Broadcasting Live",
390
+ "pptx.broadcast.description": "Start a live broadcast so viewers can follow your presentation in real-time. Viewers will automatically see the slide you are presenting.",
391
+ "pptx.broadcast.sessionName": "Broadcast Session",
392
+ "pptx.broadcast.displayName": "Presenter Name",
393
+ "pptx.broadcast.serverLabel": "Collaboration Server",
394
+ "pptx.broadcast.p2pHint": "Leave the server empty for serverless peer-to-peer broadcasting: same-browser tabs always connect; other devices connect through public WebRTC signaling servers.",
395
+ "pptx.broadcast.p2pServerValue": "Peer-to-peer (no server)",
396
+ "pptx.broadcast.hint": "Viewers can join using the link shown after starting. They will follow your slides automatically.",
397
+ "pptx.broadcast.startBroadcast": "Start Broadcast",
398
+ "pptx.broadcast.stopBroadcast": "Stop Broadcast",
399
+ "pptx.broadcast.viewerLink": "Viewer Link",
400
+ "pptx.broadcast.copyLink": "Copy viewer link",
401
+ "pptx.broadcast.shareHint": "Share this URL with your audience so they can follow along.",
402
+ "pptx.broadcast.viewers": "Viewers",
403
+ "pptx.broadcast.viewerCount": "{{count}} viewer(s)",
404
+ // Encrypted
405
+ "pptx.encryptedFile.title": "Encrypted File",
406
+ "pptx.encryptedFile.message": "This file is encrypted.",
407
+ "pptx.encryptedFile.instructions": "Enter the password to open it.",
408
+ // Common (shared verb/label vocabulary reused across dialogs and panels)
409
+ "common.close": "Close",
410
+ "common.cancel": "Cancel",
411
+ "common.apply": "Apply",
412
+ "common.delete": "Delete",
413
+ "common.done": "Done",
414
+ "common.loading": "Loading\u2026",
415
+ "common.ok": "OK",
416
+ "common.remove": "Remove",
417
+ "common.reset": "Reset",
418
+ "common.save": "Save",
419
+ // Accessibility (additions)
420
+ "pptx.accessibility.heading": "Accessibility",
421
+ "pptx.accessibility.noIssuesFound": "No issues found",
422
+ "pptx.accessibility.noIssuesHint": "This presentation passes all accessibility checks.",
423
+ // Animations (additions)
424
+ "pptx.animations.animations": "Animations",
425
+ "pptx.animations.pause": "Pause",
426
+ "pptx.animations.play": "Play",
427
+ "pptx.animations.step": "Step",
428
+ "pptx.animations.reset": "Reset",
429
+ "pptx.animations.noAnimations": "No animations",
430
+ "pptx.animations.propertiesLabel": "Animation properties",
431
+ "pptx.animations.animation": "Animation",
432
+ "pptx.animations.removeFromElement": "Remove animation from this element",
433
+ "pptx.animations.noneOption": "(None)",
434
+ "pptx.animations.direction": "Direction",
435
+ "pptx.animations.sequence": "Sequence",
436
+ "pptx.animations.timing": "Timing",
437
+ "pptx.animations.trigger": "Trigger",
438
+ "pptx.animations.triggerShape": "Trigger shape",
439
+ "pptx.animations.selectShapeOption": "(Select shape)",
440
+ "pptx.animations.durationMs": "Duration (ms)",
441
+ "pptx.animations.delayMs": "Delay (ms)",
442
+ "pptx.animations.timingCurve": "Timing curve",
443
+ "pptx.animations.repeat": "Repeat",
444
+ "pptx.animations.repeatUntil": "Repeat until",
445
+ "pptx.animations.order": "Order ({{value}})",
446
+ "pptx.animations.moveEarlier": "Move earlier",
447
+ "pptx.animations.earlier": "Earlier",
448
+ "pptx.animations.moveLater": "Move later",
449
+ "pptx.animations.later": "Later",
450
+ // Animation (singular namespace - Vue/Angular inspector animation panel)
451
+ "pptx.animation.title": "Animations",
452
+ "pptx.animation.entrance": "Entrance",
453
+ "pptx.animation.emphasis": "Emphasis",
454
+ "pptx.animation.exit": "Exit",
455
+ "pptx.animation.trigger.onClick": "On click",
456
+ "pptx.animation.trigger.withPrevious": "With previous",
457
+ "pptx.animation.trigger.afterPrevious": "After previous",
458
+ "pptx.animation.animation": "Animation",
459
+ "pptx.animation.removeNamed": "Remove {{name}}",
460
+ "pptx.animation.remove": "Remove animation",
461
+ "pptx.animation.noAnimations": "No animations",
462
+ "pptx.animation.addAnimation": "Add animation",
463
+ "pptx.animation.category": "Category",
464
+ "pptx.animation.categoryAria": "Animation category",
465
+ "pptx.animation.effect": "Effect",
466
+ "pptx.animation.presetAria": "Animation preset",
467
+ "pptx.animation.start": "Start",
468
+ "pptx.animation.triggerAria": "Animation trigger",
469
+ // Broadcast (additions)
470
+ "pptx.broadcast.broadcastingTitle": "Broadcasting",
471
+ "pptx.broadcast.startTitle": "Broadcast to a live audience",
472
+ "pptx.broadcast.statusConnecting": "Connecting",
473
+ "pptx.broadcast.liveDesc": "Your broadcast is live. Share this link so viewers can follow along.",
474
+ "pptx.broadcast.copyLinkBtn": "Copy link",
475
+ "pptx.broadcast.viewerHint": "Viewers opening this link will follow your slides.",
476
+ "pptx.broadcast.idleDesc": "Start a one-way broadcast. You drive the slides; viewers follow along from a shareable link.",
477
+ "pptx.broadcast.roomId": "Room ID",
478
+ "pptx.broadcast.roomIdPlaceholder": "broadcast-abc123",
479
+ "pptx.broadcast.serverUrl": "Server URL",
480
+ "pptx.broadcast.serverUrlPlaceholder": "ws://localhost:1234",
481
+ // Chart (Vue/Angular chart editor - full property set)
482
+ "pptx.chart.selectPrompt": "Select a chart to edit its properties.",
483
+ "pptx.chart.noEditableData": "This chart has no editable data.",
484
+ "pptx.chart.noData": "No chart data available.",
485
+ "pptx.chart.type": "Chart type",
486
+ "pptx.chart.title": "Title",
487
+ "pptx.chart.titlePlaceholder": "Chart title",
488
+ "pptx.chart.grouping": "Grouping",
489
+ "pptx.chart.series": "Series",
490
+ "pptx.chart.categories": "Categories",
491
+ "pptx.chart.seriesColors": "Series colours",
492
+ "pptx.chart.seriesColor": "{{name}} colour",
493
+ "pptx.chart.clearSeriesColor": "Clear series colour",
494
+ "pptx.chart.comboTypes": "Combo types",
495
+ "pptx.chart.display": "Display",
496
+ "pptx.chart.showTitle": "Show title",
497
+ "pptx.chart.showLegend": "Show legend",
498
+ "pptx.chart.legendPosition": "Legend Position",
499
+ "pptx.chart.showGridlines": "Show gridlines",
500
+ "pptx.chart.showDataLabels": "Show data labels",
501
+ "pptx.chart.dataLabels": "Data labels",
502
+ "pptx.chart.labelPosition": "Label Position",
503
+ "pptx.chart.data": "Data",
504
+ "pptx.chart.addCategory": "Add category",
505
+ "pptx.chart.removeLastCategory": "Remove last category",
506
+ "pptx.chart.cat": "Cat",
507
+ "pptx.chart.addSeries": "Add series",
508
+ "pptx.chart.removeLastSeries": "Remove last series",
509
+ "pptx.chart.seriesShort": "Series",
510
+ "pptx.chart.removeSeries": "Remove series",
511
+ "pptx.chart.removeCategory": "Remove category",
512
+ "pptx.chart.axes": "Axes",
513
+ "pptx.chart.min": "Min",
514
+ "pptx.chart.max": "Max",
515
+ "pptx.chart.majorUnit": "Major",
516
+ "pptx.chart.minorUnit": "Minor",
517
+ "pptx.chart.displayUnits": "Display Units",
518
+ "pptx.chart.auto": "Auto",
519
+ "pptx.chart.axisTitle": "Title",
520
+ "pptx.chart.axisTitlePlaceholder": "Axis title",
521
+ "pptx.chart.numberFormat": "Format",
522
+ "pptx.chart.tickLabels": "Ticks",
523
+ "pptx.chart.majorGridlines": "Major gridlines",
524
+ "pptx.chart.minorGridlines": "Minor gridlines",
525
+ "pptx.chart.axisStyling": "Axis styling",
526
+ "pptx.chart.logScale": "Log scale",
527
+ "pptx.chart.logBase": "Log base",
528
+ "pptx.chart.titleFont": "Title font",
529
+ "pptx.chart.fontSize": "Font size",
530
+ "pptx.chart.bold": "Bold",
531
+ "pptx.chart.titleColor": "Colour",
532
+ "pptx.chart.gridlineColor": "Gridline colour",
533
+ "pptx.chart.gridlineWidth": "Gridline width",
534
+ "pptx.chart.gridlineDash": "Gridline dash",
535
+ "pptx.chart.markers": "Markers",
536
+ "pptx.chart.markerSize": "Marker Size",
537
+ "pptx.chart.markerFill": "Marker Fill",
538
+ "pptx.chart.pointMarkers": "Point markers",
539
+ "pptx.chart.markerOverride": "Marker Override",
540
+ "pptx.chart.trendlines": "Trendlines",
541
+ "pptx.chart.trendlineEquation": "Equation",
542
+ "pptx.chart.trendlineRSquared": "R-squared",
543
+ "pptx.chart.errorBars": "Error bars",
544
+ "pptx.chart.errorBarAmount": "Amount",
545
+ "pptx.chart.dataPoints": "Data points",
546
+ "pptx.chart.pointLabelOverride": "Point Label Override",
547
+ "pptx.chart.pointFill": "Point fill",
548
+ "pptx.chart.pointFillClear": "Clear point fill",
549
+ "pptx.chart.pointExplosion": "Slice explosion",
550
+ // Comments (additions)
551
+ "pptx.comments.unknownAuthor": "Unknown",
552
+ "pptx.comments.reopen": "Reopen",
553
+ "pptx.comments.remove": "Remove",
554
+ "pptx.comments.removeComment": "Remove comment",
555
+ "pptx.comments.noneOnSlide": "No comments on this slide yet.",
556
+ "pptx.comments.commentingAs": "Commenting as {{name}}",
557
+ "pptx.comments.writePlaceholder": "Write a comment\u2026",
558
+ // Compare
559
+ "pptx.compare.closePanel": "Close compare panel",
560
+ "pptx.compare.statusAdded": "Added",
561
+ "pptx.compare.statusRemoved": "Removed",
562
+ "pptx.compare.statusChanged": "Changed",
563
+ "pptx.compare.statusUnchanged": "Unchanged",
564
+ "pptx.compare.slideNumber": "Slide {{number}}",
565
+ "pptx.compare.accepted": "Accepted",
566
+ "pptx.compare.rejected": "Rejected",
567
+ "pptx.compare.current": "Current",
568
+ "pptx.compare.incoming": "Incoming",
569
+ "pptx.compare.accept": "Accept",
570
+ "pptx.compare.reject": "Reject",
571
+ // Custom shows
572
+ "pptx.customShows.title": "Custom Shows",
573
+ "pptx.customShows.closeDialog": "Close custom shows dialog",
574
+ "pptx.customShows.savedShows": "Saved Shows",
575
+ "pptx.customShows.editNameLabel": "Edit show name",
576
+ "pptx.customShows.save": "Save",
577
+ "pptx.customShows.cancel": "Cancel",
578
+ "pptx.customShows.slideCount": "{{count}} slide(s)",
579
+ "pptx.customShows.unsetActive": "Unset active show",
580
+ "pptx.customShows.setActive": "Set as active show",
581
+ "pptx.customShows.active": "\u2605 Active",
582
+ "pptx.customShows.setActiveShort": "\u2606 Set Active",
583
+ "pptx.customShows.editShow": "Edit show",
584
+ "pptx.customShows.edit": "Edit",
585
+ "pptx.customShows.deleteShow": "Delete show",
586
+ "pptx.customShows.delete": "Delete",
587
+ "pptx.customShows.empty": "No custom shows yet. Create one below.",
588
+ "pptx.customShows.createNew": "Create New Show",
589
+ "pptx.customShows.namePlaceholder": "Show name\u2026",
590
+ "pptx.customShows.newNameLabel": "New show name",
591
+ "pptx.customShows.create": "Create Show",
592
+ "pptx.customShows.close": "Close",
593
+ "pptx.customShows.customShowTooltip": "Custom show",
594
+ "pptx.customShows.selectCustomShow": "Select custom show",
595
+ "pptx.customShows.allSlides": "All Slides",
596
+ "pptx.customShows.createTooltip": "Create custom show",
597
+ "pptx.customShows.addShow": "+ Show",
598
+ "pptx.customShows.renameTooltip": "Rename active custom show",
599
+ "pptx.customShows.deleteTooltip": "Delete active custom show",
600
+ "pptx.customShows.toggleSlideTooltip": "Include/exclude current slide in active custom show",
601
+ "pptx.customShows.inShow": "In Show",
602
+ "pptx.customShows.addSlide": "Add Slide",
603
+ // Digital signatures
604
+ "pptx.digitalSignatures.strippedTitle": "Remove signatures?",
605
+ "pptx.digitalSignatures.strippedMessage": "This presentation has {{count}} digital signature(s). Editing it will invalidate and remove them.",
606
+ "pptx.digitalSignatures.strippedIrreversible": "Signatures cannot be restored once removed.",
607
+ "pptx.digitalSignatures.strippedConfirm": "Edit anyway",
608
+ "pptx.digitalSignatures.badgeSigned": "Signed",
609
+ "pptx.digitalSignatures.badgeTitle": "{{count}} digital signature(s)",
610
+ "pptx.digitalSignatures.invalidHeader": "Invalid signature",
611
+ "pptx.digitalSignatures.headerSigned": "Signed",
612
+ "pptx.digitalSignatures.notSigned": "Not signed",
613
+ "pptx.digitalSignatures.statusValid": "Valid",
614
+ "pptx.digitalSignatures.statusInvalid": "Invalid",
615
+ "pptx.digitalSignatures.statusExpired": "Expired",
616
+ "pptx.digitalSignatures.statusUnknownCA": "Unknown certificate authority",
617
+ "pptx.digitalSignatures.statusUnverified": "Unverified",
618
+ "pptx.digitalSignatures.ariaLabel": "Digital signatures",
619
+ "pptx.digitalSignatures.signatureCount": "{{count}} signature(s)",
620
+ "pptx.digitalSignatures.noSignatures": "This presentation has no digital signatures.",
621
+ "pptx.digitalSignatures.issuer": "Issuer",
622
+ "pptx.digitalSignatures.serial": "Serial",
623
+ "pptx.digitalSignatures.certificate": "Certificate",
624
+ "pptx.digitalSignatures.notAvailable": "Not available",
625
+ // Slide show (Set Up Slide Show dialog)
626
+ "pptx.slideShow.showOptions": "Show options",
627
+ "pptx.slideShow.loopContinuously": "Loop continuously until 'Esc'",
628
+ "pptx.slideShow.showWithoutNarration": "Show without narration",
629
+ "pptx.slideShow.showWithoutAnimation": "Show without animation",
630
+ "pptx.slideShow.showSubtitles": "Show subtitles / captions",
631
+ "pptx.slideShow.penColor": "Pen color",
632
+ "pptx.slideShow.showSlides": "Show slides",
633
+ "pptx.slideShow.allSlides": "All slides",
634
+ "pptx.slideShow.fromTo": "From / to",
635
+ "pptx.slideShow.from": "From",
636
+ "pptx.slideShow.to": "To",
637
+ "pptx.slideShow.customShow": "Custom show",
638
+ "pptx.slideShow.fromBeginningTooltip": "Start slide show from beginning",
639
+ "pptx.slideShow.fromBeginning": "From Beginning",
640
+ "pptx.slideShow.fromCurrentTooltip": "Start slide show from current slide",
641
+ "pptx.slideShow.fromCurrent": "From Current Slide",
642
+ "pptx.slideShow.presenterViewTooltip": "Presenter view",
643
+ "pptx.slideShow.presenterView": "Presenter View",
644
+ "pptx.slideShow.rehearseTimingsTooltip": "Rehearse timings",
645
+ "pptx.slideShow.rehearseTimings": "Rehearse Timings",
646
+ "pptx.slideShow.setUpTooltip": "Set up slide show",
647
+ "pptx.slideShow.setUp": "Set Up Slide Show",
648
+ "pptx.slideShow.broadcastTooltip": "Broadcast slide show",
649
+ "pptx.slideShow.broadcast": "Broadcast",
650
+ "pptx.slideShow.subtitlesTooltip": "Toggle subtitles",
651
+ "pptx.slideShow.subtitles": "Subtitles",
652
+ // Slide context menu
653
+ "pptx.slideMenu.duplicate": "Duplicate slide",
654
+ "pptx.slideMenu.show": "Show slide",
655
+ "pptx.slideMenu.hide": "Hide slide",
656
+ "pptx.slideMenu.delete": "Delete slide",
657
+ "pptx.slideMenu.addSlide": "Add slide",
658
+ "pptx.slideMenu.add": "Add",
659
+ "pptx.slideMenu.slideActions": "Slide actions",
660
+ // Slide sorter / masters / version history (additions)
661
+ "pptx.slideSorter.hidden": "Hidden",
662
+ "pptx.master.noSlideMasters": "No slide masters",
663
+ "pptx.versionHistory.noVersionsYet": "No versions saved yet",
664
+ "pptx.versionHistory.slideCount": "{{count}} slide(s)",
665
+ "pptx.versionHistory.compare": "Compare",
666
+ // Transitions
667
+ "pptx.transition.label": "Transition",
668
+ "pptx.transition.none": "None",
669
+ "pptx.transition.duration": "Duration (ms)",
670
+ // Zoom
671
+ "pptx.zoom.slideZoom": "Slide Zoom",
672
+ "pptx.zoom.sectionZoom": "Section Zoom",
673
+ "pptx.zoom.ariaLabel": "Zoom to slide {{number}}",
674
+ "pptx.zoom.ariaLabelSection": "Zoom to slide {{number}} (section: {{section}})",
675
+ // Canvas
676
+ "pptx.canvas.slide": "Slide",
677
+ // Theme gallery (matches React's non-"pptx."-prefixed powerpoint.* namespace)
678
+ "powerpoint.toolbar.themes.gallery.title": "Themes",
679
+ "powerpoint.toolbar.themes.gallery.description": "Pick a built-in theme to recolour every slide in the deck.",
680
+ "powerpoint.toolbar.themes.gallery.ariaLabel": "Theme gallery",
681
+ // SmartArt (mixed casing preserved from source sweep - see follow-up note)
682
+ "pptx.smartArt.setFill": "Set fill to {{color}}",
683
+ "pptx.smartArt.placeholder": "SmartArt",
684
+ "pptx.smartArt.editNodeText": "Edit SmartArt node text",
685
+ "pptx.smartArt.selectPrompt": "Select a SmartArt graphic to edit its properties.",
686
+ "pptx.smartArt.emptyNode": "empty",
687
+ "pptx.smartArt.subItemLabel": "Sub-item: {{text}}",
688
+ "pptx.smartArt.itemLabel": "Item {{index}}: {{text}}",
689
+ "pptx.smartArt.nodePlaceholder": "Type here",
690
+ "pptx.smartArt.moveUp": "Move up",
691
+ "pptx.smartArt.moveUpLabel": "Move {{label}} up",
692
+ "pptx.smartArt.moveDown": "Move down",
693
+ "pptx.smartArt.moveDownLabel": "Move {{label}} down",
694
+ "pptx.smartArt.addSubItem": "Add sub-item",
695
+ "pptx.smartArt.addSubItemLabel": "Add sub-item under {{label}}",
696
+ "pptx.smartArt.remove": "Remove",
697
+ "pptx.smartArt.removeLabel": "Remove {{label}}",
698
+ "pptx.smartArt.layoutMinimum": "Layout minimum reached",
699
+ "pptx.smartArt.fill": "Fill",
700
+ "pptx.smartArt.fillColorLabel": "Fill colour for {{label}}",
701
+ "pptx.smartArt.text": "Text",
702
+ "pptx.smartArt.fontColorLabel": "Font colour for {{label}}",
703
+ "pptx.smartArt.boldLabel": "Bold {{label}}",
704
+ "pptx.smartArt.italicLabel": "Italic {{label}}",
705
+ "pptx.smartart.switchLayout": "Switch layout",
706
+ "pptx.smartart.title": "SmartArt properties",
707
+ "pptx.smartart.colorScheme": "Colour scheme",
708
+ "pptx.smartart.style": "Style",
709
+ "pptx.smartart.textPane": "Text pane",
710
+ "pptx.smartart.addItem": "Add item",
711
+ "pptx.smartart.extraConnections": "This diagram has {{count}} extra connection(s) that the text pane does not edit.",
712
+ "pptx.smartart.tabHint": "Enter adds an item, Backspace removes an empty one, Tab demotes, Shift+Tab promotes.",
713
+ // 3D text / text effects / text panel / text warp
714
+ "pptx.text3d.type": "Type",
715
+ "pptx.text3d.width": "Width",
716
+ "pptx.text3d.height": "Height",
717
+ "pptx.text3d.title": "3D Text",
718
+ "pptx.text3d.extrusion": "3D Extrusion",
719
+ "pptx.text3d.depth": "Depth (pt)",
720
+ "pptx.text3d.color": "Color",
721
+ "pptx.text3d.topBevel": "Top Bevel",
722
+ "pptx.text3d.bottomBevel": "Bottom Bevel",
723
+ "pptx.text3d.material": "Material",
724
+ "pptx.textEffects.title": "Text Effects",
725
+ "pptx.textEffects.shadow": "Text Shadow",
726
+ "pptx.textEffects.color": "Color",
727
+ "pptx.textEffects.opacity": "Opacity",
728
+ "pptx.textEffects.blur": "Blur",
729
+ "pptx.textEffects.offsetX": "Offset X",
730
+ "pptx.textEffects.offsetY": "Offset Y",
731
+ "pptx.textEffects.glow": "Text Glow",
732
+ "pptx.textEffects.size": "Size",
733
+ "pptx.textEffects.reflection": "Text Reflection",
734
+ "pptx.textEffects.offset": "Offset",
735
+ "pptx.textEffects.startOpacity": "Start Opacity",
736
+ "pptx.textEffects.endOpacity": "End Opacity",
737
+ "pptx.textPanel.title": "Text",
738
+ "pptx.textPanel.noTextProperties": "This element has no text properties.",
739
+ "pptx.textPanel.font": "Font",
740
+ "pptx.textPanel.default": "Default",
741
+ "pptx.textPanel.size": "Size (pt)",
742
+ "pptx.textPanel.color": "Color",
743
+ "pptx.textPanel.style": "Style",
744
+ "pptx.textPanel.horizontalAlign": "Horizontal Align",
745
+ "pptx.textPanel.verticalAlign": "Vertical Align",
746
+ "pptx.textPanel.alignLeft": "Left",
747
+ "pptx.textPanel.alignCenter": "Center",
748
+ "pptx.textPanel.alignRight": "Right",
749
+ "pptx.textPanel.alignJustify": "Justify",
750
+ "pptx.textPanel.valignTop": "Top",
751
+ "pptx.textPanel.valignMiddle": "Middle",
752
+ "pptx.textPanel.valignBottom": "Bottom",
753
+ "pptx.textPanel.bold": "Bold",
754
+ "pptx.textPanel.italic": "Italic",
755
+ "pptx.textPanel.underline": "Underline",
756
+ "pptx.textPanel.strikethrough": "Strikethrough",
757
+ "pptx.textWarp.title": "Text Warp",
758
+ // Theme editor
759
+ "pptx.themeEditor.title": "Edit Theme",
760
+ "pptx.themeEditor.close": "Close",
761
+ "pptx.themeEditor.themeName": "Theme name",
762
+ "pptx.themeEditor.applyToPresentation": "Apply to Presentation",
763
+ "pptx.themeEditor.reset": "Reset",
764
+ "pptx.themeEditor.colorScheme": "Scheme colours",
765
+ "pptx.themeEditor.headingFont": "Heading font",
766
+ "pptx.themeEditor.bodyFont": "Body font",
767
+ "pptx.themeEditor.panelLabel": "Theme editor",
768
+ "pptx.themeEditor.colorDark1": "Dark 1",
769
+ "pptx.themeEditor.colorLight1": "Light 1",
770
+ "pptx.themeEditor.colorDark2": "Dark 2",
771
+ "pptx.themeEditor.colorLight2": "Light 2",
772
+ "pptx.themeEditor.colorAccent1": "Accent 1",
773
+ "pptx.themeEditor.colorAccent2": "Accent 2",
774
+ "pptx.themeEditor.colorAccent3": "Accent 3",
775
+ "pptx.themeEditor.colorAccent4": "Accent 4",
776
+ "pptx.themeEditor.colorAccent5": "Accent 5",
777
+ "pptx.themeEditor.colorAccent6": "Accent 6",
778
+ "pptx.themeEditor.colorHyperlink": "Hyperlink",
779
+ "pptx.themeEditor.colorFollowedLink": "Followed Link",
780
+ // Image / artistic effects / adjustments / duotone
781
+ "pptx.image.artisticEffects": "Artistic effects",
782
+ "pptx.image.colorChange": "Recolour",
783
+ "pptx.image.colorChangeFrom": "From",
784
+ "pptx.image.colorChangeTo": "To",
785
+ "pptx.image.colorChangeTransparent": "Make target transparent",
786
+ "pptx.image.recolourFromAria": "Recolour from",
787
+ "pptx.image.recolourToAria": "Recolour to",
788
+ "pptx.image.colorWash": "Colour wash",
789
+ "pptx.image.washColor": "Colour",
790
+ "pptx.image.washOpacity": "Opacity",
791
+ "pptx.image.washColorAria": "Wash colour",
792
+ "pptx.image.duotone": "Duotone",
793
+ "pptx.image.duotoneShadows": "Shadows",
794
+ "pptx.image.duotoneHighlights": "Highlights",
795
+ "pptx.image.duotonePresets": "Presets",
796
+ "pptx.image.duotoneClear": "Clear duotone",
797
+ "pptx.image.duotoneShadowsAria": "Duotone shadows",
798
+ "pptx.image.duotoneHighlightsAria": "Duotone highlights",
799
+ "pptx.image.saturation": "Saturation",
800
+ "pptx.image.replaceImage": "Replace Image",
801
+ "pptx.image.resetCrop": "Reset Crop",
802
+ "pptx.image.noImageProperties": "No image properties for this element.",
803
+ "pptx.image.altText": "Alt text",
804
+ "pptx.image.altTextPlaceholder": "Describe this image",
805
+ "pptx.image.grayscale": "Grayscale",
806
+ "pptx.image.resetImage": "Reset Picture",
807
+ "pptx.imageAdjustments.brightness": "Brightness",
808
+ "pptx.imageAdjustments.contrast": "Contrast",
809
+ "pptx.imageAdjustments.title": "Transparency and threshold",
810
+ "pptx.imageAdjustments.reset": "Reset",
811
+ "pptx.imageAdjustments.transparency": "Transparency",
812
+ "pptx.imageAdjustments.biLevelThreshold": "Bi-level",
813
+ // Effects / fill panels
814
+ "pptx.effects.opacityPercent": "Opacity ({{value}}%)",
815
+ "pptx.effects.outerShadow": "Outer Shadow",
816
+ "pptx.effects.color": "Color",
817
+ "pptx.effects.blur": "Blur",
818
+ "pptx.effects.distance": "Distance",
819
+ "pptx.effects.angle": "Angle",
820
+ "pptx.effects.outerGlow": "Outer Glow",
821
+ "pptx.effects.radius": "Radius",
822
+ "pptx.effects.shapeOnlyNote": "Shadow and glow are only available on shape-like elements.",
823
+ "pptx.fill.noOptions": "No fill options",
824
+ "pptx.fill.fill": "Fill",
825
+ "pptx.fill.none": "None",
826
+ "pptx.fill.solid": "Solid",
827
+ "pptx.fill.gradient": "Gradient",
828
+ "pptx.fill.color": "Color",
829
+ "pptx.fill.opacityPercent": "Opacity ({{value}}%)",
830
+ // Inspector (additions) / arrange (additions)
831
+ "pptx.inspector.properties": "Properties",
832
+ "pptx.inspector.arrange": "Arrange",
833
+ "pptx.inspector.text": "Text",
834
+ "pptx.inspector.image": "Image",
835
+ "pptx.inspector.table": "Table",
836
+ "pptx.inspector.chart": "Chart",
837
+ "pptx.inspector.media": "Media",
838
+ "pptx.inspector.animations": "Animations",
839
+ "pptx.inspector.smartArt": "SmartArt",
840
+ "pptx.inspector.fill": "Fill",
841
+ "pptx.inspector.line": "Line",
842
+ "pptx.inspector.effects": "Effects",
843
+ "pptx.inspector.softEdge": "Soft Edge",
844
+ "pptx.inspector.softEdgeRadius": "Soft Edge Radius",
845
+ "pptx.arrange.positionSize": "Position & Size",
846
+ "pptx.arrange.lockElement": "Lock element",
847
+ "pptx.arrange.unlockElement": "Unlock element",
848
+ "pptx.arrange.x": "X",
849
+ "pptx.arrange.y": "Y",
850
+ "pptx.arrange.width": "Width",
851
+ "pptx.arrange.height": "Height",
852
+ "pptx.arrange.rotation": "Rotation",
853
+ "pptx.arrange.distributeHorizontal": "Distribute horizontal",
854
+ "pptx.arrange.distributeVertical": "Distribute vertical",
855
+ // Media properties
856
+ "pptx.media.title": "Media",
857
+ "pptx.media.videoClip": "Video clip",
858
+ "pptx.media.audioClip": "Audio clip",
859
+ "pptx.media.play": "Play",
860
+ "pptx.media.pause": "Pause",
861
+ "pptx.media.trim": "Trim",
862
+ "pptx.media.trimStartTime": "Start (mm:ss)",
863
+ "pptx.media.trimEndTime": "End (mm:ss)",
864
+ "pptx.media.trimmedDuration": "Trimmed duration",
865
+ "pptx.media.resetTrim": "Reset trim",
866
+ "pptx.media.trimErrorNegative": "Trim times cannot be negative.",
867
+ "pptx.media.trimErrorStartAfterEnd": "Trim start must be before trim end.",
868
+ "pptx.media.trimErrorBeyondDuration": "Trim times cannot exceed the clip duration.",
869
+ "pptx.media.playback": "Playback",
870
+ "pptx.media.volume": "Volume",
871
+ "pptx.media.speed": "Speed",
872
+ "pptx.media.fadeIn": "Fade in (s)",
873
+ "pptx.media.fadeOut": "Fade out (s)",
874
+ "pptx.media.loop": "Loop",
875
+ "pptx.media.startTrigger": "Start",
876
+ "pptx.media.startOnClick": "On click",
877
+ "pptx.media.startAutomatically": "Automatically",
878
+ "pptx.media.playAcrossSlides": "Play across slides",
879
+ "pptx.media.fullScreen": "Full screen",
880
+ "pptx.media.hideWhenNotPlaying": "Hide when not playing",
881
+ "pptx.media.bookmarks": "Bookmarks",
882
+ "pptx.media.bookmark": "Bookmark",
883
+ "pptx.media.seekToBookmark": "Seek to bookmark",
884
+ "pptx.media.removeBookmark": "Remove",
885
+ "pptx.media.bookmarkLabel": "Bookmark label",
886
+ "pptx.media.addBookmark": "Add bookmark",
887
+ // Shape / slide background / presentation settings
888
+ "pptx.shape.quickStyles": "Quick Styles",
889
+ "pptx.slideBackground.colour": "Colour",
890
+ "pptx.slideBackground.colourAriaLabel": "Slide background colour",
891
+ "pptx.slideBackground.image": "Image",
892
+ "pptx.slideBackground.replaceImage": "Replace Image",
893
+ "pptx.slideBackground.chooseImage": "Choose Image",
894
+ "pptx.slideBackground.backgroundPreview": "Background preview",
895
+ "pptx.slideBackground.removeBackgroundImage": "Remove background image",
896
+ "pptx.slideBackground.clearBackground": "Clear Background",
897
+ "pptx.presentationSettings.showType": "Show type",
898
+ "pptx.presentationSettings.showTypePresented": "Presented",
899
+ "pptx.presentationSettings.showTypeBrowsed": "Browsed",
900
+ "pptx.presentationSettings.showTypeKiosk": "Kiosk",
901
+ "pptx.presentationSettings.loopContinuously": "Loop continuously",
902
+ "pptx.presentationSettings.showNarration": "Show narration",
903
+ "pptx.presentationSettings.showAnimation": "Show animation",
904
+ "pptx.presentationSettings.frameSlides": "Frame slides",
905
+ "pptx.presentationSettings.slidesPerPage": "Slides / page",
906
+ // Theme gallery (additions)
907
+ "powerpoint.toolbar.themes.gallery.importTheme": "Import Theme",
908
+ // Action buttons
909
+ "pptx.action.onClick": "On Click",
910
+ "pptx.action.onHover": "On Hover",
911
+ "pptx.action.title": "Action",
912
+ // Animation (property-panel additions)
913
+ "pptx.animation.delay": "Delay (ms)",
914
+ "pptx.animation.direction": "Direction",
915
+ "pptx.animation.duration": "Duration (ms)",
916
+ "pptx.animation.moveDown": "Move down",
917
+ "pptx.animation.moveUp": "Move up",
918
+ "pptx.animation.none": "None",
919
+ "pptx.animation.preview": "Preview",
920
+ "pptx.animation.repeatCount": "Repeat count",
921
+ "pptx.animation.repeatUntil": "Repeat until",
922
+ "pptx.animation.sequence": "Sequence",
923
+ "pptx.animation.timeline": "Timeline",
924
+ "pptx.animation.timelineBar": "Timeline bar",
925
+ "pptx.animation.timing": "Timing",
926
+ "pptx.animation.timingCurve": "Timing curve",
927
+ "pptx.animation.trigger": "Trigger",
928
+ "pptx.animation.trigger.selectShape": "Select a shape",
929
+ "pptx.animation.trigger.shapeLabel": "Trigger shape",
930
+ // Chart (additions)
931
+ "pptx.chart.heading": "Chart",
932
+ // Comments (additions)
933
+ "pptx.comments.addOnElement": "Add a comment on {{element}}...",
934
+ "pptx.comments.addPlaceholder": "Add a comment...",
935
+ "pptx.comments.addReply": "Reply",
936
+ "pptx.comments.repliesCount": "{{count}} replies",
937
+ "pptx.comments.replyPlaceholder": "Reply to {{author}}...",
938
+ "pptx.comments.slideComments": "Slide comments",
939
+ // Common (pptx-prefixed namespace - distinct from the bare common.* used elsewhere)
940
+ "pptx.common.cancel": "Cancel",
941
+ "pptx.common.insert": "Insert",
942
+ // Compare (additions)
943
+ "pptx.compare.acceptAll": "Accept All",
944
+ "pptx.compare.close": "Close",
945
+ "pptx.compare.noDifferences": "No differences",
946
+ "pptx.compare.summary": "{{added}} added, {{removed}} removed, {{changed}} changed",
947
+ "pptx.compare.title": "Compare",
948
+ // Context menu
949
+ "pptx.contextMenu.addComment": "Add Comment",
950
+ "pptx.contextMenu.bringForward": "Bring Forward",
951
+ "pptx.contextMenu.bringToFront": "Bring to Front",
952
+ "pptx.contextMenu.copy": "Copy",
953
+ "pptx.contextMenu.cut": "Cut",
954
+ "pptx.contextMenu.delete": "Delete",
955
+ "pptx.contextMenu.deleteColumn": "Delete Column",
956
+ "pptx.contextMenu.deleteRow": "Delete Row",
957
+ "pptx.contextMenu.duplicate": "Duplicate",
958
+ "pptx.contextMenu.editHyperlink": "Edit Hyperlink",
959
+ "pptx.contextMenu.group": "Group",
960
+ "pptx.contextMenu.insertColumnLeft": "Insert Column Left",
961
+ "pptx.contextMenu.insertColumnRight": "Insert Column Right",
962
+ "pptx.contextMenu.insertRowAbove": "Insert Row Above",
963
+ "pptx.contextMenu.insertRowBelow": "Insert Row Below",
964
+ "pptx.contextMenu.mergeCells": "Merge Right",
965
+ "pptx.contextMenu.mergeSelectedCells": "Merge Selected Cells",
966
+ "pptx.contextMenu.paste": "Paste",
967
+ "pptx.contextMenu.sendBackward": "Send Backward",
968
+ "pptx.contextMenu.sendToBack": "Send to Back",
969
+ "pptx.contextMenu.splitCell": "Split Cell",
970
+ "pptx.contextMenu.ungroup": "Ungroup",
971
+ // Digital signatures (additions)
972
+ "pptx.digitalSignatures.badge": "Signed",
973
+ "pptx.digitalSignatures.editWarning": "Editing this presentation will invalidate its digital signatures.",
974
+ "pptx.digitalSignatures.signed": "This presentation is digitally signed.",
975
+ "pptx.digitalSignatures.title": "Digital Signatures",
976
+ // Document properties
977
+ "pptx.documentProperties.custom.addProperty": "Add Property",
978
+ "pptx.documentProperties.custom.deleteProperty": "Delete property",
979
+ "pptx.documentProperties.custom.description": "Add custom properties to store additional metadata with this presentation.",
980
+ "pptx.documentProperties.custom.empty": "No custom properties.",
981
+ "pptx.documentProperties.custom.name": "Name",
982
+ "pptx.documentProperties.custom.namePlaceholder": "Property name",
983
+ "pptx.documentProperties.custom.no": "No",
984
+ "pptx.documentProperties.custom.type": "Type",
985
+ "pptx.documentProperties.custom.value": "Value",
986
+ "pptx.documentProperties.custom.valuePlaceholder": "Property value",
987
+ "pptx.documentProperties.custom.yes": "Yes",
988
+ "pptx.documentProperties.dialogTitle": "Document Properties",
989
+ "pptx.documentProperties.statistics.hoursMinutes": "{{hours}}h {{minutes}}m",
990
+ "pptx.documentProperties.statistics.notAvailable": "N/A",
991
+ // Equation editor
992
+ "pptx.equation.cancel": "Cancel",
993
+ "pptx.equation.editTitle": "Edit Equation",
994
+ "pptx.equation.insert": "Insert",
995
+ "pptx.equation.insertTitle": "Insert Equation",
996
+ "pptx.equation.latexHint": "Use LaTeX syntax. Ctrl+Enter to insert.",
997
+ "pptx.equation.latexInput": "LaTeX Input",
998
+ "pptx.equation.previewPlaceholder": "Equation preview will appear here",
999
+ "pptx.equation.templates": "Common Templates",
1000
+ "pptx.equation.update": "Update",
1001
+ // Font embedding
1002
+ "pptx.fonts.embedDescription": "Embed fonts used in this presentation so they display correctly on other devices.",
1003
+ "pptx.fonts.embedFonts": "Embed Fonts",
1004
+ "pptx.fonts.embedded": "Embedded",
1005
+ "pptx.fonts.enableEmbedding": "Enable font embedding",
1006
+ "pptx.fonts.missingWarning": "{{count}} font(s) could not be found and will not be embedded.",
1007
+ "pptx.fonts.notFound": "Not found",
1008
+ "pptx.fonts.scanning": "Scanning fonts...",
1009
+ "pptx.fonts.usedFonts": "Used Fonts",
1010
+ // Hyperlink dialog
1011
+ "pptx.hyperlink.actionEndShow": "End Show",
1012
+ "pptx.hyperlink.actionFirstSlide": "First Slide",
1013
+ "pptx.hyperlink.actionLabel": "Action",
1014
+ "pptx.hyperlink.actionLastSlide": "Last Slide",
1015
+ "pptx.hyperlink.actionNextSlide": "Next Slide",
1016
+ "pptx.hyperlink.actionPrevSlide": "Previous Slide",
1017
+ "pptx.hyperlink.editTitle": "Edit Hyperlink",
1018
+ "pptx.hyperlink.emailLabel": "Email address",
1019
+ "pptx.hyperlink.fileLabel": "File path",
1020
+ "pptx.hyperlink.slideLabel": "Slide number",
1021
+ "pptx.hyperlink.slideRange": "Enter a number between 1 and {{max}}.",
1022
+ "pptx.hyperlink.subjectLabel": "Subject",
1023
+ "pptx.hyperlink.tabAction": "Action",
1024
+ "pptx.hyperlink.tabEmail": "Email",
1025
+ "pptx.hyperlink.tabFile": "File",
1026
+ "pptx.hyperlink.tabSlide": "Slide",
1027
+ "pptx.hyperlink.tabUrl": "URL",
1028
+ "pptx.hyperlink.tooltipLabel": "Screen tip",
1029
+ "pptx.hyperlink.urlLabel": "Address",
1030
+ // Image (additions)
1031
+ "pptx.image.properties": "Image Properties",
1032
+ "pptx.imageAdjustments.biLevelDescription": "Converts the image to black and white at the chosen threshold.",
1033
+ // Inspector (additions)
1034
+ "pptx.inspector.layerOrder": "Layer Order",
1035
+ "pptx.inspector.lock": "Lock",
1036
+ "pptx.inspector.unlock": "Unlock",
1037
+ // Slide master / handout master / notes master
1038
+ "pptx.master.collapseMasterPane": "Collapse pane",
1039
+ "pptx.master.handoutBackground": "Background",
1040
+ "pptx.master.handoutMasterTitle": "Handout Master",
1041
+ "pptx.master.handoutPlaceholders": "Placeholders",
1042
+ "pptx.master.handoutSlideSlot": "Slide {{number}}",
1043
+ "pptx.master.handoutSlidesPerPage": "Slides per page",
1044
+ "pptx.master.noHandoutMaster": "No handout master",
1045
+ "pptx.master.noNotesMaster": "No notes master",
1046
+ "pptx.master.noPlaceholders": "No placeholders",
1047
+ "pptx.master.notesMasterBackground": "Background",
1048
+ "pptx.master.notesMasterBody": "Body",
1049
+ "pptx.master.notesMasterDate": "Date",
1050
+ "pptx.master.notesMasterFooter": "Footer",
1051
+ "pptx.master.notesMasterHeader": "Header",
1052
+ "pptx.master.notesMasterPageNumber": "Page Number",
1053
+ "pptx.master.notesMasterPlaceholders": "Placeholders",
1054
+ "pptx.master.notesMasterSlideImage": "Slide Image",
1055
+ "pptx.master.notesMasterTitle": "Notes Master",
1056
+ // Media properties (additions)
1057
+ "pptx.media.duration": "Duration",
1058
+ "pptx.media.filePath": "File path",
1059
+ "pptx.media.format": "Format",
1060
+ "pptx.media.info": "Media info",
1061
+ "pptx.media.posterFrame": "Poster frame",
1062
+ "pptx.media.resolution": "Resolution",
1063
+ // Notes rich-text toolbar
1064
+ "pptx.notes.bold": "Bold",
1065
+ "pptx.notes.bulletList": "Bullet list",
1066
+ "pptx.notes.indent": "Increase indent",
1067
+ "pptx.notes.insertLink": "Insert link",
1068
+ "pptx.notes.italic": "Italic",
1069
+ "pptx.notes.linkDisplayText": "Display text",
1070
+ "pptx.notes.linkUrl": "URL",
1071
+ "pptx.notes.numberedList": "Numbered list",
1072
+ "pptx.notes.outdent": "Decrease indent",
1073
+ "pptx.notes.plainEditor": "Plain editor",
1074
+ "pptx.notes.print": "Print",
1075
+ "pptx.notes.printNotes": "Print notes",
1076
+ "pptx.notes.richEditor": "Rich editor",
1077
+ "pptx.notes.strikethrough": "Strikethrough",
1078
+ "pptx.notes.toggleRichPlainEditor": "Toggle rich/plain text editor",
1079
+ "pptx.notes.underline": "Underline",
1080
+ // OLE object properties
1081
+ "pptx.ole.embedded": "Embedded",
1082
+ "pptx.ole.fileName": "File Name",
1083
+ "pptx.ole.linkStatus": "Link Status",
1084
+ "pptx.ole.linked": "Linked",
1085
+ "pptx.ole.title": "OLE Object",
1086
+ "pptx.ole.type": "Type",
1087
+ // Presentation mode (annotations-on-exit prompt)
1088
+ "pptx.presentation.clearAnnotations": "Clear Annotations",
1089
+ "pptx.presentation.discardAnnotations": "Discard Annotations",
1090
+ "pptx.presentation.keepAnnotations": "Keep Annotations",
1091
+ "pptx.presentation.keepAnnotationsDescription": "You made {{count}} annotations on {{slides}} slides. Would you like to keep them?",
1092
+ "pptx.presentation.keepAnnotationsTitle": "Keep Annotations?",
1093
+ // Presenter view
1094
+ "pptx.presenter.closeAudienceWindow": "Close Audience Window",
1095
+ "pptx.presenter.currentTime": "Current Time",
1096
+ "pptx.presenter.decreaseFontSize": "Decrease Font Size",
1097
+ "pptx.presenter.elapsed": "Elapsed",
1098
+ "pptx.presenter.endOfPresentation": "End of Presentation",
1099
+ "pptx.presenter.increaseFontSize": "Increase Font Size",
1100
+ "pptx.presenter.next": "Next",
1101
+ "pptx.presenter.nextSlide": "Next Slide",
1102
+ "pptx.presenter.noSlides": "No slides",
1103
+ "pptx.presenter.openAudienceWindow": "Open Audience Window",
1104
+ "pptx.presenter.presenterView": "Presenter View (N)",
1105
+ "pptx.presenter.prev": "Prev",
1106
+ "pptx.presenter.previousSlide": "Previous Slide",
1107
+ "pptx.presenter.slideLabel": "Slide {{current}} of {{total}}",
1108
+ "pptx.presenter.timerProgress": "Timer Progress",
1109
+ // Print dialog
1110
+ "pptx.print.allSlides": "All Slides",
1111
+ "pptx.print.blackAndWhite": "Black and White",
1112
+ "pptx.print.color": "Color",
1113
+ "pptx.print.colorMode": "Color Mode",
1114
+ "pptx.print.currentSlide": "Current Slide",
1115
+ "pptx.print.customRange": "Custom Range",
1116
+ "pptx.print.frameSlides": "Frame Slides",
1117
+ "pptx.print.from": "From",
1118
+ "pptx.print.fullPageSlides": "Full Page Slides",
1119
+ "pptx.print.grayscale": "Grayscale",
1120
+ "pptx.print.handout.slideAlt": "Slide {{number}}",
1121
+ "pptx.print.handouts": "Handouts",
1122
+ "pptx.print.landscape": "Landscape",
1123
+ "pptx.print.notes.noNotes": "No notes",
1124
+ "pptx.print.notes.slideAlt": "Slide {{number}}",
1125
+ "pptx.print.notesPages": "Notes Pages",
1126
+ "pptx.print.orientation": "Orientation",
1127
+ "pptx.print.outline": "Outline",
1128
+ "pptx.print.pageEstimate": "{{pages}} pages, {{slides}} slides",
1129
+ "pptx.print.portrait": "Portrait",
1130
+ "pptx.print.preview.morePages": "+{{count}} more pages",
1131
+ "pptx.print.preview.noSlides": "No slides to preview",
1132
+ "pptx.print.preview.title": "Preview",
1133
+ "pptx.print.printWhat": "Print What",
1134
+ "pptx.print.slideRange": "Slide Range",
1135
+ "pptx.print.slidesPerPage": "Slides Per Page",
1136
+ "pptx.print.to": "To",
1137
+ // Rehearse timings
1138
+ "pptx.rehearse.discard": "Discard",
1139
+ "pptx.rehearse.pause": "Pause",
1140
+ "pptx.rehearse.resume": "Resume",
1141
+ "pptx.rehearse.saveTimings": "Save Timings",
1142
+ "pptx.rehearse.slide": "Slide",
1143
+ "pptx.rehearse.slideTime": "Slide Time",
1144
+ "pptx.rehearse.summaryTitle": "Rehearsal Timings",
1145
+ "pptx.rehearse.time": "Time",
1146
+ "pptx.rehearse.totalPresentationTime": "Total presentation time",
1147
+ "pptx.rehearse.totalTime": "Total Time",
1148
+ // Password protection
1149
+ "pptx.security.confirmPassword": "Confirm Password",
1150
+ "pptx.security.confirmPasswordPlaceholder": "Re-enter password",
1151
+ "pptx.security.currentlyProtected": "This presentation is password protected.",
1152
+ "pptx.security.description": "Set a password to encrypt this presentation. You will need it to open the file.",
1153
+ "pptx.security.errorPasswordMismatch": "Passwords do not match.",
1154
+ "pptx.security.errorPasswordRequired": "Please enter a password.",
1155
+ "pptx.security.errorPasswordTooShort": "Password must be at least 4 characters.",
1156
+ "pptx.security.password": "Password",
1157
+ "pptx.security.passwordPlaceholder": "Enter password",
1158
+ "pptx.security.protectPresentation": "Protect Presentation",
1159
+ "pptx.security.removePassword": "Remove Password",
1160
+ "pptx.security.setPassword": "Set Password",
1161
+ "pptx.security.strengthFair": "Fair",
1162
+ "pptx.security.strengthStrong": "Strong",
1163
+ "pptx.security.strengthVeryStrong": "Very Strong",
1164
+ "pptx.security.strengthVeryWeak": "Very Weak",
1165
+ "pptx.security.strengthWeak": "Weak",
1166
+ "pptx.security.updatePassword": "Update Password",
1167
+ // Shape (additions)
1168
+ "pptx.shape.fillStroke": "Fill & Stroke",
1169
+ "pptx.shape.type": "Shape Type",
1170
+ // Set Up Slide Show dialog
1171
+ "pptx.slideShow.advanceSlides": "Advance Slides",
1172
+ "pptx.slideShow.browsedAtKiosk": "Browsed at a kiosk (full screen)",
1173
+ "pptx.slideShow.browsedByIndividual": "Browsed by an individual (window)",
1174
+ "pptx.slideShow.manually": "Manually",
1175
+ "pptx.slideShow.presentedBySpeaker": "Presented by a speaker (full screen)",
1176
+ "pptx.slideShow.setUpTitle": "Set Up Show",
1177
+ "pptx.slideShow.showType": "Show Type",
1178
+ "pptx.slideShow.useTimings": "Using timings, if present",
1179
+ // Slide size dialog
1180
+ "pptx.slideSize.height": "Height",
1181
+ "pptx.slideSize.presets": "Preset sizes...",
1182
+ "pptx.slideSize.title": "Slide Size",
1183
+ "pptx.slideSize.width": "Width",
1184
+ // Slide sorter context menu
1185
+ "pptx.slideSorter.contextMenu.copy": "Copy",
1186
+ "pptx.slideSorter.contextMenu.delete": "Delete",
1187
+ "pptx.slideSorter.contextMenu.duplicate": "Duplicate",
1188
+ "pptx.slideSorter.contextMenu.hideSlides": "Hide Slides",
1189
+ "pptx.slideSorter.contextMenu.paste": "Paste",
1190
+ "pptx.slideSorter.contextMenu.showSlides": "Show Slides",
1191
+ // SmartArt (additions)
1192
+ "pptx.smartart.cancel": "Cancel",
1193
+ "pptx.smartart.close": "Close",
1194
+ "pptx.smartart.insert": "Insert",
1195
+ "pptx.smartart.insertTitle": "Insert SmartArt",
1196
+ // Live captions
1197
+ "pptx.subtitles.listening": "Listening\u2026",
1198
+ "pptx.subtitles.notSupported": "Subtitles are not supported in this browser.",
1199
+ // Table (additions)
1200
+ "pptx.table.background": "Background",
1201
+ "pptx.table.bandColCycle": "Column band size",
1202
+ "pptx.table.bandRowCycle": "Row band size",
1203
+ "pptx.table.cell": "Cell R{{row}} C{{col}}",
1204
+ "pptx.table.cellBorders": "Cell borders",
1205
+ "pptx.table.cellPadding": "Cell padding",
1206
+ "pptx.table.color": "Text",
1207
+ "pptx.table.columnWidths": "Column widths",
1208
+ "pptx.table.even": "Even",
1209
+ "pptx.table.fillMode": "Fill mode",
1210
+ "pptx.table.fontSize": "Size",
1211
+ "pptx.table.gradientAddStop": "Add stop",
1212
+ "pptx.table.gradientAngle": "Angle",
1213
+ "pptx.table.gradientStops": "Stops",
1214
+ "pptx.table.gradientType": "Type",
1215
+ "pptx.table.margins": "Margins",
1216
+ "pptx.table.mergeDown": "Merge down",
1217
+ "pptx.table.mergeRight": "Merge right",
1218
+ "pptx.table.patternBackground": "Background",
1219
+ "pptx.table.patternForeground": "Foreground",
1220
+ "pptx.table.patternPreset": "Pattern",
1221
+ "pptx.table.rowHeights": "Row heights",
1222
+ "pptx.table.rowsColumns": "{{rows}} rows \xD7 {{cols}} columns",
1223
+ "pptx.table.split": "Split",
1224
+ "pptx.table.stylePresets": "Style presets",
1225
+ "pptx.table.title": "Table",
1226
+ // Document tags
1227
+ "pptx.tags.addTag": "Add tag",
1228
+ "pptx.tags.deleteTag": "Delete tag",
1229
+ "pptx.tags.name": "Name",
1230
+ "pptx.tags.noTags": "No tags",
1231
+ "pptx.tags.title": "Tags",
1232
+ "pptx.tags.value": "Value",
1233
+ // Text panel (additions)
1234
+ "pptx.text.title": "Text",
1235
+ "pptx.text3d.bevelBottom": "Bottom Bevel",
1236
+ "pptx.text3d.bevelHeight": "Bevel Height",
1237
+ "pptx.text3d.bevelTop": "Top Bevel",
1238
+ "pptx.text3d.bevelType": "Bevel Type",
1239
+ "pptx.text3d.bevelWidth": "Bevel Width",
1240
+ "pptx.text3d.extrusionColor": "Color",
1241
+ "pptx.text3d.extrusionDepth": "Depth (pt)",
1242
+ // Theme editor (additions)
1243
+ "pptx.themeEditor.bodySample": "Body text",
1244
+ "pptx.themeEditor.fonts": "Fonts",
1245
+ "pptx.themeEditor.headingSample": "Heading",
1246
+ "pptx.themeEditor.presetThemes": "Preset themes",
1247
+ "pptx.themeEditor.preview": "Preview",
1248
+ "pptx.themeEditor.themeNamePlaceholder": "Theme name",
1249
+ // Theme override
1250
+ "pptx.themeOverride.enableOverride": "Override theme for this slide",
1251
+ "pptx.themeOverride.heading": "Theme Override",
1252
+ // Toolbar (additions)
1253
+ "pptx.toolbar.present": "Present",
1254
+ "pptx.toolbar.save": "Save",
1255
+ // Slide transitions (additions)
1256
+ "pptx.transition.advanceOnClick": "Advance on click",
1257
+ "pptx.transition.direction": "Direction",
1258
+ "pptx.transition.orientation": "Orientation",
1259
+ "pptx.transition.preview": "Preview",
1260
+ "pptx.transition.sound": "Sound",
1261
+ "pptx.transition.spokes": "Spokes",
1262
+ "pptx.transition.type": "Type",
1263
+ // Context menu / editor toolbar (Angular/Vue-specific additions)
1264
+ "pptx.contextMenu.ariaLabel": "Context menu",
1265
+ "pptx.editorToolbar.ariaLabel": "Editor toolbar",
1266
+ "pptx.editorToolbar.insert": "Insert",
1267
+ "pptx.editorToolbar.insertTextBox": "Insert Text Box",
1268
+ "pptx.editorToolbar.insertRectangle": "Insert Rectangle",
1269
+ "pptx.editorToolbar.insertEllipse": "Insert Ellipse",
1270
+ "pptx.editorToolbar.insertLine": "Insert Line",
1271
+ "pptx.editorToolbar.arrange": "Arrange",
1272
+ "pptx.editorToolbar.align": "Align",
1273
+ "pptx.editorToolbar.alignLeft": "Align Left",
1274
+ "pptx.editorToolbar.alignCenter": "Align Centre",
1275
+ "pptx.editorToolbar.alignRight": "Align Right",
1276
+ "pptx.editorToolbar.alignTop": "Align Top",
1277
+ "pptx.editorToolbar.alignMiddle": "Align Middle",
1278
+ "pptx.editorToolbar.alignBottom": "Align Bottom",
1279
+ // Effects panel (compact-layout additions)
1280
+ "pptx.effects.glow": "Glow",
1281
+ "pptx.effects.reflection": "Reflection",
1282
+ "pptx.effects.softEdge": "Soft Edge",
1283
+ "pptx.effects.offsetX": "X",
1284
+ "pptx.effects.offsetY": "Y",
1285
+ "pptx.effects.size": "Size",
1286
+ "pptx.effects.startPercent": "Start%",
1287
+ "pptx.effects.endPercent": "End%",
1288
+ "pptx.effects.direction": "Dir\xB0",
1289
+ // Encrypted file (additions)
1290
+ "pptx.encryptedFile.close": "Close",
1291
+ // Find bar (Angular's compact find, alongside the shared Find & Replace panel)
1292
+ "pptx.findReplace.ariaLabel": "Find and replace",
1293
+ "pptx.findBar.ariaLabel": "Find in slides",
1294
+ "pptx.findBar.placeholder": "Find in slides\u2026",
1295
+ "pptx.findBar.searchQuery": "Search query",
1296
+ "pptx.findBar.noResults": "No results",
1297
+ "pptx.findBar.resultsSummary": "{{current}} / {{total}} result(s) across {{slides}} slide(s)",
1298
+ "pptx.findBar.close": "Close find bar",
1299
+ "pptx.findBar.matchContext": "Match context",
1300
+ // Gradient picker
1301
+ "pptx.gradient.heading": "Gradient Fill",
1302
+ "pptx.gradient.type": "Type",
1303
+ "pptx.gradient.linear": "Linear",
1304
+ "pptx.gradient.radial": "Radial",
1305
+ "pptx.gradient.angle": "Angle\xB0",
1306
+ "pptx.gradient.stops": "Stops",
1307
+ "pptx.gradient.position": "Pos",
1308
+ "pptx.gradient.removeStop": "Remove stop",
1309
+ "pptx.gradient.addStop": "Add Stop",
1310
+ // Hyperlink dialog (Angular's compact variant, alongside pptx.hyperlink.*)
1311
+ "pptx.hyperlinkDialog.title": "Hyperlink",
1312
+ "pptx.hyperlinkDialog.address": "Address",
1313
+ "pptx.hyperlinkDialog.tooltip": "Tooltip",
1314
+ "pptx.hyperlinkDialog.tooltipPlaceholder": "Shown on hover (optional)",
1315
+ "pptx.hyperlinkDialog.removeLink": "Remove link",
1316
+ "pptx.hyperlinkDialog.cancel": "Cancel",
1317
+ "pptx.hyperlinkDialog.apply": "Apply",
1318
+ // Keep ink annotations prompt (Vue/Angular)
1319
+ "pptx.keepAnnotations.title": "Keep Ink Annotations?",
1320
+ "pptx.keepAnnotations.description": "You made {{count}} ink annotation(s) across {{slides}} slide(s). Keep them as ink on the slides, or discard?",
1321
+ "pptx.keepAnnotations.discard": "Discard",
1322
+ "pptx.keepAnnotations.keep": "Keep",
1323
+ // Font embedding panel (Angular's variant, alongside pptx.fonts.*)
1324
+ "pptx.fontEmbedding.usedFonts": "Used fonts ({{count}})",
1325
+ "pptx.fontEmbedding.scanning": "Scanning fonts...",
1326
+ "pptx.fontEmbedding.embedded": "Embedded",
1327
+ "pptx.fontEmbedding.available": "Available",
1328
+ "pptx.fontEmbedding.notFound": "Not found",
1329
+ "pptx.fontEmbedding.missingWarning": "{{count}} font(s) not found",
1330
+ "pptx.fontEmbedding.title": "Embed Fonts",
1331
+ "pptx.fontEmbedding.description": "Embed the fonts used by this presentation so it renders correctly on devices that do not have them installed.",
1332
+ "pptx.fontEmbedding.embedWhenSaving": "Embed fonts when saving",
1333
+ "pptx.fontEmbedding.done": "Done",
1334
+ // Mobile chrome (bottom bar / sheets / menu)
1335
+ "pptx.mobileBar.ariaLabel": "Editor actions",
1336
+ "pptx.mobileBar.slideControls": "Slide controls",
1337
+ "pptx.mobileBar.previousSlide": "Previous slide",
1338
+ "pptx.mobileBar.nextSlide": "Next slide",
1339
+ "pptx.mobileBar.zoomLevel": "Zoom level",
1340
+ "pptx.mobileBar.present": "Present",
1341
+ "pptx.mobileBar.slidesPanel": "Slides panel",
1342
+ "pptx.mobileBar.insert": "Insert",
1343
+ "pptx.mobileBar.formatTitle": "Format / properties",
1344
+ "pptx.mobileBar.saveTitle": "Save (.pptx)",
1345
+ "pptx.mobileBar.moreActions": "More actions",
1346
+ "pptx.mobileSheet.ariaLabel": "Sheet",
1347
+ "pptx.mobileSheet.close": "Close",
1348
+ "pptx.mobileSlides.summary": "{{count}} slide(s) - slide {{active}} active",
1349
+ "pptx.mobileMenu.title": "Actions",
1350
+ "pptx.mobileMenu.selectSection": "Select a section above",
1351
+ "pptx.mobileMenu.insertTextBox": "Insert text box",
1352
+ "pptx.mobileMenu.find": "Find in slides",
1353
+ "pptx.mobileMenu.sorter": "Slide sorter",
1354
+ "pptx.mobileMenu.speakerNotes": "Speaker notes",
1355
+ "pptx.mobileMenu.present": "Present",
1356
+ "pptx.mobileMenu.exportPng": "Export as PNG",
1357
+ "pptx.mobileMenu.currentSlide": "Current slide",
1358
+ "pptx.mobileMenu.exportPdf": "Export as PDF",
1359
+ "pptx.mobileMenu.exporting": "Exporting\u2026",
1360
+ "pptx.mobileMenu.allSlides": "All slides",
1361
+ "pptx.mobileMenu.exportGif": "Export as GIF",
1362
+ "pptx.mobileMenu.animated": "Animated",
1363
+ "pptx.mobileMenu.exportVideo": "Export as Video",
1364
+ "pptx.mobileMenu.mp4": "MP4",
1365
+ "pptx.mobileMenu.open": "Open",
1366
+ "pptx.mobileMenu.pptxExt": ".pptx",
1367
+ "pptx.mobileMenu.save": "Save",
1368
+ "pptx.mobileMenu.print": "Print",
1369
+ "pptx.mobileToolbar.toolbar": "Toolbar",
1370
+ // Ribbon tab labels (Vue)
1371
+ "pptx.ribbon.home": "Home",
1372
+ "pptx.ribbon.insert": "Insert",
1373
+ "pptx.ribbon.text": "Text",
1374
+ "pptx.ribbon.draw": "Draw",
1375
+ "pptx.ribbon.arrange": "Arrange",
1376
+ "pptx.ribbon.design": "Design",
1377
+ "pptx.ribbon.transitions": "Transitions",
1378
+ "pptx.ribbon.animations": "Animations",
1379
+ "pptx.ribbon.slideShow": "Slide Show",
1380
+ "pptx.ribbon.review": "Review",
1381
+ "pptx.ribbon.view": "View",
1382
+ "pptx.ribbon.file": "File",
1383
+ // Insert SmartArt dialog
1384
+ "pptx.insertSmartArt.title": "Insert SmartArt",
1385
+ "pptx.insertSmartArt.categories": "SmartArt categories",
1386
+ "pptx.insertSmartArt.layouts": "SmartArt layouts",
1387
+ "pptx.insertSmartArt.itemsLabel": "Items (one per line)",
1388
+ "pptx.insertSmartArt.cancel": "Cancel",
1389
+ "pptx.insertSmartArt.insert": "Insert",
1390
+ "pptx.smartArt.insertTitle": "Insert SmartArt",
1391
+ "pptx.smartArt.categoriesLabel": "SmartArt categories",
1392
+ "pptx.smartArt.layoutsLabel": "SmartArt layouts",
1393
+ "pptx.smartArt.nodesLabel": "Nodes (one per line)",
1394
+ "pptx.smartArt.nodesPlaceholder": "Item 1\nItem 2\nItem 3",
1395
+ "pptx.smartArt.insert": "Insert",
1396
+ // Inspector panel (compact-layout additions)
1397
+ "pptx.inspector.elementProperties": "Element properties",
1398
+ "pptx.inspector.transform": "Transform",
1399
+ "pptx.inspector.x": "X",
1400
+ "pptx.inspector.y": "Y",
1401
+ "pptx.inspector.w": "W",
1402
+ "pptx.inspector.h": "H",
1403
+ "pptx.inspector.rotation": "Rot\xB0",
1404
+ "pptx.inspector.opacity": "Opacity",
1405
+ "pptx.inspector.fillStroke": "Fill & Stroke",
1406
+ "pptx.inspector.stroke": "Stroke",
1407
+ "pptx.inspector.color": "Color",
1408
+ "pptx.inspector.size": "Size",
1409
+ "pptx.inspector.bold": "Bold",
1410
+ "pptx.inspector.italic": "Italic",
1411
+ "pptx.inspector.underline": "Underline",
1412
+ "pptx.inspector.locked": "Locked",
1413
+ "pptx.inspector.gradientFill": "Gradient fill",
1414
+ "pptx.inspector.textAdvanced": "Text - advanced",
1415
+ "pptx.inspector.tableData": "Table data",
1416
+ "pptx.inspector.tableStyle": "Table style",
1417
+ "pptx.inspector.cellFormatting": "Cell formatting",
1418
+ "pptx.inspector.chartData": "Chart data",
1419
+ "pptx.inspector.animation": "Animation",
1420
+ // Inline text editor
1421
+ "pptx.inlineEditor.editText": "Edit text",
1422
+ // Link tooltip (hover-over-hyperlink chip)
1423
+ "pptx.linkTooltip.followLink": "Ctrl+Click to follow link",
1424
+ "pptx.linkTooltip.presentationMode": "Active in presentation mode",
1425
+ // Master view sidebar (Vue)
1426
+ "pptx.masterView.tabHandout": "Handout",
1427
+ "pptx.masterView.slideMastersTitle": "Slide Masters",
1428
+ "pptx.masterView.notesMasterTitle": "Notes Master",
1429
+ "pptx.masterView.handoutMasterTitle": "Handout Master",
1430
+ "pptx.masterView.collapse": "Collapse master pane",
1431
+ // Mobile presenter view (Vue)
1432
+ "pptx.mpresenter.noSlides": "No slides to present.",
1433
+ "pptx.mpresenter.elapsed": "Elapsed",
1434
+ "pptx.mpresenter.endOfPresentation": "End of presentation",
1435
+ "pptx.mpresenter.noNotes": "No notes for this slide.",
1436
+ "pptx.mpresenter.prev": "Prev",
1437
+ "pptx.mpresenter.next": "Next",
1438
+ // 3D model element
1439
+ "pptx.model3d.label": "3D Model",
1440
+ // Notes master (Vue's compact placeholder labels, alongside pptx.master.notesMaster*)
1441
+ "pptx.notesMaster.phSlideImage": "Slide Image",
1442
+ "pptx.notesMaster.phNotesBody": "Notes Body",
1443
+ "pptx.notesMaster.phDate": "Date",
1444
+ "pptx.notesMaster.phPageNumber": "Page Number",
1445
+ "pptx.notesMaster.empty": "No notes master",
1446
+ "pptx.notesMaster.slideAlt": "Slide",
1447
+ "pptx.notesMaster.background": "Background",
1448
+ "pptx.notesMaster.placeholders": "Placeholders",
1449
+ "pptx.notesMaster.noPlaceholders": "No placeholders",
1450
+ // Notes panel / toolbar (Vue's compact toolbar, alongside pptx.notes.*)
1451
+ "pptx.notes.addSpeakerNotes": "Add speaker notes\u2026",
1452
+ "pptx.notesToolbar.bold": "Bold",
1453
+ "pptx.notesToolbar.italic": "Italic",
1454
+ "pptx.notesToolbar.underline": "Underline",
1455
+ "pptx.notesToolbar.strikethrough": "Strikethrough",
1456
+ "pptx.notesToolbar.bulletedList": "Bulleted list",
1457
+ "pptx.notesToolbar.numberedList": "Numbered list",
1458
+ "pptx.notesToolbar.increaseIndent": "Increase indent",
1459
+ "pptx.notesToolbar.decreaseIndent": "Decrease indent",
1460
+ "pptx.notesToolbar.insertLink": "Insert link",
1461
+ "pptx.notesToolbar.printNotes": "Print notes",
1462
+ "pptx.notesToolbar.linkUrl": "Link URL",
1463
+ "pptx.notesToolbar.displayText": "Display text",
1464
+ "pptx.notesToolbar.switchToPlain": "Switch to plain editor",
1465
+ "pptx.notesToolbar.switchToRich": "Switch to rich editor",
1466
+ "pptx.notesToolbar.plain": "Plain",
1467
+ "pptx.notesToolbar.rich": "Rich",
1468
+ // OLE object actions (Vue)
1469
+ "pptx.ole.download": "Download",
1470
+ "pptx.ole.open": "Open",
1471
+ "pptx.ole.downloadName": "Download {{name}}",
1472
+ "pptx.ole.openName": "Open {{name}}",
1473
+ // Password protection (Vue's variant, alongside pptx.security.*)
1474
+ "pptx.password.strengthVeryWeak": "Very weak",
1475
+ "pptx.password.strengthWeak": "Weak",
1476
+ "pptx.password.strengthFair": "Fair",
1477
+ "pptx.password.strengthStrong": "Strong",
1478
+ "pptx.password.strengthVeryStrong": "Very strong",
1479
+ "pptx.password.errorEnter": "Enter a password.",
1480
+ "pptx.password.errorMismatch": "Passwords do not match.",
1481
+ "pptx.password.errorTooShort": "Password must be at least 4 characters.",
1482
+ "pptx.password.title": "Protect Presentation",
1483
+ "pptx.password.protectedNotice": "This presentation is password-protected.",
1484
+ "pptx.password.description": "Set a password so only people who know it can open this presentation.",
1485
+ "pptx.password.password": "Password",
1486
+ "pptx.password.enterPassword": "Enter password",
1487
+ "pptx.password.hide": "Hide",
1488
+ "pptx.password.show": "Show",
1489
+ "pptx.password.confirmPassword": "Confirm password",
1490
+ "pptx.password.reenterPassword": "Re-enter password",
1491
+ "pptx.password.removePassword": "Remove password",
1492
+ "pptx.password.updatePassword": "Update password",
1493
+ "pptx.password.setPassword": "Set password",
1494
+ // Presentation-mode toolbar (Vue's variant, alongside pptx.presentation.*)
1495
+ "pptx.presentationToolbar.penColor": "Pen colour",
1496
+ "pptx.presentationToolbar.penColorValue": "Pen colour {{color}}",
1497
+ "pptx.presentationToolbar.highlighterColor": "Highlighter colour",
1498
+ "pptx.presentationToolbar.highlighterColorValue": "Highlighter colour {{color}}",
1499
+ "pptx.presentationToolbar.clearAnnotations": "Clear annotations",
1500
+ "pptx.presentationToolbar.presenterView": "Presenter view",
1501
+ "pptx.presenterView.currentTime": "Current time",
1502
+ "pptx.presenterView.decreaseFontSize": "Decrease font size",
1503
+ "pptx.presenterView.increaseFontSize": "Increase font size",
1504
+ "pptx.presenterView.timerProgress": "Timer progress",
1505
+ "pptx.presenterView.timerTitle": "{{elapsed}} (segment {{segment}})",
1506
+ // Print dialog (Vue's variant, alongside pptx.print.*)
1507
+ "pptx.print.page": "{{count}} page",
1508
+ "pptx.print.pages": "{{count}} pages",
1509
+ "pptx.print.slide": "{{count}} slide",
1510
+ "pptx.print.slides": "{{count}} slides",
1511
+ "pptx.print.whatFullPage": "Full-page slides",
1512
+ "pptx.print.whatHandouts": "Handouts",
1513
+ "pptx.print.whatNotes": "Notes pages",
1514
+ "pptx.print.whatOutline": "Outline",
1515
+ "pptx.print.colorColor": "Color",
1516
+ "pptx.print.colorGrayscale": "Grayscale",
1517
+ "pptx.print.colorBlackWhite": "Black & white",
1518
+ "pptx.print.legendPrintWhat": "Print what",
1519
+ "pptx.print.legendSlidesPerPage": "Slides per page",
1520
+ "pptx.print.legendSlideRange": "Slide range",
1521
+ "pptx.print.legendOrientation": "Orientation",
1522
+ "pptx.print.legendColorMode": "Color mode",
1523
+ "pptx.print.rangeAll": "All slides ({{count}})",
1524
+ "pptx.print.rangeCurrent": "Current slide ({{count}})",
1525
+ "pptx.print.rangeCustom": "Custom range",
1526
+ // Document properties (Vue's variant, alongside pptx.documentProperties.*)
1527
+ "pptx.properties.title": "Document properties",
1528
+ "pptx.properties.titleLabel": "Title",
1529
+ "pptx.properties.author": "Author",
1530
+ "pptx.properties.subject": "Subject",
1531
+ "pptx.properties.keywords": "Keywords",
1532
+ "pptx.properties.created": "Created",
1533
+ "pptx.properties.modified": "Modified",
1534
+ // Section list
1535
+ "pptx.sectionList.expand": "Expand section",
1536
+ "pptx.sectionList.collapse": "Collapse section",
1537
+ "pptx.sectionList.moveUp": "Move section up",
1538
+ "pptx.sectionList.moveDown": "Move section down",
1539
+ "pptx.sectionList.deleteSection": "Delete section",
1540
+ "pptx.sectionList.addSection": "Add section",
1541
+ "pptx.sectionList.addSectionHere": "Add section here",
1542
+ // Selection overlay / pane
1543
+ "pptx.selectionOverlay.rotate": "Rotate element",
1544
+ "pptx.selectionOverlay.resize": "Resize {{handle}}",
1545
+ "pptx.selectionOverlay.adjust": "Adjust shape",
1546
+ "pptx.elementType.textBox": "Text Box",
1547
+ "pptx.elementType.shape": "Shape",
1548
+ "pptx.elementType.connector": "Connector",
1549
+ "pptx.elementType.image": "Image",
1550
+ "pptx.elementType.picture": "Picture",
1551
+ "pptx.elementType.chart": "Chart",
1552
+ "pptx.elementType.table": "Table",
1553
+ "pptx.elementType.smartArt": "SmartArt",
1554
+ "pptx.elementType.media": "Media",
1555
+ "pptx.elementType.group": "Group",
1556
+ "pptx.elementType.ink": "Ink",
1557
+ "pptx.elementType.object": "Object",
1558
+ "pptx.selectionPane.heading": "Selection",
1559
+ "pptx.selectionPane.noObjects": "No objects on this slide.",
1560
+ "pptx.selectionPane.elementLabel": "{{type}} {{number}}",
1561
+ // Set Up Slide Show dialog (Vue's variant, alongside pptx.slideShow.*)
1562
+ "pptx.slideShow.title": "Set Up Slide Show",
1563
+ "pptx.slideShow.typePresented": "Presented by a speaker (full screen)",
1564
+ "pptx.slideShow.typeBrowsed": "Browsed by an individual (window)",
1565
+ "pptx.slideShow.typeKiosk": "Browsed at a kiosk (full screen)",
1566
+ "pptx.slideShow.legendShowType": "Show type",
1567
+ "pptx.slideShow.legendAdvance": "Advance slides",
1568
+ "pptx.slideShow.advanceManual": "Manually",
1569
+ "pptx.slideShow.advanceTimings": "Using timings, if present",
1570
+ "pptx.slideShow.ok": "OK",
1571
+ // Settings dialog (additions)
1572
+ "pptx.settings.done": "Done",
1573
+ // Share dialog (Vue's variant, alongside pptx.share.*)
1574
+ "pptx.share.activeDescription": "A collaboration session is currently active.",
1575
+ "pptx.share.formDescription": "Start a real-time session and invite others to edit with you.",
1576
+ "pptx.share.roomId": "Room ID",
1577
+ "pptx.share.yourName": "Your name",
1578
+ "pptx.share.serverUrl": "Server URL",
1579
+ // Shortcuts panel (additions)
1580
+ "pptx.shortcuts.searchPlaceholder": "Search shortcuts\u2026",
1581
+ "pptx.shortcuts.searchLabel": "Search shortcuts",
1582
+ "pptx.shortcuts.noResults": 'No shortcuts match "{{query}}".',
1583
+ // Viewer root (loading/error states, notes/properties panel)
1584
+ "pptx.viewer.loading": "Loading presentation\u2026",
1585
+ "pptx.viewer.encrypted": "This presentation is password-protected and cannot be opened.",
1586
+ "pptx.viewer.loadError": "Failed to load presentation.",
1587
+ "pptx.viewer.slide": "Slide",
1588
+ "pptx.viewer.background": "Background",
1589
+ "pptx.viewer.speakerNotesPlaceholder": "Click to add speaker notes",
1590
+ "pptx.viewer.digitalSignatures": "Digital Signatures",
1591
+ "pptx.viewer.elementProperties": "Element Properties",
1592
+ "pptx.viewer.slideProperties": "Slide Properties",
1593
+ // Angular ribbon / mobile / notes / share / security (additions from sweep batch 3)
1594
+ "pptx.common.close": "Close",
1595
+ "pptx.common.save": "Save",
1596
+ "pptx.common.ok": "OK",
1597
+ "pptx.mobileToolbar.menu": "Menu",
1598
+ "pptx.ole.downloadFileAria": "Download {{file}}",
1599
+ "pptx.ole.openFileAria": "Open {{file}} in a new tab",
1600
+ "pptx.notes.speakerNotes": "Speaker notes",
1601
+ "pptx.notes.linkUrlPlaceholder": "https://...",
1602
+ "pptx.notes.switchToPlainEditor": "Switch to plain editor",
1603
+ "pptx.notes.switchToRichEditor": "Switch to rich editor",
1604
+ "pptx.presentation.annotationTools": "Annotation tools",
1605
+ "pptx.presentation.liveCaptions": "Live captions",
1606
+ "pptx.documentProperties.created": "Created",
1607
+ "pptx.documentProperties.modified": "Modified",
1608
+ "pptx.selectionPane.showElement": "Show element",
1609
+ "pptx.selectionPane.hideElement": "Hide element",
1610
+ "pptx.share.activeTitle": "Collaboration active",
1611
+ "pptx.share.connecting": "Connecting",
1612
+ "pptx.share.participantSingular": "participant",
1613
+ "pptx.share.participantPlural": "participants",
1614
+ "pptx.share.roomIdPlaceholder": "my-presentation",
1615
+ "pptx.share.yourNamePlaceholder": "Jane Doe",
1616
+ "pptx.security.showPassword": "Show password",
1617
+ "pptx.security.hidePassword": "Hide password",
1618
+ "pptx.security.show": "Show",
1619
+ "pptx.security.hide": "Hide",
1620
+ "pptx.ribbon.slideShowOptions": "Slide show options",
1621
+ "pptx.ribbon.fromBeginning": "From Beginning",
1622
+ "pptx.ribbon.presenterView": "Presenter View",
1623
+ "pptx.ribbon.broadcast": "Broadcast",
1624
+ "pptx.ribbon.customShows": "Custom shows",
1625
+ "pptx.ribbon.customShowsButton": "Custom Shows",
1626
+ "pptx.ribbon.show": "Show",
1627
+ "pptx.ribbon.shareForCollaboration": "Share for collaboration",
1628
+ "pptx.ribbon.moreActions": "More actions",
1629
+ "pptx.ribbon.exportPng": "Export as PNG",
1630
+ "pptx.ribbon.exportPdf": "Export as PDF",
1631
+ "pptx.ribbon.exportVideo": "Export as Video",
1632
+ "pptx.ribbon.exportGif": "Export as GIF",
1633
+ "pptx.ribbon.savePptx": "Save (.pptx)",
1634
+ "pptx.ribbon.documentProperties": "Document Properties",
1635
+ "pptx.ribbon.accessibilityCheck": "Accessibility Check",
1636
+ "pptx.ribbon.insertActionButton": "Insert action button",
1637
+ "pptx.ribbon.action": "Action",
1638
+ "pptx.ribbon.tab.file": "File",
1639
+ "pptx.ribbon.tab.home": "Home",
1640
+ "pptx.ribbon.tab.insert": "Insert",
1641
+ "pptx.ribbon.tab.text": "Text",
1642
+ "pptx.ribbon.tab.draw": "Draw",
1643
+ "pptx.ribbon.tab.arrange": "Arrange",
1644
+ "pptx.ribbon.tab.design": "Design",
1645
+ "pptx.ribbon.tab.transitions": "Transitions",
1646
+ "pptx.ribbon.tab.animations": "Animations",
1647
+ "pptx.ribbon.tab.slideShow": "Slide Show",
1648
+ "pptx.ribbon.tab.record": "Record",
1649
+ "pptx.ribbon.tab.review": "Review",
1650
+ "pptx.ribbon.tab.view": "View",
1651
+ "pptx.ribbon.tab.help": "Help",
1652
+ "pptx.ribbon.tool.select": "Select",
1653
+ "pptx.ribbon.tool.pen": "Pen",
1654
+ "pptx.ribbon.tool.highlighter": "Highlighter",
1655
+ "pptx.ribbon.tool.eraser": "Eraser",
1656
+ "pptx.ribbon.tool.freeform": "Freeform",
1657
+ "pptx.ribbon.transition.none": "None",
1658
+ "pptx.ribbon.transition.fade": "Fade",
1659
+ "pptx.ribbon.transition.push": "Push",
1660
+ "pptx.ribbon.transition.wipe": "Wipe",
1661
+ "pptx.ribbon.transition.split": "Split",
1662
+ "pptx.ribbon.transition.reveal": "Reveal",
1663
+ "pptx.ribbon.transition.cut": "Cut",
1664
+ "pptx.ribbon.transition.cover": "Cover",
1665
+ "pptx.ribbon.transition.uncover": "Uncover",
1666
+ "pptx.ribbon.transitionTitle": "{{name}} transition",
1667
+ "pptx.ribbon.collapseRibbon": "Collapse the ribbon",
1668
+ "pptx.ribbon.expandRibbon": "Expand the ribbon",
1669
+ "pptx.ribbon.open": "Open",
1670
+ "pptx.ribbon.openAnotherPresentation": "Open another presentation",
1671
+ "pptx.ribbon.saveAsPptx": "Save as .pptx",
1672
+ "pptx.ribbon.exportCurrentSlidePng": "Export current slide as PNG",
1673
+ "pptx.ribbon.exportDeckPdf": "Export deck as PDF",
1674
+ "pptx.ribbon.exportGifTitle": "Export as GIF",
1675
+ "pptx.ribbon.exportWebmVideo": "Export as WebM video",
1676
+ "pptx.ribbon.exporting": "Exporting\u2026",
1677
+ "pptx.ribbon.properties": "Properties",
1678
+ "pptx.ribbon.signatures": "Signatures",
1679
+ "pptx.ribbon.replace": "Replace",
1680
+ "pptx.ribbon.protect": "Protect",
1681
+ "pptx.ribbon.protectWithPassword": "Protect with a password",
1682
+ "pptx.ribbon.embedFonts": "Embed Fonts",
1683
+ "pptx.ribbon.manageEmbeddedFonts": "Manage embedded fonts",
1684
+ "pptx.ribbon.versionHistory": "Version History",
1685
+ "pptx.ribbon.browseSavedVersions": "Browse saved versions",
1686
+ "pptx.ribbon.painter": "Painter",
1687
+ "pptx.ribbon.clipboard": "Clipboard",
1688
+ "pptx.ribbon.newSlide": "New slide",
1689
+ "pptx.ribbon.slide": "Slide",
1690
+ "pptx.ribbon.duplicateSlide": "Duplicate slide",
1691
+ "pptx.ribbon.font": "Font",
1692
+ "pptx.ribbon.paragraph": "Paragraph",
1693
+ "pptx.ribbon.textBox": "Text Box",
1694
+ "pptx.ribbon.rect": "Rect",
1695
+ "pptx.ribbon.rectangle": "Rectangle",
1696
+ "pptx.ribbon.ellipse": "Ellipse",
1697
+ "pptx.ribbon.line": "Line",
1698
+ "pptx.ribbon.image": "Image",
1699
+ "pptx.ribbon.insertImage": "Insert image",
1700
+ "pptx.ribbon.media": "Media",
1701
+ "pptx.ribbon.insertMedia": "Insert audio or video",
1702
+ "pptx.ribbon.table": "Table",
1703
+ "pptx.ribbon.insertTable": "Insert 3\xD73 table",
1704
+ "pptx.ribbon.smartArt": "SmartArt",
1705
+ "pptx.ribbon.insertSmartArt": "Insert SmartArt diagram",
1706
+ "pptx.ribbon.chartType": "Chart type",
1707
+ "pptx.ribbon.chart": "Chart",
1708
+ "pptx.ribbon.insertChart": "Insert chart",
1709
+ "pptx.ribbon.equation": "Equation",
1710
+ "pptx.ribbon.insertEquation": "Insert equation (E = mc\xB2)",
1711
+ "pptx.ribbon.fwd": "Fwd",
1712
+ "pptx.ribbon.bwd": "Bwd",
1713
+ "pptx.ribbon.alignLeft": "Align left",
1714
+ "pptx.ribbon.alignCenter": "Align center",
1715
+ "pptx.ribbon.alignRight": "Align right",
1716
+ "pptx.ribbon.alignTop": "Align top",
1717
+ "pptx.ribbon.alignMiddle": "Align middle",
1718
+ "pptx.ribbon.alignBottom": "Align bottom",
1719
+ "pptx.ribbon.distributeHorizontally": "Distribute horizontally",
1720
+ "pptx.ribbon.distributeVertically": "Distribute vertically",
1721
+ "pptx.ribbon.group": "Group",
1722
+ "pptx.ribbon.ungroup": "Ungroup",
1723
+ "pptx.ribbon.setUpShow": "Set Up Show",
1724
+ "pptx.ribbon.setUpShowTitle": "Set up how the show runs",
1725
+ "pptx.ribbon.accessibility": "Accessibility",
1726
+ "pptx.ribbon.compare": "Compare",
1727
+ "pptx.ribbon.compareTitle": "Compare with another presentation",
1728
+ "pptx.ribbon.link": "Link",
1729
+ "pptx.ribbon.shortcuts": "Shortcuts",
1730
+ "pptx.ribbon.shortcutsTitle": "Keyboard shortcut reference",
1731
+ "pptx.ribbon.toggleGridOverlay": "Toggle grid overlay",
1732
+ "pptx.ribbon.guides": "Guides",
1733
+ "pptx.ribbon.toggleGuides": "Toggle center guide lines",
1734
+ "pptx.ribbon.toggleSelectionPane": "Show/hide the Selection pane",
1735
+ "pptx.ribbon.snapToGridTitle": "Snap elements to grid while moving",
1736
+ "pptx.ribbon.templatesOn": "Templates On",
1737
+ "pptx.ribbon.templatesOff": "Templates Off",
1738
+ "pptx.ribbon.editTemplateTitle": "Edit inherited master/layout (template) elements",
1739
+ "pptx.ribbon.eyedropper": "Eyedropper",
1740
+ "pptx.ribbon.eyedropperTitle": "Pick colour from screen (EyeDropper)",
1741
+ "pptx.ribbon.colour": "Colour",
1742
+ "pptx.ribbon.penColour": "Pen colour",
1743
+ "pptx.ribbon.width": "Width",
1744
+ "pptx.ribbon.strokeWidth": "Stroke width",
1745
+ "pptx.ribbon.browseThemes": "Browse Themes",
1746
+ "pptx.ribbon.browseThemesTitle": "Browse and apply built-in themes",
1747
+ "pptx.ribbon.theme.default": "Default",
1748
+ "pptx.ribbon.theme.light": "Light (Vermilion)",
1749
+ "pptx.ribbon.theme.dark": "Dark (Vermilion)",
1750
+ "pptx.ribbon.editTheme": "Edit Theme",
1751
+ "pptx.ribbon.editThemeTitle": "Edit theme - theme editor not yet ported",
1752
+ "pptx.ribbon.slideSize": "Slide Size",
1753
+ "pptx.ribbon.slideSizeTitle": "Slide size / document properties",
1754
+ "pptx.ribbon.formatBackground": "Format Background",
1755
+ "pptx.ribbon.formatBackgroundTitle": "Format slide background - opens the Inspector",
1756
+ "pptx.ribbon.preview": "Preview",
1757
+ "pptx.ribbon.previewTransition": "Preview transition",
1758
+ "pptx.ribbon.duration": "Duration:",
1759
+ "pptx.ribbon.transitionDurationTitle": "Transition duration in seconds",
1760
+ "pptx.ribbon.applyTransitionToAll": "Apply transition to all slides",
1761
+ "pptx.ribbon.advanceSlide": "Advance Slide",
1762
+ "pptx.ribbon.onMouseClick": "On Mouse Click",
1763
+ "pptx.ribbon.afterDuration": "After:",
1764
+ "pptx.ribbon.advanceAfterSeconds": "Advance after specified duration",
1765
+ "pptx.ribbon.sound": "Sound:",
1766
+ "pptx.ribbon.soundNone": "[No Sound]",
1767
+ "pptx.ribbon.inspector": "Inspector",
1768
+ "pptx.ribbon.openInspectorTransitions": "Open Inspector for full transition options",
1769
+ "pptx.ribbon.removeAnimation": "Remove Animation",
1770
+ "pptx.ribbon.fontFamily": "Font family",
1771
+ "pptx.ribbon.fontSize": "Font size",
1772
+ "pptx.ribbon.growFont": "Grow font",
1773
+ "pptx.ribbon.shrinkFont": "Shrink font",
1774
+ "pptx.ribbon.clearFormatting": "Clear formatting",
1775
+ "pptx.ribbon.fontColour": "Font colour",
1776
+ "pptx.ribbon.fontColourValue": "Font colour {{color}}",
1777
+ "pptx.ribbon.customColour": "Custom colour...",
1778
+ "pptx.ribbon.textHighlightColour": "Text highlight colour",
1779
+ "pptx.ribbon.highlightColourValue": "Highlight colour {{color}}",
1780
+ "pptx.ribbon.bulletList": "Bullet list",
1781
+ "pptx.ribbon.justify": "Justify",
1782
+ "pptx.toolbar.findAndReplace": "Find and replace",
1783
+ // Chart option labels (value/grouping/legend/axis/marker/trendline/etc. select lists)
1784
+ "pptx.chart.typeBar": "Bar",
1785
+ "pptx.chart.typeLine": "Line",
1786
+ "pptx.chart.typePie": "Pie",
1787
+ "pptx.chart.typeDoughnut": "Doughnut",
1788
+ "pptx.chart.typeArea": "Area",
1789
+ "pptx.chart.typeScatter": "Scatter",
1790
+ "pptx.chart.typeBubble": "Bubble",
1791
+ "pptx.chart.typeRadar": "Radar",
1792
+ "pptx.chart.typeStock": "Stock",
1793
+ "pptx.chart.typeWaterfall": "Waterfall",
1794
+ "pptx.chart.typeCombo": "Combo",
1795
+ "pptx.chart.groupingClustered": "Clustered",
1796
+ "pptx.chart.groupingStacked": "Stacked",
1797
+ "pptx.chart.groupingPercentStacked": "100% Stacked",
1798
+ "pptx.chart.legendTop": "Top",
1799
+ "pptx.chart.legendBottom": "Bottom",
1800
+ "pptx.chart.legendLeft": "Left",
1801
+ "pptx.chart.legendRight": "Right",
1802
+ "pptx.chart.tickNextTo": "Next to axis",
1803
+ "pptx.chart.tickHigh": "High",
1804
+ "pptx.chart.tickLow": "Low",
1805
+ "pptx.chart.tickNone": "None",
1806
+ "pptx.chart.unitsNone": "None",
1807
+ "pptx.chart.unitsHundreds": "Hundreds",
1808
+ "pptx.chart.unitsThousands": "Thousands",
1809
+ "pptx.chart.unitsTenThousands": "Ten Thousands",
1810
+ "pptx.chart.unitsHundredThousands": "Hundred Thousands",
1811
+ "pptx.chart.unitsMillions": "Millions",
1812
+ "pptx.chart.unitsTenMillions": "Ten Millions",
1813
+ "pptx.chart.unitsHundredMillions": "Hundred Millions",
1814
+ "pptx.chart.unitsBillions": "Billions",
1815
+ "pptx.chart.unitsTrillions": "Trillions",
1816
+ "pptx.chart.valueAxis": "Value axis",
1817
+ "pptx.chart.dateAxis": "Date axis",
1818
+ "pptx.chart.categoryAxis": "Category axis",
1819
+ "pptx.chart.labelValue": "Value",
1820
+ "pptx.chart.labelCategory": "Category name",
1821
+ "pptx.chart.labelSeriesName": "Series name",
1822
+ "pptx.chart.labelPercent": "Percentage",
1823
+ "pptx.chart.labelLegendKey": "Legend key",
1824
+ "pptx.chart.labelPosDefault": "Default",
1825
+ "pptx.chart.labelPosCenter": "Center",
1826
+ "pptx.chart.labelPosInsideEnd": "Inside End",
1827
+ "pptx.chart.labelPosInsideBase": "Inside Base",
1828
+ "pptx.chart.labelPosOutsideEnd": "Outside End",
1829
+ "pptx.chart.labelPosBestFit": "Best Fit",
1830
+ "pptx.chart.trendlineNone": "None",
1831
+ "pptx.chart.trendlineLinear": "Linear",
1832
+ "pptx.chart.trendlineExponential": "Exponential",
1833
+ "pptx.chart.trendlineLogarithmic": "Logarithmic",
1834
+ "pptx.chart.trendlinePolynomial": "Polynomial",
1835
+ "pptx.chart.trendlinePower": "Power",
1836
+ "pptx.chart.trendlineMovingAvg": "Moving Average",
1837
+ "pptx.chart.errorBarNone": "None",
1838
+ "pptx.chart.errorBarFixed": "Fixed value",
1839
+ "pptx.chart.errorBarPercentage": "Percentage",
1840
+ "pptx.chart.errorBarStdDev": "Standard deviation",
1841
+ "pptx.chart.errorBarStdErr": "Standard error",
1842
+ "pptx.chart.errorBarBoth": "Both",
1843
+ "pptx.chart.errorBarPlus": "Plus",
1844
+ "pptx.chart.errorBarMinus": "Minus",
1845
+ "pptx.chart.markerAuto": "Auto",
1846
+ "pptx.chart.markerNone": "None",
1847
+ "pptx.chart.markerCircle": "Circle",
1848
+ "pptx.chart.markerSquare": "Square",
1849
+ "pptx.chart.markerDiamond": "Diamond",
1850
+ "pptx.chart.markerTriangle": "Triangle",
1851
+ "pptx.chart.markerX": "X",
1852
+ "pptx.chart.markerStar": "Star",
1853
+ "pptx.chart.markerPlus": "Plus",
1854
+ "pptx.chart.markerDot": "Dot",
1855
+ "pptx.chart.markerDash": "Dash",
1856
+ "pptx.chart.dashDefault": "Default",
1857
+ "pptx.chart.dashSolid": "Solid",
1858
+ "pptx.chart.dashDash": "Dash",
1859
+ "pptx.chart.dashDot": "Dot",
1860
+ "pptx.chart.dashDashDot": "Dash Dot",
1861
+ "pptx.chart.dashLong": "Long Dash",
1862
+ "pptx.chart.comboDefault": "Default",
1863
+ // SmartArt insert-gallery presets and sidebar categories
1864
+ "pptx.smartart.preset.basicBlockList": "Basic Block List",
1865
+ "pptx.smartart.preset.stackedList": "Stacked List",
1866
+ "pptx.smartart.preset.horizontalBulletList": "Horizontal Bullet List",
1867
+ "pptx.smartart.preset.tableList": "Table List",
1868
+ "pptx.smartart.preset.basicChevronProcess": "Chevron Process",
1869
+ "pptx.smartart.preset.segmentedProcess": "Segmented Process",
1870
+ "pptx.smartart.preset.continuousBlockProcess": "Continuous Block Process",
1871
+ "pptx.smartart.preset.upwardArrow": "Upward Arrow",
1872
+ "pptx.smartart.preset.basicCycle": "Basic Cycle",
1873
+ "pptx.smartart.preset.basicRadial": "Basic Radial",
1874
+ "pptx.smartart.preset.basicPie": "Basic Pie",
1875
+ "pptx.smartart.preset.convergingRadial": "Converging Radial",
1876
+ "pptx.smartart.preset.hierarchy": "Hierarchy",
1877
+ "pptx.smartart.preset.basicVenn": "Basic Venn",
1878
+ "pptx.smartart.preset.linearVenn": "Linear Venn",
1879
+ "pptx.smartart.preset.alternatingHexagons": "Alternating Hexagons",
1880
+ "pptx.smartart.preset.trapezoidList": "Trapezoid List",
1881
+ "pptx.smartart.preset.pictureAccentList": "Picture Accent List",
1882
+ "pptx.smartart.preset.verticalBlockList": "Vertical Block List",
1883
+ "pptx.smartart.preset.groupedList": "Grouped List",
1884
+ "pptx.smartart.preset.horizontalPictureList": "Horizontal Picture List",
1885
+ "pptx.smartart.preset.verticalChevronList": "Vertical Chevron List",
1886
+ "pptx.smartart.preset.pyramidList": "Pyramid List",
1887
+ "pptx.smartart.preset.stepDownProcess": "Step Down Process",
1888
+ "pptx.smartart.preset.alternatingFlow": "Alternating Flow",
1889
+ "pptx.smartart.preset.descendingProcess": "Descending Process",
1890
+ "pptx.smartart.preset.accentProcess": "Accent Process",
1891
+ "pptx.smartart.preset.basicTimeline": "Basic Timeline",
1892
+ "pptx.smartart.preset.bendingProcess": "Bending Process",
1893
+ "pptx.smartart.preset.basicTarget": "Basic Target",
1894
+ "pptx.smartart.preset.interlockingGears": "Interlocking Gears",
1895
+ "pptx.smartart.preset.basicMatrix": "Basic Matrix",
1896
+ "pptx.smartart.preset.basicPyramid": "Basic Pyramid",
1897
+ "pptx.smartart.preset.invertedPyramid": "Inverted Pyramid",
1898
+ "pptx.smartart.preset.basicFunnel": "Basic Funnel",
1899
+ "pptx.smartart.category.list": "List",
1900
+ "pptx.smartart.category.process": "Process",
1901
+ "pptx.smartart.category.cycle": "Cycle",
1902
+ "pptx.smartart.category.hierarchy": "Hierarchy",
1903
+ "pptx.smartart.category.relationship": "Relationship",
1904
+ // Animation authoring option catalogs (presets, trigger, timing, direction, sequence)
1905
+ "pptx.animation.preset.appear": "Appear",
1906
+ "pptx.animation.preset.fadeIn": "Fade In",
1907
+ "pptx.animation.preset.flyIn": "Fly In",
1908
+ "pptx.animation.preset.zoomIn": "Zoom In",
1909
+ "pptx.animation.preset.bounceIn": "Bounce In",
1910
+ "pptx.animation.preset.wipeIn": "Wipe In",
1911
+ "pptx.animation.preset.splitIn": "Split In",
1912
+ "pptx.animation.preset.dissolveIn": "Dissolve In",
1913
+ "pptx.animation.preset.floatIn": "Float In",
1914
+ "pptx.animation.preset.growTurnIn": "Grow & Turn",
1915
+ "pptx.animation.preset.fadeOut": "Fade Out",
1916
+ "pptx.animation.preset.flyOut": "Fly Out",
1917
+ "pptx.animation.preset.zoomOut": "Zoom Out",
1918
+ "pptx.animation.preset.bounceOut": "Bounce Out",
1919
+ "pptx.animation.preset.wipeOut": "Wipe Out",
1920
+ "pptx.animation.preset.shrinkOut": "Shrink Out",
1921
+ "pptx.animation.preset.dissolveOut": "Dissolve Out",
1922
+ "pptx.animation.preset.disappear": "Disappear",
1923
+ "pptx.animation.preset.spin": "Spin",
1924
+ "pptx.animation.preset.pulse": "Pulse",
1925
+ "pptx.animation.preset.colorWave": "Color Wave",
1926
+ "pptx.animation.preset.bounce": "Bounce",
1927
+ "pptx.animation.preset.flash": "Flash",
1928
+ "pptx.animation.preset.growShrink": "Grow / Shrink",
1929
+ "pptx.animation.preset.teeter": "Teeter",
1930
+ "pptx.animation.preset.wave": "Wave",
1931
+ "pptx.animation.preset.boldFlash": "Bold Flash",
1932
+ "pptx.animation.trigger.onShapeClick": "On Shape Click",
1933
+ "pptx.animation.trigger.onHover": "On Hover",
1934
+ "pptx.animation.timingCurve.ease": "Ease",
1935
+ "pptx.animation.timingCurve.easeIn": "Ease In",
1936
+ "pptx.animation.timingCurve.easeOut": "Ease Out",
1937
+ "pptx.animation.timingCurve.linear": "Linear",
1938
+ "pptx.animation.repeatUntil.none": "Do not repeat",
1939
+ "pptx.animation.repeatUntil.untilNextClick": "Until Next Click",
1940
+ "pptx.animation.repeatUntil.untilEndOfSlide": "Until End of Slide",
1941
+ "pptx.animation.direction.fromTop": "From Top",
1942
+ "pptx.animation.direction.fromBottom": "From Bottom",
1943
+ "pptx.animation.direction.fromLeft": "From Left",
1944
+ "pptx.animation.direction.fromRight": "From Right",
1945
+ "pptx.animation.direction.fromTopLeft": "From Top Left",
1946
+ "pptx.animation.direction.fromTopRight": "From Top Right",
1947
+ "pptx.animation.direction.fromBottomLeft": "From Bottom Left",
1948
+ "pptx.animation.direction.fromBottomRight": "From Bottom Right",
1949
+ "pptx.animation.sequence.asOne": "As One Object",
1950
+ "pptx.animation.sequence.byParagraph": "By Paragraph",
1951
+ "pptx.animation.sequence.byWord": "By Word",
1952
+ "pptx.animation.sequence.byLetter": "By Letter",
1953
+ // --- 2026-07-03 missing-key sweep: keys used by Vue/Angular with no
1954
+ // existing dictionary entry (React has 0 such gaps and is the ground-
1955
+ // truth reference these were derived from). Appended flat rather than
1956
+ // interleaved into their semantic sections above, to keep this batch
1957
+ // change safe/reviewable as one block.
1958
+ "pptx.align.toolbarLabel": "Align and distribute",
1959
+ "pptx.arrange.deleteSelection": "Delete selection",
1960
+ "pptx.arrange.duplicateSelection": "Duplicate selection",
1961
+ "pptx.arrange.groupLabel": "Arrange",
1962
+ "pptx.canvas.adjustShape": "Adjust shape",
1963
+ "pptx.canvas.guideTooltip": "Drag to move guide, double-click to remove",
1964
+ "pptx.customShows.none": "None",
1965
+ "pptx.customShows.noSlidesYet": "No slides in this show yet.",
1966
+ "pptx.customShows.renameNameLabel": "Show name",
1967
+ "pptx.customShows.renameShow": "Rename show",
1968
+ "pptx.customShows.slidesInShow": "Slides in show",
1969
+ "pptx.design.editThemeTooltip": "Edit presentation theme colors and fonts",
1970
+ "pptx.design.formatBackgroundTooltip": "Open inspector to edit slide background",
1971
+ "pptx.design.slideSizeTooltip": "Change slide dimensions (16:9, 4:3, custom)",
1972
+ "pptx.documentProperties.summary.company": "Company",
1973
+ "pptx.documentProperties.summary.manager": "Manager",
1974
+ "pptx.editorToolbar.addShape": "Add {{shape}}",
1975
+ "pptx.editorToolbar.addTextBox": "Add text box",
1976
+ "pptx.editorToolbar.history": "History",
1977
+ "pptx.editorToolbar.resetZoom": "Reset zoom",
1978
+ "pptx.editorToolbar.resetZoomTo100": "Reset zoom to 100%",
1979
+ "pptx.effects.innerShadow": "Inner Shadow",
1980
+ "pptx.element.linkFallback": "Link",
1981
+ "pptx.export.export": "Export",
1982
+ "pptx.export.gifAnimated": "Animated GIF",
1983
+ "pptx.export.pdfAllSlides": "PDF (all slides)",
1984
+ "pptx.export.pngCurrentSlide": "PNG (current slide)",
1985
+ "pptx.export.webmVideo": "WebM video",
1986
+ "pptx.file.copyImage": "Copy Image",
1987
+ "pptx.file.copyImageTooltip": "Copy Slide as Image",
1988
+ "pptx.file.fonts": "Fonts",
1989
+ "pptx.file.gif": "GIF",
1990
+ "pptx.file.package": "Package",
1991
+ "pptx.file.packageTooltip": "Package for Sharing",
1992
+ "pptx.file.pdf": "PDF",
1993
+ "pptx.file.png": "PNG",
1994
+ "pptx.file.saveAsPpsx": "Save .ppsx",
1995
+ "pptx.file.saveAsPpsxTooltip": "Save as Slide Show (.ppsx)",
1996
+ "pptx.file.saveAsPptm": "Save .pptm",
1997
+ "pptx.file.saveAsPptmTooltip": "Save as Macro-Enabled (.pptm)",
1998
+ "pptx.file.saveAsPptx": "Save .pptx",
1999
+ "pptx.file.saveAsPptxTooltip": "Save as Presentation (.pptx)",
2000
+ "pptx.file.video": "Video",
2001
+ "pptx.fontEmbedding.embedInFile": "Embed fonts in file",
2002
+ "pptx.fontEmbedding.noCustomFonts": "No custom fonts to embed.",
2003
+ "pptx.guides.dragHint": "Drag to move guide",
2004
+ "pptx.handout.cornerDate": "Date",
2005
+ "pptx.handout.pageNumber": "#",
2006
+ "pptx.headerFooter.fixedDate": "Fixed date",
2007
+ "pptx.headerFooter.headerText": "Enter header text\u2026",
2008
+ "pptx.headerFooter.updateAutomatically": "Update automatically",
2009
+ "pptx.home.chooseLayout": "Choose layout",
2010
+ "pptx.home.newSlide": "New Slide",
2011
+ "pptx.hyperlink.linkTo": "Link to",
2012
+ "pptx.hyperlink.urlPlaceholder": "https://example.com",
2013
+ "pptx.insert.addShape": "Add shape",
2014
+ "pptx.insert.addTextBox": "Add text box",
2015
+ "pptx.insert.insertEquation": "Insert Equation",
2016
+ "pptx.insert.insertSmartArt": "Insert SmartArt",
2017
+ "pptx.insert.insertTable": "Insert table",
2018
+ "pptx.insert.shape": "Shape",
2019
+ "pptx.insert.shapeType": "Shape type",
2020
+ "pptx.mode.closeMasterViewTooltip": "Close master view",
2021
+ "pptx.mode.masterView": "Master View",
2022
+ "pptx.overflow.closeMenu": "Close menu",
2023
+ "pptx.present.optionsTooltip": "Presentation options",
2024
+ "pptx.present.presentOnline": "Present Online",
2025
+ "pptx.present.presentTooltip": "Present (fullscreen)",
2026
+ "pptx.review.spelling": "Spelling",
2027
+ "pptx.review.toggleComments": "Toggle comments panel",
2028
+ "pptx.review.toggleSpellCheck": "Toggle spell check",
2029
+ "pptx.review.language": "Language",
2030
+ "pptx.review.languageTooltip": "Set proofing language",
2031
+ "pptx.review.accessibilityCheck": "Check Accessibility",
2032
+ "pptx.review.accessibilityCheckTooltip": "Check for accessibility issues",
2033
+ "pptx.review.translate": "Translate",
2034
+ "pptx.review.translateTooltip": "Translate selected text",
2035
+ "pptx.shortcuts.action.cancelTextEdit": "Cancel inline text / close menus",
2036
+ "pptx.shortcuts.action.clearSelection": "Clear selection / close menus / cancel edit",
2037
+ "pptx.shortcuts.action.commitTextEdit": "Commit inline text edit",
2038
+ "pptx.shortcuts.action.copyElement": "Copy selected element",
2039
+ "pptx.shortcuts.action.cutElement": "Cut selected element",
2040
+ "pptx.shortcuts.action.deleteElement": "Delete selected element",
2041
+ "pptx.shortcuts.action.duplicateElement": "Duplicate selected element",
2042
+ "pptx.shortcuts.action.nextSlide": "Next slide (no selection)",
2043
+ "pptx.shortcuts.action.nudgeElement": "Nudge selected element",
2044
+ "pptx.shortcuts.action.nudgeElementLarge": "Nudge selected element (large)",
2045
+ "pptx.shortcuts.action.pasteElement": "Paste element",
2046
+ "pptx.shortcuts.action.prevSlide": "Previous slide (no selection)",
2047
+ "pptx.shortcuts.action.redoAlternate": "Redo (alternate)",
2048
+ "pptx.shortcuts.action.selectAll": "Select all elements",
2049
+ "pptx.shortcuts.action.zoomCanvas": "Zoom canvas",
2050
+ "pptx.shortcuts.close": "Close",
2051
+ "pptx.shortcuts.group.editing": "Editing",
2052
+ "pptx.shortcuts.group.navigation": "Navigation",
2053
+ "pptx.shortcuts.title": "Keyboard shortcuts",
2054
+ "pptx.slideInspector.horizontal": "Horizontal",
2055
+ "pptx.slideInspector.presentation": "Presentation",
2056
+ "pptx.slideInspector.slideTransition": "Slide transition",
2057
+ "pptx.slideInspector.themeColours": "Theme colours",
2058
+ "pptx.slideInspector.vertical": "Vertical",
2059
+ "pptx.slidesPanel.deleteSlide": "Delete slide",
2060
+ "pptx.slidesPanel.goToSlide": "Go to slide {{n}}",
2061
+ "pptx.smartart.demote": "Demote",
2062
+ "pptx.smartart.item": "Item",
2063
+ "pptx.smartart.nodeCleared": "Node cleared",
2064
+ "pptx.smartart.nodeFill": "Node fill",
2065
+ "pptx.smartart.nodeFont": "Node font",
2066
+ "pptx.smartart.nodeUpdated": 'Node updated to "{{text}}"',
2067
+ "pptx.smartart.promote": "Promote",
2068
+ "pptx.smartart.subItemShort": "Sub-item",
2069
+ "pptx.stroke.dash": "Dash",
2070
+ "pptx.stroke.noBorderProperties": "This element has no border properties.",
2071
+ "pptx.stroke.widthPx": "Width (px)",
2072
+ "pptx.table.columns": "Columns",
2073
+ "pptx.table.columnsCount": "{{count}} columns",
2074
+ "pptx.table.deleteColumn": "Delete column",
2075
+ "pptx.table.deleteRow": "Delete row",
2076
+ "pptx.table.insertAbove": "Insert above",
2077
+ "pptx.table.insertBelow": "Insert below",
2078
+ "pptx.table.insertLeft": "Insert left",
2079
+ "pptx.table.insertRight": "Insert right",
2080
+ "pptx.table.mergeSelected": "Merge selected",
2081
+ "pptx.table.noEditableData": "This table has no editable data.",
2082
+ "pptx.table.rows": "Rows",
2083
+ "pptx.table.rowsCount": "{{count}} rows",
2084
+ "pptx.table.selectTablePrompt": "Select a table to edit its properties.",
2085
+ "pptx.tableCell.backgroundColorAria": "Background colour",
2086
+ "pptx.tableCell.edgeBorderColorAria": "{{edge}} border colour",
2087
+ "pptx.tableCell.textColorAria": "Text colour",
2088
+ "pptx.text.bulletList": "Bullet List",
2089
+ "pptx.text.changeCase": "Change Case",
2090
+ "pptx.text.changeCaseSentence": "Sentence case.",
2091
+ "pptx.text.changeCaseLower": "lowercase",
2092
+ "pptx.text.changeCaseUpper": "UPPERCASE",
2093
+ "pptx.text.changeCaseCapitalize": "Capitalize Each Word",
2094
+ "pptx.text.changeCaseToggle": "tOGGLE cASE",
2095
+ "pptx.text.clearFormatting": "Clear Formatting",
2096
+ "pptx.text.decreaseFontSize": "Decrease Font Size",
2097
+ "pptx.text.decreaseIndent": "Decrease Indent",
2098
+ "pptx.text.fontColor": "Font Color",
2099
+ "pptx.text.highlightColor": "Text Highlight Color",
2100
+ "pptx.text.increaseFontSize": "Increase Font Size",
2101
+ "pptx.text.increaseIndent": "Increase Indent",
2102
+ "pptx.text.numberedList": "Numbered List",
2103
+ "pptx.view.addHorizontalGuide": "Add horizontal guide",
2104
+ "pptx.view.addVerticalGuide": "Add vertical guide",
2105
+ "pptx.view.eyedropperTooltip": "Eyedropper: sample a colour from the slide",
2106
+ "pptx.view.hGuide": "H Guide",
2107
+ "pptx.view.masterViews": "Master Views",
2108
+ "pptx.view.normal": "Normal",
2109
+ "pptx.view.presentationViews": "Presentation Views",
2110
+ "pptx.view.readingView": "Reading View",
2111
+ "pptx.view.selection": "Selection",
2112
+ "pptx.view.slideMasterTooltip": "Edit slide masters and layouts",
2113
+ "pptx.view.slideSorterTooltip": "Slide Sorter view",
2114
+ "pptx.view.spell": "Spell",
2115
+ "pptx.view.templateEditingTooltip": "Toggle template/master element editing",
2116
+ "pptx.view.toggleSpellCheck": "Toggle spell check",
2117
+ "pptx.view.vGuide": "V Guide",
2118
+ "pptx.view.zoomToFit": "Zoom to Fit",
2119
+ "pptx.view.zoomToFitTooltip": "Zoom to fit slide in window",
2120
+ // --- 2026-07-03 missing-key sweep, wave 2: keys referenced indirectly
2121
+ // (via a variable/array 'labelKey', not a literal t('...') call - e.g.
2122
+ // shape-preset lists, equation templates, artistic-effect catalogues,
2123
+ // table style-option checkboxes) that the first wave's literal-call
2124
+ // grep could not see. Same appended-flat approach as wave 1.
2125
+ "pptx.accessibility.severityErrors": "Errors",
2126
+ "pptx.accessibility.severityTips": "Tips",
2127
+ "pptx.accessibility.severityWarnings": "Warnings",
2128
+ "pptx.accessibility.typeBlankSlide": "Blank slide",
2129
+ "pptx.accessibility.typeComplexTable": "Complex table",
2130
+ "pptx.accessibility.typeDuplicateTitle": "Duplicate slide title",
2131
+ "pptx.accessibility.typeLowContrast": "Low contrast",
2132
+ "pptx.accessibility.typeMissingAltText": "Missing alt text",
2133
+ "pptx.accessibility.typeMissingSlideTitle": "Missing slide title",
2134
+ "pptx.align.bottom": "Align bottom",
2135
+ "pptx.align.centerH": "Align center",
2136
+ "pptx.align.left": "Align left",
2137
+ "pptx.align.middle": "Align middle",
2138
+ "pptx.align.right": "Align right",
2139
+ "pptx.align.top": "Align top",
2140
+ "pptx.documentProperties.custom.typeDate": "Date",
2141
+ "pptx.documentProperties.custom.typeNumber": "Number",
2142
+ "pptx.documentProperties.custom.typeText": "Text",
2143
+ "pptx.documentProperties.custom.typeYesNo": "Yes or No",
2144
+ "pptx.documentProperties.statistics.application": "Application",
2145
+ "pptx.documentProperties.statistics.appVersion": "Application Version",
2146
+ "pptx.documentProperties.statistics.elements": "Elements",
2147
+ "pptx.documentProperties.statistics.hiddenSlides": "Hidden Slides",
2148
+ "pptx.documentProperties.statistics.lastModifiedBy": "Last Modified By",
2149
+ "pptx.documentProperties.statistics.notes": "Notes",
2150
+ "pptx.documentProperties.statistics.paragraphs": "Paragraphs",
2151
+ "pptx.documentProperties.statistics.presentationFormat": "Presentation Format",
2152
+ "pptx.documentProperties.statistics.revision": "Revision",
2153
+ "pptx.documentProperties.statistics.slides": "Slides",
2154
+ "pptx.documentProperties.statistics.template": "Template",
2155
+ "pptx.documentProperties.statistics.totalTime": "Total Editing Time",
2156
+ "pptx.documentProperties.statistics.words": "Words",
2157
+ "pptx.documentProperties.summary.category": "Category",
2158
+ "pptx.documentProperties.summary.description": "Description",
2159
+ "pptx.documentProperties.tabs.custom": "Custom",
2160
+ "pptx.documentProperties.tabs.general": "General",
2161
+ "pptx.documentProperties.tabs.statistics": "Statistics",
2162
+ "pptx.editorToolbar.shapeEllipse": "Ellipse",
2163
+ "pptx.editorToolbar.shapeRectangle": "Rectangle",
2164
+ "pptx.editorToolbar.shapeRoundedRectangle": "Rounded rectangle",
2165
+ "pptx.editorToolbar.shapeTriangle": "Triangle",
2166
+ "pptx.equation.template.binomial": "Binomial",
2167
+ "pptx.equation.template.derivative": "Derivative",
2168
+ "pptx.equation.template.euler": "Euler's",
2169
+ "pptx.equation.template.fraction": "Fraction",
2170
+ "pptx.equation.template.integral": "Integral",
2171
+ "pptx.equation.template.limit": "Limit",
2172
+ "pptx.equation.template.matrix": "Matrix 2x2",
2173
+ "pptx.equation.template.pythagorean": "Pythagorean",
2174
+ "pptx.equation.template.quadratic": "Quadratic",
2175
+ "pptx.equation.template.squareRoot": "Square Root",
2176
+ "pptx.equation.template.sum": "Sum",
2177
+ "pptx.equation.template.trigIdentity": "Trig Identity",
2178
+ "pptx.hyperlink.actionNone": "None",
2179
+ "pptx.hyperlink.actionSlide": "Slide",
2180
+ "pptx.hyperlink.actionUrl": "URL",
2181
+ "pptx.image.duotonePresetBlackWhite": "Black, White",
2182
+ "pptx.image.duotonePresetBlueOrange": "Blue, Orange",
2183
+ "pptx.image.duotonePresetGreenYellow": "Green, Yellow",
2184
+ "pptx.image.duotonePresetNavyGold": "Navy, Gold",
2185
+ "pptx.image.duotonePresetPurplePink": "Purple, Pink",
2186
+ "pptx.image.duotonePresetRedCream": "Red, Cream",
2187
+ "pptx.image.duotonePresetSepiaWarm": "Sepia, Warm",
2188
+ "pptx.image.duotonePresetTealWhite": "Teal, White",
2189
+ "pptx.image.effectBlur": "Blur",
2190
+ "pptx.image.effectCement": "Cement",
2191
+ "pptx.image.effectChalk": "Chalk Sketch",
2192
+ "pptx.image.effectCrisscross": "Crisscross Etching",
2193
+ "pptx.image.effectCutout": "Cutout",
2194
+ "pptx.image.effectFilmGrain": "Film Grain",
2195
+ "pptx.image.effectGlowDiffused": "Glow Diffused",
2196
+ "pptx.image.effectGlowEdges": "Glow Edges",
2197
+ "pptx.image.effectGrayscale": "Grayscale",
2198
+ "pptx.image.effectLightScreen": "Light Screen",
2199
+ "pptx.image.effectLineDrawing": "Line Drawing",
2200
+ "pptx.image.effectMarker": "Marker",
2201
+ "pptx.image.effectMosaic": "Mosaic Bubbles",
2202
+ "pptx.image.effectNone": "None",
2203
+ "pptx.image.effectPaint": "Paint Brush",
2204
+ "pptx.image.effectPaintStrokes": "Paint Strokes",
2205
+ "pptx.image.effectPastels": "Pastels Smooth",
2206
+ "pptx.image.effectPencilSketch": "Pencil Sketch",
2207
+ "pptx.image.effectPhotocopy": "Photocopy",
2208
+ "pptx.image.effectPlasticWrap": "Plastic Wrap",
2209
+ "pptx.image.effectSepia": "Sepia",
2210
+ "pptx.image.effectSharpen": "Sharpen",
2211
+ "pptx.image.effectTexturizer": "Texturizer",
2212
+ "pptx.image.effectWatercolor": "Watercolor Sponge",
2213
+ "pptx.share.copyLinkButton": "Copy Link",
2214
+ "pptx.stroke.dashDash": "Dash",
2215
+ "pptx.stroke.dashDashDot": "Dash Dot",
2216
+ "pptx.stroke.dashDot": "Dot",
2217
+ "pptx.stroke.dashSolid": "Solid",
2218
+ "pptx.stroke.dashSysDash": "System Dash",
2219
+ "pptx.stroke.dashSysDot": "System Dot",
2220
+ "pptx.table.bandedColumns": "Banded Columns",
2221
+ "pptx.table.bandedRows": "Banded Rows",
2222
+ "pptx.table.borderBottom": "Bottom",
2223
+ "pptx.table.borderDiagDown": "Diagonal Down",
2224
+ "pptx.table.borderDiagUp": "Diagonal Up",
2225
+ "pptx.table.borderLeft": "Left",
2226
+ "pptx.table.borderRight": "Right",
2227
+ "pptx.table.borderTop": "Top",
2228
+ "pptx.table.fillGradient": "Gradient",
2229
+ "pptx.table.fillNone": "None",
2230
+ "pptx.table.fillPattern": "Pattern",
2231
+ "pptx.table.fillSolid": "Solid",
2232
+ "pptx.table.firstColumn": "First Column",
2233
+ "pptx.table.gradientLinear": "Linear",
2234
+ "pptx.table.gradientRadial": "Radial",
2235
+ "pptx.table.headerRow": "Header Row",
2236
+ "pptx.table.lastColumn": "Last Column",
2237
+ "pptx.table.lastRow": "Last Row",
2238
+ "pptx.table.marginBottom": "Bottom",
2239
+ "pptx.table.marginLeft": "Left",
2240
+ "pptx.table.marginRight": "Right",
2241
+ "pptx.table.marginTop": "Top",
2242
+ // --- Hardcoded UI text sweep (2026-07-10): React/Vue/Angular strings routed through i18n ---
2243
+ "pptx.action.gotoSlide": "Go to Slide",
2244
+ "pptx.action.gotoUrl": "Go to URL",
2245
+ "pptx.action.slideNumberPlaceholder": "Slide number (1-based)",
2246
+ "pptx.animation.trigger.afterDelay": "After delay",
2247
+ "pptx.animationPanel.stepsMore": "{{base}} +{{extra}} more",
2248
+ "pptx.arrowhead.arrow": "Arrow",
2249
+ "pptx.arrowhead.diamond": "Diamond",
2250
+ "pptx.arrowhead.none": "None",
2251
+ "pptx.arrowhead.openArrow": "Open Arrow",
2252
+ "pptx.arrowhead.oval": "Oval",
2253
+ "pptx.arrowhead.stealth": "Stealth",
2254
+ "pptx.arrowhead.triangle": "Triangle",
2255
+ "pptx.bevelTypes.angle": "Angle",
2256
+ "pptx.bevelTypes.artDeco": "Art Deco",
2257
+ "pptx.bevelTypes.circle": "Circle",
2258
+ "pptx.bevelTypes.convex": "Convex",
2259
+ "pptx.bevelTypes.coolSlant": "Cool Slant",
2260
+ "pptx.bevelTypes.cross": "Cross",
2261
+ "pptx.bevelTypes.divot": "Divot",
2262
+ "pptx.bevelTypes.hardEdge": "Hard Edge",
2263
+ "pptx.bevelTypes.relaxedInset": "Relaxed Inset",
2264
+ "pptx.bevelTypes.riblet": "Riblet",
2265
+ "pptx.bevelTypes.slope": "Slope",
2266
+ "pptx.bevelTypes.softRound": "Soft Round",
2267
+ "pptx.broadcast.presenterPlaceholder": "Presenter",
2268
+ "pptx.canvas.dragGuideTooltip": "Drag guide. Double-click to remove.",
2269
+ "pptx.chart.additionalRegionsFallback": "Additional regions (not shown on map)",
2270
+ "pptx.chart.geoMapDataView": "Geographic Map (data view)",
2271
+ "pptx.chart.loading3dSurface": "Loading 3D surface...",
2272
+ "pptx.chart.numberFormatPlaceholder": "General",
2273
+ "pptx.chart.regionColumnHeader": "Region",
2274
+ "pptx.chart.rowLabelsAria": "Row labels",
2275
+ "pptx.chart.seriesDefaultName": "Series {{number}}",
2276
+ "pptx.comments.defaultAuthorName": "You",
2277
+ "pptx.comments.selectSlidePrompt": "Select a slide to view comments.",
2278
+ "pptx.connectorOptions.bent": "Bent",
2279
+ "pptx.connectorOptions.curved": "Curved",
2280
+ "pptx.connectorOptions.curved4": "Curved 4",
2281
+ "pptx.connectorOptions.curved5": "Curved 5",
2282
+ "pptx.connectorOptions.curvedCubic": "Curved (Cubic)",
2283
+ "pptx.connectorOptions.dashLongDash": "Long Dash",
2284
+ "pptx.connectorOptions.dashLongDashDot": "Long Dash Dot",
2285
+ "pptx.connectorOptions.dashLongDashDotDot": "Long Dash Dot Dot",
2286
+ "pptx.connectorOptions.dashSysDashDot": "System Dash Dot",
2287
+ "pptx.connectorOptions.dashSysDashDotDot": "System Dash Dot Dot",
2288
+ "pptx.connectorOptions.doubleBent": "Double Bent",
2289
+ "pptx.connectorOptions.quadBent": "Quad Bent",
2290
+ "pptx.connectorOptions.sizeLarge": "Large",
2291
+ "pptx.connectorOptions.sizeMedium": "Medium",
2292
+ "pptx.connectorOptions.sizeSmall": "Small",
2293
+ "pptx.connectorOptions.straight": "Straight",
2294
+ "pptx.connectorOptions.tripleBent": "Triple Bent",
2295
+ "pptx.customShows.deleteConfirm": 'Delete custom show "{{name}}"?',
2296
+ "pptx.customShows.renamePrompt": "Rename custom show",
2297
+ "pptx.documentProperties.applyAllMasters": "Apply All Masters",
2298
+ "pptx.documentProperties.applyFirstMaster": "Apply First Master",
2299
+ "pptx.documentProperties.custom.add": "Add",
2300
+ "pptx.documentProperties.custom.heading": "Custom Properties",
2301
+ "pptx.documentProperties.documentHeading": "Document",
2302
+ "pptx.documentProperties.notesHandoutHeading": "Notes & Handout",
2303
+ "pptx.documentProperties.notesSize": "Notes Size",
2304
+ "pptx.documentProperties.noThemesOption": "No themes",
2305
+ "pptx.documentProperties.themeHeading": "Theme",
2306
+ "pptx.drawing.shapeEffectsUnavailable": "Shape Effects (not available)",
2307
+ "pptx.drawing.shapeFill": "Shape Fill",
2308
+ "pptx.drawing.shapeOutline": "Shape Outline",
2309
+ "pptx.drawing.shapes": "Shapes",
2310
+ "pptx.editing.find": "Find",
2311
+ "pptx.editing.selectAll": "Select All",
2312
+ "pptx.editorToolbar.shapeCallout": "Callout",
2313
+ "pptx.equation.placeholderText": "[Equation]",
2314
+ "pptx.export.buildingPdf": "Building PDF...",
2315
+ "pptx.export.capturing": "Capturing",
2316
+ "pptx.export.capturingSlides": "Capturing slides...",
2317
+ "pptx.export.encoding": "Encoding",
2318
+ "pptx.export.errorNo2dContext": "Failed to create 2D context for video recording",
2319
+ "pptx.export.errorNoSlidesGif": "No slides were captured for GIF export",
2320
+ "pptx.export.errorNoSlidesNotesPdf": "No slides were captured for notes PDF export",
2321
+ "pptx.export.errorNoSlidesPdf": "No slides were captured for PDF export",
2322
+ "pptx.export.errorNoSlidesVideo": "No slides were captured for video export",
2323
+ "pptx.export.recording": "Recording",
2324
+ "pptx.export.recordingVideo": "Recording video...",
2325
+ "pptx.export.rendering": "Rendering",
2326
+ "pptx.export.savingFile": "Saving file...",
2327
+ "pptx.file.audio": "Audio",
2328
+ "pptx.fillAdvanced.backgroundColor": "Background Color",
2329
+ "pptx.fillAdvanced.fillPreviewAlt": "Fill preview",
2330
+ "pptx.fillAdvanced.foregroundColor": "Foreground Color",
2331
+ "pptx.fillAdvanced.gradientAngle": "Gradient Angle",
2332
+ "pptx.fillAdvanced.gradientStops": "Gradient Stops",
2333
+ "pptx.fillAdvanced.gradientType": "Gradient Type",
2334
+ "pptx.fillAdvanced.imageMode": "Image Mode",
2335
+ "pptx.fillAdvanced.imageUrl": "Image URL",
2336
+ "pptx.fillAdvanced.orChooseFile": "Or choose a file",
2337
+ "pptx.fillPatterns.cross": "Cross",
2338
+ "pptx.fillPatterns.darkDownDiagonal": "Dark Down Diagonal",
2339
+ "pptx.fillPatterns.darkHorizontal": "Dark Horizontal",
2340
+ "pptx.fillPatterns.darkUpDiagonal": "Dark Up Diagonal",
2341
+ "pptx.fillPatterns.darkVertical": "Dark Vertical",
2342
+ "pptx.fillPatterns.dashedDownDiagonal": "Dashed Down Diagonal",
2343
+ "pptx.fillPatterns.dashedHorizontal": "Dashed Horizontal",
2344
+ "pptx.fillPatterns.dashedUpDiagonal": "Dashed Up Diagonal",
2345
+ "pptx.fillPatterns.dashedVertical": "Dashed Vertical",
2346
+ "pptx.fillPatterns.diagonalBrick": "Diagonal Brick",
2347
+ "pptx.fillPatterns.diagonalCross": "Diagonal Cross",
2348
+ "pptx.fillPatterns.divot": "Divot",
2349
+ "pptx.fillPatterns.dotGrid": "Dot Grid",
2350
+ "pptx.fillPatterns.dottedDiamond": "Dotted Diamond",
2351
+ "pptx.fillPatterns.downDiagonal": "Down Diagonal",
2352
+ "pptx.fillPatterns.horizontal": "Horizontal",
2353
+ "pptx.fillPatterns.horizontalBrick": "Horizontal Brick",
2354
+ "pptx.fillPatterns.largeCheck": "Large Check",
2355
+ "pptx.fillPatterns.largeConfetti": "Large Confetti",
2356
+ "pptx.fillPatterns.largeGrid": "Large Grid",
2357
+ "pptx.fillPatterns.lightDownDiagonal": "Light Down Diagonal",
2358
+ "pptx.fillPatterns.lightHorizontal": "Light Horizontal",
2359
+ "pptx.fillPatterns.lightUpDiagonal": "Light Up Diagonal",
2360
+ "pptx.fillPatterns.lightVertical": "Light Vertical",
2361
+ "pptx.fillPatterns.narrowHorizontal": "Narrow Horizontal",
2362
+ "pptx.fillPatterns.narrowVertical": "Narrow Vertical",
2363
+ "pptx.fillPatterns.openDiamond": "Open Diamond",
2364
+ "pptx.fillPatterns.pct10": "10%",
2365
+ "pptx.fillPatterns.pct20": "20%",
2366
+ "pptx.fillPatterns.pct25": "25%",
2367
+ "pptx.fillPatterns.pct30": "30%",
2368
+ "pptx.fillPatterns.pct40": "40%",
2369
+ "pptx.fillPatterns.pct5": "5%",
2370
+ "pptx.fillPatterns.pct50": "50%",
2371
+ "pptx.fillPatterns.pct60": "60%",
2372
+ "pptx.fillPatterns.pct70": "70%",
2373
+ "pptx.fillPatterns.pct75": "75%",
2374
+ "pptx.fillPatterns.pct80": "80%",
2375
+ "pptx.fillPatterns.pct90": "90%",
2376
+ "pptx.fillPatterns.plaid": "Plaid",
2377
+ "pptx.fillPatterns.shingle": "Shingle",
2378
+ "pptx.fillPatterns.smallCheck": "Small Check",
2379
+ "pptx.fillPatterns.smallConfetti": "Small Confetti",
2380
+ "pptx.fillPatterns.smallGrid": "Small Grid",
2381
+ "pptx.fillPatterns.solidDiamond": "Solid Diamond",
2382
+ "pptx.fillPatterns.sphere": "Sphere",
2383
+ "pptx.fillPatterns.trellis": "Trellis",
2384
+ "pptx.fillPatterns.upDiagonal": "Up Diagonal",
2385
+ "pptx.fillPatterns.vertical": "Vertical",
2386
+ "pptx.fillPatterns.wave": "Wave",
2387
+ "pptx.fillPatterns.weave": "Weave",
2388
+ "pptx.fillPatterns.wideDownDiagonal": "Wide Down Diagonal",
2389
+ "pptx.fillPatterns.wideHorizontal": "Wide Horizontal",
2390
+ "pptx.fillPatterns.wideUpDiagonal": "Wide Up Diagonal",
2391
+ "pptx.fillPatterns.wideVertical": "Wide Vertical",
2392
+ "pptx.fillPatterns.zigZag": "Zig Zag",
2393
+ "pptx.fillStroke.eyedropperTooltip": "Eyedropper: pick colour from screen",
2394
+ "pptx.image.cropBottom": "Crop Bottom",
2395
+ "pptx.image.cropLeft": "Crop Left",
2396
+ "pptx.image.cropRight": "Crop Right",
2397
+ "pptx.image.cropTop": "Crop Top",
2398
+ "pptx.imageTransform.altTextPlaceholder": "Describe this image for accessibility",
2399
+ "pptx.ink.contentPartFallback": "Content Part",
2400
+ "pptx.ink.groupChildAlt": "Group child",
2401
+ "pptx.media.notFound": "Media not found",
2402
+ "pptx.media.posterAlt": "Media poster",
2403
+ "pptx.media.stopFullscreenAria": "Stop full-screen playback",
2404
+ "pptx.media.typeNotFound": "{{type}} not found",
2405
+ "pptx.media.videoPosterAlt": "Video poster",
2406
+ "pptx.notesToolbar.ariaLabel": "Notes formatting",
2407
+ "pptx.paragraph.columns": "Columns",
2408
+ "pptx.paragraph.leftToRight": "Left to Right",
2409
+ "pptx.paragraph.lineSpacing": "Line Spacing",
2410
+ "pptx.paragraph.rightToLeft": "Right to Left",
2411
+ "pptx.paragraph.textDirection": "Text Direction",
2412
+ "pptx.print.handoutPerPageTitle": "Handout {{count}} per page",
2413
+ "pptx.resizeHandles.rotateAria": "Rotate",
2414
+ "pptx.ribbon.columns1": "1 Column",
2415
+ "pptx.ribbon.columns2": "2 Columns",
2416
+ "pptx.ribbon.columns3": "3 Columns",
2417
+ "pptx.ribbon.groupDrawing": "Drawing",
2418
+ "pptx.ribbon.shapeStar5": "5-Point Star",
2419
+ "pptx.ribbon.textDirectionRotate270": "Rotate 270\xB0",
2420
+ "pptx.ribbon.textDirectionRotate90": "Rotate 90\xB0",
2421
+ "pptx.ribbon.textDirectionStacked": "Stacked",
2422
+ "pptx.ribbonAnimations.emphasisTooltip": "Emphasis: {{name}}",
2423
+ "pptx.ribbonAnimations.entranceTooltip": "Entrance: {{name}}",
2424
+ "pptx.ribbonAnimations.exitTooltip": "Exit: {{name}}",
2425
+ "pptx.sections.resetSlideTitle": "Reset Slide",
2426
+ "pptx.sections.sectionButtonLabel": "Section",
2427
+ "pptx.shapePresets.arrow": "Arrow",
2428
+ "pptx.shapePresets.chevron": "Chevron",
2429
+ "pptx.shapePresets.circle": "Circle",
2430
+ "pptx.shapePresets.cloud": "Cloud",
2431
+ "pptx.shapePresets.cylinder": "Cylinder",
2432
+ "pptx.shapePresets.diamond": "Diamond",
2433
+ "pptx.shapePresets.downArrow": "Down Arrow",
2434
+ "pptx.shapePresets.heart": "Heart",
2435
+ "pptx.shapePresets.hexagon": "Hexagon",
2436
+ "pptx.shapePresets.leftArrow": "Left Arrow",
2437
+ "pptx.shapePresets.line": "Line",
2438
+ "pptx.shapePresets.moon": "Moon",
2439
+ "pptx.shapePresets.octagon": "Octagon",
2440
+ "pptx.shapePresets.parallelogram": "Parallelogram",
2441
+ "pptx.shapePresets.pentagon": "Pentagon",
2442
+ "pptx.shapePresets.pie": "Pie",
2443
+ "pptx.shapePresets.plaque": "Plaque",
2444
+ "pptx.shapePresets.plus": "Plus",
2445
+ "pptx.shapePresets.rightArrow": "Right Arrow",
2446
+ "pptx.shapePresets.rightTriangle": "Right Triangle",
2447
+ "pptx.shapePresets.rounded": "Rounded",
2448
+ "pptx.shapePresets.star": "Star",
2449
+ "pptx.shapePresets.star6": "Star 6",
2450
+ "pptx.shapePresets.star8": "Star 8",
2451
+ "pptx.shapePresets.sun": "Sun",
2452
+ "pptx.shapePresets.teardrop": "Teardrop",
2453
+ "pptx.shapePresets.trapezoid": "Trapezoid",
2454
+ "pptx.shapePresets.upArrow": "Up Arrow",
2455
+ "pptx.shapeText.strokeWidthAbbrev": "Stroke W",
2456
+ "pptx.slideBackground.templateBackgroundsHeading": "Template Backgrounds",
2457
+ "pptx.slideDiff.changeCount": "{{count}} change(s)",
2458
+ "pptx.slides.ungroupedSlides": "Ungrouped Slides",
2459
+ "pptx.slideSize.presetFullHd": "Full HD (1920x1080)",
2460
+ "pptx.slideSize.presetPortrait": "Portrait 5:4 (1280x1024)",
2461
+ "pptx.slideSize.presetQhd": "QHD (2560x1440)",
2462
+ "pptx.slideSize.presetStandard": "Standard 4:3 (960x720)",
2463
+ "pptx.slideSize.presetWidescreen": "Widescreen 16:9 (1280x720)",
2464
+ "pptx.smartArt.boundsHintExact": "This layout uses exactly {{max}} items.",
2465
+ "pptx.smartArt.boundsHintMin": "Works best with at least {{min}} items.",
2466
+ "pptx.smartArt.boundsHintRange": "Works best with {{min}} to {{max}} items.",
2467
+ "pptx.strokeEffects.compoundLine": "Compound Line",
2468
+ "pptx.strokeEffects.fillOpacity": "Fill Opacity",
2469
+ "pptx.strokeEffects.lineCap": "Line Cap",
2470
+ "pptx.strokeEffects.lineJoin": "Line Join",
2471
+ "pptx.strokeEffects.strokeDash": "Stroke Dash",
2472
+ "pptx.strokeEffects.strokeOpacity": "Stroke Opacity",
2473
+ "pptx.strokeEffects.strokeWidth": "Stroke Width",
2474
+ "pptx.strokeOptions.capFlat": "Flat",
2475
+ "pptx.strokeOptions.capRound": "Round",
2476
+ "pptx.strokeOptions.capSquare": "Square",
2477
+ "pptx.strokeOptions.compoundDouble": "Double",
2478
+ "pptx.strokeOptions.compoundSingle": "Single",
2479
+ "pptx.strokeOptions.compoundThickThin": "Thick-Thin",
2480
+ "pptx.strokeOptions.compoundThinThick": "Thin-Thick",
2481
+ "pptx.strokeOptions.compoundTriple": "Triple",
2482
+ "pptx.strokeOptions.joinBevel": "Bevel",
2483
+ "pptx.strokeOptions.joinMiter": "Miter",
2484
+ "pptx.strokeOptions.joinRound": "Round",
2485
+ "pptx.tableDataEditor.addColumnLabel": "+ Col",
2486
+ "pptx.tableDataEditor.addColumnTitle": "Add column to the right",
2487
+ "pptx.tableDataEditor.addRowLabel": "+ Row",
2488
+ "pptx.tableDataEditor.addRowTitle": "Add row below last",
2489
+ "pptx.tableDataEditor.ariaLabel": "Table data editor",
2490
+ "pptx.tableDataEditor.removeColumnLabel": "- Col",
2491
+ "pptx.tableDataEditor.removeColumnN": "Remove column {{number}}",
2492
+ "pptx.tableDataEditor.removeColumnTitle": "Remove last column",
2493
+ "pptx.tableDataEditor.removeRowLabel": "- Row",
2494
+ "pptx.tableDataEditor.removeRowN": "Remove row {{number}}",
2495
+ "pptx.tableDataEditor.removeRowTitle": "Remove last row",
2496
+ "pptx.text.characterSpacing": "Character Spacing",
2497
+ "pptx.text.characterSpacingLoose": "Loose",
2498
+ "pptx.text.characterSpacingNormal": "Normal",
2499
+ "pptx.text.characterSpacingTight": "Tight",
2500
+ "pptx.text.characterSpacingVeryLoose": "Very Loose",
2501
+ "pptx.text.characterSpacingVeryTight": "Very Tight",
2502
+ "pptx.textAdvanced.autoFit": "AutoFit",
2503
+ "pptx.textAdvanced.autoFitNone": "Do not autofit",
2504
+ "pptx.textAdvanced.autoFitResize": "Resize shape to fit text",
2505
+ "pptx.textAdvanced.autoFitShrink": "Shrink text on overflow",
2506
+ "pptx.textAdvanced.autoPlaceholder": "auto",
2507
+ "pptx.textAdvanced.indent": "Indent",
2508
+ "pptx.textAdvanced.indentMargin": "Indent & Margin",
2509
+ "pptx.textAdvanced.letterSpc": "Letter Spc",
2510
+ "pptx.textAdvanced.lineSpc": "Line Spc",
2511
+ "pptx.textAdvanced.lineSpcPt": "Line Spc pt",
2512
+ "pptx.textAdvanced.paragraphAlignment": "Paragraph Alignment",
2513
+ "pptx.textAdvanced.rtl": "RTL",
2514
+ "pptx.textAdvanced.selectPrompt": "Select a text element to edit advanced text properties.",
2515
+ "pptx.textAdvanced.spaceAfter": "Space After",
2516
+ "pptx.textAdvanced.spaceBefore": "Space Before",
2517
+ "pptx.textAdvanced.spacing": "Spacing",
2518
+ "pptx.textAdvanced.vAlign": "V-Align",
2519
+ "pptx.textAdvanced.wrapText": "Wrap text in shape",
2520
+ "pptx.textFormatting.bulleted": "Bulleted",
2521
+ "pptx.textFormatting.numbered": "Numbered",
2522
+ "pptx.textFormatting.paragraphAfter": "Paragraph After",
2523
+ "pptx.textFormatting.paragraphBefore": "Paragraph Before",
2524
+ "pptx.textFormatting.textFlow": "Text Flow",
2525
+ "pptx.textProperties.advancedTextHeading": "Advanced Text",
2526
+ "pptx.textProperties.defaultFontOption": "Default ({{font}})",
2527
+ "pptx.textProperties.firstIndent": "First Indent",
2528
+ "pptx.textProperties.leftMargin": "Left Margin",
2529
+ "pptx.textProperties.outlineColour": "Outline Colour",
2530
+ "pptx.textProperties.outlineWidth": "Outline Width",
2531
+ "pptx.textProperties.textColor": "Text Color",
2532
+ "pptx.textProperties.underlineColour": "Underline Colour",
2533
+ "pptx.textProperties.underlineStyle": "Underline Style",
2534
+ "pptx.textSegment.bulletAria": "Bullet",
2535
+ "pptx.textSegment.equationFallback": "Equation",
2536
+ "pptx.themeGallery.ariaLabel": "Theme gallery",
2537
+ "pptx.themeGallery.close": "Close theme gallery",
2538
+ "pptx.themeGallery.description": "Pick a built-in theme for the deck.",
2539
+ "pptx.themeGallery.selectedTheme": "Selected theme",
2540
+ "pptx.themeGallery.title": "Themes",
2541
+ "pptx.toolbar.presentationToolbarAria": "Presentation toolbar",
2542
+ "pptx.transitionPresets.blinds": "Blinds",
2543
+ "pptx.transitionPresets.checker": "Checker",
2544
+ "pptx.transitionPresets.circle": "Circle",
2545
+ "pptx.transitionPresets.comb": "Comb",
2546
+ "pptx.transitionPresets.diamond": "Diamond",
2547
+ "pptx.transitionPresets.dissolve": "Dissolve",
2548
+ "pptx.transitionPresets.morph": "Morph",
2549
+ "pptx.transitionPresets.newsflash": "Newsflash",
2550
+ "pptx.transitionPresets.plus": "Plus",
2551
+ "pptx.transitionPresets.pull": "Pull",
2552
+ "pptx.transitionPresets.random": "Random",
2553
+ "pptx.transitionPresets.randomBars": "Random Bars",
2554
+ "pptx.transitionPresets.strips": "Strips",
2555
+ "pptx.transitionPresets.wedge": "Wedge",
2556
+ "pptx.transitionPresets.wheel": "Wheel",
2557
+ "pptx.transitionPresets.zoom": "Zoom",
2558
+ "pptx.undoAction.acceptAllSlideChanges": "Accept all slide changes",
2559
+ "pptx.undoAction.acceptSlideChange": "Accept slide change",
2560
+ "pptx.undoAction.addSlide": "Add slide",
2561
+ "pptx.undoAction.align": "Align {{mode}}",
2562
+ "pptx.undoAction.applyTheme": 'Apply theme "{{name}}"',
2563
+ "pptx.undoAction.bringForward": "Bring forward",
2564
+ "pptx.undoAction.bringToFront": "Bring to front",
2565
+ "pptx.undoAction.delete": "Delete",
2566
+ "pptx.undoAction.deleteSlide": "Delete slide",
2567
+ "pptx.undoAction.distribute": "Distribute",
2568
+ "pptx.undoAction.duplicate": "Duplicate",
2569
+ "pptx.undoAction.duplicateSlide": "Duplicate slide",
2570
+ "pptx.undoAction.edit": "Edit",
2571
+ "pptx.undoAction.group": "Group",
2572
+ "pptx.undoAction.insert": "Insert",
2573
+ "pptx.undoAction.move": "Move",
2574
+ "pptx.undoAction.moveSlide": "Move slide",
2575
+ "pptx.undoAction.paste": "Paste",
2576
+ "pptx.undoAction.replace": "Replace",
2577
+ "pptx.undoAction.replaceAll": "Replace all",
2578
+ "pptx.undoAction.resize": "Resize",
2579
+ "pptx.undoAction.rotate": "Rotate",
2580
+ "pptx.undoAction.sendBackward": "Send backward",
2581
+ "pptx.undoAction.sendToBack": "Send to back",
2582
+ "pptx.undoAction.slideProperties": "Slide properties",
2583
+ "pptx.undoAction.ungroup": "Ungroup",
2584
+ "pptx.versionHistory.loading": "Loading...",
2585
+ "pptx.viewer.slideEditorAria": "Slide editor",
2586
+ "pptx.zoom.slidePreviewAlt": "Preview of slide {{number}}",
2587
+ "pptx.shape.roundness": "Roundness",
2588
+ "pptx.image.stretch": "Stretch",
2589
+ "pptx.image.tile": "Tile",
2590
+ "pptx.connectorArrows.startArrow": "Start Arrow",
2591
+ "pptx.connectorArrows.endArrow": "End Arrow",
2592
+ "pptx.connectorArrows.startWidth": "Start Width",
2593
+ "pptx.connectorArrows.endWidth": "End Width",
2594
+ "pptx.connectorArrows.startLength": "Start Length",
2595
+ "pptx.connectorArrows.endLength": "End Length",
2596
+ "pptx.slideThumbnail.transitionTooltip": "Transition: {{name}}",
2597
+ "pptx.ribbon.groupShapeStyles": "Shape Styles",
2598
+ "pptx.options.title": "Options",
2599
+ "pptx.options.resetAll": "Reset all options",
2600
+ "pptx.options.resetTab": "Reset this tab",
2601
+ "pptx.options.general.description": "General options for working with the viewer.",
2602
+ "pptx.options.general.userInterface": "User Interface options",
2603
+ "pptx.options.general.displayOptimization": "When using multiple displays",
2604
+ "pptx.options.displayOptimization.appearance": "Optimize for best appearance",
2605
+ "pptx.options.displayOptimization.compatibility": "Optimize for compatibility",
2606
+ "pptx.options.general.showMiniToolbar": "Show Mini Toolbar on selection",
2607
+ "pptx.options.general.showMiniToolbarInfo": "Shows the floating formatting toolbar when you select text.",
2608
+ "pptx.options.general.enableLivePreview": "Enable Live Preview",
2609
+ "pptx.options.general.enableLivePreviewInfo": "Previews formatting changes on the slide as you hover over gallery choices.",
2610
+ "pptx.options.general.collapseRibbon": "Collapse the ribbon automatically",
2611
+ "pptx.options.general.collapseSearch": "Collapse the search box by default",
2612
+ "pptx.options.general.screenTipStyle": "ScreenTip style",
2613
+ "pptx.options.screenTipStyle.descriptions": "Show feature descriptions in ScreenTips",
2614
+ "pptx.options.screenTipStyle.plain": "Don't show feature descriptions in ScreenTips",
2615
+ "pptx.options.screenTipStyle.off": "Don't show ScreenTips",
2616
+ "pptx.options.general.personalize": "Personalize your copy of the viewer",
2617
+ "pptx.options.general.userName": "User name",
2618
+ "pptx.options.general.userInitials": "Initials",
2619
+ "pptx.options.general.appearance": "Viewer theme",
2620
+ "pptx.options.general.startup": "Start up options",
2621
+ "pptx.options.general.showStartScreen": "Show the Start screen when this application starts",
2622
+ "pptx.options.proofing.label": "Proofing",
2623
+ "pptx.options.proofing.description": "Change how the viewer corrects and formats your text.",
2624
+ "pptx.options.proofing.autoCorrect": "AutoCorrect options",
2625
+ "pptx.options.proofing.autoCorrectDescription": "Change how text is corrected and formatted as you type.",
2626
+ "pptx.options.proofing.twoInitialCapitals": "Correct TWo INitial CApitals",
2627
+ "pptx.options.proofing.capitalizeFirstLetter": "Capitalize first letter of sentences",
2628
+ "pptx.options.proofing.capitalizeDayNames": "Capitalize names of days",
2629
+ "pptx.options.proofing.smartQuotes": "Replace straight quotes with smart quotes",
2630
+ "pptx.options.proofing.hyphensToDash": "Replace hyphens (--) with dash",
2631
+ "pptx.options.proofing.fractions": "Replace fractions (1/2) with fraction characters (\xBD)",
2632
+ "pptx.options.proofing.ordinals": "Replace ordinals (1st) with superscript",
2633
+ "pptx.options.proofing.spellingOffice": "When correcting spelling",
2634
+ "pptx.options.proofing.ignoreUppercase": "Ignore words in UPPERCASE",
2635
+ "pptx.options.proofing.ignoreWordsWithNumbers": "Ignore words that contain numbers",
2636
+ "pptx.options.proofing.ignoreInternetAddresses": "Ignore Internet and file addresses",
2637
+ "pptx.options.proofing.flagRepeatedWords": "Flag repeated words",
2638
+ "pptx.options.proofing.spellingViewer": "When correcting spelling in the viewer",
2639
+ "pptx.options.proofing.checkSpellingAsYouType": "Check spelling as you type",
2640
+ "pptx.options.proofing.hideSpellingErrors": "Hide spelling errors",
2641
+ "pptx.options.save.label": "Save",
2642
+ "pptx.options.save.description": "Customize how documents are saved.",
2643
+ "pptx.options.save.savePresentations": "Save presentations",
2644
+ "pptx.options.save.autoSave": "Save changes automatically (AutoSave)",
2645
+ "pptx.options.save.autoSaveInfo": "Snapshots are stored locally and offered for recovery when you reopen.",
2646
+ "pptx.options.save.defaultFormat": "Save files in this format",
2647
+ "pptx.options.saveFormat.pptx": "PowerPoint Presentation (*.pptx)",
2648
+ "pptx.options.saveFormat.pdf": "PDF Document (*.pdf)",
2649
+ "pptx.options.saveFormat.png": "PNG Images (*.png)",
2650
+ "pptx.options.save.autoRecoverInterval": "Save AutoRecover information every",
2651
+ "pptx.options.save.minutes": "minutes",
2652
+ "pptx.options.save.keepLastAutoRecovered": "Keep the last AutoRecovered version if I close without saving",
2653
+ "pptx.options.save.fidelity": "Preserve fidelity when sharing this presentation",
2654
+ "pptx.options.save.embedFonts": "Embed fonts in the file",
2655
+ "pptx.options.save.embedFontsInfo": "Embedding fonts increases file size but keeps text identical on other devices.",
2656
+ "pptx.options.save.embedAllCharacters": "Embed all characters (best for editing by other people)",
2657
+ "pptx.options.save.cache": "Cache Settings",
2658
+ "pptx.options.save.cacheRetentionDays": "Days to keep files in the local document cache",
2659
+ "pptx.options.save.days": "days",
2660
+ "pptx.options.save.clearCacheOnClose": "Delete files from the local document cache when they are closed",
2661
+ "pptx.options.save.clearCacheNow": "Delete cached files",
2662
+ "pptx.options.save.clearCacheDescription": "Deletes locally stored recovery snapshots and recent files. This does not affect the open presentation.",
2663
+ "pptx.options.language.description": "Set the viewer language preferences.",
2664
+ "pptx.options.language.displayLanguage": "Display language",
2665
+ "pptx.options.language.displayLanguageDescription": "Buttons, menus, and other controls will show in the selected language.",
2666
+ "pptx.options.accessibility.label": "Accessibility",
2667
+ "pptx.options.accessibility.description": "Make the viewer more accessible.",
2668
+ "pptx.options.accessibility.assistant": "Make your document accessible to others",
2669
+ "pptx.options.accessibility.showStatus": "Show accessibility status in the status bar",
2670
+ "pptx.options.accessibility.feedback": "Feedback options",
2671
+ "pptx.options.accessibility.feedbackWithSound": "Provide feedback with sound",
2672
+ "pptx.options.accessibility.soundScheme": "Sound Scheme",
2673
+ "pptx.options.soundScheme.modern": "Modern",
2674
+ "pptx.options.soundScheme.classic": "Classic",
2675
+ "pptx.options.accessibility.display": "Application display options",
2676
+ "pptx.options.accessibility.showShortcutKeys": "Show shortcut keys in ScreenTips",
2677
+ "pptx.options.advanced.label": "Advanced",
2678
+ "pptx.options.advanced.description": "Advanced options for working with the viewer.",
2679
+ "pptx.options.advanced.editing": "Editing options",
2680
+ "pptx.options.advanced.autoSelectWord": "When selecting, automatically select entire word",
2681
+ "pptx.options.advanced.textDragAndDrop": "Allow text to be dragged and dropped",
2682
+ "pptx.options.advanced.maximumUndoSteps": "Maximum number of undos",
2683
+ "pptx.options.advanced.cutCopyPaste": "Cut, copy, and paste",
2684
+ "pptx.options.advanced.smartCutAndPaste": "Use smart cut and paste",
2685
+ "pptx.options.advanced.showPasteOptions": "Show Paste Options button when content is pasted",
2686
+ "pptx.options.advanced.imageQuality": "Image Size and Quality",
2687
+ "pptx.options.advanced.doNotCompressImages": "Do not compress images in file",
2688
+ "pptx.options.advanced.defaultResolution": "Default resolution",
2689
+ "pptx.options.resolution.highFidelity": "High fidelity",
2690
+ "pptx.options.resolution.ppi330": "330 ppi",
2691
+ "pptx.options.resolution.ppi220": "220 ppi",
2692
+ "pptx.options.resolution.ppi150": "150 ppi",
2693
+ "pptx.options.resolution.ppi96": "96 ppi",
2694
+ "pptx.options.advanced.chart": "Chart",
2695
+ "pptx.options.advanced.chartFollowDataPoint": "Properties follow chart data point",
2696
+ "pptx.options.advanced.display": "Display",
2697
+ "pptx.options.advanced.recentCount": "Show this number of Recent Presentations",
2698
+ "pptx.options.advanced.disableHardwareAcceleration": "Disable hardware graphics acceleration",
2699
+ "pptx.options.advanced.openDocumentsView": "Open all documents using this view",
2700
+ "pptx.options.openView.savedView": "The view saved in the file",
2701
+ "pptx.options.openView.normal": "Normal",
2702
+ "pptx.options.openView.outline": "Outline",
2703
+ "pptx.options.openView.slideSorter": "Slide Sorter",
2704
+ "pptx.options.openView.notes": "Notes",
2705
+ "pptx.options.advanced.slideShow": "Slide Show",
2706
+ "pptx.options.advanced.showMenuOnRightClick": "Show menu on right mouse click",
2707
+ "pptx.options.advanced.showPopupToolbar": "Show popup toolbar",
2708
+ "pptx.options.advanced.promptKeepInk": "Prompt to keep ink annotations when exiting",
2709
+ "pptx.options.advanced.endWithBlackSlide": "End with black slide",
2710
+ "pptx.options.advanced.print": "Print",
2711
+ "pptx.options.advanced.printInBackground": "Print in background",
2712
+ "pptx.options.advanced.printHighQuality": "High quality",
2713
+ "pptx.options.advanced.printUseMostRecent": "Use the most recently used print settings",
2714
+ "pptx.options.advanced.printWhat": "Print what",
2715
+ "pptx.options.printWhat.slides": "Full Page Slides",
2716
+ "pptx.options.printWhat.handouts": "Handouts",
2717
+ "pptx.options.printWhat.notes": "Notes Pages",
2718
+ "pptx.options.printWhat.outline": "Outline",
2719
+ "pptx.options.advanced.printColorMode": "Color/grayscale",
2720
+ "pptx.options.printColorMode.color": "Color",
2721
+ "pptx.options.printColorMode.grayscale": "Grayscale",
2722
+ "pptx.options.printColorMode.blackAndWhite": "Pure Black and White",
2723
+ "pptx.options.advanced.printHiddenSlides": "Print hidden slides",
2724
+ "pptx.options.advanced.printScaleToFit": "Scale to fit paper",
2725
+ "pptx.options.advanced.printFrameSlides": "Frame slides",
2726
+ "pptx.options.ribbon.label": "Customize Ribbon",
2727
+ "pptx.options.ribbon.description": "Customize the ribbon.",
2728
+ "pptx.options.ribbon.tabsTitle": "Main Tabs",
2729
+ "pptx.options.ribbon.tabsDescription": "Untick a tab to hide it from the ribbon. The File tab is always shown.",
2730
+ "pptx.options.ribbon.reset": "Reset ribbon customizations",
2731
+ "pptx.options.quickAccess.label": "Quick Access Toolbar",
2732
+ "pptx.options.quickAccess.description": "Customize the Quick Access Toolbar.",
2733
+ "pptx.options.quickAccess.optionsTitle": "Quick Access Toolbar options",
2734
+ "pptx.options.quickAccess.show": "Show Quick Access Toolbar",
2735
+ "pptx.options.quickAccess.position": "Toolbar Position",
2736
+ "pptx.options.quickAccessPosition.above": "Above Ribbon",
2737
+ "pptx.options.quickAccessPosition.below": "Below Ribbon",
2738
+ "pptx.options.quickAccess.showLabels": "Always show command labels",
2739
+ "pptx.options.quickAccess.chooseCommands": "Choose commands",
2740
+ "pptx.options.quickAccess.currentCommands": "Customize Quick Access Toolbar",
2741
+ "pptx.options.quickAccess.add": "Add",
2742
+ "pptx.options.quickAccess.remove": "Remove",
2743
+ "pptx.options.quickAccess.moveUp": "Move Up",
2744
+ "pptx.options.quickAccess.moveDown": "Move Down",
2745
+ "pptx.options.quickAccess.reset": "Reset",
2746
+ "pptx.options.quickAccess.command.presentFromStart": "From Beginning",
2747
+ "pptx.options.quickAccess.command.print": "Print",
2748
+ "pptx.options.quickAccess.command.exportPdf": "Export as PDF",
2749
+ "pptx.options.quickAccess.command.newSlide": "New Slide",
2750
+ "pptx.options.quickAccess.command.zoomIn": "Zoom In",
2751
+ "pptx.options.quickAccess.command.zoomOut": "Zoom Out",
2752
+ "pptx.options.addIns.label": "Add-ins",
2753
+ "pptx.options.addIns.description": "View and manage viewer capability modules.",
2754
+ "pptx.options.addIns.name": "Name",
2755
+ "pptx.options.addIns.location": "Location",
2756
+ "pptx.options.addIns.type": "Type",
2757
+ "pptx.options.addIns.active": "Active Capability Modules",
2758
+ "pptx.options.addIns.inactive": "Inactive Capability Modules",
2759
+ "pptx.options.addInType.renderer": "Renderer",
2760
+ "pptx.options.addInType.converter": "Converter",
2761
+ "pptx.options.addInType.collaboration": "Collaboration",
2762
+ "pptx.options.addInType.localization": "Localization",
2763
+ "pptx.options.addIns.smartArt3d": "SmartArt 3D Renderer",
2764
+ "pptx.options.addIns.smartArt3dDescription": "Opt-in three.js renderer for extruded and spatial SmartArt layouts.",
2765
+ "pptx.options.addIns.model3d": "3D Model Renderer",
2766
+ "pptx.options.addIns.model3dDescription": "Interactive GLB/GLTF model rendering on slides.",
2767
+ "pptx.options.addIns.emfConverter": "EMF/WMF Converter",
2768
+ "pptx.options.addIns.emfConverterDescription": "Converts EMF and WMF metafile images to PNG for display.",
2769
+ "pptx.options.addIns.mtxDecompressor": "MicroType Express Font Decompressor",
2770
+ "pptx.options.addIns.mtxDecompressorDescription": "Decompresses embedded MicroType Express fonts.",
2771
+ "pptx.options.addIns.collaboration": "Real-time Collaboration",
2772
+ "pptx.options.addIns.collaborationDescription": "CRDT-based co-editing, presence, and sync relay support.",
2773
+ "pptx.options.addIns.locales": "Locale Packs",
2774
+ "pptx.options.addIns.localesDescription": "Additional display languages for the viewer chrome.",
2775
+ "pptx.options.trust.label": "Trust Center",
2776
+ "pptx.options.trust.description": "Help keep your documents safe and secure.",
2777
+ "pptx.options.trust.settingsTitle": "Security settings",
2778
+ "pptx.options.trust.settingsDescription": "These settings help keep the content you open safe. We recommend the defaults.",
2779
+ "pptx.options.trust.protectedView": "Open presentations in Protected View",
2780
+ "pptx.options.trust.protectedViewInfo": "Documents open read-only; use Enable Editing to make changes.",
2781
+ "pptx.options.trust.allowExternalContent": "Allow external content (remote images and media)",
2782
+ "pptx.options.trust.allowExternalContentInfo": "When off, only content embedded in the file is displayed.",
2783
+ "pptx.options.trust.confirmHyperlinks": "Confirm before opening external hyperlinks"
2784
+ };
2785
+ function keyToLabel(key) {
2786
+ const last = key.split(".").pop() ?? key;
2787
+ return last.replace(/(?<lower>[a-z])(?<upper>[A-Z])/gu, "$<lower> $<upper>").replace(/^./u, (c) => c.toUpperCase());
2788
+ }
2789
+ var LOCALE_CATALOG = [
2790
+ { code: "en", label: "English", nativeLabel: "English" },
2791
+ { code: "fr", label: "French", nativeLabel: "Fran\xE7ais" },
2792
+ { code: "es", label: "Spanish", nativeLabel: "Espa\xF1ol" },
2793
+ { code: "de", label: "German", nativeLabel: "Deutsch" }
2794
+ ];
2795
+
2796
+ export { LOCALE_CATALOG, keyToLabel, translationsEn };