diff --git a/src/client/messages/it-IT.json b/src/client/messages/it-IT.json index bbfd7356..a513f99c 100644 --- a/src/client/messages/it-IT.json +++ b/src/client/messages/it-IT.json @@ -17,7 +17,19 @@ "totp-session-not-found": "2FA session not found", "totp-not-enabled": "2FA is not enabled for this user", "totp-invalid-code": "Invalid 2FA code", - "totp-already-enabled": "2FA is already enabled for this user" + "totp-already-enabled": "2FA is already enabled for this user", + "app-not-found": "App {id} not found", + "app-failed-to-start": "Failed to start app {id}, see logs for more details", + "app-failed-to-install": "Failed to install app {id}, see logs for more details", + "app-failed-to-stop": "Failed to stop app {id}, see logs for more details", + "app-failed-to-uninstall": "Failed to uninstall app {id}, see logs for more details", + "app-failed-to-update": "Failed to update app {id}, see logs for more details", + "domain-required-if-expose-app": "Domain is required if app is exposed", + "domain-not-valid": "Domain {domain} is not a valid domain", + "invalid-config": "App {id} has an invalid config.json file", + "app-not-exposable": "App {id} is not exposable", + "app-force-exposed": "App {id} works only with exposed domain", + "domain-already-in-use": "Domain {domain} is already in use by app {id}" }, "success": {} },