apostrophe 3.41.0 → 3.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +49 -1
- package/modules/@apostrophecms/admin-bar/index.js +1 -0
- package/modules/@apostrophecms/admin-bar/ui/apos/components/TheAposContextBar.vue +1 -1
- package/modules/@apostrophecms/asset/lib/globalIcons.js +3 -0
- package/modules/@apostrophecms/doc/ui/apos/apps/AposDoc.js +42 -0
- package/modules/@apostrophecms/doc-type/index.js +82 -51
- package/modules/@apostrophecms/doc-type/ui/apos/components/AposDocEditor.vue +10 -3
- package/modules/@apostrophecms/file/index.js +2 -1
- package/modules/@apostrophecms/file-tag/index.js +2 -1
- package/modules/@apostrophecms/i18n/i18n/en.json +115 -109
- package/modules/@apostrophecms/i18n/i18n/es.json +83 -78
- package/modules/@apostrophecms/i18n/i18n/fr.json +89 -84
- package/modules/@apostrophecms/i18n/i18n/pt-BR.json +81 -76
- package/modules/@apostrophecms/i18n/i18n/sk.json +91 -86
- package/modules/@apostrophecms/image/index.js +5 -1
- package/modules/@apostrophecms/image/ui/apos/components/AposMediaManager.vue +6 -1
- package/modules/@apostrophecms/image-tag/index.js +2 -1
- package/modules/@apostrophecms/modal/ui/apos/mixins/AposDocsManagerMixin.js +35 -2
- package/modules/@apostrophecms/modal/ui/apos/mixins/AposEditorMixin.js +2 -2
- package/modules/@apostrophecms/page/index.js +8 -4
- package/modules/@apostrophecms/piece-type/index.js +24 -3
- package/modules/@apostrophecms/piece-type/ui/apos/components/AposDocsManager.vue +3 -63
- package/modules/@apostrophecms/piece-type/ui/apos/components/AposDocsManagerDisplay.vue +9 -2
- package/modules/@apostrophecms/piece-type/ui/apos/components/AposUtilityOperations.vue +126 -0
- package/modules/@apostrophecms/rich-text-widget/ui/apos/components/AposRichTextWidgetEditor.vue +10 -10
- package/modules/@apostrophecms/rich-text-widget/ui/apos/tiptap-extensions/Default.js +44 -48
- package/modules/@apostrophecms/schema/index.js +105 -35
- package/modules/@apostrophecms/schema/lib/addFieldTypes.js +21 -2
- package/modules/@apostrophecms/schema/ui/apos/components/AposInputArray.vue +339 -112
- package/modules/@apostrophecms/schema/ui/apos/components/AposInputRelationship.vue +72 -20
- package/modules/@apostrophecms/schema/ui/apos/components/AposInputSelect.vue +6 -0
- package/modules/@apostrophecms/schema/ui/apos/components/AposInputString.vue +1 -1
- package/modules/@apostrophecms/schema/ui/apos/components/AposInputWrapper.vue +7 -1
- package/modules/@apostrophecms/schema/ui/apos/components/AposSchema.vue +18 -4
- package/modules/@apostrophecms/schema/ui/apos/components/AposSearchList.vue +111 -30
- package/modules/@apostrophecms/submitted-draft/index.js +1 -1
- package/modules/@apostrophecms/ui/ui/apos/components/AposSlatList.vue +5 -1
- package/modules/@apostrophecms/ui/ui/apos/lib/i18next.js +1 -0
- package/modules/@apostrophecms/user/index.js +2 -1
- package/modules/@apostrophecms/widget-type/index.js +6 -3
- package/package.json +15 -15
- package/test/pieces.js +726 -13
- package/test/schemas.js +392 -22
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"addColumnBefore": "Add Column Before",
|
|
3
2
|
"addColumnAfter": "Add Column After",
|
|
3
|
+
"addColumnBefore": "Add Column Before",
|
|
4
4
|
"addContent": "Add Content",
|
|
5
5
|
"addItem": "Add Item",
|
|
6
|
-
"addRowBefore": "Add Row Before",
|
|
7
6
|
"addRowAfter": "Add Row After",
|
|
7
|
+
"addRowBefore": "Add Row Before",
|
|
8
8
|
"addWidgetType": "Add {{ label }}",
|
|
9
9
|
"admin": "Admin",
|
|
10
10
|
"affirmativeLabel": "Yes, continue.",
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"any": "Any",
|
|
15
15
|
"apostropheAdminUi": "Apostrophe admin UI",
|
|
16
16
|
"applyToSubpages": "Apply to Subpages",
|
|
17
|
-
"arrayCancelDescription": "Do you want to discard changes to this list?",
|
|
18
17
|
"archive": "Archive",
|
|
19
18
|
"archiveImage": "Archive Image",
|
|
20
19
|
"archiveOnlyThisPage": "Archive only this page",
|
|
@@ -33,28 +32,29 @@
|
|
|
33
32
|
"archivingWillLoseDraftChanges": "Unpublished draft changes to this {{ type }} will be permanently deleted.",
|
|
34
33
|
"archivingWillUnpublish": "This will also un-publish the {{ type }}.",
|
|
35
34
|
"areYouSure": "Are You Sure?",
|
|
35
|
+
"arrayCancelDescription": "Do you want to discard changes to this list?",
|
|
36
36
|
"aspectRatio": "Aspect Ratio",
|
|
37
37
|
"aspectRatioFree": "Free",
|
|
38
38
|
"aspectRatioWarning": "The aspect ratio cannot be changed for this widget",
|
|
39
|
+
"assetBuildWatchStarted": "Watching for UI changes...",
|
|
39
40
|
"assetTypeBuildComplete": "👍 {{ label }} is complete!",
|
|
40
41
|
"assetTypeBuilding": "🧑💻 Building the {{ label }}...",
|
|
41
|
-
"assetWebpackConfigWarning": "⚠️ In the module {{ module }}, your webpack config is incorrect. It must be an object and should contain only the properties: {{ properties }}.",
|
|
42
42
|
"assetWebpackBundlesWarning": "⚠️ In the module {{ module }} your webpack config is incorrect. Each bundle can only have one property 'templates' that must be an array of strings.",
|
|
43
43
|
"assetWebpackCacheCleared": "Build cache cleared.",
|
|
44
|
-
"
|
|
44
|
+
"assetWebpackConfigWarning": "⚠️ In the module {{ module }}, your webpack config is incorrect. It must be an object and should contain only the properties: {{ properties }}.",
|
|
45
45
|
"at": "at",
|
|
46
46
|
"back": "Back",
|
|
47
47
|
"backToHome": "Back to Home",
|
|
48
48
|
"basics": "Basics",
|
|
49
49
|
"browseDocType": "Browse {{ type }}",
|
|
50
50
|
"cancel": "Cancel",
|
|
51
|
+
"cannotChangeSlugPrefix": "cannot change the slug prefix",
|
|
51
52
|
"cannotMoveArchive": "You cannot move the Archive",
|
|
52
53
|
"caption": "Caption",
|
|
53
54
|
"changed": "Changed",
|
|
54
55
|
"changesAwaitingApproval": "Changes to this document are awaiting approval by an admin or editor.",
|
|
55
56
|
"changesDiscarded": "Changes discarded",
|
|
56
57
|
"changesPublished": "Your changes have been published.",
|
|
57
|
-
"cannotChangeSlugPrefix": "cannot change the slug prefix",
|
|
58
58
|
"chooseDocType": "Choose {{ type }}",
|
|
59
59
|
"clear": "Clear",
|
|
60
60
|
"clearSelection": "Clear Selection",
|
|
@@ -85,17 +85,17 @@
|
|
|
85
85
|
"contentArchived": "Content Archived",
|
|
86
86
|
"contentRestored": "Content Restored",
|
|
87
87
|
"contributor": "Contributor",
|
|
88
|
+
"copy": "Copy",
|
|
88
89
|
"create": "Create",
|
|
89
90
|
"credit": "Credit",
|
|
90
91
|
"creditUrl": "Credit URL",
|
|
91
92
|
"cropAndSize": "Crop & Size (px)",
|
|
92
93
|
"currentLocale": "Currently selected locale",
|
|
93
94
|
"cut": "Cut",
|
|
94
|
-
"copy": "Copy",
|
|
95
|
-
"dayjsRelativeTimeFormat": "apostrophe",
|
|
96
|
-
"dayjsTitleDateFormat": "ddd MMMM D [at] H:mma",
|
|
97
95
|
"dayjsCellDateFormat": "apostrophe",
|
|
98
96
|
"dayjsMediaCreatedDateFormat": "MMM Do, YYYY",
|
|
97
|
+
"dayjsRelativeTimeFormat": "apostrophe",
|
|
98
|
+
"dayjsTitleDateFormat": "ddd MMMM D [at] H:mma",
|
|
99
99
|
"deduplicateSlugReserved": "The deduplicate- slug is reserved.",
|
|
100
100
|
"delete": "Delete",
|
|
101
101
|
"deleteColumn": "Delete Column",
|
|
@@ -105,14 +105,15 @@
|
|
|
105
105
|
"deleteRow": "Delete Row",
|
|
106
106
|
"deleteTable": "Delete Table",
|
|
107
107
|
"description": "Description",
|
|
108
|
+
"deselectAll": "Deselect All",
|
|
108
109
|
"disabled": "Disabled",
|
|
109
110
|
"discardChanges": "Discard Changes",
|
|
110
111
|
"discardChangesPrompt": "Do you want to discard changes?",
|
|
111
112
|
"discardChangesToDocTypePrompt": "Do you want to discard changes to this {{ type }}?",
|
|
112
|
-
"discardImageChangesPrompt": "Do you want to discard changes to the active image?",
|
|
113
113
|
"discardDraft": "Discard Draft",
|
|
114
114
|
"discardDraftAffirmativeLabel": "Yes, discard changes",
|
|
115
115
|
"discardDraftDescription": "This will discard all changes since the document was last published.",
|
|
116
|
+
"discardImageChangesPrompt": "Do you want to discard changes to the active image?",
|
|
116
117
|
"dismissSubmission": "Dismiss Submission",
|
|
117
118
|
"dismissedSubmission": "Dismissed submission.",
|
|
118
119
|
"displayName": "Display Name",
|
|
@@ -132,52 +133,53 @@
|
|
|
132
133
|
"draftSavedNoPreview": "Draft saved but could not navigate to a preview.",
|
|
133
134
|
"dropMedia": "Drop new media here",
|
|
134
135
|
"duplicate": "Duplicate...",
|
|
136
|
+
"duplicateError": "Duplicate",
|
|
135
137
|
"edit": "Edit",
|
|
136
|
-
"editType": "Edit {{ type }}",
|
|
137
|
-
"editor": "Editor",
|
|
138
138
|
"editImageAdjustments": "Image Adjustments",
|
|
139
139
|
"editImageRelationshipTitle": "Adjust Image",
|
|
140
140
|
"editRelationship": "Edit Relationship",
|
|
141
141
|
"editRelationshipFor": "Edit Relationship for {{ title }}",
|
|
142
|
+
"editType": "Edit {{ type }}",
|
|
142
143
|
"editWidget": "Edit Widget",
|
|
143
144
|
"editWidgetForeignTooltip": "Click to edit this content in its natural context",
|
|
144
145
|
"editWidgetType": "Edit {{ label }}",
|
|
146
|
+
"editor": "Editor",
|
|
145
147
|
"email": "Email",
|
|
146
148
|
"emptyRichTextWidget": "Empty Rich Text Widget",
|
|
147
149
|
"enabled": "Enabled",
|
|
148
150
|
"error": "An error occurred",
|
|
151
|
+
"errorBatchOperationNoti": "Batch operation {{ operation }} failed.",
|
|
149
152
|
"errorCount": "{{ count }} error remaining",
|
|
150
153
|
"errorCount_plural": "{{ count }} errors remaining",
|
|
151
154
|
"errorCreatingNewContent": "Error while creating new, empty content.",
|
|
152
155
|
"errorEvaluatingExternalCondition": "An error occurred while evaluating the external condition for the field \"{{ name }}\"",
|
|
153
156
|
"errorFetchingTitleFieldChoicesByMethod": "An error occurred while fetching the choices for the titleField {{ name }}",
|
|
154
|
-
"
|
|
155
|
-
"
|
|
157
|
+
"errorPageMessage": "An error has occurred",
|
|
158
|
+
"errorPageStatusCode": "500",
|
|
159
|
+
"errorPageTitle": "An error has occurred",
|
|
156
160
|
"errorWhileArchiving": "An error occurred while moving the document to the archive.",
|
|
157
161
|
"errorWhileDismissing": "An Error Occurred While Dismissing",
|
|
158
162
|
"errorWhileDismissingDescription": "An error occurred while dismissing the submission.",
|
|
159
163
|
"errorWhilePublishing": "An Error Occurred While Publishing",
|
|
160
164
|
"errorWhilePublishingDocument": "An error occurred while publishing the document.",
|
|
161
165
|
"errorWhilePublishingParentPage": "An error occurred while publishing a parent page.",
|
|
166
|
+
"errorWhileRestoring": "An error occurred while restoring the previously published version.",
|
|
162
167
|
"errorWhileRestoringArchive": "An error occurred while restoring the document from the archive.",
|
|
163
168
|
"errorWhileRestoringPrevious": "An error occurred while restoring the previously published version.",
|
|
164
169
|
"errorWhileSubmitting": "An Error Occurred While Submitting",
|
|
165
170
|
"errorWhileSubmittingDescription": "An error occurred while submitting the document.",
|
|
166
|
-
"
|
|
167
|
-
"errorPageStatusCode": "500",
|
|
168
|
-
"errorPageTitle": "An error has occurred",
|
|
169
|
-
"errorBatchOperationNoti": "Batch operation {{ operation }} failed.",
|
|
171
|
+
"errorWhileUnpublishing": "An error occurred while unpublishing the document.",
|
|
170
172
|
"everythingElse": "Everything Else",
|
|
171
173
|
"exit": "Exit",
|
|
172
174
|
"fetchPublishedVersionFailed": "An error occurred fetching the published version of the document.",
|
|
173
175
|
"fieldHasUnpublishedChanges": "This field has unpublished changes",
|
|
174
176
|
"file": "File",
|
|
177
|
+
"fileInvalid": "File was not accepted. It may be corrupted or its content may not match its file extension.",
|
|
175
178
|
"fileTag": "File Tag",
|
|
176
179
|
"fileTags": "File Tags",
|
|
180
|
+
"fileTypeCannotBeCropped": "{{ extension }} files cannot be cropped, do not present the cropping UI for this type",
|
|
177
181
|
"fileTypeNotAccepted": "File type was not accepted. Allowed extensions: {{ extensions }}",
|
|
178
|
-
"fileInvalid": "File was not accepted. It may be corrupted or its content may not match its file extension.",
|
|
179
182
|
"files": "Files",
|
|
180
|
-
"fileTypeCannotBeCropped": "{{ extension }} files cannot be cropped, do not present the cropping UI for this type",
|
|
181
183
|
"filter": "Filter",
|
|
182
184
|
"filterByTag": "Filter by Tag",
|
|
183
185
|
"filterResultsByType": "Filter Results By Type",
|
|
@@ -194,56 +196,54 @@
|
|
|
194
196
|
"imageTag": "Image Tag",
|
|
195
197
|
"imageTags": "Image Tags",
|
|
196
198
|
"images": "Images",
|
|
199
|
+
"insertAndNew": "{{ saveLabel }} {{ typeLabel }} and create a new one.",
|
|
197
200
|
"insertAndRedirect": "{{ saveLabel }} {{ typeLabel }} and be redirected to the {{ typeLabel }}.",
|
|
198
201
|
"insertAndReturn": "{{ saveLabel }} and return to the {{ typeLabel }} listing.",
|
|
199
|
-
"insertAndNew": "{{ saveLabel }} {{ typeLabel }} and create a new one.",
|
|
200
202
|
"insertTable": "Insert Table",
|
|
201
203
|
"lastEdited": "Last Edited",
|
|
204
|
+
"lastUpdatedBy": "Last saved on {{ updatedAt }} <br /> by {{ updatedBy }}",
|
|
202
205
|
"leavePageDescription": "The content you're trying to edit belongs to another document and must be edited there.\nChanges made to {{ oldTitle }} are saved automatically.",
|
|
203
206
|
"leavePageHeading": "Leave {{ oldTitle }} to edit {{ newTitle }}?",
|
|
204
207
|
"linkTarget": "Link Target",
|
|
205
208
|
"linkTo": "Link To...",
|
|
206
209
|
"listJoiner": ", ",
|
|
207
210
|
"live": "Live",
|
|
208
|
-
"lastUpdatedBy": "Last saved on {{ updatedAt }} <br /> by {{ updatedBy }}",
|
|
209
211
|
"loadDocFailed": "The requested document was not found.",
|
|
210
212
|
"locale": "Locale",
|
|
211
213
|
"localize": "Localize...",
|
|
212
|
-
"localizeContent": "Localize Content",
|
|
213
|
-
"localized": "Localized the {{ type }} {{ title }} to {{ locale }}",
|
|
214
214
|
"localizeAllRelated": "Localize all related documents and overwrite existing documents",
|
|
215
|
+
"localizeContent": "Localize Content",
|
|
215
216
|
"localizeNewRelated": "Localize new related documents",
|
|
217
|
+
"localized": "Localized the {{ type }} {{ title }} to {{ locale }}",
|
|
216
218
|
"localizingBusy": "Localizing Content",
|
|
217
|
-
"
|
|
219
|
+
"logOut": "Log Out",
|
|
220
|
+
"logOutNotLoggedIn": "You were not logged in.",
|
|
218
221
|
"login": "Login",
|
|
219
|
-
"loginSendEmail": "Send Email",
|
|
220
222
|
"loginBack": "Back to Login",
|
|
221
|
-
"
|
|
223
|
+
"loginDisabled": "Login Disabled",
|
|
222
224
|
"loginEnterEmail": "Enter email",
|
|
223
225
|
"loginErrorGeneric": "An error occurred. Please try again.",
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
+
"loginHome": "Home Page",
|
|
227
|
+
"loginMaxAttemptsReached": "Too many attempts. You may try again in a minute.",
|
|
228
|
+
"loginMaxAttemptsReached_plural": "Too many attempts. You may try again in {{ count }} minutes.",
|
|
226
229
|
"loginPageBadCredentials": "Your credentials are incorrect, or there is no such user",
|
|
230
|
+
"loginPageBothRequired": "Both the username and the password are required.",
|
|
227
231
|
"loginPageTitle": "Login",
|
|
228
232
|
"loginRequired": "Login Required",
|
|
229
|
-
"
|
|
230
|
-
"loginResetPasswordRequest": "Enter your account's email address and we'll send you a password reset link.",
|
|
231
|
-
"loginResetRequestDone": "If the email address you've entered matches our records we'll send a reset link to \"{{ email }}\".\n\nFollow the link in the email to reset your password.",
|
|
233
|
+
"loginResetDone": "Your new password has been saved.",
|
|
232
234
|
"loginResetEmailRequired": "The email is required.",
|
|
233
|
-
"loginResetPasswordRequired": "A new password is required.",
|
|
234
235
|
"loginResetInfo": "Enter new password for your account {{ email }}",
|
|
235
|
-
"loginResetDone": "Your new password has been saved.",
|
|
236
236
|
"loginResetInvalid": "The password reset link is invalid or expired.",
|
|
237
|
-
"
|
|
238
|
-
"
|
|
237
|
+
"loginResetPassword": "Reset Password",
|
|
238
|
+
"loginResetPasswordRequest": "Enter your account's email address and we'll send you a password reset link.",
|
|
239
|
+
"loginResetPasswordRequired": "A new password is required.",
|
|
240
|
+
"loginResetRequestDone": "If the email address you've entered matches our records we'll send a reset link to \"{{ email }}\".\n\nFollow the link in the email to reset your password.",
|
|
241
|
+
"loginSendEmail": "Send Email",
|
|
239
242
|
"manageDocType": "Manage {{ type }}",
|
|
240
243
|
"manageDraftSubmissions": "Manage Draft Submissions",
|
|
241
244
|
"managePages": "Manage Pages",
|
|
242
|
-
"loginMaxAttemptsReached": "Too many attempts. You may try again in a minute.",
|
|
243
|
-
"loginMaxAttemptsReached_plural": "Too many attempts. You may try again in {{ count }} minutes.",
|
|
244
245
|
"maxLabel": "Max:",
|
|
245
246
|
"maxUi": "Max: {{ number }}",
|
|
246
|
-
"minSize": "Min size of {{ width }}x{{ height }}",
|
|
247
247
|
"mediaCreatedDate": "Uploaded: {{ createdDate }}",
|
|
248
248
|
"mediaDimensions": "Dimensions: {{ width }} 𝗑 {{ height }}",
|
|
249
249
|
"mediaFileSize": "File Size: {{ fileSize }}",
|
|
@@ -253,15 +253,18 @@
|
|
|
253
253
|
"mediaUploadViaExplorer": "Or click to open the file explorer",
|
|
254
254
|
"mergeCells": "Merge Cells",
|
|
255
255
|
"minLabel": "Min:",
|
|
256
|
+
"minSize": "Min size of {{ width }}x{{ height }}",
|
|
256
257
|
"minUi": "Min: {{ number }}",
|
|
258
|
+
"modernBuild": "Public-facing modern JavaScript and Sass",
|
|
257
259
|
"modify": "Modify",
|
|
258
260
|
"modifyOrDelete": "Modify / Delete",
|
|
259
|
-
"moreOptions": "More Options",
|
|
260
261
|
"moreOperations": "More Operations",
|
|
262
|
+
"moreOptions": "More Options",
|
|
261
263
|
"multipleEditors": "Multiple Editors",
|
|
262
264
|
"newDocType": "New {{ type }}",
|
|
263
265
|
"newItem": "New item",
|
|
264
266
|
"newPage": "New Page",
|
|
267
|
+
"newPassword": "New Password",
|
|
265
268
|
"newSearch": "New Search",
|
|
266
269
|
"next": "Next",
|
|
267
270
|
"nextPage": "Next Page",
|
|
@@ -272,16 +275,15 @@
|
|
|
272
275
|
"noLongerPublished": "No longer published.",
|
|
273
276
|
"noMediaFound": "No media found",
|
|
274
277
|
"noNewRelatedDocuments": "Although this document has related documents, none of them are new to the locales you have selected.",
|
|
278
|
+
"noTypeFound": "No {{ type }} Found",
|
|
275
279
|
"none": "None",
|
|
276
280
|
"notFound": "Not found.",
|
|
277
281
|
"notFoundPageMessage": "We can't seem to find the page you're looking for.",
|
|
278
282
|
"notFoundPageStatusCode": "404",
|
|
279
283
|
"notFoundPageTitle": "404 - Page not found",
|
|
280
284
|
"notInLocale": "The current page doesn’t exist in {{ label }}. Localize the version from {{ currentLocale }}?",
|
|
281
|
-
"notificationClearEventError": "There was an error clearing a registered notification event.",
|
|
282
|
-
"noTypeFound": "No {{ type }} Found",
|
|
283
|
-
"parentNotLocalized": "Localize the parent page first",
|
|
284
285
|
"notYetPublished": "This document hasn't been published yet.",
|
|
286
|
+
"notificationClearEventError": "There was an error clearing a registered notification event.",
|
|
285
287
|
"nudgeDown": "Nudge Down",
|
|
286
288
|
"nudgeUp": "Nudge Up",
|
|
287
289
|
"numberAdded": "{{ count }} Added",
|
|
@@ -296,51 +298,27 @@
|
|
|
296
298
|
"pageNumber": "Page {{ number }}",
|
|
297
299
|
"pageTitle": "Page Title",
|
|
298
300
|
"pages": "Pages",
|
|
299
|
-
"
|
|
300
|
-
"piecePermissionsPieceTypeList": "Pieces for this site include:",
|
|
301
|
-
"richTextAlignCenter": "Align Center",
|
|
302
|
-
"richTextAlignJustify": "Align Justify",
|
|
303
|
-
"richTextAlignLeft": "Align Left",
|
|
304
|
-
"richTextAlignRight": "Align Right",
|
|
305
|
-
"richTextBlockquote": "Blockquote",
|
|
306
|
-
"richTextBold": "Bold",
|
|
307
|
-
"richTextBulletedList": "Bulleted List",
|
|
308
|
-
"richTextCodeBlock": "Code Block",
|
|
309
|
-
"richTextHighlight": "Mark",
|
|
310
|
-
"richTextHorizontalRule": "Horizontal Rule",
|
|
311
|
-
"richTextItalic": "Italic",
|
|
312
|
-
"richTextLink": "Link",
|
|
313
|
-
"richTextParagraph": "Paragraph (P)",
|
|
314
|
-
"richTextPlaceholder": "Start Typing Here...",
|
|
315
|
-
"richTextH2": "Heading 2 (H2)",
|
|
316
|
-
"richTextH3": "Heading 3 (H3)",
|
|
317
|
-
"richTextH4": "Heading 4 (H4)",
|
|
318
|
-
"richTextOrderedList": "Ordered List",
|
|
319
|
-
"richTextRedo": "Redo",
|
|
320
|
-
"richTextStrikethrough": "Strike",
|
|
321
|
-
"richTextStyles": "Styles",
|
|
322
|
-
"richTextUnderline": "Underline",
|
|
323
|
-
"richTextUndo": "Undo",
|
|
324
|
-
"richTextStyleConfigWarning": "Misconfigured rich text style: label: {{ label }}, {{ tag }}",
|
|
301
|
+
"parentNotLocalized": "Localize the parent page first",
|
|
325
302
|
"password": "Password",
|
|
326
|
-
"passwordErrorMin": "Minimum of {{ min }} characters",
|
|
327
303
|
"passwordErrorMax": "Maximum of {{ max }} characters",
|
|
304
|
+
"passwordErrorMin": "Minimum of {{ min }} characters",
|
|
328
305
|
"passwordResetRequest": "Your request to reset your password on {{ site }}",
|
|
329
306
|
"pasteWidget": "Paste {{ widget }}",
|
|
330
307
|
"pending": "Pending",
|
|
331
308
|
"pendingUpdates": "Pending Updates",
|
|
332
309
|
"permissions": "Permissions",
|
|
333
310
|
"pieceContent": "Piece Content",
|
|
311
|
+
"piecePermissionsIntro": "Pieces are structured content. They are often used for content like articles, events, products, categories, etc.",
|
|
312
|
+
"piecePermissionsPieceTypeList": "Pieces for this site include:",
|
|
334
313
|
"preview": "Preview",
|
|
335
314
|
"previewTooltip": "Toggle Preview Mode",
|
|
336
|
-
"provideButtonLabel": "Provide a Button Label",
|
|
337
315
|
"previousPage": "Previous Page",
|
|
316
|
+
"provideButtonLabel": "Provide a Button Label",
|
|
338
317
|
"public": "Public",
|
|
339
|
-
"modernBuild": "Public-facing modern JavaScript and Sass",
|
|
340
318
|
"publish": "Publish",
|
|
341
319
|
"publishBeforeUsingTooltip": "Publish this content before using it in a relationship",
|
|
342
|
-
"published": "Published",
|
|
343
320
|
"publishType": "Publish {{ type }}",
|
|
321
|
+
"published": "Published",
|
|
344
322
|
"publishingBatchConfirmation": "Are you sure you want to publish {{ count }} {{ type }}?",
|
|
345
323
|
"publishingBatchConfirmationButton": "Yes, publish content.",
|
|
346
324
|
"rawCssAndJs": "Raw CSS and JS",
|
|
@@ -348,104 +326,131 @@
|
|
|
348
326
|
"rawHtmlCode": "Raw HTML (Code)",
|
|
349
327
|
"rawHtmlCodeHelp": "Be careful when embedding third-party code, as it can break the website editing functionality. If a page becomes unusable, add \"?safe_mode=1\" to the URL to make it work temporarily without the problem code being rendered.",
|
|
350
328
|
"redo": "Redo",
|
|
329
|
+
"redoFailed": "The operation could not be redone.",
|
|
351
330
|
"redoTooltip": "Redo Change",
|
|
352
331
|
"redoTooltipNoChanges": "No Changes to Redo",
|
|
353
|
-
"redoFailed": "The operation could not be redone.",
|
|
354
|
-
"remove": "Remove",
|
|
355
|
-
"removeItem": "Remove Item",
|
|
356
|
-
"removeLink": "Remove Link",
|
|
357
|
-
"removeRichTextAnchor": "Remove Rich Text Anchor",
|
|
358
|
-
"replace": "Replace",
|
|
359
332
|
"refreshForRawHtml": "Refresh the page to view raw HTML.",
|
|
360
333
|
"relatedDocOverwriteWarning": "If a related document exists in the destination locale, it will be overwritten by the incoming document. This may result in loss of translation work.",
|
|
361
334
|
"relatedDocSettings": "Related Documents Settings",
|
|
362
335
|
"relatedDocTypesToLocalize": "Related document types to localize",
|
|
363
|
-
"relatedDocsOnly": "Related documents only",
|
|
364
336
|
"relatedDocsDefinition": "Related documents are documents referenced by this document. This typically includes images, content defined by relationships, etc.",
|
|
337
|
+
"relatedDocsOnly": "Related documents only",
|
|
338
|
+
"relationshipSuggestionHelp": "Type to search all {{ type }}...",
|
|
339
|
+
"relationshipSuggestionLabel": "Suggestions",
|
|
340
|
+
"relationshipSuggestionNoResults": "Can't find what you're looking for?",
|
|
341
|
+
"relationshipSuggestionSearch": "Type into search bar above",
|
|
342
|
+
"relationshipSuggestionSearchAndBrowse": "Type into search bar above or browse all {{ type }}",
|
|
343
|
+
"remove": "Remove",
|
|
344
|
+
"removeItem": "Remove Item",
|
|
345
|
+
"removeLink": "Remove Link",
|
|
346
|
+
"removeRichTextAnchor": "Remove Rich Text Anchor",
|
|
347
|
+
"replace": "Replace",
|
|
348
|
+
"resolveErrorsBeforeSaving": "Resolve errors before saving.",
|
|
349
|
+
"resolveErrorsFirst": "Resolve errors first.",
|
|
365
350
|
"restore": "Restore",
|
|
366
351
|
"restoreBatchConfirmation": "Are you sure you want to restore {{ count }} {{ type }}?",
|
|
367
352
|
"restoreBatchConfirmationButton": "Yes, restore content.",
|
|
368
|
-
"resolveErrorsBeforeSaving": "Resolve errors before saving.",
|
|
369
|
-
"resolveErrorsFirst": "Resolve errors first.",
|
|
370
353
|
"restoreOnlyThisPage": "Restore only this page",
|
|
371
354
|
"restoreThisPageAndSubpages": "Restore this page and subpages",
|
|
372
355
|
"restoreType": "Restore {{ type }}",
|
|
373
356
|
"restoreTypeAffirmativeLabel": "Yes, restore {{ type }}",
|
|
374
357
|
"restoredPrevious": "Restored previously published version.",
|
|
375
358
|
"resumeEditing": "Resume Editing",
|
|
376
|
-
"returnToPage": "Return to {{ label }}",
|
|
377
359
|
"retryingSaveDocument": "Retrying save document...",
|
|
360
|
+
"returnToPage": "Return to {{ label }}",
|
|
378
361
|
"richText": "Rich Text",
|
|
362
|
+
"richTextAlignCenter": "Align Center",
|
|
363
|
+
"richTextAlignJustify": "Align Justify",
|
|
364
|
+
"richTextAlignLeft": "Align Left",
|
|
365
|
+
"richTextAlignRight": "Align Right",
|
|
379
366
|
"richTextAnchor": "Anchor",
|
|
367
|
+
"richTextBlockquote": "Blockquote",
|
|
368
|
+
"richTextBold": "Bold",
|
|
369
|
+
"richTextBulletedList": "Bulleted List",
|
|
370
|
+
"richTextCodeBlock": "Code Block",
|
|
371
|
+
"richTextH2": "Heading 2 (H2)",
|
|
372
|
+
"richTextH3": "Heading 3 (H3)",
|
|
373
|
+
"richTextH4": "Heading 4 (H4)",
|
|
374
|
+
"richTextHighlight": "Mark",
|
|
375
|
+
"richTextHorizontalRule": "Horizontal Rule",
|
|
376
|
+
"richTextItalic": "Italic",
|
|
377
|
+
"richTextLink": "Link",
|
|
378
|
+
"richTextOrderedList": "Ordered List",
|
|
379
|
+
"richTextParagraph": "Paragraph (P)",
|
|
380
|
+
"richTextPlaceholder": "Start Typing Here...",
|
|
381
|
+
"richTextRedo": "Redo",
|
|
382
|
+
"richTextStrikethrough": "Strike",
|
|
383
|
+
"richTextStyleConfigWarning": "Misconfigured rich text style: label: {{ label }}, {{ tag }}",
|
|
384
|
+
"richTextStyles": "Styles",
|
|
385
|
+
"richTextUnderline": "Underline",
|
|
386
|
+
"richTextUndo": "Undo",
|
|
380
387
|
"safeModeActive": "Running in safe mode, not showing raw HTML.",
|
|
381
388
|
"save": "Save",
|
|
382
|
-
"saveType": "Save {{ type }}",
|
|
383
389
|
"saveDraft": "Save Draft",
|
|
384
|
-
"saveDraftDescription": "Save as a draft to publish later.",
|
|
385
390
|
"saveDraftAndCreateNew": "Save Draft and Create New",
|
|
386
391
|
"saveDraftAndCreateNewDescription": "Save as a draft and create a new {{ typeLabel }}.",
|
|
387
392
|
"saveDraftAndPreview": "Save Draft and Preview",
|
|
388
393
|
"saveDraftAndPreviewDescription": "Save as a draft and preview the {{ typeLabel }}.",
|
|
394
|
+
"saveDraftDescription": "Save as a draft to publish later.",
|
|
395
|
+
"saveType": "Save {{ type }}",
|
|
389
396
|
"savingDocument": "Saving document...",
|
|
390
397
|
"searchDocType": "Search {{ type }}",
|
|
391
398
|
"searchLabel": "Search Page",
|
|
392
399
|
"searchLocales": "Search Locales",
|
|
393
400
|
"searchLocalesPlaceholder": "Search locales...",
|
|
394
401
|
"select": "Select",
|
|
395
|
-
"selectedMenuItem": "✓ {{ label }}",
|
|
396
402
|
"selectAll": "Select All",
|
|
397
403
|
"selectBoxMessage": "{{ num }} {{ label }} selected.",
|
|
398
|
-
"selectBoxMessagePage": "{{ num }} {{ label }} on this page selected.",
|
|
399
404
|
"selectBoxMessageAllButton": "Select all {{ num }} {{ label }}.",
|
|
405
|
+
"selectBoxMessageAllSelected": "All {{ num }} {{ label }} selected.",
|
|
400
406
|
"selectBoxMessageButton": "Select {{ num }} {{ label }}.",
|
|
407
|
+
"selectBoxMessagePage": "{{ num }} {{ label }} on this page selected.",
|
|
401
408
|
"selectBoxMessageSelected": "{{ num }} {{ label }} selected.",
|
|
402
|
-
"selectBoxMessageAllSelected": "All {{ num }} {{ label }} selected.",
|
|
403
|
-
"deselectAll": "Deselect All",
|
|
404
409
|
"selectContent": "Select Content",
|
|
405
410
|
"selectContentToLocalize": "What content do you want to localize?",
|
|
406
|
-
"selectPage": "Select Page",
|
|
407
|
-
"selectOneLabel": "Select {{ typeLabel }}",
|
|
408
|
-
"selectManyLabel": "Select {{ typeLabel }}",
|
|
409
411
|
"selectLocales": "Select Locales",
|
|
412
|
+
"selectManyLabel": "Select {{ typeLabel }}",
|
|
413
|
+
"selectOneLabel": "Select {{ typeLabel }}",
|
|
414
|
+
"selectPage": "Select Page",
|
|
415
|
+
"selectedMenuItem": "✓ {{ label }}",
|
|
410
416
|
"sentenceJoiner": " ",
|
|
411
417
|
"shareDraft": "Share Draft",
|
|
412
418
|
"shareDraftCopyLink": "Copy draft link",
|
|
413
419
|
"shareDraftDescription": "Enabling draft sharing will allow anyone with this link to view the current draft",
|
|
414
420
|
"shareDraftEnable": "Enable draft sharing",
|
|
415
|
-
"shareDraftHeader": "Share this page",
|
|
416
421
|
"shareDraftError": "This document cannot be shared at this time",
|
|
422
|
+
"shareDraftHeader": "Share this page",
|
|
417
423
|
"shortcutConflictNotification": "Shortcut conflicts detected:",
|
|
418
|
-
"subscript": "Subscript",
|
|
419
|
-
"superscript": "Superscript",
|
|
420
|
-
"splitCell": "Split Cell",
|
|
421
|
-
"style": "Style",
|
|
422
|
-
"toggleHeaderCell": "Toggle Header (Cell)",
|
|
423
|
-
"toggleHeaderColumn": "Toggle Header (Column)",
|
|
424
|
-
"toggleHeaderRow": "Toggle Header (Row)",
|
|
425
|
-
"visibilityHelp": "Select whether this content is public or private",
|
|
426
424
|
"slug": "Slug",
|
|
427
425
|
"slugInUse": "Slug already in use",
|
|
428
426
|
"someoneElseTookControl": "{{ who }} took control of this document in another tab or window. A document can only be edited in one place at a time.",
|
|
427
|
+
"splitCell": "Split Cell",
|
|
428
|
+
"style": "Style",
|
|
429
429
|
"submit": "Submit",
|
|
430
|
+
"submitUpdate": "Submit Update",
|
|
430
431
|
"submitted": "Submitted",
|
|
431
432
|
"submittedDraft": "Submitted Draft",
|
|
432
433
|
"submittedForReview": "Submitted to Admins and Editors for review",
|
|
433
|
-
"
|
|
434
|
+
"subscript": "Subscript",
|
|
434
435
|
"suggestionsHeader": "Try one of these suggestions:",
|
|
436
|
+
"superscript": "Superscript",
|
|
435
437
|
"switchLocalesAndLocalizePage": "Switch locales and localize page to {{ label }}?",
|
|
436
438
|
"table": "Table",
|
|
437
|
-
"tags": "Tags",
|
|
438
439
|
"tagYourImages": "Tag your images to make searching and filtering the media manager easier",
|
|
440
|
+
"tags": "Tags",
|
|
439
441
|
"takeActionAndCreateNew": "{{ saveLabel }} and Create New",
|
|
440
442
|
"takeActionAndView": "{{ saveLabel }} and View",
|
|
441
443
|
"takeControlFromOther": "{{ who }} is editing that document. Do you want to take control?",
|
|
442
444
|
"takeControlFromSelf": "You are editing that document in another tab or window. Do you want to take control in this tab?",
|
|
443
445
|
"thereAreActiveChanges": "There are active changes to this document.",
|
|
444
446
|
"thereWasAnIssueLocalizing": "There was an issue localizing some content:",
|
|
445
|
-
"title": "Title",
|
|
446
447
|
"thisDocument": "This document",
|
|
447
448
|
"thisDocumentAndRelated": "This document and related documents",
|
|
449
|
+
"title": "Title",
|
|
448
450
|
"toggleEditMode": "Toggle Edit Mode",
|
|
451
|
+
"toggleHeaderCell": "Toggle Header (Cell)",
|
|
452
|
+
"toggleHeaderColumn": "Toggle Header (Column)",
|
|
453
|
+
"toggleHeaderRow": "Toggle Header (Row)",
|
|
449
454
|
"toggleSection": "Toggle section",
|
|
450
455
|
"toggleSelectionOf": "Toggle selection of {{ title }}",
|
|
451
456
|
"treeError": "An error occurred while updating the page tree.",
|
|
@@ -453,10 +458,10 @@
|
|
|
453
458
|
"typeWithCount": "{{ type }} ({{ count }})",
|
|
454
459
|
"unableToSwitchModes": "Unable to switch modes.",
|
|
455
460
|
"undo": "Undo",
|
|
456
|
-
"undoTooltip": "Undo Change",
|
|
457
|
-
"undoTooltipNoChanges": "No Changes to Undo",
|
|
458
461
|
"undoFailed": "The operation could not be undone.",
|
|
459
462
|
"undoPublish": "Undo Publish",
|
|
463
|
+
"undoTooltip": "Undo Change",
|
|
464
|
+
"undoTooltipNoChanges": "No Changes to Undo",
|
|
460
465
|
"ungrouped": "Ungrouped",
|
|
461
466
|
"ungroupedWidgets": "Ungrouped Widgets",
|
|
462
467
|
"unpublish": "Unpublish",
|
|
@@ -464,17 +469,17 @@
|
|
|
464
469
|
"unpublishedParentDescription": "To publish this page, you must also publish the following pages: {{ unpublishedParents }}.\nDo you want to do that now?",
|
|
465
470
|
"unsavedChanges": "Unsaved Changes",
|
|
466
471
|
"update": "Update",
|
|
472
|
+
"updateAndNew": "{{ saveLabel }} and create a new {{ typeLabel }}.",
|
|
467
473
|
"updateAndRedirect": "{{ saveLabel }} and be redirected to the {{ typeLabel }}.",
|
|
468
|
-
"updateSingleton": "{{ saveLabel }} {{ typeLabel }}.",
|
|
469
474
|
"updateAndReturn": "{{ saveLabel }} and return to the {{ typeLabel }} listing.",
|
|
470
|
-
"
|
|
475
|
+
"updateSingleton": "{{ saveLabel }} {{ typeLabel }}.",
|
|
471
476
|
"updateTitle": "Update Title",
|
|
472
477
|
"updated": "Updated",
|
|
473
478
|
"uploadError": "Upload Error",
|
|
474
479
|
"uploadForbidden": "You do not have permission to upload a file",
|
|
475
480
|
"uploaded": "Successfully uploaded a file",
|
|
476
|
-
"uploaded_plural": "Successfully uploaded {{ count }} files",
|
|
477
481
|
"uploadedMediaPlaceholder": "Uploaded media will appear here",
|
|
482
|
+
"uploaded_plural": "Successfully uploaded {{ count }} files",
|
|
478
483
|
"uploading": "Uploading {{ name }}",
|
|
479
484
|
"url": "URL",
|
|
480
485
|
"user": "User",
|
|
@@ -486,6 +491,7 @@
|
|
|
486
491
|
"videoUrlHelp": "Enter the URL for a media source you wish to embed (e.g., YouTube, Vimeo, or other hosted video URL).",
|
|
487
492
|
"view": "View",
|
|
488
493
|
"visibility": "Visibility",
|
|
494
|
+
"visibilityHelp": "Select whether this content is public or private",
|
|
489
495
|
"willMoveImageToArchive": "This will move the image to the archive.",
|
|
490
496
|
"yes": "Yes",
|
|
491
497
|
"yesLocalizeAndSwitchLocales": "Yes, localize this page and switch locales",
|