@alfresco/adf-core 8.3.0-19503466123 → 8.3.0-19505859244

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.
@@ -78,7 +78,7 @@
78
78
  "FORM_RENDERER": {
79
79
  "NAMELESS_TASK": "Tarea sin nombre",
80
80
  "ROW_LABEL": "Fila {{ number }}",
81
- "DELETE_ROW": "Delete row",
81
+ "DELETE_ROW": "Eliminar fila",
82
82
  "REMOVE_ROW_DIALOG": {
83
83
  "TITLE": "Eliminar la fila",
84
84
  "MESSAGE": "¿Está seguro de que desea eliminar esta fila?",
@@ -78,7 +78,7 @@
78
78
  "FORM_RENDERER": {
79
79
  "NAMELESS_TASK": "Tâche sans nom",
80
80
  "ROW_LABEL": "Ligne {{ number }}",
81
- "DELETE_ROW": "Delete row",
81
+ "DELETE_ROW": "Supprimer la ligne",
82
82
  "REMOVE_ROW_DIALOG": {
83
83
  "TITLE": "Supprimer la ligne",
84
84
  "MESSAGE": "Voulez-vous vraiment supprimer cette ligne ?",
@@ -78,7 +78,7 @@
78
78
  "FORM_RENDERER": {
79
79
  "NAMELESS_TASK": "Compito senza nome",
80
80
  "ROW_LABEL": "Riga {{ number }}",
81
- "DELETE_ROW": "Delete row",
81
+ "DELETE_ROW": "Elimina riga",
82
82
  "REMOVE_ROW_DIALOG": {
83
83
  "TITLE": "Elimina la riga",
84
84
  "MESSAGE": "Sei sicuro di voler eliminare questa riga?",
@@ -78,7 +78,7 @@
78
78
  "FORM_RENDERER": {
79
79
  "NAMELESS_TASK": "Tarefa sem nome",
80
80
  "ROW_LABEL": "Linha {{ number }}",
81
- "DELETE_ROW": "Delete row",
81
+ "DELETE_ROW": "Excluir linha",
82
82
  "REMOVE_ROW_DIALOG": {
83
83
  "TITLE": "Excluir linha",
84
84
  "MESSAGE": "Tem certeza que deseja excluir esta linha?",
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.3.0-19503466123",
4
+ "version": "8.3.0-19505859244",
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.3.0-19503466123",
67
- "@alfresco/adf-extensions": ">=8.3.0-19503466123",
66
+ "@alfresco/js-api": ">=9.3.0-19505859244",
67
+ "@alfresco/adf-extensions": ">=8.3.0-19505859244",
68
68
  "minimatch": ">=10.0.0",
69
69
  "pdfjs-dist": ">=3.3.122"
70
70
  },