Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"fields": {
|
||||
"status": "Stato",
|
||||
"processedAt": "Elaborato presso",
|
||||
"elementType": "Tipo di elemento",
|
||||
"element": "Elemento"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Created": "Creato",
|
||||
"Pending": "In attesa",
|
||||
"In Process": "In corso",
|
||||
"Standby": "Pausa",
|
||||
"Processed": "Processato",
|
||||
"Rejected": "Rifiutato",
|
||||
"Failed": "Fallito",
|
||||
"Interrupted": "Interrotto"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user