diff options
Diffstat (limited to 'client/locales/en')
| -rw-r--r-- | client/locales/en/messages.gotext.json | 238 |
1 files changed, 24 insertions, 214 deletions
diff --git a/client/locales/en/messages.gotext.json b/client/locales/en/messages.gotext.json index cff7351..ce08917 100644 --- a/client/locales/en/messages.gotext.json +++ b/client/locales/en/messages.gotext.json @@ -2,33 +2,9 @@ "language": "en", "messages": [ { - "id": "The log file with directory: '{Directory}' failed to initialize", - "message": "The log file with directory: '{Directory}' failed to initialize", - "translation": "The log file with directory: '{Directory}' failed to initialize", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Directory", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "directory" - } - ], - "fuzzy": true - }, - { - "id": "The current server was not found when getting the VPN expiration date", - "message": "The current server was not found when getting the VPN expiration date", - "translation": "The current server was not found when getting the VPN expiration date", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "The institute access server with URL: '{Identifier}' could not be added", - "message": "The institute access server with URL: '{Identifier}' could not be added", - "translation": "The institute access server with URL: '{Identifier}' could not be added", + "id": "Failed to add an institute access server with URL: '{Identifier}'", + "message": "Failed to add an institute access server with URL: '{Identifier}'", + "translation": "Failed to add an institute access server with URL: '{Identifier}'", "translatorComment": "Copied from source.", "placeholders": [ { @@ -43,9 +19,9 @@ "fuzzy": true }, { - "id": "The secure internet server with organisation ID: '{Identifier}' could not be added", - "message": "The secure internet server with organisation ID: '{Identifier}' could not be added", - "translation": "The secure internet server with organisation ID: '{Identifier}' could not be added", + "id": "Failed to add a secure internet server with organisation ID: '{Identifier}'", + "message": "Failed to add a secure internet server with organisation ID: '{Identifier}'", + "translation": "Failed to add a secure internet server with organisation ID: '{Identifier}'", "translatorComment": "Copied from source.", "placeholders": [ { @@ -60,9 +36,9 @@ "fuzzy": true }, { - "id": "The custom server with URL: '{Identifier}' could not be added", - "message": "The custom server with URL: '{Identifier}' could not be added", - "translation": "The custom server with URL: '{Identifier}' could not be added", + "id": "Failed to add a server with URL: '{Identifier}'", + "message": "Failed to add a server with URL: '{Identifier}'", + "translation": "Failed to add a server with URL: '{Identifier}'", "translatorComment": "Copied from source.", "placeholders": [ { @@ -77,26 +53,9 @@ "fuzzy": true }, { - "id": "input: '{Identifier}' is not a valid URL", - "message": "input: '{Identifier}' is not a valid URL", - "translation": "input: '{Identifier}' is not a valid URL", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ], - "fuzzy": true - }, - { - "id": "Server identifier: '{Identifier}', is not valid when getting a VPN configuration", - "message": "Server identifier: '{Identifier}', is not valid when getting a VPN configuration", - "translation": "Server identifier: '{Identifier}', is not valid when getting a VPN configuration", + "id": "The input: '{Identifier}' is not a valid URL", + "message": "The input: '{Identifier}' is not a valid URL", + "translation": "The input: '{Identifier}' is not a valid URL", "translatorComment": "Copied from source.", "placeholders": [ { @@ -145,9 +104,9 @@ "fuzzy": true }, { - "id": "Server: '{Identifier}' could not be connected to", - "message": "Server: '{Identifier}' could not be connected to", - "translation": "Server: '{Identifier}' could not be connected to", + "id": "Failed to connect to server: '{Identifier}'", + "message": "Failed to connect to server: '{Identifier}'", + "translation": "Failed to connect to server: '{Identifier}'", "translatorComment": "Copied from source.", "placeholders": [ { @@ -162,9 +121,9 @@ "fuzzy": true }, { - "id": "No VPN configuration for server: '{Identifier}' could be obtained", - "message": "No VPN configuration for server: '{Identifier}' could be obtained", - "translation": "No VPN configuration for server: '{Identifier}' could be obtained", + "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", + "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", + "translation": "Failed to obtain a VPN configuration for server: '{Identifier}'", "translatorComment": "Copied from source.", "placeholders": [ { @@ -179,165 +138,16 @@ "fuzzy": true }, { - "id": "Server identifier: '{Identifier}', is not valid when removing the server", - "message": "Server identifier: '{Identifier}', is not valid when removing the server", - "translation": "Server identifier: '{Identifier}', is not valid when removing the server", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ], - "fuzzy": true - }, - { - "id": "The server: '{Identifier}' could not be removed", - "message": "The server: '{Identifier}' could not be removed", - "translation": "The server: '{Identifier}' could not be removed", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ], - "fuzzy": true - }, - { - "id": "The current server could not be retrieved", - "message": "The current server could not be retrieved", - "translation": "The current server could not be retrieved", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Failed to set the profile ID: '{PID}'", - "message": "Failed to set the profile ID: '{PID}'", - "translation": "Failed to set the profile ID: '{PID}'", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "PID", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "pID" - } - ], - "fuzzy": true - }, - { - "id": "The current server was not found when cleaning up the connection", - "message": "The current server was not found when cleaning up the connection", - "translation": "The current server was not found when cleaning up the connection", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "No OAuth tokens were found when cleaning up the connection", - "message": "No OAuth tokens were found when cleaning up the connection", - "translation": "No OAuth tokens were found when cleaning up the connection", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "The server was unable to be retrieved when cleaning up the connection", - "message": "The server was unable to be retrieved when cleaning up the connection", - "translation": "The server was unable to be retrieved when cleaning up the connection", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Failed to cleanup the VPN connection", - "message": "Failed to cleanup the VPN connection", - "translation": "Failed to cleanup the VPN connection", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Failed to get the secure internet server with id: '{OrgID}' for setting a location", - "message": "Failed to get the secure internet server with id: '{OrgID}' for setting a location", - "translation": "Failed to get the secure internet server with id: '{OrgID}' for setting a location", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "OrgID", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "orgID" - } - ], - "fuzzy": true - }, - { - "id": "The current server could not be retrieved when renewing the session", - "message": "The current server could not be retrieved when renewing the session", - "translation": "The current server could not be retrieved when renewing the session", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "The server was unable to be retrieved when renewing the session", - "message": "The server was unable to be retrieved when renewing the session", - "translation": "The server was unable to be retrieved when renewing the session", - "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}'", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Gateway", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "gateway" - }, - { - "id": "Mtu", - "string": "%[2]d", - "type": "int", - "underlyingType": "int", - "argNum": 2, - "expr": "mtu" - } - ], - "fuzzy": true - }, - { - "id": "An error occurred after getting the discovery files for the list of organizations", - "message": "An error occurred after getting the discovery files for the list of organizations", - "translation": "An error occurred after getting the discovery files for the list of organizations", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "An error occurred after getting the discovery files for the list of servers", - "message": "An error occurred after getting the discovery files for the list of servers", - "translation": "An error occurred after getting the discovery files for the list of servers", + "id": "Failed to obtain the list of organizations", + "message": "Failed to obtain the list of organizations", + "translation": "Failed to obtain the list of organizations", "translatorComment": "Copied from source.", "fuzzy": true }, { - "id": "The VPN proxy exited", - "message": "The VPN proxy exited", - "translation": "The VPN proxy exited", + "id": "Failed to obtain the list of servers", + "message": "Failed to obtain the list of servers", + "translation": "Failed to obtain the list of servers", "translatorComment": "Copied from source.", "fuzzy": true }, |
