@alfresco/adf-core 8.4.0-19357604483 → 8.4.0-19363152864
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-core/i18n/de.json +1 -0
- package/bundles/assets/adf-core/i18n/es.json +1 -0
- package/bundles/assets/adf-core/i18n/fr.json +1 -0
- package/bundles/assets/adf-core/i18n/it.json +1 -0
- package/bundles/assets/adf-core/i18n/pl.json +2 -1
- package/bundles/assets/adf-core/i18n/pt.json +1 -0
- package/package.json +3 -3
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
"FORM_RENDERER": {
|
|
79
79
|
"NAMELESS_TASK": "Zadanie bez nazwy",
|
|
80
80
|
"ROW_LABEL": "Wiersz {{ number }}",
|
|
81
|
+
"DELETE_ROW": "Usuń wiersz",
|
|
81
82
|
"REMOVE_ROW_DIALOG": {
|
|
82
83
|
"TITLE": "Usuń wiersz",
|
|
83
84
|
"MESSAGE": "Czy na pewno chcesz usunąć ten wiersz?",
|
|
@@ -427,7 +428,7 @@
|
|
|
427
428
|
"COLUMNS": "Kolumny",
|
|
428
429
|
"SEARCH": "Szukaj",
|
|
429
430
|
"APPLY": "Zastosuj",
|
|
430
|
-
"COLUMNS_VISIBILITY": "
|
|
431
|
+
"COLUMNS_VISIBILITY": "Wybierz kolumny do wyświetlenia"
|
|
431
432
|
}
|
|
432
433
|
},
|
|
433
434
|
"USER_PROFILE": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-core",
|
|
3
3
|
"description": "Alfresco ADF core",
|
|
4
|
-
"version": "8.4.0-
|
|
4
|
+
"version": "8.4.0-19363152864",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"@angular/router": ">=16.0.0",
|
|
64
64
|
"@mat-datetimepicker/core": ">=12.0.1",
|
|
65
65
|
"@ngx-translate/core": ">=16.0.0",
|
|
66
|
-
"@alfresco/js-api": ">=9.4.0-
|
|
67
|
-
"@alfresco/adf-extensions": ">=8.4.0-
|
|
66
|
+
"@alfresco/js-api": ">=9.4.0-19363152864",
|
|
67
|
+
"@alfresco/adf-extensions": ">=8.4.0-19363152864",
|
|
68
68
|
"minimatch": ">=10.0.0",
|
|
69
69
|
"pdfjs-dist": ">=3.3.122"
|
|
70
70
|
},
|