feat(#27): Set up consola logger, make use of log levels in backend and frontend
This commit is contained in:
@@ -93,7 +93,11 @@
|
||||
"empty": "Keine Kommentare vorhanden",
|
||||
"submit": "Absenden",
|
||||
"edit": "Kommentar bearbeiten",
|
||||
"editAction": "Bearbeiten"
|
||||
"editAction": "Bearbeiten",
|
||||
"created": "Kommentar erfolgreich erstellt",
|
||||
"createError": "Fehler beim Erstellen des Kommentars",
|
||||
"updated": "Kommentar erfolgreich aktualisiert",
|
||||
"updateError": "Fehler beim Aktualisieren des Kommentars"
|
||||
},
|
||||
"compliance": {
|
||||
"title": "Compliance-Status",
|
||||
|
||||
@@ -93,7 +93,11 @@
|
||||
"empty": "No comments available",
|
||||
"submit": "Submit",
|
||||
"edit": "Edit Comment",
|
||||
"editAction": "Edit"
|
||||
"editAction": "Edit",
|
||||
"created": "Comment created successfully",
|
||||
"createError": "Error creating comment",
|
||||
"updated": "Comment updated successfully",
|
||||
"updateError": "Error updating comment"
|
||||
},
|
||||
"compliance": {
|
||||
"title": "Compliance Status",
|
||||
|
||||
Reference in New Issue
Block a user