@alfresco/adf-content-services 8.1.0-13941047340 → 8.1.0-13971437494
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/bundles/assets/adf-content-services/i18n/de.json +8 -0
- package/bundles/assets/adf-content-services/i18n/es.json +8 -0
- package/bundles/assets/adf-content-services/i18n/fr.json +8 -0
- package/bundles/assets/adf-content-services/i18n/it.json +8 -0
- package/bundles/assets/adf-content-services/i18n/pl.json +8 -0
- package/bundles/assets/adf-content-services/i18n/pt.json +8 -0
- package/package.json +3 -3
|
@@ -708,5 +708,13 @@
|
|
|
708
708
|
"FOLDER_SELECTED": "Ordner sind nicht kompatibel mit KI Agents."
|
|
709
709
|
}
|
|
710
710
|
}
|
|
711
|
+
},
|
|
712
|
+
"NODE_FAVORITE_DIRECTIVE": {
|
|
713
|
+
"MESSAGES": {
|
|
714
|
+
"NODE_ADDED": "{{ name }} zu Favoriten hinzugefügt",
|
|
715
|
+
"NODES_ADDED": "{{ number }} Elemente zu Favoriten hinzugefügt",
|
|
716
|
+
"NODE_REMOVED": "{{ name }} aus Favoriten entfernt",
|
|
717
|
+
"NODES_REMOVED": "{{ number }} Elemente aus Favoriten entfernt"
|
|
718
|
+
}
|
|
711
719
|
}
|
|
712
720
|
}
|
|
@@ -708,5 +708,13 @@
|
|
|
708
708
|
"FOLDER_SELECTED": "Las carpetas no son compatibles con los Agentes IA."
|
|
709
709
|
}
|
|
710
710
|
}
|
|
711
|
+
},
|
|
712
|
+
"NODE_FAVORITE_DIRECTIVE": {
|
|
713
|
+
"MESSAGES": {
|
|
714
|
+
"NODE_ADDED": "Added {{ name }} to favorites",
|
|
715
|
+
"NODES_ADDED": "Added {{ number }} items to favorites",
|
|
716
|
+
"NODE_REMOVED": "Removed {{ name }} from favorites",
|
|
717
|
+
"NODES_REMOVED": "Removed {{ number }} items from favorites"
|
|
718
|
+
}
|
|
711
719
|
}
|
|
712
720
|
}
|
|
@@ -708,5 +708,13 @@
|
|
|
708
708
|
"FOLDER_SELECTED": "Les dossiers ne sont pas compatibles avec les agents IA."
|
|
709
709
|
}
|
|
710
710
|
}
|
|
711
|
+
},
|
|
712
|
+
"NODE_FAVORITE_DIRECTIVE": {
|
|
713
|
+
"MESSAGES": {
|
|
714
|
+
"NODE_ADDED": "Added {{ name }} to favorites",
|
|
715
|
+
"NODES_ADDED": "Added {{ number }} items to favorites",
|
|
716
|
+
"NODE_REMOVED": "Removed {{ name }} from favorites",
|
|
717
|
+
"NODES_REMOVED": "Removed {{ number }} items from favorites"
|
|
718
|
+
}
|
|
711
719
|
}
|
|
712
720
|
}
|
|
@@ -708,5 +708,13 @@
|
|
|
708
708
|
"FOLDER_SELECTED": "Le cartelle non sono compatibili con gli agenti IA."
|
|
709
709
|
}
|
|
710
710
|
}
|
|
711
|
+
},
|
|
712
|
+
"NODE_FAVORITE_DIRECTIVE": {
|
|
713
|
+
"MESSAGES": {
|
|
714
|
+
"NODE_ADDED": "Added {{ name }} to favorites",
|
|
715
|
+
"NODES_ADDED": "Added {{ number }} items to favorites",
|
|
716
|
+
"NODE_REMOVED": "Removed {{ name }} from favorites",
|
|
717
|
+
"NODES_REMOVED": "Removed {{ number }} items from favorites"
|
|
718
|
+
}
|
|
711
719
|
}
|
|
712
720
|
}
|
|
@@ -708,5 +708,13 @@
|
|
|
708
708
|
"FOLDER_SELECTED": "Foldery nie są kompatybilne z agentami AI."
|
|
709
709
|
}
|
|
710
710
|
}
|
|
711
|
+
},
|
|
712
|
+
"NODE_FAVORITE_DIRECTIVE": {
|
|
713
|
+
"MESSAGES": {
|
|
714
|
+
"NODE_ADDED": "Added {{ name }} to favorites",
|
|
715
|
+
"NODES_ADDED": "Added {{ number }} items to favorites",
|
|
716
|
+
"NODE_REMOVED": "Removed {{ name }} from favorites",
|
|
717
|
+
"NODES_REMOVED": "Removed {{ number }} items from favorites"
|
|
718
|
+
}
|
|
711
719
|
}
|
|
712
720
|
}
|
|
@@ -708,5 +708,13 @@
|
|
|
708
708
|
"FOLDER_SELECTED": "As pastas não são compatíveis com os Agentes de IA."
|
|
709
709
|
}
|
|
710
710
|
}
|
|
711
|
+
},
|
|
712
|
+
"NODE_FAVORITE_DIRECTIVE": {
|
|
713
|
+
"MESSAGES": {
|
|
714
|
+
"NODE_ADDED": "Added {{ name }} to favorites",
|
|
715
|
+
"NODES_ADDED": "Added {{ number }} items to favorites",
|
|
716
|
+
"NODE_REMOVED": "Removed {{ name }} from favorites",
|
|
717
|
+
"NODES_REMOVED": "Removed {{ number }} items from favorites"
|
|
718
|
+
}
|
|
711
719
|
}
|
|
712
720
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-content-services",
|
|
3
3
|
"description": "Alfresco ADF content services",
|
|
4
|
-
"version": "8.1.0-
|
|
4
|
+
"version": "8.1.0-13971437494",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@angular/platform-browser": ">=14.1.3",
|
|
22
22
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
|
23
23
|
"@angular/router": ">=14.1.3",
|
|
24
|
-
"@alfresco/js-api": ">=9.1.0-
|
|
24
|
+
"@alfresco/js-api": ">=9.1.0-13971437494",
|
|
25
25
|
"@ngx-translate/core": ">=14.0.0",
|
|
26
|
-
"@alfresco/adf-core": ">=8.1.0-
|
|
26
|
+
"@alfresco/adf-core": ">=8.1.0-13971437494"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"content-services",
|