Notes lifecycle events added to job details.
This commit is contained in:
@@ -96,13 +96,26 @@
|
||||
}
|
||||
},
|
||||
"notes": {
|
||||
"actions": {
|
||||
"actions": "Comportamiento",
|
||||
"deletenote": "Borrar nota",
|
||||
"edit": "Editar nota",
|
||||
"new": "Nueva nota"
|
||||
},
|
||||
"fields": {
|
||||
"createdby": "Creado por",
|
||||
"critical": "Crítico",
|
||||
"private": "Privado",
|
||||
"text": "Contenido"
|
||||
"text": "Contenido",
|
||||
"updatedat": "Actualizado en"
|
||||
},
|
||||
"labels": {
|
||||
"newnoteplaceholder": "Agrega una nota..."
|
||||
},
|
||||
"successes": {
|
||||
"created": "Nota creada con éxito.",
|
||||
"deleted": "Nota eliminada con éxito.",
|
||||
"updated": "Nota actualizada con éxito."
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
|
||||
Reference in New Issue
Block a user