diff options
Diffstat (limited to 'client/locales/da/messages.gotext.json')
| -rw-r--r-- | client/locales/da/messages.gotext.json | 190 |
1 files changed, 16 insertions, 174 deletions
diff --git a/client/locales/da/messages.gotext.json b/client/locales/da/messages.gotext.json index ad585f0..a78cfc9 100644 --- a/client/locales/da/messages.gotext.json +++ b/client/locales/da/messages.gotext.json @@ -2,28 +2,8 @@ "language": "da", "messages": [ { - "id": "The log file with directory: '{Directory}' failed to initialize", - "message": "The log file with directory: '{Directory}' failed to initialize", - "translation": "", - "placeholders": [ - { - "id": "Directory", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "directory" - } - ] - }, - { - "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": "" - }, - { - "id": "The institute access server with URL: '{Identifier}' could not be added", - "message": "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": "", "placeholders": [ { @@ -37,8 +17,8 @@ ] }, { - "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", + "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": "", "placeholders": [ { @@ -52,8 +32,8 @@ ] }, { - "id": "The custom server with URL: '{Identifier}' could not be added", - "message": "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": "", "placeholders": [ { @@ -67,23 +47,8 @@ ] }, { - "id": "input: '{Identifier}' is not a valid URL", - "message": "input: '{Identifier}' is not a valid URL", - "translation": "", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] - }, - { - "id": "Server identifier: '{Identifier}', is not valid when getting a VPN configuration", - "message": "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": "", "placeholders": [ { @@ -127,8 +92,8 @@ ] }, { - "id": "Server: '{Identifier}' could not be connected to", - "message": "Server: '{Identifier}' could not be connected to", + "id": "Failed to connect to server: '{Identifier}'", + "message": "Failed to connect to server: '{Identifier}'", "translation": "", "placeholders": [ { @@ -142,8 +107,8 @@ ] }, { - "id": "No VPN configuration for server: '{Identifier}' could be obtained", - "message": "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": "", "placeholders": [ { @@ -157,136 +122,13 @@ ] }, { - "id": "Server identifier: '{Identifier}', is not valid when removing the server", - "message": "Server identifier: '{Identifier}', is not valid when removing the server", - "translation": "", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] - }, - { - "id": "The server: '{Identifier}' could not be removed", - "message": "The server: '{Identifier}' could not be removed", - "translation": "", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] - }, - { - "id": "The current server could not be retrieved", - "message": "The current server could not be retrieved", - "translation": "" - }, - { - "id": "Failed to set the profile ID: '{PID}'", - "message": "Failed to set the profile ID: '{PID}'", - "translation": "", - "placeholders": [ - { - "id": "PID", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "pID" - } - ] - }, - { - "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": "" - }, - { - "id": "No OAuth tokens were found when cleaning up the connection", - "message": "No OAuth tokens were found when cleaning up the connection", - "translation": "" - }, - { - "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": "" - }, - { - "id": "Failed to cleanup the VPN connection", - "message": "Failed to cleanup the VPN connection", - "translation": "" - }, - { - "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": "", - "placeholders": [ - { - "id": "OrgID", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "orgID" - } - ] - }, - { - "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": "" - }, - { - "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": "" - }, - { - "id": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'", - "message": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'", - "translation": "", - "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" - } - ] - }, - { - "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": "" - }, - { - "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", + "id": "Failed to obtain the list of organizations", + "message": "Failed to obtain the list of organizations", "translation": "" }, { - "id": "The VPN proxy exited", - "message": "The VPN proxy exited", + "id": "Failed to obtain the list of servers", + "message": "Failed to obtain the list of servers", "translation": "" }, { |
