diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-09-25 15:36:39 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-09-25 15:36:39 +0200 |
| commit | e9f22b991250f4e002f020e646d16a67e4920676 (patch) | |
| tree | c5c4c7c561a57e40463d440736845db1422e93ab /client/locales/it/messages.gotext.json | |
| parent | e08fc1cadd5a9f2cedd21fbe8849228c9c5df80f (diff) | |
Client + Locales: Update cleanup+renew canceled erorr message
Diffstat (limited to 'client/locales/it/messages.gotext.json')
| -rw-r--r-- | client/locales/it/messages.gotext.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/locales/it/messages.gotext.json b/client/locales/it/messages.gotext.json index 2691bff..474035b 100644 --- a/client/locales/it/messages.gotext.json +++ b/client/locales/it/messages.gotext.json @@ -283,6 +283,11 @@ "translation": "" }, { + "id": "The cleanup process was canceled", + "message": "The cleanup process was canceled", + "translation": "" + }, + { "id": "Failed to cleanup the VPN connection for the current server", "message": "Failed to cleanup the VPN connection for the current server", "translation": "" @@ -298,6 +303,11 @@ "translation": "" }, { + "id": "The renewing process was canceled", + "message": "The renewing process was canceled", + "translation": "" + }, + { "id": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'", "message": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'", "translation": "", |
