@alfresco/aca-content 7.3.0-22136719683 → 7.3.0-22180783554

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.
@@ -683,18 +683,20 @@
683
683
  }
684
684
  },
685
685
  {
686
- "id": "app.context.menu.folder-info",
687
- "title": "APP.ACTIONS.FOLDER_INFO",
686
+ "id": "app.context.menu.node-info",
687
+ "title": "APP.ACTIONS.NODE_INFO",
688
688
  "order": 800,
689
689
  "icon": "info",
690
690
  "actions": {
691
- "click": "FOLDER_INFORMATION"
691
+ "click": "NODE_INFORMATION"
692
692
  },
693
693
  "rules": {
694
694
  "visible": [
695
- "app.selection.folder",
695
+ "app.selection.notEmpty",
696
+ "!app.navigation.isLibraries",
697
+ "!app.navigation.isSharedFiles",
696
698
  "!app.navigation.isTrashcan",
697
- "isFolderInfoAvailable"
699
+ "isNodeInfoAvailable"
698
700
  ]
699
701
  }
700
702
  },
@@ -1023,18 +1025,20 @@
1023
1025
  }
1024
1026
  },
1025
1027
  {
1026
- "id": "app.context.menu.folder-info",
1027
- "title": "APP.ACTIONS.FOLDER_INFO",
1028
+ "id": "app.context.menu.node-info",
1029
+ "title": "APP.ACTIONS.NODE_INFO",
1028
1030
  "order": 1200,
1029
1031
  "icon": "info",
1030
1032
  "actions": {
1031
- "click": "FOLDER_INFORMATION"
1033
+ "click": "NODE_INFORMATION"
1032
1034
  },
1033
1035
  "rules": {
1034
1036
  "visible": [
1035
- "app.selection.folder",
1037
+ "app.selection.notEmpty",
1038
+ "!app.navigation.isLibraries",
1039
+ "!app.navigation.isSharedFiles",
1036
1040
  "!app.navigation.isTrashcan",
1037
- "isFolderInfoAvailable"
1041
+ "isNodeInfoAvailable"
1038
1042
  ]
1039
1043
  }
1040
1044
  },
@@ -267,7 +267,8 @@
267
267
  "LOCATION": "Location",
268
268
  "SIZE": "Size"
269
269
  },
270
- "UNKNOWN_LOCATION": "Unknown",
270
+ "UNKNOWN_LOCATION": "You do not have permission to view the location of this document.",
271
+ "VIEW_ADDITIONAL_LOCATIONS": "View additional references locations",
271
272
  "NO_RESULTS": "Your search returned 0 results",
272
273
  "EMPTY_SEARCH": "Search term required",
273
274
  "NO_FILTER_RESULTS": "Your filter returned 0 results",
@@ -312,7 +313,7 @@
312
313
  "EDIT_OFFLINE_CANCEL": "Cancel Editing",
313
314
  "CHANGE_ASPECT": "Edit Aspects",
314
315
  "ADD_ASPECTS": "Add Aspects",
315
- "FOLDER_INFO": "Folder Information"
316
+ "NODE_INFO": "Information"
316
317
  },
317
318
  "DIALOGS": {
318
319
  "CONFIRM_PURGE": {
@@ -480,19 +481,24 @@
480
481
  "CANCEL": "Cancel",
481
482
  "SAVE": "Save"
482
483
  },
483
- "FOLDER_INFO": {
484
- "ICON": "Folder Icon",
485
- "TITLE": "Folder Information",
484
+ "NODE_INFO": {
485
+ "ICON": "Node Icon",
486
+ "TITLE": "Information",
486
487
  "SIZE" : "Size",
487
488
  "NUMBER_OF_FILES": "Number of files",
488
489
  "CALCULATING": "Calculating...",
489
- "CALCULATED_SIZE_LARGE": "{{sizeInBytes}} bytes ({{sizeInLargeUnit}} {{unit}} on disk)",
490
- "CALCULATED_SIZE_NORMAL": "{{sizeInBytes}} bytes",
491
490
  "LOCATION": "Location",
491
+ "REFERENCED": "Referenced",
492
492
  "CREATED": "Created",
493
493
  "MODIFIED": "Modified",
494
494
  "DONE": "Done",
495
495
  "ERROR": "Something went wrong, please close this dialog and try again"
496
+ },
497
+ "ADDITIONAL_REFERENCES_DIALOG": {
498
+ "TITLE": "Additional Reference Locations",
499
+ "NO_LOCATIONS": "{{ name }} is not referenced in any locations.",
500
+ "DESCRIPTION": "{{ name }} is currently referenced in these locations.",
501
+ "CLOSE": "Close"
496
502
  }
497
503
  },
498
504
  "NODE_SELECTOR": {
@@ -595,7 +601,11 @@
595
601
  "MIN_LENGTH": "Search input must have at least 2 alphanumeric characters.",
596
602
  "REQUIRED": "Search input is required.",
597
603
  "WHITESPACE": "Search input cannot be only whitespace.",
598
- "OPERATORS": "Search input cannot begin with, end with or contain only operators."
604
+ "OPERATORS": "Search input cannot begin with, end with or contain only operators.",
605
+ "IN_PREFIX": "In",
606
+ "FILES_AND_FOLDERS": "Files and folders",
607
+ "RESET": "Reset",
608
+ "SEARCH_IN": "Search in"
599
609
  },
600
610
  "SORT": {
601
611
  "SORTING_OPTION": "Sort by",