mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-2055] Ability to pre-populate form with a file and values (#2834)
* fix translations form * fix style webpack script * fix tslint error problem in viewer * fix naming problems in attach file widget * add start process form values data initialization option * fix translation problems * missing return type * start process name configuration * add CS cross PS configuration * start process from file example * fix minor issues * add documentation and move the dialog in a separate component * easy test select app * alfrescoRepositoryName right property * file conversion test * fix issue after CR * Remove forgotten semicolon.
This commit is contained in:
@@ -1,4 +1,25 @@
|
||||
{
|
||||
"FORM": {
|
||||
"START_FORM": {
|
||||
"TITLE": "Modulo di inizio"
|
||||
},
|
||||
"PREVIEW": {
|
||||
"IMAGE_NOT_AVAILABLE": "Anteprima non disponibile"
|
||||
},
|
||||
"FIELD": {
|
||||
"UPLOAD": "Carica",
|
||||
"REQUIRED": "*Obbligatorio",
|
||||
"VALIDATOR": {
|
||||
"INVALID_NUMBER": "Usa un formato numerico diverso",
|
||||
"INVALID_DATE": "Usa un formato di data diverso",
|
||||
"INVALID_VALUE": "Immetti un valore diverso",
|
||||
"NOT_GREATER_THAN": "Non può essere maggiore di {{ maxValue }}",
|
||||
"NOT_LESS_THAN": "Non può essere inferiore di {{ minValue }}",
|
||||
"AT_LEAST_LONG": "Immetti almeno {{ minLength }} caratteri",
|
||||
"NO_LONGER_THAN": "Immetti non più di {{ maxLength }} caratteri"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CORE": {
|
||||
"PAGINATION": {
|
||||
"ITEMS_RANGE": "Visualizzazione di {{ range }} su {{ total }}",
|
||||
@@ -148,4 +169,4 @@
|
||||
"LOADING": "Caricamento in corso",
|
||||
"UNKNOWN_FORMAT": "Impossibile caricare l'anteprima"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user