diff --git a/app/src/locales/en.json b/app/src/locales/en.json index d5493cb3..bb785f9f 100644 --- a/app/src/locales/en.json +++ b/app/src/locales/en.json @@ -65,9 +65,9 @@ "confirm_migrations_skip": "Skipping migrations is not recommended. Are you sure you want to do that?", "confirm_postinstall": "You are about to launch the post-installation process on the domain %s. It may take a few minutes, *do not interrupt the operation*.", "confirm_restore": "Are you sure you want to restore %s?", - "confirm_service_restart": "Are you sure you want to restart %s?", - "confirm_service_start": "Are you sure you want to start %s?", - "confirm_service_stop": "Are you sure you want to stop %s?", + "confirm_service_restart": "Are you sure you want to restart {name}?", + "confirm_service_start": "Are you sure you want to start {name}?", + "confirm_service_stop": "Are you sure you want to stop {name}?", "confirm_uninstall": "Are you sure you want to uninstall %s?", "confirm_update_apps": "Are you sure you want to update all applications?", "confirm_update_system": "Are you sure you want to update all system packages?", @@ -248,7 +248,7 @@ "logs_started_at": "Start", "logs_path": "Path", "logs_context": "Context", - "logs_share_with_yunopaste": "Share with YunoPaste", + "logs_share_with_yunopaste": "Share logs with YunoPaste", "logs_more": "Display more lines", "path_url": "Path", "port": "Port", @@ -322,6 +322,7 @@ "unauthorized": "Unauthorized", "unignore": "Unignore", "uninstall": "Uninstall", + "unknown": "Unknown", "unknown_action": "Unknown action %s", "unknown_argument": "Unknown argument: %s", "unmaintained": "Unmaintained", diff --git a/app/src/views/service/ServiceInfo.vue b/app/src/views/service/ServiceInfo.vue index f605d101..b45a33ff 100644 --- a/app/src/views/service/ServiceInfo.vue +++ b/app/src/views/service/ServiceInfo.vue @@ -1,9 +1,93 @@