New translations en.json (Italian)
This commit is contained in:
parent
1487c2c74f
commit
edbbb01377
1 changed files with 13 additions and 1 deletions
|
@ -17,7 +17,19 @@
|
||||||
"totp-session-not-found": "2FA session not found",
|
"totp-session-not-found": "2FA session not found",
|
||||||
"totp-not-enabled": "2FA is not enabled for this user",
|
"totp-not-enabled": "2FA is not enabled for this user",
|
||||||
"totp-invalid-code": "Invalid 2FA code",
|
"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": {}
|
"success": {}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue