nextjs-cms 0.9.21 → 0.9.22

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.
@@ -286,11 +286,15 @@ declare const _default: {
286
286
  readonly deletePhotoText: "Are you sure you want to delete this photo? The photo will be permanently deleted after confirmation.";
287
287
  readonly deleteVideo: "Delete Video";
288
288
  readonly deleteVideoText: "Are you sure you want to delete this video? The video will be permanently deleted after confirmation.";
289
+ readonly deleteDocument: "Delete Document";
290
+ readonly deleteDocumentText: "Are you sure you want to delete this document? The document will be permanently deleted after confirmation.";
289
291
  readonly yes: "Yes";
290
292
  readonly no: "No";
291
293
  readonly videoDeletedSuccessfully: "Video deleted successfully";
292
294
  readonly photoDeletedSuccessfully: "Photo deleted successfully";
293
295
  readonly photoMarkedForDeletion: "Photo will be deleted when you save.";
296
+ readonly videoMarkedForDeletion: "Video will be deleted when you save.";
297
+ readonly documentMarkedForDeletion: "Document will be deleted when you save.";
294
298
  readonly undo: "Undo";
295
299
  readonly selectFile: "Select File";
296
300
  readonly mandatory: "Mandatory";
@@ -1 +1 @@
1
- {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/translations/base/en.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA+fU"}
1
+ {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/translations/base/en.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAogBU"}
@@ -286,11 +286,15 @@ export default {
286
286
  deletePhotoText: 'Are you sure you want to delete this photo? The photo will be permanently deleted after confirmation.',
287
287
  deleteVideo: 'Delete Video',
288
288
  deleteVideoText: 'Are you sure you want to delete this video? The video will be permanently deleted after confirmation.',
289
+ deleteDocument: 'Delete Document',
290
+ deleteDocumentText: 'Are you sure you want to delete this document? The document will be permanently deleted after confirmation.',
289
291
  yes: 'Yes',
290
292
  no: 'No',
291
293
  videoDeletedSuccessfully: 'Video deleted successfully',
292
294
  photoDeletedSuccessfully: 'Photo deleted successfully',
293
295
  photoMarkedForDeletion: 'Photo will be deleted when you save.',
296
+ videoMarkedForDeletion: 'Video will be deleted when you save.',
297
+ documentMarkedForDeletion: 'Document will be deleted when you save.',
294
298
  undo: 'Undo',
295
299
  selectFile: 'Select File',
296
300
  mandatory: 'Mandatory',