magic-editor-x 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +890 -0
- package/dist/_chunks/App-B1FgOsWa.mjs +2143 -0
- package/dist/_chunks/App-mtrlABtd.js +2146 -0
- package/dist/_chunks/LicensePage-BnyWSrWs.js +375 -0
- package/dist/_chunks/LicensePage-CWH-AFR-.mjs +373 -0
- package/dist/_chunks/LiveCollaborationPanel-DbDHwr2C.js +222 -0
- package/dist/_chunks/LiveCollaborationPanel-ryjcDAA7.mjs +220 -0
- package/dist/_chunks/Settings-Bk9bxJTy.js +440 -0
- package/dist/_chunks/Settings-D-V2MLVm.mjs +438 -0
- package/dist/_chunks/de-CSrHZWEb.mjs +295 -0
- package/dist/_chunks/de-CzSo1oD2.js +295 -0
- package/dist/_chunks/en-DuQun2v4.mjs +295 -0
- package/dist/_chunks/en-DxIkVPUh.js +295 -0
- package/dist/_chunks/es-DAQ_97zx.js +273 -0
- package/dist/_chunks/es-DEB0CA8S.mjs +273 -0
- package/dist/_chunks/fr-Bqkhvdx2.mjs +273 -0
- package/dist/_chunks/fr-ChPabvNP.js +273 -0
- package/dist/_chunks/getTranslation-C4uWR0DB.mjs +50985 -0
- package/dist/_chunks/getTranslation-D35vbDap.js +51001 -0
- package/dist/_chunks/index-B5MzUyo0.mjs +2541 -0
- package/dist/_chunks/index-BRVqbnOb.mjs +4450 -0
- package/dist/_chunks/index-BiLy_f7C.js +2540 -0
- package/dist/_chunks/index-CQx7-dFP.js +4472 -0
- package/dist/_chunks/pt-BMoYltav.mjs +273 -0
- package/dist/_chunks/pt-Cm74LpyZ.js +273 -0
- package/dist/_chunks/tools-CjnQJ9w2.mjs +2155 -0
- package/dist/_chunks/tools-DNt2tioN.js +2186 -0
- package/dist/admin/index.js +3 -0
- package/dist/admin/index.mjs +4 -0
- package/dist/server/index.js +2554 -0
- package/dist/server/index.mjs +2544 -0
- package/dist/style.css +164 -0
- package/package.json +122 -0
- package/pics/collab-magiceditorX.png +0 -0
- package/pics/editorX.png +0 -0
- package/pics/liveCollabwidget1.png +0 -0
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
const en = {
|
|
2
|
+
"plugin.name": "Magic Editor X",
|
|
3
|
+
"plugin.description": "Advanced block-based editor with Editor.js for Strapi v5",
|
|
4
|
+
"richtext.label": "Magic Editor X",
|
|
5
|
+
"richtext.description": "Advanced block-based rich text editor powered by Editor.js",
|
|
6
|
+
"richtext.section.editor": "Editor Settings",
|
|
7
|
+
"richtext.placeholder.label": "Placeholder",
|
|
8
|
+
"richtext.placeholder.description": "Placeholder text shown when editor is empty",
|
|
9
|
+
"richtext.section.advanced": "Advanced Settings",
|
|
10
|
+
"richtext.minHeight.label": "Minimum Height",
|
|
11
|
+
"richtext.minHeight.description": "Minimum height of the editor in pixels",
|
|
12
|
+
"richtext.section.collaboration": "Collaboration",
|
|
13
|
+
"richtext.collaboration.enabled.label": "Enable Collaboration",
|
|
14
|
+
"richtext.collaboration.enabled.description": "Enable real-time collaboration for this field",
|
|
15
|
+
"homepage.title": "Magic Editor X",
|
|
16
|
+
"homepage.subtitle": "Block Editor Dashboard for Strapi v5",
|
|
17
|
+
"homepage.description": "A powerful WYSIWYG editor powered by Editor.js with Media Library integration, multiple block types, and collaboration support.",
|
|
18
|
+
"homepage.playground": "Editor Playground",
|
|
19
|
+
"homepage.playground.description": "Test the editor and see the JSON output in real-time",
|
|
20
|
+
"homepage.collaboration.link": "Manage Collaboration",
|
|
21
|
+
"homepage.status.ready": "Realtime Ready",
|
|
22
|
+
"homepage.tabs.editor": "Editor",
|
|
23
|
+
"homepage.tabs.output": "JSON Output",
|
|
24
|
+
"homepage.playground.empty": "Type here to try the editor",
|
|
25
|
+
"homepage.playground.placeholder": "Type / for block menu or start writing...",
|
|
26
|
+
"homepage.button.clear": "Clear",
|
|
27
|
+
"homepage.button.showJson": "Show JSON",
|
|
28
|
+
"homepage.button.copyJson": "Copy JSON",
|
|
29
|
+
"homepage.button.backToEditor": "Back to Editor",
|
|
30
|
+
"homepage.output.title": "Editor.js JSON Output",
|
|
31
|
+
"homepage.output.empty": "// No content - create blocks in the editor",
|
|
32
|
+
"homepage.features.title": "Editor Features",
|
|
33
|
+
"homepage.stats.blockTools": "Block Tools",
|
|
34
|
+
"homepage.stats.inlineTools": "Inline Tools",
|
|
35
|
+
"homepage.stats.realtimeCollab": "Realtime Collab",
|
|
36
|
+
"homepage.stats.strapiReady": "Strapi Ready",
|
|
37
|
+
"homepage.quickLinks.title": "Quick Access",
|
|
38
|
+
"homepage.quickLinks.collaboration": "Collaboration",
|
|
39
|
+
"homepage.quickLinks.collaboration.desc": "Manage users & permissions",
|
|
40
|
+
"homepage.quickLinks.docs": "Editor.js Docs",
|
|
41
|
+
"homepage.quickLinks.docs.desc": "Official documentation",
|
|
42
|
+
"homepage.tools.title": "Available Tools",
|
|
43
|
+
"homepage.shortcuts.title": "Keyboard Shortcuts",
|
|
44
|
+
"tools.header": "Header",
|
|
45
|
+
"tools.header.desc": "H1-H6 Headings",
|
|
46
|
+
"tools.paragraph": "Paragraph",
|
|
47
|
+
"tools.paragraph.desc": "Text paragraphs",
|
|
48
|
+
"tools.list": "List",
|
|
49
|
+
"tools.list.desc": "Nested lists",
|
|
50
|
+
"tools.checklist": "Checklist",
|
|
51
|
+
"tools.checklist.desc": "Interactive checkboxes",
|
|
52
|
+
"tools.quote": "Quote",
|
|
53
|
+
"tools.quote.desc": "Quotes with author",
|
|
54
|
+
"tools.code": "Code",
|
|
55
|
+
"tools.code.desc": "Code blocks",
|
|
56
|
+
"tools.image": "Image",
|
|
57
|
+
"tools.image.desc": "Upload images",
|
|
58
|
+
"tools.table": "Table",
|
|
59
|
+
"tools.table.desc": "Create tables",
|
|
60
|
+
"tools.link": "Link",
|
|
61
|
+
"tools.link.desc": "Link preview",
|
|
62
|
+
"tools.warning": "Warning",
|
|
63
|
+
"tools.warning.desc": "Warning notices",
|
|
64
|
+
"tools.attaches": "Attaches",
|
|
65
|
+
"tools.attaches.desc": "File attachments",
|
|
66
|
+
"tools.alert": "Alert",
|
|
67
|
+
"tools.alert.desc": "Colored alerts",
|
|
68
|
+
"tools.delimiter": "Delimiter",
|
|
69
|
+
"tools.embed": "Embed",
|
|
70
|
+
"tools.raw": "Raw HTML",
|
|
71
|
+
"tools.mediaLib": "Media Library",
|
|
72
|
+
"tools.linkTool": "Link",
|
|
73
|
+
"tools.marker": "Highlight",
|
|
74
|
+
"tools.inlineCode": "Inline Code",
|
|
75
|
+
"tools.underline": "Underline",
|
|
76
|
+
"tools.toggle": "Toggle",
|
|
77
|
+
"tools.button": "Button",
|
|
78
|
+
"shortcuts.bold": "Bold",
|
|
79
|
+
"shortcuts.italic": "Italic",
|
|
80
|
+
"shortcuts.underline": "Underline",
|
|
81
|
+
"shortcuts.heading": "Heading",
|
|
82
|
+
"shortcuts.list": "List",
|
|
83
|
+
"shortcuts.highlight": "Highlight",
|
|
84
|
+
"shortcuts.blockMenu": "Block Menu",
|
|
85
|
+
"shortcuts.undo": "Undo",
|
|
86
|
+
"editor.blocks": "Blocks",
|
|
87
|
+
"editor.block": "Block",
|
|
88
|
+
"editor.words": "words",
|
|
89
|
+
"editor.characters": "characters",
|
|
90
|
+
"editor.copyJson": "Copy JSON",
|
|
91
|
+
"editor.clearAll": "Clear All",
|
|
92
|
+
"editor.clearConfirm": "Clear all content? This cannot be undone.",
|
|
93
|
+
"editor.fullscreen": "Fullscreen",
|
|
94
|
+
"editor.exitFullscreen": "Exit Fullscreen",
|
|
95
|
+
"editor.mediaLibrary": "Media Library",
|
|
96
|
+
"editor.placeholder": "Start writing your amazing content...",
|
|
97
|
+
"collab.title": "Live Collaboration",
|
|
98
|
+
"collab.live": "Live",
|
|
99
|
+
"collab.liveSync": "Live Sync",
|
|
100
|
+
"collab.realtimeActive": "Realtime sync active",
|
|
101
|
+
"collab.connecting": "Connecting...",
|
|
102
|
+
"collab.checkingPermission": "Checking permission",
|
|
103
|
+
"collab.disconnected": "Disconnected",
|
|
104
|
+
"collab.disabled": "Disabled",
|
|
105
|
+
"collab.noPermission": "No permission",
|
|
106
|
+
"collab.ready": "Ready",
|
|
107
|
+
"collab.error": "Error",
|
|
108
|
+
"collab.readOnly": "Read Only",
|
|
109
|
+
"collab.readOnlyBanner": "Read Only Mode",
|
|
110
|
+
"collab.readOnlyDescription": "You can view the content but cannot edit",
|
|
111
|
+
"collab.activeEditors": "Active Editors",
|
|
112
|
+
"collab.activePeers": "Active Collaborators ({count})",
|
|
113
|
+
"collab.peers": "collaborators online",
|
|
114
|
+
"collab.peer": "collaborator online",
|
|
115
|
+
"collab.workingAlone": "You are working alone",
|
|
116
|
+
"collab.connectionEstablishing": "Connection is being established...",
|
|
117
|
+
"collab.unknown": "Unknown",
|
|
118
|
+
"collab.online": "Online",
|
|
119
|
+
"collaboration.title": "Collaboration",
|
|
120
|
+
"collaboration.subtitle": "Manage permissions for real-time editing",
|
|
121
|
+
"collaboration.addUser": "Add User",
|
|
122
|
+
"collaboration.authorizedUsers": "Authorized Users ({count})",
|
|
123
|
+
"collaboration.noPermissions": "No Permissions",
|
|
124
|
+
"collaboration.noPermissions.description": "Add users to enable collaboration",
|
|
125
|
+
"collaboration.user": "User",
|
|
126
|
+
"collaboration.role": "Role",
|
|
127
|
+
"collaboration.contentType": "Content Type",
|
|
128
|
+
"collaboration.actions": "Actions",
|
|
129
|
+
"collaboration.allContentTypes": "All Content Types with Magic Editor",
|
|
130
|
+
"collaboration.selectUser": "Select User",
|
|
131
|
+
"collaboration.selectUser.placeholder": "Choose a user...",
|
|
132
|
+
"collaboration.selectRole": "Select Role",
|
|
133
|
+
"collaboration.selectContentType": "Select Content Type (optional)",
|
|
134
|
+
"collaboration.cancel": "Cancel",
|
|
135
|
+
"collaboration.save": "Save",
|
|
136
|
+
"collaboration.delete": "Delete",
|
|
137
|
+
"collaboration.confirmDelete": "Really remove permission?",
|
|
138
|
+
"collaboration.inviteUser": "Invite User",
|
|
139
|
+
"collaboration.inviteUser.subtitle": "Grant access to real-time editing",
|
|
140
|
+
"collaboration.rolePermissions": "Role & Permissions",
|
|
141
|
+
"collaboration.contentTypeOptional": "Content Type (optional)",
|
|
142
|
+
"collaboration.contentTypeHelp": "Shows only content types with Magic Editor X field • Empty = access to all",
|
|
143
|
+
"collaboration.contentTypeWarning": "⚠️ No content type currently uses the Magic Editor X field. Add the custom field to a content type.",
|
|
144
|
+
"collaboration.saving": "Saving...",
|
|
145
|
+
"collaboration.invite": "Invite",
|
|
146
|
+
"collaboration.limitInfo": "Collaborators: {current} / {max}",
|
|
147
|
+
"collaboration.limitCanAdd": "You can add {remaining} more collaborator(s).",
|
|
148
|
+
"collaboration.limitReached": "Limit reached. Upgrade for more collaborators.",
|
|
149
|
+
"collaboration.upgrade": "Upgrade",
|
|
150
|
+
"collaboration.errorLoading": "Error loading: {error}",
|
|
151
|
+
"collaboration.errorAdding": "Error adding permission",
|
|
152
|
+
"collaboration.errorUpdating": "Error updating role",
|
|
153
|
+
"collaboration.errorDeleting": "Error deleting permission",
|
|
154
|
+
"collaboration.limitReachedAlert": "Collaborator limit reached ({current}/{max}).\n\nUpgrade at https://store.magicdx.dev/ for more collaborators.",
|
|
155
|
+
"role.viewer": "Viewer",
|
|
156
|
+
"role.viewer.description": "Can view changes but not edit",
|
|
157
|
+
"role.editor": "Editor",
|
|
158
|
+
"role.editor.description": "Can edit content and collaborate with others",
|
|
159
|
+
"role.owner": "Owner",
|
|
160
|
+
"role.owner.description": "Full access including managing permissions",
|
|
161
|
+
"license.title": "License Management",
|
|
162
|
+
"license.subtitle": "View your Magic Editor X plugin license",
|
|
163
|
+
"license.refresh": "Refresh Status",
|
|
164
|
+
"license.loading": "Loading license information...",
|
|
165
|
+
"license.checking": "Checking license...",
|
|
166
|
+
"license.key": "License Key",
|
|
167
|
+
"license.copyKey": "Copy Key",
|
|
168
|
+
"license.downloadTxt": "Download as TXT",
|
|
169
|
+
"license.copied": "License key copied to clipboard!",
|
|
170
|
+
"license.copyFailed": "Failed to copy license key",
|
|
171
|
+
"license.downloaded": "License key downloaded successfully!",
|
|
172
|
+
"license.downloadFailed": "Failed to download license key",
|
|
173
|
+
"license.alert.free": "FREE Mode",
|
|
174
|
+
"license.alert.free.message": "You're using the FREE version with 2 collaborators. Upgrade for more features.",
|
|
175
|
+
"license.alert.active": "License Active",
|
|
176
|
+
"license.alert.active.message": "Your license is active and all features are unlocked.",
|
|
177
|
+
"license.alert.issue": "License Issue",
|
|
178
|
+
"license.alert.issue.message": "There's an issue with your license. Please check your license status.",
|
|
179
|
+
"license.section.account": "Account Information",
|
|
180
|
+
"license.section.collaborators": "Collaborator Limits",
|
|
181
|
+
"license.section.details": "License Details",
|
|
182
|
+
"license.section.features": "Features & Capabilities",
|
|
183
|
+
"license.section.status": "System Status",
|
|
184
|
+
"license.email": "Email Address",
|
|
185
|
+
"license.holder": "License Holder",
|
|
186
|
+
"license.notProvided": "Not provided",
|
|
187
|
+
"license.notSpecified": "Not specified",
|
|
188
|
+
"license.currentUsage": "Current Usage",
|
|
189
|
+
"license.status": "Status",
|
|
190
|
+
"license.canAddMore": "Can add more",
|
|
191
|
+
"license.limitReached": "Limit reached",
|
|
192
|
+
"license.upgradeMessage": "Upgrade your plan to add more collaborators. Visit https://store.magicdx.dev/",
|
|
193
|
+
"license.expiresOn": "Expires On",
|
|
194
|
+
"license.expiredOn": "Expired On",
|
|
195
|
+
"license.never": "Never",
|
|
196
|
+
"license.deviceName": "Device Name",
|
|
197
|
+
"license.unknown": "Unknown",
|
|
198
|
+
"license.yourPlanIncludes": "Your Plan Includes:",
|
|
199
|
+
"license.feature.fullAccess": "Full Editor Access (all tools)",
|
|
200
|
+
"license.feature.realtimeCollab": "Real-Time Collaboration",
|
|
201
|
+
"license.feature.collaborators": "{count} Collaborator(s)",
|
|
202
|
+
"license.feature.collaboratorsUnlimited": "Unlimited Collaborators",
|
|
203
|
+
"license.feature.aiAssistant": "AI Assistant (Usage-based)",
|
|
204
|
+
"license.feature.versionHistory": "Version History",
|
|
205
|
+
"license.feature.prioritySupport": "Priority Support",
|
|
206
|
+
"license.licenseStatus": "License Status",
|
|
207
|
+
"license.active": "Active",
|
|
208
|
+
"license.inactive": "Inactive",
|
|
209
|
+
"license.connection": "Connection",
|
|
210
|
+
"license.online": "Online",
|
|
211
|
+
"license.offline": "Offline",
|
|
212
|
+
"license.lastSync": "Last Sync",
|
|
213
|
+
"license.unlimited": "Unlimited",
|
|
214
|
+
"upgradePage.title": "Magic Editor X",
|
|
215
|
+
"upgradePage.subtitle": "Choose your plan for collaborative editing",
|
|
216
|
+
"upgradePage.currentUsage": "Current Usage",
|
|
217
|
+
"upgradePage.collaborators": "Collaborators",
|
|
218
|
+
"upgradePage.mostPopular": "MOST POPULAR",
|
|
219
|
+
"upgradePage.currentPlan": "Current Plan",
|
|
220
|
+
"upgradePage.upgradeNow": "Upgrade Now",
|
|
221
|
+
"upgradePage.downgrade": "Downgrade",
|
|
222
|
+
"upgradePage.free.name": "FREE",
|
|
223
|
+
"upgradePage.free.description": "Perfect for small projects and testing",
|
|
224
|
+
"upgradePage.premium.name": "PREMIUM",
|
|
225
|
+
"upgradePage.premium.description": "Enhanced collaboration for teams",
|
|
226
|
+
"upgradePage.advanced.name": "ADVANCED",
|
|
227
|
+
"upgradePage.advanced.description": "Unlimited collaboration for enterprises",
|
|
228
|
+
"upgradePage.forever": "forever",
|
|
229
|
+
"upgradePage.perMonth": "/month",
|
|
230
|
+
"upgradePage.features.fullAccess": "Full Editor Access",
|
|
231
|
+
"upgradePage.features.allTools": "All Editor Tools",
|
|
232
|
+
"upgradePage.features.collaborators2": "2 Collaborators",
|
|
233
|
+
"upgradePage.features.collaborators10": "10 Collaborators",
|
|
234
|
+
"upgradePage.features.collaboratorsUnlimited": "Unlimited Collaborators",
|
|
235
|
+
"upgradePage.features.realtimeSync": "Real-time Sync",
|
|
236
|
+
"upgradePage.features.versionHistory": "Version History",
|
|
237
|
+
"upgradePage.features.aiAssistant": "AI Assistant (Usage-based)",
|
|
238
|
+
"upgradePage.features.aiAssistantFull": "AI Assistant (Full Access)",
|
|
239
|
+
"upgradePage.features.prioritySupport": "Priority Support",
|
|
240
|
+
"licenseGuard.title": "Activate Magic Editor X",
|
|
241
|
+
"licenseGuard.subtitle.new": "Create a FREE license to start using the editor",
|
|
242
|
+
"licenseGuard.subtitle.existing": "Enter your existing license key",
|
|
243
|
+
"licenseGuard.info": "The editor is completely FREE to use! Creating a license helps us track usage and provide better support. You get 2 collaborators included.",
|
|
244
|
+
"licenseGuard.toggleExisting": "Have a license key?",
|
|
245
|
+
"licenseGuard.toggleNew": "Create new license",
|
|
246
|
+
"licenseGuard.email": "Email Address",
|
|
247
|
+
"licenseGuard.email.placeholder": "admin@example.com",
|
|
248
|
+
"licenseGuard.licenseKey": "License Key",
|
|
249
|
+
"licenseGuard.licenseKey.placeholder": "MAGIC-EDITOR-XXXX-XXXX-XXXX",
|
|
250
|
+
"licenseGuard.readyToActivate": "Ready to activate with your account:",
|
|
251
|
+
"licenseGuard.loadingUser": "Loading admin user data...",
|
|
252
|
+
"licenseGuard.skip": "Skip for now",
|
|
253
|
+
"licenseGuard.validate": "Validate License",
|
|
254
|
+
"licenseGuard.activate": "Activate FREE License",
|
|
255
|
+
"licenseGuard.success.created": "License created! Reloading...",
|
|
256
|
+
"licenseGuard.success.activated": "License activated! Reloading...",
|
|
257
|
+
"licenseGuard.error.create": "Failed to create license. Try manual entry.",
|
|
258
|
+
"licenseGuard.error.invalid": "Invalid license key or email address",
|
|
259
|
+
"licenseGuard.error.required": "Please enter both license key and email address",
|
|
260
|
+
"mediaLib.loading": "Loading Media Library...",
|
|
261
|
+
"mediaLib.notAvailable": "Media Library not available",
|
|
262
|
+
"mediaLib.noPermission": "No Upload Permission",
|
|
263
|
+
"mediaLib.noPermission.description": "You need upload permissions to use the Media Library.",
|
|
264
|
+
"mediaLib.noPermission.solution": "Please ask a Super Admin to grant you upload permissions under Settings → Administration panel → Roles.",
|
|
265
|
+
"mediaLib.close": "Close",
|
|
266
|
+
"settings.title": "Settings",
|
|
267
|
+
"settings.description": "Configure Magic Editor X",
|
|
268
|
+
"settings.license": "License",
|
|
269
|
+
"ai.title": "AI Assistant",
|
|
270
|
+
"ai.grammar": "Grammar",
|
|
271
|
+
"ai.style": "Improve Style",
|
|
272
|
+
"ai.rewrite": "Rewrite",
|
|
273
|
+
"ai.credits": "{count} Credits",
|
|
274
|
+
"ai.apply": "Apply",
|
|
275
|
+
"ai.cancel": "Cancel",
|
|
276
|
+
"ai.loading": "Correcting...",
|
|
277
|
+
"ai.noChanges": "No changes needed",
|
|
278
|
+
"ai.textCorrect": "The text is already correct",
|
|
279
|
+
"ai.limitReached": "Limit reached",
|
|
280
|
+
"ai.dailyLimitReached": "Daily limit reached",
|
|
281
|
+
"ai.monthlyLimitReached": "Monthly limit reached",
|
|
282
|
+
"ai.buyCredits": "Buy Credits",
|
|
283
|
+
"ai.original": "Original",
|
|
284
|
+
"ai.corrected": "Corrected",
|
|
285
|
+
"ai.changes": "Changes",
|
|
286
|
+
"ai.creditsRemaining": "{count} Credits remaining",
|
|
287
|
+
"ai.selectType": "Select a correction type",
|
|
288
|
+
"ai.error": "Error",
|
|
289
|
+
"ai.noLicense": "No license available",
|
|
290
|
+
"ai.noText": "No text selected",
|
|
291
|
+
"Admin.MainMenu.PluginName": "Magic Editor X"
|
|
292
|
+
};
|
|
293
|
+
export {
|
|
294
|
+
en as default
|
|
295
|
+
};
|
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const en = {
|
|
4
|
+
"plugin.name": "Magic Editor X",
|
|
5
|
+
"plugin.description": "Advanced block-based editor with Editor.js for Strapi v5",
|
|
6
|
+
"richtext.label": "Magic Editor X",
|
|
7
|
+
"richtext.description": "Advanced block-based rich text editor powered by Editor.js",
|
|
8
|
+
"richtext.section.editor": "Editor Settings",
|
|
9
|
+
"richtext.placeholder.label": "Placeholder",
|
|
10
|
+
"richtext.placeholder.description": "Placeholder text shown when editor is empty",
|
|
11
|
+
"richtext.section.advanced": "Advanced Settings",
|
|
12
|
+
"richtext.minHeight.label": "Minimum Height",
|
|
13
|
+
"richtext.minHeight.description": "Minimum height of the editor in pixels",
|
|
14
|
+
"richtext.section.collaboration": "Collaboration",
|
|
15
|
+
"richtext.collaboration.enabled.label": "Enable Collaboration",
|
|
16
|
+
"richtext.collaboration.enabled.description": "Enable real-time collaboration for this field",
|
|
17
|
+
"homepage.title": "Magic Editor X",
|
|
18
|
+
"homepage.subtitle": "Block Editor Dashboard for Strapi v5",
|
|
19
|
+
"homepage.description": "A powerful WYSIWYG editor powered by Editor.js with Media Library integration, multiple block types, and collaboration support.",
|
|
20
|
+
"homepage.playground": "Editor Playground",
|
|
21
|
+
"homepage.playground.description": "Test the editor and see the JSON output in real-time",
|
|
22
|
+
"homepage.collaboration.link": "Manage Collaboration",
|
|
23
|
+
"homepage.status.ready": "Realtime Ready",
|
|
24
|
+
"homepage.tabs.editor": "Editor",
|
|
25
|
+
"homepage.tabs.output": "JSON Output",
|
|
26
|
+
"homepage.playground.empty": "Type here to try the editor",
|
|
27
|
+
"homepage.playground.placeholder": "Type / for block menu or start writing...",
|
|
28
|
+
"homepage.button.clear": "Clear",
|
|
29
|
+
"homepage.button.showJson": "Show JSON",
|
|
30
|
+
"homepage.button.copyJson": "Copy JSON",
|
|
31
|
+
"homepage.button.backToEditor": "Back to Editor",
|
|
32
|
+
"homepage.output.title": "Editor.js JSON Output",
|
|
33
|
+
"homepage.output.empty": "// No content - create blocks in the editor",
|
|
34
|
+
"homepage.features.title": "Editor Features",
|
|
35
|
+
"homepage.stats.blockTools": "Block Tools",
|
|
36
|
+
"homepage.stats.inlineTools": "Inline Tools",
|
|
37
|
+
"homepage.stats.realtimeCollab": "Realtime Collab",
|
|
38
|
+
"homepage.stats.strapiReady": "Strapi Ready",
|
|
39
|
+
"homepage.quickLinks.title": "Quick Access",
|
|
40
|
+
"homepage.quickLinks.collaboration": "Collaboration",
|
|
41
|
+
"homepage.quickLinks.collaboration.desc": "Manage users & permissions",
|
|
42
|
+
"homepage.quickLinks.docs": "Editor.js Docs",
|
|
43
|
+
"homepage.quickLinks.docs.desc": "Official documentation",
|
|
44
|
+
"homepage.tools.title": "Available Tools",
|
|
45
|
+
"homepage.shortcuts.title": "Keyboard Shortcuts",
|
|
46
|
+
"tools.header": "Header",
|
|
47
|
+
"tools.header.desc": "H1-H6 Headings",
|
|
48
|
+
"tools.paragraph": "Paragraph",
|
|
49
|
+
"tools.paragraph.desc": "Text paragraphs",
|
|
50
|
+
"tools.list": "List",
|
|
51
|
+
"tools.list.desc": "Nested lists",
|
|
52
|
+
"tools.checklist": "Checklist",
|
|
53
|
+
"tools.checklist.desc": "Interactive checkboxes",
|
|
54
|
+
"tools.quote": "Quote",
|
|
55
|
+
"tools.quote.desc": "Quotes with author",
|
|
56
|
+
"tools.code": "Code",
|
|
57
|
+
"tools.code.desc": "Code blocks",
|
|
58
|
+
"tools.image": "Image",
|
|
59
|
+
"tools.image.desc": "Upload images",
|
|
60
|
+
"tools.table": "Table",
|
|
61
|
+
"tools.table.desc": "Create tables",
|
|
62
|
+
"tools.link": "Link",
|
|
63
|
+
"tools.link.desc": "Link preview",
|
|
64
|
+
"tools.warning": "Warning",
|
|
65
|
+
"tools.warning.desc": "Warning notices",
|
|
66
|
+
"tools.attaches": "Attaches",
|
|
67
|
+
"tools.attaches.desc": "File attachments",
|
|
68
|
+
"tools.alert": "Alert",
|
|
69
|
+
"tools.alert.desc": "Colored alerts",
|
|
70
|
+
"tools.delimiter": "Delimiter",
|
|
71
|
+
"tools.embed": "Embed",
|
|
72
|
+
"tools.raw": "Raw HTML",
|
|
73
|
+
"tools.mediaLib": "Media Library",
|
|
74
|
+
"tools.linkTool": "Link",
|
|
75
|
+
"tools.marker": "Highlight",
|
|
76
|
+
"tools.inlineCode": "Inline Code",
|
|
77
|
+
"tools.underline": "Underline",
|
|
78
|
+
"tools.toggle": "Toggle",
|
|
79
|
+
"tools.button": "Button",
|
|
80
|
+
"shortcuts.bold": "Bold",
|
|
81
|
+
"shortcuts.italic": "Italic",
|
|
82
|
+
"shortcuts.underline": "Underline",
|
|
83
|
+
"shortcuts.heading": "Heading",
|
|
84
|
+
"shortcuts.list": "List",
|
|
85
|
+
"shortcuts.highlight": "Highlight",
|
|
86
|
+
"shortcuts.blockMenu": "Block Menu",
|
|
87
|
+
"shortcuts.undo": "Undo",
|
|
88
|
+
"editor.blocks": "Blocks",
|
|
89
|
+
"editor.block": "Block",
|
|
90
|
+
"editor.words": "words",
|
|
91
|
+
"editor.characters": "characters",
|
|
92
|
+
"editor.copyJson": "Copy JSON",
|
|
93
|
+
"editor.clearAll": "Clear All",
|
|
94
|
+
"editor.clearConfirm": "Clear all content? This cannot be undone.",
|
|
95
|
+
"editor.fullscreen": "Fullscreen",
|
|
96
|
+
"editor.exitFullscreen": "Exit Fullscreen",
|
|
97
|
+
"editor.mediaLibrary": "Media Library",
|
|
98
|
+
"editor.placeholder": "Start writing your amazing content...",
|
|
99
|
+
"collab.title": "Live Collaboration",
|
|
100
|
+
"collab.live": "Live",
|
|
101
|
+
"collab.liveSync": "Live Sync",
|
|
102
|
+
"collab.realtimeActive": "Realtime sync active",
|
|
103
|
+
"collab.connecting": "Connecting...",
|
|
104
|
+
"collab.checkingPermission": "Checking permission",
|
|
105
|
+
"collab.disconnected": "Disconnected",
|
|
106
|
+
"collab.disabled": "Disabled",
|
|
107
|
+
"collab.noPermission": "No permission",
|
|
108
|
+
"collab.ready": "Ready",
|
|
109
|
+
"collab.error": "Error",
|
|
110
|
+
"collab.readOnly": "Read Only",
|
|
111
|
+
"collab.readOnlyBanner": "Read Only Mode",
|
|
112
|
+
"collab.readOnlyDescription": "You can view the content but cannot edit",
|
|
113
|
+
"collab.activeEditors": "Active Editors",
|
|
114
|
+
"collab.activePeers": "Active Collaborators ({count})",
|
|
115
|
+
"collab.peers": "collaborators online",
|
|
116
|
+
"collab.peer": "collaborator online",
|
|
117
|
+
"collab.workingAlone": "You are working alone",
|
|
118
|
+
"collab.connectionEstablishing": "Connection is being established...",
|
|
119
|
+
"collab.unknown": "Unknown",
|
|
120
|
+
"collab.online": "Online",
|
|
121
|
+
"collaboration.title": "Collaboration",
|
|
122
|
+
"collaboration.subtitle": "Manage permissions for real-time editing",
|
|
123
|
+
"collaboration.addUser": "Add User",
|
|
124
|
+
"collaboration.authorizedUsers": "Authorized Users ({count})",
|
|
125
|
+
"collaboration.noPermissions": "No Permissions",
|
|
126
|
+
"collaboration.noPermissions.description": "Add users to enable collaboration",
|
|
127
|
+
"collaboration.user": "User",
|
|
128
|
+
"collaboration.role": "Role",
|
|
129
|
+
"collaboration.contentType": "Content Type",
|
|
130
|
+
"collaboration.actions": "Actions",
|
|
131
|
+
"collaboration.allContentTypes": "All Content Types with Magic Editor",
|
|
132
|
+
"collaboration.selectUser": "Select User",
|
|
133
|
+
"collaboration.selectUser.placeholder": "Choose a user...",
|
|
134
|
+
"collaboration.selectRole": "Select Role",
|
|
135
|
+
"collaboration.selectContentType": "Select Content Type (optional)",
|
|
136
|
+
"collaboration.cancel": "Cancel",
|
|
137
|
+
"collaboration.save": "Save",
|
|
138
|
+
"collaboration.delete": "Delete",
|
|
139
|
+
"collaboration.confirmDelete": "Really remove permission?",
|
|
140
|
+
"collaboration.inviteUser": "Invite User",
|
|
141
|
+
"collaboration.inviteUser.subtitle": "Grant access to real-time editing",
|
|
142
|
+
"collaboration.rolePermissions": "Role & Permissions",
|
|
143
|
+
"collaboration.contentTypeOptional": "Content Type (optional)",
|
|
144
|
+
"collaboration.contentTypeHelp": "Shows only content types with Magic Editor X field • Empty = access to all",
|
|
145
|
+
"collaboration.contentTypeWarning": "⚠️ No content type currently uses the Magic Editor X field. Add the custom field to a content type.",
|
|
146
|
+
"collaboration.saving": "Saving...",
|
|
147
|
+
"collaboration.invite": "Invite",
|
|
148
|
+
"collaboration.limitInfo": "Collaborators: {current} / {max}",
|
|
149
|
+
"collaboration.limitCanAdd": "You can add {remaining} more collaborator(s).",
|
|
150
|
+
"collaboration.limitReached": "Limit reached. Upgrade for more collaborators.",
|
|
151
|
+
"collaboration.upgrade": "Upgrade",
|
|
152
|
+
"collaboration.errorLoading": "Error loading: {error}",
|
|
153
|
+
"collaboration.errorAdding": "Error adding permission",
|
|
154
|
+
"collaboration.errorUpdating": "Error updating role",
|
|
155
|
+
"collaboration.errorDeleting": "Error deleting permission",
|
|
156
|
+
"collaboration.limitReachedAlert": "Collaborator limit reached ({current}/{max}).\n\nUpgrade at https://store.magicdx.dev/ for more collaborators.",
|
|
157
|
+
"role.viewer": "Viewer",
|
|
158
|
+
"role.viewer.description": "Can view changes but not edit",
|
|
159
|
+
"role.editor": "Editor",
|
|
160
|
+
"role.editor.description": "Can edit content and collaborate with others",
|
|
161
|
+
"role.owner": "Owner",
|
|
162
|
+
"role.owner.description": "Full access including managing permissions",
|
|
163
|
+
"license.title": "License Management",
|
|
164
|
+
"license.subtitle": "View your Magic Editor X plugin license",
|
|
165
|
+
"license.refresh": "Refresh Status",
|
|
166
|
+
"license.loading": "Loading license information...",
|
|
167
|
+
"license.checking": "Checking license...",
|
|
168
|
+
"license.key": "License Key",
|
|
169
|
+
"license.copyKey": "Copy Key",
|
|
170
|
+
"license.downloadTxt": "Download as TXT",
|
|
171
|
+
"license.copied": "License key copied to clipboard!",
|
|
172
|
+
"license.copyFailed": "Failed to copy license key",
|
|
173
|
+
"license.downloaded": "License key downloaded successfully!",
|
|
174
|
+
"license.downloadFailed": "Failed to download license key",
|
|
175
|
+
"license.alert.free": "FREE Mode",
|
|
176
|
+
"license.alert.free.message": "You're using the FREE version with 2 collaborators. Upgrade for more features.",
|
|
177
|
+
"license.alert.active": "License Active",
|
|
178
|
+
"license.alert.active.message": "Your license is active and all features are unlocked.",
|
|
179
|
+
"license.alert.issue": "License Issue",
|
|
180
|
+
"license.alert.issue.message": "There's an issue with your license. Please check your license status.",
|
|
181
|
+
"license.section.account": "Account Information",
|
|
182
|
+
"license.section.collaborators": "Collaborator Limits",
|
|
183
|
+
"license.section.details": "License Details",
|
|
184
|
+
"license.section.features": "Features & Capabilities",
|
|
185
|
+
"license.section.status": "System Status",
|
|
186
|
+
"license.email": "Email Address",
|
|
187
|
+
"license.holder": "License Holder",
|
|
188
|
+
"license.notProvided": "Not provided",
|
|
189
|
+
"license.notSpecified": "Not specified",
|
|
190
|
+
"license.currentUsage": "Current Usage",
|
|
191
|
+
"license.status": "Status",
|
|
192
|
+
"license.canAddMore": "Can add more",
|
|
193
|
+
"license.limitReached": "Limit reached",
|
|
194
|
+
"license.upgradeMessage": "Upgrade your plan to add more collaborators. Visit https://store.magicdx.dev/",
|
|
195
|
+
"license.expiresOn": "Expires On",
|
|
196
|
+
"license.expiredOn": "Expired On",
|
|
197
|
+
"license.never": "Never",
|
|
198
|
+
"license.deviceName": "Device Name",
|
|
199
|
+
"license.unknown": "Unknown",
|
|
200
|
+
"license.yourPlanIncludes": "Your Plan Includes:",
|
|
201
|
+
"license.feature.fullAccess": "Full Editor Access (all tools)",
|
|
202
|
+
"license.feature.realtimeCollab": "Real-Time Collaboration",
|
|
203
|
+
"license.feature.collaborators": "{count} Collaborator(s)",
|
|
204
|
+
"license.feature.collaboratorsUnlimited": "Unlimited Collaborators",
|
|
205
|
+
"license.feature.aiAssistant": "AI Assistant (Usage-based)",
|
|
206
|
+
"license.feature.versionHistory": "Version History",
|
|
207
|
+
"license.feature.prioritySupport": "Priority Support",
|
|
208
|
+
"license.licenseStatus": "License Status",
|
|
209
|
+
"license.active": "Active",
|
|
210
|
+
"license.inactive": "Inactive",
|
|
211
|
+
"license.connection": "Connection",
|
|
212
|
+
"license.online": "Online",
|
|
213
|
+
"license.offline": "Offline",
|
|
214
|
+
"license.lastSync": "Last Sync",
|
|
215
|
+
"license.unlimited": "Unlimited",
|
|
216
|
+
"upgradePage.title": "Magic Editor X",
|
|
217
|
+
"upgradePage.subtitle": "Choose your plan for collaborative editing",
|
|
218
|
+
"upgradePage.currentUsage": "Current Usage",
|
|
219
|
+
"upgradePage.collaborators": "Collaborators",
|
|
220
|
+
"upgradePage.mostPopular": "MOST POPULAR",
|
|
221
|
+
"upgradePage.currentPlan": "Current Plan",
|
|
222
|
+
"upgradePage.upgradeNow": "Upgrade Now",
|
|
223
|
+
"upgradePage.downgrade": "Downgrade",
|
|
224
|
+
"upgradePage.free.name": "FREE",
|
|
225
|
+
"upgradePage.free.description": "Perfect for small projects and testing",
|
|
226
|
+
"upgradePage.premium.name": "PREMIUM",
|
|
227
|
+
"upgradePage.premium.description": "Enhanced collaboration for teams",
|
|
228
|
+
"upgradePage.advanced.name": "ADVANCED",
|
|
229
|
+
"upgradePage.advanced.description": "Unlimited collaboration for enterprises",
|
|
230
|
+
"upgradePage.forever": "forever",
|
|
231
|
+
"upgradePage.perMonth": "/month",
|
|
232
|
+
"upgradePage.features.fullAccess": "Full Editor Access",
|
|
233
|
+
"upgradePage.features.allTools": "All Editor Tools",
|
|
234
|
+
"upgradePage.features.collaborators2": "2 Collaborators",
|
|
235
|
+
"upgradePage.features.collaborators10": "10 Collaborators",
|
|
236
|
+
"upgradePage.features.collaboratorsUnlimited": "Unlimited Collaborators",
|
|
237
|
+
"upgradePage.features.realtimeSync": "Real-time Sync",
|
|
238
|
+
"upgradePage.features.versionHistory": "Version History",
|
|
239
|
+
"upgradePage.features.aiAssistant": "AI Assistant (Usage-based)",
|
|
240
|
+
"upgradePage.features.aiAssistantFull": "AI Assistant (Full Access)",
|
|
241
|
+
"upgradePage.features.prioritySupport": "Priority Support",
|
|
242
|
+
"licenseGuard.title": "Activate Magic Editor X",
|
|
243
|
+
"licenseGuard.subtitle.new": "Create a FREE license to start using the editor",
|
|
244
|
+
"licenseGuard.subtitle.existing": "Enter your existing license key",
|
|
245
|
+
"licenseGuard.info": "The editor is completely FREE to use! Creating a license helps us track usage and provide better support. You get 2 collaborators included.",
|
|
246
|
+
"licenseGuard.toggleExisting": "Have a license key?",
|
|
247
|
+
"licenseGuard.toggleNew": "Create new license",
|
|
248
|
+
"licenseGuard.email": "Email Address",
|
|
249
|
+
"licenseGuard.email.placeholder": "admin@example.com",
|
|
250
|
+
"licenseGuard.licenseKey": "License Key",
|
|
251
|
+
"licenseGuard.licenseKey.placeholder": "MAGIC-EDITOR-XXXX-XXXX-XXXX",
|
|
252
|
+
"licenseGuard.readyToActivate": "Ready to activate with your account:",
|
|
253
|
+
"licenseGuard.loadingUser": "Loading admin user data...",
|
|
254
|
+
"licenseGuard.skip": "Skip for now",
|
|
255
|
+
"licenseGuard.validate": "Validate License",
|
|
256
|
+
"licenseGuard.activate": "Activate FREE License",
|
|
257
|
+
"licenseGuard.success.created": "License created! Reloading...",
|
|
258
|
+
"licenseGuard.success.activated": "License activated! Reloading...",
|
|
259
|
+
"licenseGuard.error.create": "Failed to create license. Try manual entry.",
|
|
260
|
+
"licenseGuard.error.invalid": "Invalid license key or email address",
|
|
261
|
+
"licenseGuard.error.required": "Please enter both license key and email address",
|
|
262
|
+
"mediaLib.loading": "Loading Media Library...",
|
|
263
|
+
"mediaLib.notAvailable": "Media Library not available",
|
|
264
|
+
"mediaLib.noPermission": "No Upload Permission",
|
|
265
|
+
"mediaLib.noPermission.description": "You need upload permissions to use the Media Library.",
|
|
266
|
+
"mediaLib.noPermission.solution": "Please ask a Super Admin to grant you upload permissions under Settings → Administration panel → Roles.",
|
|
267
|
+
"mediaLib.close": "Close",
|
|
268
|
+
"settings.title": "Settings",
|
|
269
|
+
"settings.description": "Configure Magic Editor X",
|
|
270
|
+
"settings.license": "License",
|
|
271
|
+
"ai.title": "AI Assistant",
|
|
272
|
+
"ai.grammar": "Grammar",
|
|
273
|
+
"ai.style": "Improve Style",
|
|
274
|
+
"ai.rewrite": "Rewrite",
|
|
275
|
+
"ai.credits": "{count} Credits",
|
|
276
|
+
"ai.apply": "Apply",
|
|
277
|
+
"ai.cancel": "Cancel",
|
|
278
|
+
"ai.loading": "Correcting...",
|
|
279
|
+
"ai.noChanges": "No changes needed",
|
|
280
|
+
"ai.textCorrect": "The text is already correct",
|
|
281
|
+
"ai.limitReached": "Limit reached",
|
|
282
|
+
"ai.dailyLimitReached": "Daily limit reached",
|
|
283
|
+
"ai.monthlyLimitReached": "Monthly limit reached",
|
|
284
|
+
"ai.buyCredits": "Buy Credits",
|
|
285
|
+
"ai.original": "Original",
|
|
286
|
+
"ai.corrected": "Corrected",
|
|
287
|
+
"ai.changes": "Changes",
|
|
288
|
+
"ai.creditsRemaining": "{count} Credits remaining",
|
|
289
|
+
"ai.selectType": "Select a correction type",
|
|
290
|
+
"ai.error": "Error",
|
|
291
|
+
"ai.noLicense": "No license available",
|
|
292
|
+
"ai.noText": "No text selected",
|
|
293
|
+
"Admin.MainMenu.PluginName": "Magic Editor X"
|
|
294
|
+
};
|
|
295
|
+
exports.default = en;
|