@alfresco/adf-content-services 8.1.0-16215677969 → 8.1.0-16219549243
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.
|
@@ -184,8 +184,8 @@
|
|
|
184
184
|
"DUPLICATED_CATEGORY": "Ya se añadió esa categoría",
|
|
185
185
|
"CREATE_CATEGORIES": "Error al crear las categorías",
|
|
186
186
|
"EXISTING_CATEGORIES": "Algunas de las categorías ya existen",
|
|
187
|
-
"SPECIAL_CHARACTERS": "
|
|
188
|
-
"ENDS_WITH_DOT": "
|
|
187
|
+
"SPECIAL_CHARACTERS": "El nombre de la categoría no puede contener caracteres prohibidos",
|
|
188
|
+
"ENDS_WITH_DOT": "El nombre de la categoría no puede acabar en punto"
|
|
189
189
|
},
|
|
190
190
|
"CATEGORIES_SEARCH_PLACEHOLDER": "Categorías de búsqueda"
|
|
191
191
|
},
|
|
@@ -184,8 +184,8 @@
|
|
|
184
184
|
"DUPLICATED_CATEGORY": "La catégorie est déjà ajoutée",
|
|
185
185
|
"CREATE_CATEGORIES": "Erreur lors de la création des catégories",
|
|
186
186
|
"EXISTING_CATEGORIES": "Certaines catégories existent déjà",
|
|
187
|
-
"SPECIAL_CHARACTERS": "
|
|
188
|
-
"ENDS_WITH_DOT": "
|
|
187
|
+
"SPECIAL_CHARACTERS": "Le nom de la catégorie ne peut pas contenir de caractères interdits",
|
|
188
|
+
"ENDS_WITH_DOT": "Le nom de catégorie ne peut pas se terminer par un point"
|
|
189
189
|
},
|
|
190
190
|
"CATEGORIES_SEARCH_PLACEHOLDER": "Recherche de catégories"
|
|
191
191
|
},
|
|
@@ -184,8 +184,8 @@
|
|
|
184
184
|
"DUPLICATED_CATEGORY": "La categoria è già stata aggiunta",
|
|
185
185
|
"CREATE_CATEGORIES": "Errore durante la creazione delle categorie",
|
|
186
186
|
"EXISTING_CATEGORIES": "Alcune categorie esistono già",
|
|
187
|
-
"SPECIAL_CHARACTERS": "
|
|
188
|
-
"ENDS_WITH_DOT": "
|
|
187
|
+
"SPECIAL_CHARACTERS": "Il nome della categoria non può contenere caratteri vietati",
|
|
188
|
+
"ENDS_WITH_DOT": "Il nome della categoria non può terminare con un punto"
|
|
189
189
|
},
|
|
190
190
|
"CATEGORIES_SEARCH_PLACEHOLDER": "Cerca categorie"
|
|
191
191
|
},
|
|
@@ -184,8 +184,8 @@
|
|
|
184
184
|
"DUPLICATED_CATEGORY": "Categoria já adicionada",
|
|
185
185
|
"CREATE_CATEGORIES": "Erro ao criar categorias",
|
|
186
186
|
"EXISTING_CATEGORIES": "Algumas categorias já existem",
|
|
187
|
-
"SPECIAL_CHARACTERS": "
|
|
188
|
-
"ENDS_WITH_DOT": "
|
|
187
|
+
"SPECIAL_CHARACTERS": "O nome da categoria não pode conter caracteres proibidos",
|
|
188
|
+
"ENDS_WITH_DOT": "O nome da categoria não pode terminar com um ponto"
|
|
189
189
|
},
|
|
190
190
|
"CATEGORIES_SEARCH_PLACEHOLDER": "Categorias de Pesquisa"
|
|
191
191
|
},
|
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-16219549243",
|
|
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-16219549243",
|
|
25
25
|
"@ngx-translate/core": ">=16.0.0",
|
|
26
|
-
"@alfresco/adf-core": ">=8.1.0-
|
|
26
|
+
"@alfresco/adf-core": ">=8.1.0-16219549243"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"content-services",
|