summaryrefslogtreecommitdiff
path: root/client/locales/und
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-19 10:57:07 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-20 12:19:29 +0100
commita542f3f0d657a5a53fbfa8ce791cb956fe8799dc (patch)
tree14f8139b80224cf32473d030ff7a278ec3768d6b /client/locales/und
parent83ccefc3435f31afa5c9b41dd2a20a1a342f6fe8 (diff)
locales: run sync translations
Diffstat (limited to 'client/locales/und')
-rw-r--r--client/locales/und/messages.gotext.json148
1 files changed, 148 insertions, 0 deletions
diff --git a/client/locales/und/messages.gotext.json b/client/locales/und/messages.gotext.json
new file mode 100644
index 0000000..2d29a4c
--- /dev/null
+++ b/client/locales/und/messages.gotext.json
@@ -0,0 +1,148 @@
+{
+ "language": "und",
+ "messages": [
+ {
+ "id": "IP network does not contain incremented IP: {Ret}",
+ "message": "IP network does not contain incremented IP: {Ret}",
+ "translation": "",
+ "placeholders": [
+ {
+ "id": "Ret",
+ "string": "%[1]v",
+ "type": "net.IP",
+ "underlyingType": "[]byte",
+ "argNum": 1,
+ "expr": "ret"
+ }
+ ]
+ },
+ {
+ "id": "Failed to add an institute access server with URL: '{Identifier}'",
+ "message": "Failed to add an institute access server with URL: '{Identifier}'",
+ "translation": "",
+ "placeholders": [
+ {
+ "id": "Identifier",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "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": [
+ {
+ "id": "Identifier",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "identifier"
+ }
+ ]
+ },
+ {
+ "id": "Failed to add a server with URL: '{Identifier}'",
+ "message": "Failed to add a server with URL: '{Identifier}'",
+ "translation": "",
+ "placeholders": [
+ {
+ "id": "Identifier",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "identifier"
+ }
+ ]
+ },
+ {
+ "id": "The input: '{Identifier}' is not a valid URL",
+ "message": "The input: '{Identifier}' is not a valid URL",
+ "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",
+ "message": "Failed to connect to server",
+ "translation": ""
+ },
+ {
+ "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",
+ "message": "Failed to obtain the list of organizations",
+ "translation": ""
+ },
+ {
+ "id": "Failed to obtain the list of servers",
+ "message": "Failed to obtain the list of servers",
+ "translation": ""
+ },
+ {
+ "id": "Timeout reached contacting URL: '{URL}'",
+ "message": "Timeout reached contacting URL: '{URL}'",
+ "translation": "",
+ "placeholders": [
+ {
+ "id": "URL",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "tErr.URL"
+ }
+ ]
+ },
+ {
+ "id": "{Msg}. The cause of the error is: {Error}.",
+ "message": "{Msg}. The cause of the error is: {Error}.",
+ "translation": "",
+ "placeholders": [
+ {
+ "id": "Msg",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "msg"
+ },
+ {
+ "id": "Error",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "e.wrapped.Error()"
+ }
+ ]
+ },
+ {
+ "id": "An internal error occurred",
+ "message": "An internal error occurred",
+ "translation": ""
+ }
+ ]
+} \ No newline at end of file