Notes lifecycle events added to job details.
This commit is contained in:
@@ -96,13 +96,26 @@
|
||||
}
|
||||
},
|
||||
"notes": {
|
||||
"actions": {
|
||||
"actions": "Actions",
|
||||
"deletenote": "Delete Note",
|
||||
"edit": "Edit Note",
|
||||
"new": "New Note"
|
||||
},
|
||||
"fields": {
|
||||
"createdby": "Created By",
|
||||
"critical": "Critical",
|
||||
"private": "Private",
|
||||
"text": "Contents"
|
||||
"text": "Contents",
|
||||
"updatedat": "Updated At"
|
||||
},
|
||||
"labels": {
|
||||
"newnoteplaceholder": "Add a note..."
|
||||
},
|
||||
"successes": {
|
||||
"created": "Note created successfully.",
|
||||
"deleted": "Note deleted successfully.",
|
||||
"updated": "Note updated successfully."
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -96,13 +96,26 @@
|
||||
}
|
||||
},
|
||||
"notes": {
|
||||
"actions": {
|
||||
"actions": "actes",
|
||||
"deletenote": "Supprimer la note",
|
||||
"edit": "Note éditée",
|
||||
"new": "Nouvelle note"
|
||||
},
|
||||
"fields": {
|
||||
"createdby": "Créé par",
|
||||
"critical": "Critique",
|
||||
"private": "privé",
|
||||
"text": "Contenu"
|
||||
"text": "Contenu",
|
||||
"updatedat": "Mis à jour à"
|
||||
},
|
||||
"labels": {
|
||||
"newnoteplaceholder": "Ajouter une note..."
|
||||
},
|
||||
"successes": {
|
||||
"created": "Remarque créée avec succès.",
|
||||
"deleted": "Remarque supprimée avec succès.",
|
||||
"updated": "Remarque mise à jour avec succès."
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
|
||||
Reference in New Issue
Block a user