diff options
Diffstat (limited to 'client/locales/it')
| -rw-r--r-- | client/locales/it/messages.gotext.json | 78 |
1 files changed, 24 insertions, 54 deletions
diff --git a/client/locales/it/messages.gotext.json b/client/locales/it/messages.gotext.json index 063aaae..f2f98b2 100644 --- a/client/locales/it/messages.gotext.json +++ b/client/locales/it/messages.gotext.json @@ -2,23 +2,23 @@ "language": "it", "messages": [ { - "id": "Failed to add an institute access server with URL: '{Identifier}'", - "message": "Failed to add an institute access server with URL: '{Identifier}'", + "id": "IP network does not contain incremented IP: {Ret}", + "message": "IP network does not contain incremented IP: {Ret}", "translation": "", "placeholders": [ { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", + "id": "Ret", + "string": "%[1]v", + "type": "net.IP", + "underlyingType": "[]byte", "argNum": 1, - "expr": "identifier" + "expr": "ret" } ] }, { - "id": "Failed to add a secure internet server with organisation ID: '{Identifier}'", - "message": "Failed to add a secure internet server with organisation ID: '{Identifier}'", + "id": "Failed to add an institute access server with URL: '{Identifier}'", + "message": "Failed to add an institute access server with URL: '{Identifier}'", "translation": "", "placeholders": [ { @@ -32,8 +32,8 @@ ] }, { - "id": "Failed to add a server with URL: '{Identifier}'", - "message": "Failed to add a server with URL: '{Identifier}'", + "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": [ { @@ -47,8 +47,8 @@ ] }, { - "id": "The input: '{Identifier}' is not a valid URL", - "message": "The input: '{Identifier}' is not a valid URL", + "id": "Failed to add a server with URL: '{Identifier}'", + "message": "Failed to add a server with URL: '{Identifier}'", "translation": "", "placeholders": [ { @@ -62,8 +62,8 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", + "id": "The input: '{Identifier}' is not a valid URL", + "message": "The input: '{Identifier}' is not a valid URL", "translation": "", "placeholders": [ { @@ -77,49 +77,19 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "translation": "", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "The client tried to autoconnect to the server, but the operation failed to complete", + "message": "The client tried to autoconnect to the server, but the operation failed to complete", + "translation": "" }, { - "id": "Failed to connect to server: '{Identifier}'", - "message": "Failed to connect to server: '{Identifier}'", - "translation": "", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "" }, { - "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to obtain a VPN configuration for the server", + "message": "Failed to obtain a VPN configuration for the server", + "translation": "" }, { "id": "Failed to obtain the list of organizations", |
