diff options
| -rw-r--r-- | client/client.go | 4 | ||||
| -rw-r--r-- | client/locales/da/messages.gotext.json | 10 | ||||
| -rw-r--r-- | client/locales/de/messages.gotext.json | 10 | ||||
| -rw-r--r-- | client/locales/en/messages.gotext.json | 14 | ||||
| -rw-r--r-- | client/locales/es/messages.gotext.json | 10 | ||||
| -rw-r--r-- | client/locales/fr/messages.gotext.json | 12 | ||||
| -rw-r--r-- | client/locales/it/messages.gotext.json | 10 | ||||
| -rw-r--r-- | client/locales/nl/messages.gotext.json | 12 | ||||
| -rw-r--r-- | client/locales/sl/messages.gotext.json | 12 | ||||
| -rw-r--r-- | client/locales/uk/messages.gotext.json | 10 | ||||
| -rw-r--r-- | client/zgotext.go | 25 |
11 files changed, 112 insertions, 17 deletions
diff --git a/client/client.go b/client/client.go index c54dd0e..64e01bd 100644 --- a/client/client.go +++ b/client/client.go @@ -841,7 +841,7 @@ func (c *Client) Cleanup(ck *cookie.Cookie) (err error) { // If we get a canceled error, return that, otherwise just log the error if err != nil { if errors.Is(err, context.Canceled) { - return i18nerr.Wrap(err, "Cleanup was canceled") + return i18nerr.Wrap(err, "The cleanup process was canceled") } log.Logger.Warningf("failed to refresh server endpoints: %v", err) @@ -902,7 +902,7 @@ func (c *Client) RenewSession(ck *cookie.Cookie) (err error) { // If we get a canceled error, return that, otherwise just log the error if err != nil { if errors.Is(err, context.Canceled) { - return i18nerr.Wrap(err, "Renewing was canceled") + return i18nerr.Wrap(err, "The renewing process was canceled") } log.Logger.Warningf("failed to refresh server endpoints: %v", err) diff --git a/client/locales/da/messages.gotext.json b/client/locales/da/messages.gotext.json index 72f817a..c45ad99 100644 --- a/client/locales/da/messages.gotext.json +++ b/client/locales/da/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": "", diff --git a/client/locales/de/messages.gotext.json b/client/locales/de/messages.gotext.json index a37e3a5..a10da29 100644 --- a/client/locales/de/messages.gotext.json +++ b/client/locales/de/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": "", diff --git a/client/locales/en/messages.gotext.json b/client/locales/en/messages.gotext.json index 03feb19..ab168fc 100644 --- a/client/locales/en/messages.gotext.json +++ b/client/locales/en/messages.gotext.json @@ -333,6 +333,13 @@ "fuzzy": true }, { + "id": "The cleanup process was canceled", + "message": "The cleanup process was canceled", + "translation": "The cleanup process was canceled", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { "id": "Failed to cleanup the VPN connection for the current server", "message": "Failed to cleanup the VPN connection for the current server", "translation": "Failed to cleanup the VPN connection for the current server", @@ -354,6 +361,13 @@ "fuzzy": true }, { + "id": "The renewing process was canceled", + "message": "The renewing process was canceled", + "translation": "The renewing process was canceled", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { "id": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'", "message": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'", "translation": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'", diff --git a/client/locales/es/messages.gotext.json b/client/locales/es/messages.gotext.json index e19ad9e..9711095 100644 --- a/client/locales/es/messages.gotext.json +++ b/client/locales/es/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": "", diff --git a/client/locales/fr/messages.gotext.json b/client/locales/fr/messages.gotext.json index e0ecba1..d5a2700 100644 --- a/client/locales/fr/messages.gotext.json +++ b/client/locales/fr/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": "", @@ -336,4 +346,4 @@ "translation": "" } ] -} +}
\ No newline at end of file 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": "", diff --git a/client/locales/nl/messages.gotext.json b/client/locales/nl/messages.gotext.json index 9653f6e..e10a694 100644 --- a/client/locales/nl/messages.gotext.json +++ b/client/locales/nl/messages.gotext.json @@ -283,6 +283,11 @@ "translation": "De huidige server kan niet opgehaald worden om de connectie te verwijderen" }, { + "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": "De VPN connectie is niet volledig opgeruimd" @@ -298,6 +303,11 @@ "translation": "De huidige server kan niet opgehaald worden om de sessie te hernieuwen" }, { + "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": "Het 'failover' proces kan niet voltooid worden. Gateway: '{Gateway}' en MTU: '{Mtu}'", @@ -336,4 +346,4 @@ "translation": "Een interne fout is opgetreden" } ] -} +}
\ No newline at end of file diff --git a/client/locales/sl/messages.gotext.json b/client/locales/sl/messages.gotext.json index 48bfc19..51eba1d 100644 --- a/client/locales/sl/messages.gotext.json +++ b/client/locales/sl/messages.gotext.json @@ -283,6 +283,11 @@ "translation": "Napaka pri določanju izbranega strežnika za čiščenje povezave" }, { + "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": "Napaka pri čiščenju povezave VPN za izbrani strežnik" @@ -298,6 +303,11 @@ "translation": "Napaka pri ugotavljanju izbranega strežnika za podaljšanje seje" }, { + "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": "Preklop ni uspel s prehodom '{Gateway}' in MTU-jem '{Mtu}'", @@ -336,4 +346,4 @@ "translation": "Prišlo je do notranje napake" } ] -} +}
\ No newline at end of file diff --git a/client/locales/uk/messages.gotext.json b/client/locales/uk/messages.gotext.json index daa83e0..93ab6af 100644 --- a/client/locales/uk/messages.gotext.json +++ b/client/locales/uk/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": "", diff --git a/client/zgotext.go b/client/zgotext.go index 38393b6..5dc4cb5 100644 --- a/client/zgotext.go +++ b/client/zgotext.go @@ -49,7 +49,6 @@ var messageKeyToIndex = map[string]int{ "An error occurred after getting the discovery files for the list of organizations": 1, "An error occurred after getting the discovery files for the list of servers": 2, "An internal error occurred": 33, - "Cleanup was canceled": 25, "Could not retrieve institute access server with URL: '%s' from discovery": 13, "Failed to cleanup the VPN connection for the current server": 26, "Failed to get current server for renewing the session": 28, @@ -62,9 +61,9 @@ var messageKeyToIndex = map[string]int{ "No suitable profiles could be found": 9, "Profile with ID: '%s' could not be obtained from the server": 11, "Profile with ID: '%s' could not be set": 10, - "Renewing was canceled": 29, "The VPN configuration could not be obtained": 18, "The authorization procedure failed to complete": 7, + "The cleanup process was canceled": 25, "The client tried to autoconnect to the VPN server: %s, but no secure internet location is found. Please manually connect again": 4, "The client tried to autoconnect to the VPN server: %s, but no valid profiles were found. Please manually connect again": 8, "The client tried to autoconnect to the VPN server: %s, but you need to authorizate again. Please manually connect again": 6, @@ -75,6 +74,7 @@ var messageKeyToIndex = map[string]int{ "The institute access server with URL: '%s' could not be added": 14, "The log file with directory: '%s' failed to initialize": 0, "The operation for getting a VPN configuration was canceled": 21, + "The renewing process was canceled": 29, "The secure internet location could not be set": 5, "The secure internet server with organisation ID: '%s' could not be added": 16, "The secure internet server with organisation ID: '%s' could not be retrieved from discovery": 15, @@ -122,13 +122,13 @@ var enIndex = []uint32{ // 35 elements 0x0000037a, 0x000003b5, 0x00000401, 0x00000442, 0x000004a1, 0x000004ed, 0x00000524, 0x00000550, 0x00000577, 0x000005b6, 0x000005f1, 0x00000632, - 0x0000067d, 0x000006b8, 0x000006cd, 0x00000709, - 0x00000743, 0x00000779, 0x0000078f, 0x000007d2, + 0x0000067d, 0x000006b8, 0x000006d9, 0x00000715, + 0x0000074f, 0x00000785, 0x000007a7, 0x000007ea, // Entry 20 - 3F - 0x000007e2, 0x000007ee, 0x00000809, + 0x000007fa, 0x00000806, 0x00000821, } // Size: 164 bytes -const enData string = "" + // Size: 2057 bytes +const enData string = "" + // Size: 2081 bytes "\x02The log file with directory: '%[1]s' failed to initialize\x02An erro" + "r occurred after getting the discovery files for the list of organizatio" + "ns\x02An error occurred after getting the discovery files for the list o" + @@ -154,11 +154,12 @@ const enData string = "" + // Size: 2057 bytes "led\x02Failed to set the server with identifier: '%[1]s' as the current" + "\x02Identifier: '%[1]s' for server with type: '%[2]d' is not valid for r" + "emoval\x02Failed to get the current server to cleanup the connection\x02" + - "Cleanup was canceled\x02Failed to cleanup the VPN connection for the cur" + - "rent server\x02No secure internet server available to set a location for" + - "\x02Failed to get current server for renewing the session\x02Renewing wa" + - "s canceled\x02Failover failed to complete with gateway: '%[1]s' and MTU:" + - " '%[2]d'\x02timeout reached\x02with cause:\x02An internal error occurred" + "The cleanup process was canceled\x02Failed to cleanup the VPN connection" + + " for the current server\x02No secure internet server available to set a " + + "location for\x02Failed to get current server for renewing the session" + + "\x02The renewing process was canceled\x02Failover failed to complete wit" + + "h gateway: '%[1]s' and MTU: '%[2]d'\x02timeout reached\x02with cause:" + + "\x02An internal error occurred" var esIndex = []uint32{ // 35 elements // Entry 0 - 1F @@ -341,4 +342,4 @@ var ukIndex = []uint32{ // 35 elements const ukData string = "" -// Total table size 9324 bytes (9KiB); checksum: 48C4CF4E +// Total table size 9348 bytes (9KiB); checksum: 31AC92B |
