🌐 Add proper translation for container actions

This commit is contained in:
Thomas Camlong
2022-10-11 11:11:21 +09:00
parent e93343b06b
commit 56a277e47e
2 changed files with 19 additions and 7 deletions

View File

@@ -47,10 +47,22 @@
"title": "Add to Homarr"
}
},
"messages": {
"successfullyExecuted": {
"title": "Container {{containerName}} {{action}}ed",
"message": "Your container was successfully {{action}}ed"
"actions": {
"start": {
"start": "Starting",
"end": "Started"
},
"stop": {
"start": "Stopping",
"end": "Stopped"
},
"restart": {
"start": "Restarting",
"end": "Restarted"
},
"remove": {
"start": "Removing",
"end": "Removed"
}
},
"errors": {